@CHARSET "UTF-8";
html,BODY {
	width:100%;
	min-heigth:100%;
	background-color: #d9db56;
	margin:0px;
	margin-top:30px;
	margin-bottom:30px;
	font-family: Lucida, sans-serif;
	font-size:12px;
}
div {
    overflow: hidden; 
    position: relative;
}
a{
	color:inherit;
	text-decoration:none;
}
img{
	border:0px;
}



#container{
	width:1000px;
	min-heigth:100%;
	margin:0 auto;
	background-color: #FFF;
	padding-bottom: 20px
}

#header{
	width:1000px;
	height: 100px;
}

#top_banner{
	margin-top:5px;
}

#menu_left{
	float:left;
	width:125px;
	margin:2px;
}
div.news_display{
	margin:5px;
	background-color:#FFF;
	width:420px;
	float:left;	
	height:120px;
}

div.news_display_full{
	margin:5px;
	background-color:#FFF;
	width:100%;
	float:left;	
}

div.news_display_title{
	padding:5px;
	width:100%;
	background-color:#aebc21;	
}

div.news_display_title_blue{
	padding:5px;
	width:100%;
	background-color:#4c88be;	
}

div.featured_blog{
	width:860px;
	heigth:345px:
	line-heigth:345px;
	background-color: #e9e9e9;
	margin:2px;
}


/**
 * Footer
 */
#footer{
	position: fixed; 
	clear: both; 
	width: 100%; 
	height: 50px; 
	line-height:50px;
	bottom: 0; 
	border: none; 
	padding: 0 0 0 0; 
	vertical-align:middle; 
	color: #335500; 
	background-color: #FFF;
}
._admin_title{
	background-color:#e78f08;
	padding:5px 10px 5px 10px;
}

.box_title{
	width:190px;	
	height:19px:
	line-height:19px;
	color:#d9db56;
	padding-left:5px;
	font-weight:bolder;
	background:url(/sections/_templates/main_blue/images/bg_title_box.png) no-repeat;
}

.box_footer{
	width:190px;
	height:18px:
	line-height:18px;
	display:block;
	background:url(/sections/_templates/main_blue/images/bg_footer_box.png) no-repeat;
}
.captchaImage { margin: 0 2px; }
.simpleCaptchaSelected { border: 2px solid #393; }


