@charset "UTF-8";
/* CSS Document */
body
{
	margin:0;
	padding:0;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

}

#container
{
	background-color:#fff;
	height:960px;
	width:960px;
}
#logo 
{
	float:left;
	width:800px;	
	
}
#header 
{
	
	background-image: url(header_img.png);
	background-size: 100% 100%;
	background-origin: content-box;
	
	background-color: #fff;
	height: 200px;
	
	background-repeat: no-repeat;	

}
#headerInfo
{
	float:left;
	width:160px;
	
}
#nav 
{
	float:left;
	height:340px;
	width:180px;
	background-color:#2e3540;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	
}
#footer p
{
}
#nav li ul 
{ 
	display:none; 
	position:absolute;
	left:140px;
	margin-top: -23px;
	

	
}
#nav li {
	list-style-type:none;	
}
#nav li:hover ul
{
	display: block;	
	list-style-type:none;
}
#nav li ul li a
{
	display:block;	
	background-color:#2E3540;
}

#nav ul li a
{
	display: block;
	padding-left:10px;	
	text-align:left;
	
	
	
}
#nav li a 
{
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 10px 20px 10px 0px;
	text-align: right;	
	
	
}

#nav a:hover
{
    color:#f18b4a;
    text-decoration:none;
}
#leftContent
{
	float:left;
	height:510px;
	width:180px;
	
}
#bottomLeft
{
	float:left;
	height:250px;
	width:170px;
	padding-left:10px;	
}
#content
{
	float:left;
	height:780px;
	width:780px;
	
}
#center{
	float: left;
	width: 540px;
	height: 600px;
	padding: 30px 0px 0px 40px;
	
}
#bottomleft
{
	float:left;
	width:350px;
	height:120px;
	border: thin solid #000;
}

#logo img 
{
	
	padding-top: 20px;
	padding-left: 50px;
}
#centerRight 
{
	color:#fff;
	padding-right: 10px;
	padding-left: 10px;
	 
}
#rightContent
{
	width:200px;
	height:760px;
	float:left;	
	background-color: #2e3540;
	border-top-left-radius: 30px;
	
}

#searchbox
{
	padding:20px 0px 0px 20px;	
}
#footer {
	float: left;
	height: 20px;
	width: 950px;
	background-color: #9aa936;
}
.clear
{
	clear:both;
}
.footer 
{
	padding: 10px 0px 0px 10px;
}
#headerInfo p 
{
	color: #2E3540;
}

#centerRight ul li p a 
{
	color:#f18b4a;
}
#centerRight ul li {
	list-style-type: none;
}
#center h2 {
	color: #9AA936;
}
h3 {
	color: #EFA420;
	padding-left: 10px;
}
#rightContent ul li  {
	list-style-type: none;
	color: #FFF;
}
#rightContent ul li a {
	color: #FFF;
	text-decoration: none;
}
#rightContent ul p {
	font-size: 14px;
	color: #FFF;
}
#centerRight ul p a {
	color: #F18B4A;
	text-decoration: underline;
}
#centerRight ul li h4 {
	text-decoration: underline;
}
#center p {
	padding-right: 20px;
}
