/* CSS Document */
* {
  padding-top:0px;
  margin:0px;
  }
body {
  background-color:#FFFFFF;

}

#main {
  width:850px;
  margin-left:auto;
  margin-right:auto;
  }
#header {
  float:left;
  width:850px;
  height:100px;
  background-color:#FFF;
  } 
.logo {
  float:left;
  width:200px;
  height:80px;
  margin-left:10px;
  margin-top:20px;
  }   
.top_text {
  float:right;
  }  
#navigation {
  float:left;
  width:850px;
  height:35px;
  background-image:url(images/nav_bg.jpg);
  background-repeat:repeat-x;
  }   
#navigation li {
	margin:5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#navigation li a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	font-family:Arial;
	font-size:14px;
	display: block;
	padding:7px 15px;
	border-top-left-radius:6px;
  border-top-right-radius:6px;
  -moz-border-radius-topleft:6px;
  -moz-border-radius-topright:6px;
  -webkit-border-top-left-radius:6px;
  -webkit-border-top-right-radius:6px;
    
}
#navigation a:hover {
  background-color:#CC0000;
	color:#FF9900;
	border-top-left-radius:6px;
  border-top-right-radius:6px;
  -moz-border-radius-topleft:6px;
  -moz-border-radius-topright:6px;
  -webkit-border-top-left-radius:6px;
  -webkit-border-top-right-radius:6px;
   
}

/* main level link hover */
#navigation .current a, #nav li:hover > a {
	background: #CC0000;
	color:#FF9900;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);

}

/* sub levels link hover */
#navigation ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color:#FF9900;
	text-decoration:underline;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#navigation ul a:hover {
	background:#CC0000;
	color:#FF9900; !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
	z-index:1000;
}

/* dropdown */
#navigation li:hover > ul {
	display: block;
}

/* level 2 list */
#navigation ul {
	display: none;

	margin-top:5px;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 25px;
	left: 0;
	background-color:#CC0000;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	
}
#navigation ul li {
	float: none;
	margin-top:2px;
	padding: 0;
}

#navigation ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
	background-image:none;
	font-family:Arial;
}

/* level 3+ list */
#navigation ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#navigation ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#navigation ul li:last-child > a {
}

/* clearfix */
#navigation:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#navigation {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #navigation {
	height: 1%;
}             
#slider {
  float:left;
  width:850px;
  height:300px;
  overflow:hidden;
  z-index:-1000;
  }

#panels {
 float:left;
 width:850px;
 height:200px;
 }
.panel_1 {
  float:left;
  width:269px;
  font-family:Arial;
  margin-top:10px;
  color:#FFFFFF;
  border-right:#CCCCCC 1px dotted;
  } 
.panel_1 h2 {
  font-size:22px;
  margin-top:3px;
  font-family:Arial;
  color:#036;
  margin-left:50px;
  }  
.panel_1 img {
  float:left;
  margin-left:10px;
  }    
.panel_2 {
  float:left;
  width:269px;
  margin-left:20px;
  margin-top:10px;
  border-right:#CCCCCC 1px dotted;
  }
.panel_2 h2 {
  font-size:22px;
  margin-top:3px;
  font-family:Arial;
  color:#036;
  margin-left:50px;
  }  
.panel_2 img {
  float:left;
  margin-left:10px;
  }  
.panel_3 {
  float:left;
  width:270px;
  margin-top:10px;
  margin-left:20px;
  }
.panel_3 h2 {
  font-size:22px;
  margin-top:3px;
  font-family:Arial;
  color:#036;
  margin-left:50px;
  }  
.panel_3 img {
  float:left;
  margin-left:10px;
  }        
.panel_text {
  float:left;
  width:200px;
  margin-top:15px;
  margin-left:50px;
  font-family:Arial;
  color:#000;
  font-size:11px;
  line-height:15px;
  }
.panel_text a {
  color:#036;
  text-decoration:none;
  font-weight:bold;
  }  
.panel_text ul {
  margin-left:-25px;
  }  
.panel_text strong {
  color:#666666;
  font-style:italic;
  }
.panel_text h4 {
  color:#CC0000;
  font-size:14px;
  }    
 
.panel_readmore {
  width:auto;
  float:left;
  margin-top:20px;
  font-family:Arial;
  text-decoration:none;
  font-size:13px;
  color:#36D4FB;
  padding:.4em .9em;
  background-color:#FFFFFF;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-left-radius:4px;
  -webkit-border-top-right-radius:4px;
  
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-left-radius:4px;
  -webkit-border-bottom-right-radius:4px;
  }  
  
.content {
  float:left;
  width:850px;
  }
.left_panel {
  float:left;
  margin-top:10px;
  width:270px;
  }    
.central_panel {
  float:left;
  margin-top:10px;
  margin-left:20px;
  width:270px;
  }
.right_panel {
  float:left;
  margin-top:10px;
  margin-left:20px;
  width:270px;
  } 
.cont_panel_text {
  float:left;
  width:26opx;
  margin-left:5px;
  font-family:Arial;
  font-size:11px;
  color:#333333;
}  
.cont_panel_text h2{
  color:#000000;
  font-size:22px;
  }
.cont_panel_text a {
  color:#36D4FB;
  }  
  
/* ----------------- sub page styles -----------------------*/

 
#sub_banner  {
  float:left;
  width:850px;
  height:200px;
  background-color:#000000;
  } 
  
.left_content {
  width:640px;
  margin-top:10px;
  float:left;
  border-right:#ccc 1px dotted;
  }
.left_content_text {
  float:left;
  margin-top:10px;
  margin-bottom:10px;
  width:630px;
  font-family:Arial;
  font-size:12px;
  color:#333333;
  line-height:17px;
  word-spacing:3px;
  } 
.left_content_text h2 {
  color:#036;
  margin-bottom:5px;
  }
.left_content_text a {
  color:#FF9900;
  }  
.right_content {
  width:200px;
  float:left;
  margin-top:10px;
  }
.right_content_text {
  float:left;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:10px;
  width:190px;
  font-family:Arial;
  font-size:11px;
  color:#333333;
  line-height:15px;
  word-spacing:3px;
  }  
.right_content_text h3 {
  font-size:14px;
  margin-bottom:5px;
  color:#036;
  }
.right_content_text a {
  color:#036;
  text-decoration:none;
  font-weight:bold;
  }
.right_content_text strong{
  color:#36D4FB;
  }  
/*--------------------- end of sub page styles ----------------*/      
#footer {
  float:left;
  width:850px;
  height:30px;
  margin-top:10px;
  background-color:#036;
  margin-bottom:10px;
  }
.footer_text {
  float:left;
  margin-left:5px;
  text-align:center;
  width:850px;
  height:20px;
  margin-top:10px;
  color:#fff;
  font-family:Arial;
  font-size:11px;
  }
