 
 
 
 
 
 
 
 
/*
------------------------------------------------------------------------
Theme Name:[projectname]
Author:[authorname]
Author Company URI:http://www.globalwsolutions.com
------------------------------------------------------------------------
*/
/*
-----------------------------------------
RESET
----------------------------------------- 
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{/*border:0*/}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
ol, ul, li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold}
em{font-style:italic}
a img{border:none}

h1, h2, h3, h5, h5, h6{font-weight:bold}

/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/



/*CSS Document */

hr.hr_home{
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

*html hr.hr_home{
	margin: 0;
}

*+html hr.hr_home{
	margin: 0;
}


h1{
	font-size: 18px;
}

h2{
	font-size: 17px;
	font-weight: normal;
}

p{
	font-size: 13px;
	
}

body{
	text-align: center;
	margin: 0;
	padding: 0;
	
}


#container{
	width: 950px;
	text-align: left;
	margin: 0 auto;
	padding: 0;	
	font-family: "Trebuchet MS";
}


#h_top{
	width: 950px;
	height: 68px;
	background-color: #042946;	
}

#h_middle{	
	height: 139px;
	width: 950px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

#h_menu{
	height: 34px;
	/*width: 535px;*/
	background: url(DesignImgs/bg_menu.jpg) repeat-x top left;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 415px;
}

.f_left{
	float: left;
}

.f_right{
	float: right;
}

#h_top .f_left{
	margin-left: 15px;
}

#h_top .f_right{
	margin-right: 15px;
}

#h_middle .f_left{
	margin-right: 6px;
}




#content_body{
	padding: 20px 0px 25px 0px;
	width: 950px;
}


#content{
	background: url(DesignImgs/bg_left.jpg) repeat-y top left;
	padding-left: 10px;
	padding-right: 20px;
	
}


#left_content{
	width: 173px;	
	float: left;
	color: #FFFFFF;
	padding: 15px;
}


/*
*html #left_content{
	width: 203px;
}

*+html #left_content{
	width: 203px;
}
*/


#left_content ul{
	font-size: 14px;
	color: #FFFFFF;
	
}

#left_content ul li{
	line-height: 30px;
}

#left_content ul li a:link, #left_content ul li a:visited, #left_content ul li a:active{
	text-decoration: none;
	color: #FFFFFF;
}

#left_content ul li a:hover{
	color: #ffd631;
}

#right_content{
	float: left;	
	width: 685px;
	margin-left: 28px;
}


#d_clear{
	clear: both;
	width: 0px;
	height: 0px;
}


#footer{
	text-align: center;
	background-color: #1a3c58;
	width: 950px;
	padding-top: 18px;
	padding-bottom: 71px;
	color: #FFFFFF;
	font-size: 12px;

}


#footer a:link, #footer a:visited, #footer a:active{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}







/* MENUSLI */
#h_menu {	
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Trebuchet MS";
	font-weight: bold;
   
}

#h_menu ul {
	margin:0;
	padding:0;
	float:left;
        
}

#h_menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	text-align:left;
	display:block;
        
}

#h_menu h2 {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 13px;
}
#h_menu ul li a {
	color:#ffffff;
	text-decoration:none;
	padding:0px 20px 0px 10px;
	float:left;
	line-height:34px;
	height:34px;
	display:block;
	white-space: nowrap;
	background:transparent url(DesignImgs/separator.jpg) no-repeat scroll right center;
}

#h_menu ul li a.last2{
	background: none;
} 

#h_menu ul li h2 a:link, #h_menu ul li h2 a:visited{
	color: #FFFFFF;
        text-decoration: none;
}

#h_menu ul li h2 a:hover, #h_menu ul li h2 a:active {
	color: #ffd631;
        text-decoration: none;
}


#h_menu ul ul {
	position: absolute;
	z-index: 500;
	top:30px;
	left: 0;
	width:auto;
        background-color: #e1e1e1;
}

html>body #h_menu ul ul {
	width:auto;
}

#h_menu ul ul li {
	display:block;
}


#h_menu ul ul li a {
	
	min-width: 120px;
	color:#315e85;
	display:block;
	float:none;
	padding-left:10px;
	font-weight:normal;
	height:24px;
       white-space: nowrap;
	   line-height: 24px;
	   background: none;
}





#h_menu ul ul li a:hover {
	
	color:#082f51;
}

#h_menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#h_menu ul ul,
#h_menu ul li:hover ul ul,
#h_menu ul ul li:hover ul ul
{display: none;}

#h_menu ul li:hover ul,
#h_menu ul ul li:hover ul,
#h_menu ul ul ul li:hover ul
{display: block;}

html #h_menu ul li { float: left; height: 1%;}
html #h_menu ul li a { height: 1%; }

#h_menu li:hover ul, li.over ul { display: block; float:left;}




<!--[if lt IE 7]>
#h_menu{float:none;}
body{behavior:url(csshover.htc); }
#h_menu ul li{float:left; }
#h_menu a{height:1%;font: bold 13px "Trebuchet MS";}

<![endif]-->











h1,h2,p{
	margin: 0;
	padding: 0;
}

h1{
	font-size: 20px;
	font-weight: normal;
	font-family: "Trebuchet MS";
}

h2{
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS";
}

p{
	font-size: 13px;
	font-weight: normal;
	font-family: "Trebuchet MS";
}


hr{
	margin-top: 20px;
	margin-bottom: 20px;
}


.i_float{
	float: right;
	margin-left: 30px;
}



.container_content{
	margin: 0;
	padding: 0;
	width: 683px;
}


.c_top{
	margin-bottom: 30px;
}

.c_top_sub{
      margin-bottom: 0px;
}

.c_head{
	background-color: #1b3c58;
	color: #FFFFFF;
	padding-left: 10px;
}

.c_body_h{
	padding-top: 20px;
	padding-left: 10px;
}

.c_body{
	padding-right: 10px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 40px;
}

.c_body_b{
	padding-right: 10px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 0px;
}



.c_left{
	float: left;
	width: 410px;
}

.c_logo{
	text-align: center;
}

.c_logo img{
	margin-right: 30px;
}

.c_right{
	float: right;
	width: 230px;
}


.c_box_blue{
	background-color: #1b3c58;
	color: #FFFFFF;
	padding: 15px;
	text-align: center;
	/*margin-bottom: 35px;*/
}

.c_body_a{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.c_bot_a{
	background-color: #1b3c58;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 20px;
}

.c_address{
	border: 1px solid #1b3c58;
}

.f_yellow{
	color: #ffd631;
}

.f_white{
	color: #FFFFFF;
}

.c_clear{
	clear: both;
       height: 0px;
}






.c_body_h_sub{     
	padding-top: 20px;
	padding-left: 0px;
}

.box{   
	/*width: 162px;*/
	padding-left:0px;
	padding-right: 25px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}

ul.ul_check, ul.ul_check li{  
	margin: 0; 
	padding: 0;
	list-style-type: none;
	line-height: 24px;
       font-size: 13px;
}

ul.ul_check li{   
	padding-left: 25px;
	background: url(DesignImgs/bullet.jpg) no-repeat left 3px;
}


ul.ul_check2, ul.ul_check2 li{  
	margin: 0; 
	padding: 0;
	list-style-type: none;
	line-height: 24px;
       font-size: 13px;
}

ul.ul_check2 li{   
	padding-left: 25px;
	background: url(DesignImgs/bullet2.jpg) no-repeat left 3px;
}



.c_box_blue_bottom{
	background-color: #1b3c58;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;
	margin-top: 35px;
}





















.photo{
	float: left;
	width: 165px;
	height: 180px;
}

.photo img{
	border: 0;
}

.photo2 img{
	border: 0;
}
.photo3 img{
	border: 0;
}



.photo2{
	float: left;
	width: 165px;
	height: 180px;
	margin-left: 80px;
}

*html .photo2{
	float: left;
	width: 165px;
	height: 180px;
	margin-left: 40px;
}
.photo3{
	float: left;
	width: 165px;
	height: 180px;	
}



.c_profile_left{
	float: left;
	
}

.c_profile_right{
	float: right;
	width: 355px;
}

.c_profile_right p{
	padding: 10px 0px 10px 10px;
	line-height: 19px;
}

