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

html{font-size: 76%
}
body {
	margin:0px; 
	padding:0px;
	background-image:url(images/background.png);
	background-repeat:repeat;
	background-color:#a3a64e;
	text-align:center;
	font-family:Georgia, Times, serif;
	color:#8c1b1b;
	margin:0px;
}
a:link {
	color:#8c1b1b;
	text-decoration:underline;
}
a:visited {
	color:#8c1b1b;
	text-decoration:underline;
}
a:hover {
	color:#d95d30;
	text-decoration:none;
}
a:active {
	color:#d95d30;
	text-decoration:none;
}

#mainwrap {
	width:900px;
	margin-left: auto; margin-right:auto;
	margin-top:10px;
	text-align:left;
}

#header {
	width:900px;
	height:150px;
}

#subheader {
	margin:0;
	padding:0;
	width:900px;
	height:50px;
	background-image:url(images/subheader.png);
	background-repeat:no-repeat;
}

#subheaderalt {
	margin:0;
	padding:0;
	width:900px;
	height:50px;
	background-image:url(images/subheaderalt.png);
	background-repeat:no-repeat;
}

#contentwrap {
	margin:0;
	padding:0;
	width:900px;
	float:left;
}

#nav {
	margin:0;
	padding:0;
	width:170px;
	float:left;
	background-image:url(images/sidenavpattern.png);
	background-repeat:repeat-y;
}
	ul {
		margin:0;
		padding:0;
		width:170px;
		height:345px;
		float:left;
		list-style-type:none;
	}
	
	li {
		margin:0;
		padding:0;
		width:170px;
		position:relative;
		float:left;
	}
	
	#nav ul li ul {
		position:absolute;
		top:0;
		left:170px;
		visibility:hidden;
	
	}
	#nav ul li:hover ul {
		width:230px;
		height:138px;
		position:absolute;
		top:-15px;
		left:170px;
		visibility:visible;
		background-color:#f5c772;
		border-radius:10px;
		-moz-border-radius:10px;	
		-webkit-border-radius:10px;
		box-shadow:2px 2px 10px #664e04;
		-moz-box-shadow:2px 2px 10px #664e04;
		-webkit-box-shadow:2px 2px 10px #664e04;
	}
	#nav ul li ul li {
		width:198px;
		margin-left:10px;
		margin-right:10px;
		font-size:14px;
		padding:6px 6px 6px 10px;
		color:#fbc360;
		border-top:solid 1px #8c1b1b;
	}
	#nav ul li ul li:first-child {
		border:none;
	}
	#nav ul li ul li a:link {
		color:#8c1b1b;
		text-decoration:none;	
	}
	#nav ul li ul li a:visited {
		color:#8c1b1b;
		text-decoration:none;	
	}
	#nav ul li ul li a:hover {
		color:#d95d30;
		text-decoration:none;	
	}

#content {
	margin:0;
	padding:0;
	width:730px;
	float:left;
	background-image:url(images/contentpatternrepeat.png);
	background-repeat:repeat-y;
}
#contenttext {
	margin:10px 20px 10px 20px;
	
}

#contentpromo {
	margin:10px 20px 10px 20px;
	width:680px;
	height:550px;
	background-image:url(images/promobackground.png);
	background-repeat:repeat-y;
	border:#fe5c1d solid 5px; 
}

#homebot {
	margin-top:10px;
	width:680px;
	height:30px;
	float:left;
	text-align:left;
}

.contentright {
	width:280px;
	float:left;
}

.contentleft {
	margin-right:10px;
	width:400px;
	float:left;
	
}
.contentcenter{
	width:680px;
	float:left;
}
.contentcenterpromo{
	width:660px;
	float:left;
	padding-top:10px;
	padding-left:20px;
}

.bulletlist {
	margin:0;
	padding:0;
	width:400px;
	float:left;
	
	
}
ul.bulletlist  {
	width:400px;
	float:left;
}

li.bulletlist  {
	width:400px;
	padding-top:20px;
	list-style-type:disc;
	list-style-position:inside;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	color:#505a26;
	position:relative;
	float:left;
}

li.bulletlist a:link  {
	color:#505a26;
}
li.bulletlist a:visited  {
	color:#505a26;
}
li.bulletlist a:hover  {
	color:#d95d30;
}


.copyheadred {
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	color:#8c1b1b;
}

.copyheadgreen {
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	color:#505a26;
}

.copyheadorange {
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	color:#d95d30;
}

.copyboldred {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#8c1b1b;
}

.copyboldyel {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#fbc360;
}

.copyboldblk {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#000000;
}

.copyboldgreen {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#505a26;
}

.copyboldorange {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#d95d30;
}

.copyboldbtorange {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#F30;
}

h1 {
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	line-height:20px;
	color:#8c1b1b;
}

h2 {
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	color:#8c1b1b;
}
	
	






