* { margin: 0; padding: 0; border: 0; }


img { border: 0; }

body 
{
	width: 100%;
	height: 100%;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 8pt;
}

#page
{
	width: 1200px;
	text-align: left;
}

#page_top
{
	width: 1200px;
	height: 27px;
	text-align: right;
	padding-top: 10px;
	padding-right: 50px;
}

#page_content
{
	width: 1200px;
	height: 716px;
}

#page_foot
{
	width: 1200px;
	height: 100px;
	position: relative;
	top: -20px;
}

#page_content_panel1 h1, #page_content_panel5 h1
{
	font-size: 16px;
	padding-bottom: 25px;
}

#page_content_panel1 p, #page_content_panel5 p
{
	padding-bottom: 15px;
}

.contentbox
{
	overflow: auto;
	width: 915px;
	height: 455px;
}

#page_content_panel1, #page_content_panel5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	width: 945px;
	height: 486px;
	margin-left: 105px; /* 15px; */
	margin-top: 20px;
	padding-left: 30px;
	padding-top: 30px;
	background-image: url('../images/content_text_bg.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#page_content_panel2, #page_content_panel3, #page_content_panel4
{
	width: 975px;
	height: 516px;
	margin-left: 105px; /* 15px; */
	margin-top: 20px;
	background-image: url('../images/content_bg.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.page_content_panel_left
{
	float: left;
	width: 530px;
	height: 496px;
	padding-left: 20px;
	padding-top: 20px;
}

.page_content_panel_right
{
	float: left;
	width: 395px;
	height: 486px;
	background-image: url('../images/content_divider.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-top: 30px;
}

.cb
{	
	clear: both;
}

#page_foot_left
{
	float: left;
	width: 406px;
	height: 100px;
}

#page_foot_center
{
	float: left;
	width: 364px;
	height: 100px;
	background-image: url('../images/foot_dovider.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#page_foot_right
{
	float: left;
	width: 430px;
	height: 100px;
	background-image: url('../images/foot_dovider.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

.toplink
{
	color: #000000;
	text-decoration: none;
}

.toplink:hover
{
	color: #2c8dd6;
	text-decoration: none;
}

#page_content_panel_right a
{
	color: #2c8dd6;
	text-decoration: none;
}

#page_content_panel_right a:hover
{
	color: #2c8dd6;
	text-decoration: none;
}

.page_content_panel_right_textbox
{
	overflow: auto; 
	width: 365px; 
	height: 450px; 
	text-align: justify; 
	padding-right: 5px;
	color: #646464;
}

.page_content_panel_right_textbox ul
{
	padding-left: 20px;
	list-style-type: disc;
	text-align: left;
	padding-top: 10px;
}

.page_content_panel_right_textbox li
{
	padding-bottom: 5px;
}

.page_content_panel_right_textbox p
{
	padding-bottom: 15px;
}

.page_content_panel_right_textbox  a
{
	text-decoration: none;
	color: #2c8dd6;
}

.page_content_panel_right_textbox  a:hover
{
	text-decoration: none;
	color: #2c8dd6;
}


/* Easy Slider */

#slider2 ul, #slider2 li, #slider3 ul, #slider3 li, #slider4 ul, #slider4 li
{
	margin:0;
	padding:0;
	list-style:none;
}

#slider2 li, #slider3 li, #slider4 li
{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:530px;
	height:464px;
	overflow:hidden; 
	}
span#prevBtn{}
span#nextBtn{}					

/* // Easy Slider */

#nextBtn a
{
	text-decoration: none;
	color: #46789f;
	padding-left: 12px;
}

#nextBtn a:hover
{
	text-decoration: none;
	color: #2c8dd6;
}

#prevBtn a
{
	text-decoration: none;
	color: #2c8dd6;
	padding-left: 12px;
}

#prevBtn a:hover
{
	text-decoration: none;
	color: #2c8dd6;
}

#slider_ul2, #slider_ul3, #slider_ul4
{
	list-style-type: none;
}

#controls, 
{
	display: inline;
	list-style-type: none;
}

#controls li
{
	display: inline;
	padding-left: 5px; 
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #46789f;
	margin-left: 14px;
}

#controls a
{
	text-decoration: none;
	color: #2c8dd6;
}
#controls a:hover
{
	text-decoration: none;
	color: #2c8dd6;
}

img, div, li, a { behavior: url(iepngfix.htc) }
