@charset "utf-8";

body{font-family: Verdana, Arial, Helvetica, sans-serif; 
background:url(images/homebodyBg.gif)repeat-x;
background-color:#FFFFFF;
}





.menu1 a{

	font-size: 15px;

	color: #FFFFFF;

	text-decoration: none;

}

.maplink {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: bold;

	color: #FF6600;

	text-decoration: none;

}

.content3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	color: #000000;

	text-decoration: none;

}





.menu1 a:hover

{

color:#eeeeee; 

text-decoration:none;

}

.contact {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-style: normal;

	font-weight: bold;

	color: #006666;

	text-decoration: none;

}

.contact2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	color: #003366;

	text-decoration: none;

	line-height:20px;

}

.content {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	color: #333333;

	text-decoration: none;

	line-height:20px;

}



.content2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	color: #333333;

	text-decoration: none;

}

.footermenu {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	color: #003333;

	text-decoration: none;

}





.readmore {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	font-weight: bold;

	color: #006666;

	text-decoration: none;

}

.subtitle {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-style: normal;

	font-weight: normal;

	color: #006633;

	text-decoration: none;

}



.copyright {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	font-weight: normal;

	color: #FFFFFF;

	text-decoration: none;

}

.font18 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-style: normal;

	font-weight: normal;

	color: #016567;

	text-decoration: none;

}









.service {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	font-weight: bold;

	color: #666666;

	text-decoration: none;

}



.err {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	font-weight: bold;

	color:#F00;

	text-decoration: none;

}



.err1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	font-weight: bold;

	color:#0C3;

	text-decoration: none;

}

ul.menu {list-style:none; padding-left:15px; padding-top:10px; margin:0px 15px 0px; height:30px;}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:0px; }
ul.menu ul {position:absolute; top:28px;  background:#0680D2; display:none; opacity:0; list-style:none;  width:170px;  }
ul.menu ul li {position:relative; border:1px solid #0A2844; border-top:none; width:170px;   }
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#136570; color:#FFFFFF; line-height:20px; font-size:12px;}
ul.menu ul li a:hover {background-color:#00A6A6}
ul.menu ul ul {}
ul.menu .menulink {border:0px solid #aaa; font-weight:bold;color:#FFFFFF; font-size: 14px;  }
ul.menu .menulink:hover, ul.menu .menuhover {color:#eeeeee; }
ul.menu .sub {}
ul.menu .topline {border-top:1px solid #aaa}

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 0.9em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

#submitt{
	background:#ddd;
	border:none;
}
/*
blockquote p
    {
    padding: 0px 5px 0px 0px;
   /* font-size: 1.1em;  
    float: left;
    /*background: url(images/quote-down.png) bottom right no-repeat;
}

blockquote
    {
    padding: 10px;
    /*font-size: 1.1em;  
    background: url(images/quote-up.png) top left no-repeat;
}


cite
    {
    /*font-size: 1.2em;
    float: right;    
}
*/
blockquote {
	margin: 12px 25px 12px 25px;
 	padding: 12px 20px 12px 55px;  
	font-weight: normal;
	font-size: 15px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #2C2E3E;	
	border: 1px solid #DDC3A5;
	background: #F0E5D3 url(images/quote-up.png) no-repeat 15px 15px;
}
#blockquote_main {
	margin: 12px 25px 12px 25px;
 	padding: 12px 20px 12px 55px;  
	font-weight: normal;
	font-size: 15px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #2C2E3E;	
	border: 1px solid #DDC3A5;
	background: #F0E5D3 url(images/quote-up.png) no-repeat 15px 15px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.align-right { text-align: right; }

.lefttxt
{
 font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #06336e;
	text-decoration: none;

}

.carrertxt
{
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #06336e;
	text-decoration: none;

}


.career_txt
{
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003466;
	text-decoration: none;

}
.capital_letter
{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#17375d;
font-weight:bold;
}


