/* CSS Document */
*{margin:0;padding:0;}
body {
height:100%;
width:100%;
background:#97aac6;
font: 12px verdana, arial, helvetica;
margin:0 auto;
padding:0;
color:#333333;
line-height:15px;
}
a { 
	color:#0560a6;
	text-decoration:none;
}
a:hover {
 text-decoration:underline;
}

td {
	font-family: verdana, arial, helvetica;
}

th {
	font-family: verdana, arial, helvetica;
	background:#eff2e7;
	text-align:left;
}
h1 {
	font: 15px Arial, Sans-Serif;
	font-weight: bold;
	color:#11449e;
	padding: 5px 0 0 0;
	margin: 0;
}
h1 span{ color:#FF0000;}
h2 {
font-size:30px;
color:#333333;
}
h3 {
color:#333333;
font-size:20px;
font-weight: bold;
margin:5px 0 5px 0;
}

p {
  margin-top: 8px;
  margin-bottom: 8px;	
  margin-left: 0px;	
  margin-right: 0px;		
}
img {
border:none;}

.main {
height:100%;
width:100%;
margin:0 auto;
}
.ul {
list-style:url(images/ul_dot.jpg); 
line-height:22px; 
margin-left:40px;
margin-top:8px;}
/*--------------------header----------------------*/
#top {
height:30px;
width:824px;
padding:5px 30px 0 0;
margin:0 auto;
text-align:right;
font-size:11px;
color:#FFFFFF;
background:url(images/top_bg.gif) no-repeat bottom;
}
#top a{
color:#FFFFFF;}

#content {
height:100%;
width:854px;
margin:0 auto;
background:url(images/t_container.gif) repeat-y;
}

#header {
width:100%;
height:50px;
}
.searchform {
width:200px;
float: right;
}

form.search {
	padding: 0; 
	margin: 0; 
}
input.text { 
	margin: 0; 
	width: 95px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000;
}
input.text:hover { 
	border: 1px solid #808080; 
}
input.searchbutton { 
	margin-top: 2px; 
	font-size: 11px; 
	font-family: Arial, Sans-serif;
	height:20px;
	width:60px;
	border: none; 
	color: #808080; 
	padding: 1px 1px 1px 7px;
	background:url(images/search.gif) no-repeat;
	font-weight: bold; 
}
input.searchbutton:hover {
    background:url(images/search_hover.gif) no-repeat;
	color:#0560a6;
}

#logo {
height:50px;
width:200px;
float:left;
margin-left:20px;
}

/*---------------------menu---------------------*/
#menu_bg {
width:834px;
height:30px;
margin:0 10px 1px 10px;
padding-top:10px;
background:url(images/topbg.jpg) no-repeat;
}
#menu {
line-height: 30px; 
list-style-type: none; 

margin:0 0 10px 12px;
}
#menu a {
display: block; 
width: 115px; 
text-align:center;
}
#menu a:link  {
 color:#5d5d5d; text-decoration:none;
}
#menu a:visited  {
 color:#0d3a89;text-decoration:none;
}
#menu a:hover  {
color:#FFF;
text-decoration:none;

}
#menu li {
float: left; 
width: 115px; 

}
#menu li a:hover{
 background:url(images/menu_buthover.gif);
 font-weight:bold;
}
#menu li ul {
 line-height: 28px;  
 list-style-type: none;
 left: -999em; 
 width: 115px; 
 position: absolute;
}
#menu li ul li{
float: left; width: 157px;
background: #F6F6F6; 
border:1px solid #fff;
border-width:1px 0 0 0;
line-height:25px;
}
#menu li ul a{
 display: block; width: 157px; text-align:left; padding-left:2px;
}
#menu li ul a:link  {
 color:#666; text-decoration:none;
}
#menu li ul a:visited  {
 color:#666;text-decoration:none;
}
#menu li ul a:hover  {
 color:#FFF; text-decoration:none; background:#c0dafc;
}
#menu li:hover ul {
 left: auto;
}
#menu li.sfhover ul {
 left: auto;
}
#menuVisit {background:url(images/menu_buthover.gif); color:#ffffff; font-weight:bold;}

/*-----------------------Main content--------------------------*/
#MBack {
width:832px;
margin:0 10px 0 10px;
background:url(images/headerbg.jpg) repeat-x #FFFFFF;
}
#mainContent {
height:100%;
width:804px;
margin:0 15px 0 15px;
padding-top:10px;

}
#headbgHome {
height:140px;
width:802px;
margin:0 auto;
}
#centralImage {
height:140px;
width:655px;
float:left;
background:#FFFFFF;
}

#textright {
height:106px;
width:104px;
float:right;
background:url(images/bgright.jpg) no-repeat;
padding:24px 10px 0 16px;
}
#textright a {
color:#4372b0
}

#leftContent {
width:200px;
float:left;
margin:7px 10px 0 0;
border:#a4c0dc dashed 1px;
}
#leftContent p {
padding:0 8px 0 8px;
}

#leftContent1 {
width:415px;
float:left;
margin:7px 5px 0 0;
border-bottom:#a4c0dc dashed 1px;
}
#leftContent1 p {
padding:8px 8px 0 8px;
}

#leftMenu_box {
height:100%;
width:180px;
float:left;
margin:0 0 15px 0;
background:#f1f1f1;
}
#leftMenu {
height:100%;
width:175px;
float:left;
line-height: 26px;
margin:0 0 15px 0;
}
#leftMenu ul {
margin:0;
padding:0;
list-style-type:none;
}
#leftMenu ul li { 
position: relative;   
border-bottom: 1px solid #ccc;  
float:left;
width:180px; } 
#leftMenu ul li ul {     
position: absolute;     
left: 180px; /* Set 1px less than menu width */     
top: 0;     
display: none;     
line-height: 22px;
}  
#leftMenu ul li ul li{     
border-bottom: 1px solid #bcbcbc;  
border-right: 1px solid #bcbcbc;  
width:185px;

} 
#leftMenu ul li a {     
display: block;     
text-decoration: none;     
color: #003366;     
background: #f1f1f1; /* IE6 Bug */     
padding-left:25px;  
font-size:13px;    
border-bottom: 0; 
}
#leftMenu ul li a:hover { 
font-weight:bold;
color:#2376b5;
text-indent: 0.1em;
background:#dbeaff;
text-decoration:none;} /* Hover Styles */   
#leftMenu li ul li a { padding: 2px 5px; width:175px;background: #dddddd;} /* Sub Menu Styles */   
#leftMenu li:hover ul, li.over ul { display: block;}
/*
#leftMenu li {
float:left;
width:175px;
}
#leftMenu li a {
display:block;
font-size:13px;
color:#566f84;
padding-left:25px;
}
#leftMenu li a:hover {
width:150px;
font-weight:bold;
text-indent: 0.5em;
color:#2376b5;
background:#eef4f9;
text-decoration:none;
}
*/
#rightContent {
width:370px;
margin:6px 0 0 0;
padding:1px 1px 1px 8px;
float:right;
border-left:#d4d4d4 solid 1px;
}
#rightContent ul {
list-style:url(images/ul_dot.jpg); margin-left:30px; line-height:20px;}
#lowerLeft {
width:396px;
margin:10px 0 10px 0;
padding:15px 10px 15px 10px;
float:left;
background:#f2f2f2 url(images/corner.gif) no-repeat bottom right;
}
.conTitle{
height:26px;
width:100%;
background:url(images/bull_c_c.gif) repeat-x;
}

.insideRight {
height:100%;
width:615px;
float:right;
background:#FFFFFF;
padding:0;
margin:0 0 0 5px;
}
.insideRight p {
padding:0 8px 0 8px;
}
.read_more{
width:101px;
height:29px;
float:right;
padding:10px;
background:url(images/read_more_bg.gif) no-repeat center;
line-height:29px;
text-align:center;
}
.read_more a{
text-decoration:none;
color:#FFFFFF;
}
.read_more_link{
width: auto;
float:right;
padding:3px 25px 3px 0;
background:url(images/orange_bullet.gif) no-repeat right;
}
.read_more_link a{
text-decoration:none;
color:#f7941d;
}
.faqs li
{list-style:url(images/q.gif); 
margin-left:50px;  
margin-top:8px;}

/*Tab class*/
.box{margin:1em auto;width:615px;}
.Menubox{width:615px;background:url(images/nav.gif);height:28px;line-height:28px;}
.Menubox li{float:left;display:block;cursor:pointer;width:114px;text-align:center;color:#949694;font-weight:bold;}
.Menubox li.hover{background:#fff;width:116px;border:1px solid #A8C29F;border-bottom:0;;background:url(images/nowaday.gif);color:#739242;font-weight:bold;height:27px;line-height:27px;}
.Contentbox{width:613px;clear:both;border:1px solid #A8C29F;border-top:0;padding-top:8px;}
.Contentbox span{color:#ccc;}

/*-----------------------contact_form-------------------*/
#contact_form{
width:560px;
height:auto;
padding-left:20px;
}
.form_row{
float:left;
padding:4px 0 4px 0;
}
label{
width:170px;
float:left;
padding:3px 5px 0 0;
color:#566f84;
text-align:left;
}
input.contact_input{
width:300px;
height:18px;
float:left;
border:1px #ced6ec solid;
background-color:#e1eefe;
color: #000;
}
input.reference_input {
width:150px;
height:18px;
border:1px #ced6ec solid;
background-color:#e1eefe;
color: #000;
}
textarea.contact_textarea{
width:300px;
height:120px;
float:left;
border:1px #ced6ec solid;
background-color:#e1eefe;
color: #000;
}
.send{
width:80px;
height:24px;
color:#FFFFFF;
float:right;
margin:10px 38px 0px 0px;
}

/*---------------footer--------------------------*/
#bottom {
width:834px;
height:50px;
margin:0 auto;
float:right;
border-top:#CCCCCC;
border-bottom:#CCCCCC;
}

#footer {
clear: both;
width: 854px;
height:34px;
margin:0 auto;
color:#667a8d;
font-size:11px;
text-align:center;
padding-top:8px;
background:url(images/footer_bg.gif) no-repeat;
}
#footer a {
color:#2771ba;
}
#footer_bottom {
background:url(images/bg_bottom.gif) no-repeat;
height:18px;
width:854px;
margin:0 auto;
}