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

body{
	margin:0px;
	padding:0px;
	background-color:#C8B274;
}

#MainWrapper{
	background-image:url(../images/main-bg.png);
	background-repeat:repeat-x;
	background-color:#333;
	position:relative;
}

.InnerWrapper{
	width:995px;
	margin:0px auto 0px auto;
	position:relative;
}

#Logo{
	width:184px;
	height:70px;
	position:absolute;
	top:5px;
	left:10px;
}

#NavWrapper{
	width:795px;
	height:72px;
	margin-left:200px;
	position:relative;
}

.NavItem{
	float:left;
	margin:24px 11px 0px 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C8B274;
}
.NavItem a{
	color:#C8B274;
	text-decoration:none;
}
.NavItem a:hover{
	color:#fff;
	text-decoration:none;
}

#FeatureImage{
	width:1008px;
	height:290px;
	margin:0px auto 0px auto;
	background-image:url(../images/feature2.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#ContentWrapper{
	width:965px;
	padding:15px;
	margin:10px 0px 20px 0px;
	position:relative;
	background-image:url(/images/content-bg.png);
	background-repeat:no-repeat;
}

#ContentLeft{
	width:305px;
	float:left;
}

#ContentRight{
	width:635px;
	float:left;
	margin:0px 0px 0px 15px;
}

#Footer{
	width:995px;
	margin:20px auto 20px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
}
#Footer a{
	color:#333;
}


#WhiteBoxTop{
	width:635px;
	height:11px;
	background-image:url(/images/whitebox-top.png);
	background-repeat:no-repeat;
}
#WhiteBoxMid{
	width:615px;
	padding:10px;
	background-color:#fff;
}
#WhiteBoxBot{
	width:635px;
	height:11px;
	background-image:url(/images/whitebox-bot.png);
	background-repeat:no-repeat;
}
#GreyBoxTop{
	width:615px;
	height:10px;
	background-image:url(/images/greybox-top.png);
	background-repeat:no-repeat;
	margin-top:10px;
}
#GreyBoxMid{
	width:595px;
	padding:10px;
	background-color:#e9e9e9;
}
#GreyBoxBot{
	width:615px;
	height:10px;
	background-image:url(/images/greybox-bot.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#GoldBoxTop{
	width:300px;
	height:10px;
	background-image:url(/images/goldbox-top.png);
	background-repeat:no-repeat;
}
#GoldBoxMid{
	width:280px;
	padding:10px;
	background-color:#C8B274;
}
#GoldBoxBot{
	width:300px;
	height:10px;
	background-image:url(/images/goldbox-bot.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.Title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
}
.Title2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000;
}
.Title3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#9E873F;
}
.Title3 a{
	color:#9E873F;	
	text-decoration:none;
}
.Title3 a:hover{
	color:#666;	
	text-decoration:none;
}
.Main{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#000;
}
.Main a{
	color:#9E873F;
	text-decoration:underline;
}
.Main a:hover{
	color:#999;
	text-decoration:underline;
}
.subnav{
	padding:3px;
	border-top:1px solid #9E873F;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}
.subnav a{
	color:#360;
	text-decoration:none;
}
.subnav a:hover{
	color:#9E873F;
	text-decoration:none;
}
.clear{
	clear:both;	
}
