@charset "utf-8";
/* CSS Document */

body{
	background:#59643f url(../images/back.jpg) top center no-repeat;
	margin:0;
	padding:0;
}

#container{
	width:975px;
	margin:auto;
}

#header{
	position:relative;
}

#headerMenu{
	position:absolute;
	right: 20px;
	top: 7px;
	color:#fff;

}

#headerMenu a{
	color:#fff;
	text-decoration:none;
}

#headerMenu a:hover{
	text-decoration:underline;
}

#tagline{
	position:absolute;
	left: 290px;
	top: 36px;
	color:#fff;
}


#contactInfo{
	color:#fff;
	position:absolute;
	width: 170px;
	height: 84px;
	right: 20px;
	top: 35px;
	padding-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	background:url(../images/separator_contact_info.jpg) left center no-repeat;
}



#banner{
	border:2px solid #fff;
	border-bottom:none;
	background:#495036;
	position:relative;
	width:99.5%;
}

#lineBannerLeftBottom{
	background:url(../images/line_banner_left_bottom.jpg) center right;
	width:33px;
	height:2px;
	position:absolute;
	left: -33px;
	bottom:-2px;
}

#lineBannerRightTop{
	background:url(../images/line_banner_right_top.jpg) center bottom;
	width:2px;
	height:48px;
	position:absolute;
	right: -2px;
	top:-50px;
}

#lineHeaderLeftBottom{
	background:url(../images/line_header_left_bottom.jpg) center right;
	width:47px;
	height:2px;
	position:absolute;
	left: -47px;
	bottom:-2px;
}

#bannerLeft{
	background:#dcd99e url(../images/banner_left.jpg) left top no-repeat;
	float:left;
	width:30%;
	border-bottom:2px solid #fff;
	min-height:315px;
	margin-bottom:23px;
}

#bannerImg{
	position:relative;
	overflow:hidden;
	float:left;
	width:67.5%;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

#bannerImg img{
	float:left;
}


#contentContainer{
	clear:both;
	width:99.9%;
	border-top:2px solid #fff;
}

#leftContainer{
	float:left;
	width:30.1%;
	min-height:250px;
	color:#fff;
	background:#59653f url(../images/shadow_dark.jpg) top left no-repeat;
}

*html #leftContainer{
	height:200px;
}

#rightContainer{
	float:right;
	width:69.68%;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	background:#7a8859;
}
*html #rightContent{
	height:700px;

}

#rightContent{
	width:96.5%;
	border:2px solid #fff;
	border-top:none;
	border-bottom:0;
	background:#dcd99e;
	min-height:700px;
}


#footer{
	position:relative;
	color:#fff;
}

#footerLeft{
	float:left;
	width:30.3%;
	padding:20px 0px;
	background:url(../images/line_footer.jpg) top right no-repeat;
}

#footerRight{
	float:right;
	width:69.6%;
	padding:20px 0px;
	text-align:right;
}

/*-------------------------MENU-------------------------*/

#nav{
	border:2px solid #fff;
	border-bottom:none;
	background:#545840;
	width:97.2%;
	
}


#menu ul{
	padding:0;
	margin:0;
	background:#f2f1d9 url(../images/menu.jpg) top left no-repeat;
	width:90%!important;
	float:right;
	border-left:2px solid #fff;
}

#menu ul li{
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	width:auto!important;
}

#menu ul li a{
	display:inline-block;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#47450d;
	padding:15px;
	text-transform:uppercase;
	width:auto!important;
}

#menu ul li a:hover{
	background:#d5cb95;
}

#menu ul li.selected a{
	background:#d5cb95;
}


/*HEADERMENU*/

#headerMenu ul{
	padding:0;
	margin:0;
	width:auto!important;
}

#headerMenu ul li{
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	width:auto!important;
}

#headerMenu ul li a{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	padding:5px;
	width:auto!important;
}

#headerMenu ul li a:hover{
	background:#47450d;
}

#headerMenu ul li.selected a{
	background:#47450d;
}

/*HEADER SUBMENU */

#headerMenu ul ul{
	padding:0;
	margin:0!important;
	width:auto!important;
	background:#47450d!important;
}

#headerMenu ul ul li{
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	width:auto!important;
}

#headerMenu ul ul li a{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	padding:5px 10px;
	width:70px!important;

}

#headerMenu ul ul li a:hover{
	background:#333300;
}

#headerMenu ul ul li.selected a{
	background:#333300;
}



.menuHeaderBorder{
	background:url(../images/menu_header_border.jpg) center right no-repeat;
}

/*FOOTER*/

#footerMenu ul{
	padding:0;
	margin:0;
	float:right;
	width:auto!important;
}

#footerMenu ul li{
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	width:auto!important;
}

#footerMenu ul li a{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	padding:5px 0px 5px 20px;
	width:auto!important;
}

#footerMenu ul li a:hover{
	color:#ccc;

}


/*-------------------------FORM-------------------------*/
.cat_button{
	background: url(../images/arrow_dark.gif) center right no-repeat;
	cursor:pointer;
	border:0;
	color:#fff;
	font-size:.95em;
	padding:5px 20px 5px 0px;
}


.cat_button2{
	background: url(../images/arrow.gif) center right no-repeat!important;
	cursor:pointer;
	color:#47450d!important;
	border:0;
	font-size:.95em;
	padding:5px 20px 5px 0px;
}


/*-------------------------CLASSES-------------------------*/

.answer{
	background:#efedca;
	padding:10px 20px;
	margin:5px 0px;
}

.alignRight{
	text-align:right;
}

.alignLeft{
	text-align:left;
}



.clear{
	clear:both;
	margin-top:-20px;
}

.shadow{
	background:#dcd99e url(../images/shadow.jpg) top left no-repeat;
	min-height:200px;
}

*html .shadow{
	height:200px;
}


.dotWhite{
	background:url(../images/dot_white.gif) bottom repeat-x;
}

.content{
	padding:10px 20px;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.imgLeft{
	float:left;
	padding:0px 15px 0px 0px;
                     
}

.imgRight{
	float:right;
	padding:5px 0px 10px 15px;

}

.padding0{
	padding:0;
	margin:0;
}
.paddingRight10{
	padding-right:10px;
}

.hide{
	display:none;
}


/*WIDTHS*/

.width5{
	width:5%;
}
.width20{
	width:20%;
}
.width30{
	width:30%;
}
.width32{
	width:32%;
}
.width33{
	width:33%;
}
.width38{
	width:38%;
}
.width35{
	width:35%;
}
.width36{
	width:36%;
}
.width40{
	width:40%;
}
.width45{
	width:45%;
}
.width48{
	width:48%;
}
.width49{
	width:49%;
}
.width42{
	width:42%;
}
.width50{
	width:49.8%;
}
.width53{
	width:53%;
}
.width55{
	width:55%;
}
.width60{
	width:60%;
}
.width65{
	width:65%;
}
.width67{
	width:67%;
}
.width70{
	width:70%;
}
.width80{
	width:80%;
}
.width95{
	width:95%;
}


.formLabel{
	background:#c5c17b;
	padding:5px 10px;
	font-weight:bold;
}


