/* CSS Document */

/*--------------------------------------- general -------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
a img {	border: 0; }
body {
	background: #1D1D1D;
	
}

.small_dark_blue{ font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#00366C}
.medium_light_grey{font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #333333;}
.selected_light_grey_bold{font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#999999; font-weight:bold;}

a.small_dark_blue_ul:link{ font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#00366C}
a.small_dark_blue_ul:visited{ font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#00366C}
a.small_dark_blue_ul:hover{ font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#00366C; font-weight:bold}

a.medium_light_grey_bold:link{ font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#666666; font-weight:bold; text-decoration:none}
a.medium_light_grey_bold:visited{ font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#666666; font-weight:bold; text-decoration:none}
a.medium_light_grey_bold:hover{ font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#999999; font-weight:bold; text-decoration:none}

div#maincontainer{
width: 985px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:#1D1D1D;
clear:left;

}

/*------------------------------------------ Homepage ----------------------------------------------------*/

div#home_header{
width: 100%;
height: 201px;

}

/*Home buttons.tabs*/
div#home_tab{
height: 20px;
}

div#tab1{
float:left;
width:198px;
height:20;
}

div#tab2{
float:left;
width:197px;
height:20;
}

div#tab3{
float:left;
width:196px;
height:20;
}

div#tab4{
float:left;
width:198px;
height:20;
}

div#tab4{
float:left;
width:196px;
height:20;
}

div#tab5{
float: left;
width:197px;
height:20;
clear: right;
}

/*Home horizontal images*/

div#home_nav{
width:100%;
height: 157px;
}

div#nav_home1{
float: left;
width: 199px;
height: 157px;
}

div#nav_home2{
float: left;
width: 197px;
height: 157px;
}

div#nav_home3{
float: left;
width: 196px;
height: 157px;
}

div#nav_home4{
float: left;
width: 196px;
height: 157px;
}

div#nav_home5{
float: left;
width: 197px;
height: 157px;
clear:right;
}

/*Home Footer*/
div#footer1{
font-family: Arial, Helvetica, sans-serif;
color: #919191;
font-size: 10px;
text-align:right;
width: 100%;
margin: 60px 0 10px 0;

}

div#footer2{
text-align:right;
width: 100%;
height: 40px;
}

div#selector_tab1{
float:left;
width:198px;
height:20;
}

div#selector_tab2{
float:left;
width:197px;
height:20;
}

div#selector_tab3{
float:left;
width:196px;
height:20;
}

div#selector_tab4{
float:left;
width:198px;
height:20;
}

div#selector_tab4{
float:left;
width:196px;
height:20;
}

div#selector_tab5{
float: left;
width:197px;
height:20;
clear: right;
}


/*------------------------------------------End of homepage style--------------------*/


/*--------------------------------Sub page---------------------------------------*/

div#contentarea{ padding: 30px 0 0 0; background: url(../images/content_background.png) bottom no-repeat; /*border:#00FFCC solid 1px;*/ height: 400px}
div#contentarea_faq{ padding: 30px 0 0 0; background: url(../images/content_background.png) bottom no-repeat; /*border:#00FFCC solid 1px;*/ height: 480px}


div#left_content{ width: 180px; float: left}
	div#left_content_content{ text-align:right }
		.nav{ list-style: none; margin: 0 0 0 25px}
			.nav li{ margin: 0 0 5px 0}


div#about_separator{float:left;width:14px;}
	div#about_separator_line{
		background: url(../images/grayline_dot.png) repeat-y right;
		width:14px;
	/*border:#FFFFFF solid 1px;*/
	}

div#right_content{float:left;width: 780px; height:300px; /*border:#66FF66 solid 1px*/}
	div#right_content_content{
		margin: 0 0 0 15px;
		font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#666666;	
	}
		#right_content_content p{margin: 0 0 10px 0; line-height: 18px;}

div#right_content_faq{float:left;width: 780px; height:480px; /*border:#66FF66 solid 1px*/}

div#full_content{width: 984px; height:300px;}		
	div#full_content_content{
		margin: 0 25px 0 25px;
		font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#666666;	
	}
		#full_content_content p{margin: 0 0 10px 0; line-height: 18px;}


div#full_content_faq{width: 984px; height:440px;}		
	
		
div#sub_footer{
text-align:right;
padding: 10px 15px 0 0 ;
font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#333333;	
}		

