/* !!! DON'T REMOVE !!! */
@import url("_basic.css");

* {
	font-family:Georgia, Trebuchet MS, sans-serif;
	color: #FFF;
}
body { 
	padding:0px; 
	margin:0px auto; 
	background:#14521f;
}

/* Custom CSS */
#main_container {
	width:1000px;
	height:100%;
	margin:0 auto;
	background:url('/images/background_main.jpg') no-repeat top center;
}

#top_container {
	width:1000px;
	/*height:400px;*/
	padding:0px;
	background:url('/images/top_menu.jpg') no-repeat top center;
}

#menu{
	padding-left:75px;
	padding-top:155px;
}

.menu{
	font-weight:600;
	color:#a8c960;
	text-decoration:none;
	float:left;
}

#menu img{ 
	width:6px;
	height:6px;
	float:left;
	padding-left:10px;
	padding-top:5px;
	padding-right:11px;
	display:inline-block;
}

.active{
	color:#ffffff;
}

#top_text {
	padding-left:370px;
	padding-right:70px;
	padding-bottom:20px;
	margin-top:40px;
	color:#215d25;
	width:550px;
	background:url('/images/top_background.gif') repeat-y;
}

#top_text img{
	margin-left:-312px;
	margin-top:-165px;
}

#top_text_content {
	padding-left:70px;
	padding-right:100px;
	padding-bottom:20px;
	margin-top:40px;
	width:870px;
	color:#215d25;
	background:url('/images/top_background.gif') repeat-y;
}

#top_text a		 	{ color:#215d25;text-decoration:underline }
#top_text a:hover 	{ text-decoration:none }

#top_text_bottom {
	background:url('/images/top_bottom.gif') repeat-y;
}

/** CONTENT **/
#content { margin-left:12px; margin-top:15px; min-height:300px;}

td#content_list 		{ width:700px;}
td#content_banner 		{ width:300px;}

.content_container{
	width:300px;
	min-height:230px;
	height:auto !important;
	height:230px;
	float:left;
	margin-right:30px;
	margin-left:-1px;
}
.content_text {
	background:url('/images/content/content_background.png') repeat-y;
	width:300px;
	min-height:150px;
	height:auto !important;
	height:150px;
	padding-left:25px;
	padding-bottom:25px;
}
.content_text img		{ padding-top:10px; padding-bottom:10px;}
.content_text a			{ text-decoration:none}
.content_text a:hover	{ text-decoration:underline}

/** BANNER **/
#banner_container {
	width:300px; 
	margin-top:7px; 
	margin-right:18px; 
	float:right;
}
#banner_content
{
	width:250px;	
	background:#FFF;
	min-height:330px;
	height:auto !important;
	height:330px;
	padding:25px;
	padding-top:0px;
}
.logo {border:1px solid #e0e0e0; width:245px; height:90px; margin-bottom:15px;}
.logo img {margin:0 auto; border:0px;}

/** FOOTER **/
#footer {
	margin-top:25px;
	font-size:11px;
	color:#a7c95f;
	width:1000px;
	height:185px;
	text-align:center;
}
#footer a 		{ color:#a7c95f; text-decoration:underline;}
#footer a:hover	{ color:#a7c95f; text-decoration:none;}
#footer img { margin:0 auto; }

