@charset "UTF-8";
/* CSS Document */




body{
margin:0px;	
	
}

img{
	
border:none;	
}

#main_container{
	width:100%;
	text-align:center;
	
	
}


.setwidth_container{
	margin:0px auto;
	width:1000px;
	
	text-align:left;
	
}

#header{
	position:relative;
	
	height:152px;
	background-color:#FFF;
	background-repeat:no-repeat;
	margin-bottom:75px;
	
}





#nav{
	position:absolute;
	bottom:0px; 
	right:0px;
	vertical-align:bottom;
}

#menu { 
	
	padding:0; 
	margin:0; 
	

} 
#menu li {
	
	display:inline;
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
} 

#menu li a{
	text-decoration:none;
	color: #000;
	
}
#menu li a:hover{
	color: #00acd1;
	
}

#menu_divider{
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d2d2d2;
}
.menu_ender{

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d2d2d2;
}



#menu_item{
	
	
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:20px;
	margin-left:2px;
	margin-right:2px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	
	
}


.menu_selected{
	border-bottom-color: #18c1ff;	
}
.menu_unselected{
	border-bottom-color: #FFF;	
}

.arrow{	
border:0px;
margin-left:10px;
}

#clear{
clear:both;
}



.footer-section{
	text-align:left;
	padding:30px 30px 30px 0px;	
	float:left;
}
.footer-section h3, .footer-section a{
	font:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:17px;
	color:#161616;
	padding:0px 0px 12px 0px;
	border-bottom: 1px solid #c6b100;	
	margin:0px 0px 12px 0px;
	font-weight:normal;
}
 .footer-section h3 a{
	border-bottom: none;	 
 }

.footer-img{
margin-bottom:12px;	
	
}

.footer-subsection{
float:left;
margin-right:40px;	
}

.cat-item, .cat-item a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#161616;
	text-decoration:none;
	list-style: none;
	border:none;
	display:block;
	padding:0px;
	margin:0px 0px 10px 0px;
	
	
}
.footer-form{
margin:0px;	
padding:0px;	
display:inline;
}

#twitter_update_list{
list-style: none;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#161616;
}


#twitter_update_list a{
	font-size:12px;
	text-decoration:underline;
	border:none;
}

#twitter-link a{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
border:none;
display:block;
margin-top:10px;
	
}

.clear{
clear:both;	
}