@charset "utf-8";

.header .top-menu:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

body{
	background: #c4b495 url('../images/bg.png') top center;
}
.wrapper{
	width: 100%;
	height: 100%;
	margin: 0px auto;
	background: transparent url('../images/w-bg.png') top center repeat-y;

}
.header{
	width: 800px;
	height: 433px;
   background: url('../images/header.jpg') top center no-repeat;
	margin: 0px auto;
	border-top: 1px solid #576339;
	position: relative;
}
.logo{
	position: absolute;
	top: 0;
	right: 0;
}
.main{
	width: 800px;
	margin: 0px auto;
	background: #242c47;
	background: transparent url('../images/m-bg.png') top left repeat-y;
}



.content .menu-wrapper{
	width: 100%;
	height: 100%;
	background: #71a25c url('../images/m-w-bg.png') top center no-repeat;
}
.content .menu{
	margin: 0px auto;
}
.content .menu ul{
	display:block;
	list-style-type:none;
	padding:0;
}
.content .menu ul li{
	display:block;
	width: 234px;
	background: transparent url('../images/m-sep.png') center bottom no-repeat;
	position: relative;
}
.content .menu ul li a{
	color:#e7e3af;
	font-family: times new roman,times, Georgia, Verdana;
	font-size:14px;
	line-height: 26px;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding: 0 0 20px;
}
.content .menu ul li a:hover{
	color:#3D4725;
}

/*sf-menu*/
.content .menu span.sf-sub-indicator{
	font-weight: normal;
}

.content .menu ul ul{
padding: 0;
margin: 0;
position: absolute;
top:-12px;
*top: -16px;
left: 234px;
float: left;
background: #fdeac1;
z-index: 100;
border-top: 1px #437000 solid;
border-left: 1px #437000 solid;
border-right: 1px #437000 solid;
visibility: hidden;
}
.content .menu ul ul ul{
position: absolute;
top:4px;
left: 140px;
float: left;
background: none;
z-index: 100;
visibility: hidden;
}
.content .menu ul ul li {
margin: 0;
list-style: none;
font: 12px/22px Helvetica, Arial, sans-serif;
float: left;
width: 150px;
position: relative;
display: block;
border-bottom: 1px #437000 solid;
padding: 0px;
text-align: center;
background: #72a15b;
height: auto;
}
.content .menu ul ul li:hover {
background: #8db778;
}
.content .menu ul ul ul li{
}
.content .menu ul ul li a {
color:#dde2aa;
display:block;
float:left;
line-height:16px;
margin: 0;
padding:6px 5px;
text-decoration:none;
width:140px;
}
.content .menu ul ul li a:hover {
	color:#3D4725;
	text-decoration: none;
}
.content .menu ul ul li.active a {
	color:#294829;
	text-decoration: none;
	background: #8db778;
}
/*sf-menu end*/

.footer{
	width:543px;
	margin: 0 0 0 255px;
}
.footer .menu ul{
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}
.footer .menu ul li{
	display:inline;
	padding:0 5px;
	background: transparent url('../images/f-sep.png') right top no-repeat;
}
.footer .menu ul li a{
	color:#e7e3af;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
	text-transform: none;
}
.footer .menu ul li a:hover{
	color:#bb9e60;
}
.footer .copyright{
	color: #bb9f61;
	padding-bottom:15px;
}

.content-container{
	width: 800px;
	background: transparent url('../images/c-bg.png') left top repeat-y;
}
.content{
	width: 800px;
	padding: 15px 0 0 0;
	background: transparent url('../images/c-top.jpg') right top no-repeat;
}

.content-wrapper{
	/*background: transparent url('../images/c-bot.png') left bottom no-repeat;*/
}

.content .col1{
	float: right;
	width: 428px;
	padding: 20px 57px 20px 52px;
}
.content .col2{
	float: left;
	width: 234px;
	padding: 0 0 0 22px;
}
.content .col2 h4{
display: block;
width: 181px;
font:bold 15px/normal times new roman,times, Georgia, Verdana;
color: #ffffff;
padding: 8px 0 6px;
margin: 0 auto 10px;
text-transform: uppercase;
}
.content .col2 p{
color: #bb9e60;
font: 8pt/1.55em Verdana, Tahoma, Arial;
}
.content .col2 a{
text-decoration: none;
}
.content .col2 p:hover{
	color:#fff;
}
.content .col2 .submodule{
	border: 2px #bb9e60 solid;
	background: #294724;
	width: 190px;
	margin: 10px auto;
	padding: 5px;
}

.content .col2 .submodule p.withimage {
	text-align: left;
	clear: both;
	display: block;
	padding: 0 0 15px;
}

.content .col2 .submodule p img {
	float:left;
	padding: 0 10px 0 0;
}

