/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	background-color:#B47C29;
	background-image:url(/images/backgrounds/fence.jpg);
	background-position:left top;
	background-repeat:repeat;
	font-family:Tahoma;
	font-size:11px;
	color:#010000;
}
td {
	text-align:left;
	vertical-align:top;
}
img {
	border:none;	
}
.alignRight {
	text-align:right;
}
.alignCenter {
	text-align:center;
}
.alignMiddle {
	vertical-align:middle;
}
.alignBottom {
	vertical-align:bottom;
}
.floatLeft {
	float:left;
	margin:0 15px 6px 0px;
}
.floatRight {
	float:right;
	margin:0 0 6px 15px;
	clear:right;
}
.clear {
	clear:both;
}

#wrap {
	width:728px;
	margin:0 auto;
	background-color:#000;
}
#flashCol{
	width:218px;
	float:left;
	background-color:#000;
}
#mainCol {
	width:510px;
	float:left;
}
	#header {
		background-image:url(/images/backgrounds/headerBG.jpg);
		background-position:left top;
		background-repeat:no-repeat;
		height:86px;
		color:#532E0F;
		font-weight:bold;
		clear:both;
	}
		#header p {
			padding:4px 5px 0 0;	
		}
		ul#nav {
			list-style:none;
			margin-top:25px;
			color:#fff;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:bold;
			font-size:18px;
		}
			ul#nav li {
				float:left;
				height:44px;
				background-position:left top;
				background-repeat:no-repeat;
				text-align:center;
				vertical-align:middle;
				line-height:95%;
			}
			ul#nav li a {
				display:block;
				padding:4px 5px 0 5px;
			}
			ul#nav li a:link,
			ul#nav li a:visited {
				color:#fff;
				text-decoration:none;
			}
			ul#nav li#one {
				width:99px;
				background-image:url(/images/backgrounds/menu1.jpg);
			}
			ul#nav li#two {
				width:104px;
				background-image:url(/images/backgrounds/menu2.jpg);
			}
			ul#nav li#three {
				width:101px;
				background-image:url(/images/backgrounds/menu3.jpg);
			}
			ul#nav li#four {
				width:102px;
				background-image:url(/images/backgrounds/menu4.jpg);
			}
			ul#nav li#five {
				width:104px;
				background-image:url(/images/backgrounds/menu5.jpg);
			}
#content {
	clear:both;
	background-color:#ffffff;
	background-image:url(/images/backgrounds/contentBG.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	min-height:484px;
	padding:20px 12px 0 16px;
}
#content p,
#content ul,
#content ol,
#content form {
	padding-bottom:8px;
}
#content hr {
	margin-bottom:8px;
}
#content h1 {
	color:#AF3E09;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	padding-bottom:5px;
}
#content h2 {
	color:#5C3107;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
#content h3 {
	color:#AF3E09;
	font-size:14px;
	padding-bottom:5px;
}
#content h4 {
	color:#AF3E09;
	font-size:11px;
	padding-bottom:1px;
}
#content ul {
	list-style-type: none;
}
	#content ul li {
		background-image: url(/images/icons/bulletWhite.jpg);
		background-repeat: no-repeat;
		background-position: left 5px;
		padding-left: 8px;
	}
#content .more a {
	font-weight:bold;
	background-image:url(/images/icons/bulletWhite.jpg);
	background-position:left 6px;
	background-repeat:no-repeat;
	padding-left:7px;
}
	
#content a:link,
#content a:visited {
	color:#7B4415;	
}
#content a:hover {
	color:#AF3E09;	
}

#content .noBG {
	color:#7B4415;
}

#content .leftCol {
	float:left;
	width:282px;
	margin-right:16px;
}
	#content .leftCol .whiteBox {
		background-image:url(/images/backgrounds/whiteBox-bottom.jpg);
		background-position:left bottom;
		background-repeat:no-repeat;
		padding-bottom:14px;
		margin-bottom:14px;
	}
		#content .leftCol .whiteBox h2 {
			background-image:url(/images/backgrounds/whiteBox-top.jpg);
			background-position:left top;
			background-repeat:no-repeat;
			padding:4px 14px 28px 0;
			text-align:right;
		}
		#content .leftCol .whiteBox .middle {
			background-image:url(/images/backgrounds/whiteBox-middle.jpg);
			background-position:left top;
			background-repeat:repeat-y;
			padding:0 8px;
		}
		#content .leftCol .whiteBox li {
			background-image: url(/images/icons/bulletBrown.gif);
			background-repeat: no-repeat;
			background-position: left 5px;
			padding-left: 5px;
		}
		#content .leftCol .whiteBox .more a {
			background-image:url(/images/icons/bulletBrown.gif);
		}
	
	#content .leftCol .brownBox {
		background-image:url(/images/backgrounds/brownBox-bottom.jpg);
		background-position:left bottom;
		background-repeat:no-repeat;
		padding-bottom:14px;
		margin-bottom:14px;
	}
		#content .leftCol .brownBox h2 {
			background-image:url(/images/backgrounds/brownBox-top.jpg);
			background-position:left top;
			background-repeat:no-repeat;
			padding:4px 5px 21px 15px;
		}
		#content .leftCol .brownBox h4,
		#content .leftCol .brownBox h4 a:link,
		#content .leftCol .brownBox h4 a:visited {
			color:#F9E074;	
		}
		#content .leftCol .brownBox .middle {
			background-image:url(/images/backgrounds/brownBox-middle.jpg);
			background-position:left top;
			background-repeat:repeat-y;
			padding:0 8px;
		}

#content .rightCol {
	float:left;
	width:184px;
}
	#content .rightCol .tanBox {
		background-image:url(/images/backgrounds/tanBox-bottom.jpg);
		background-position:left bottom;
		background-repeat:no-repeat;
		padding-bottom:14px;
		margin-bottom:14px;
	}
		#content .rightCol .tanBox h2 {
			background-image:url(/images/backgrounds/tanBox-top.jpg);
			background-position:left top;
			background-repeat:no-repeat;
			padding:4px 5px 21px 15px;
		}
		#content .rightCol .tanBox .middle {
			background-image:url(/images/backgrounds/tanBox-middle.jpg);
			background-position:left top;
			background-repeat:repeat-y;
			padding:0 8px;
		}
		
#content .wideCol {
	background-image:url(/images/backgrounds/brownBox-wide-bottom.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:29px;
	margin-bottom:14px;
}
	#content .wideCol h2 {
		background-image:url(/images/backgrounds/brownBox-wide-top.jpg);
		background-position:left top;
		background-repeat:no-repeat;
		padding:4px 5px 20px 15px;
	}
	#content .wideCol .middle {
		background-image:url(/images/backgrounds/brownBox-wide-middle.gif);
		background-position:left top;
		background-repeat:repeat-y;
		padding:0 14px;
	}

#footer {
	clear:both;
}
#footer #menu {
	background-color:#b2711f;
	color:#fff;
	text-align:center;
	height:22px;
	padding-top:8px;
}
#footer #menu ul {
	text-transform:uppercase;
	font-size:12px;
	list-style:none;
}
	#footer #menu ul li {
		display:inline;
		background-image:url(/images/icons/bulletWhite.jpg);
		background-position:left 6px;
		background-repeat:no-repeat;
		padding-left:8px;
		margin-right:5px;
	}
#footer #menu a:link,
#footer #menu a:visited {
	color:#fff;	
	text-decoration:none;
}
#footer #menu a:hover {
	color:#010000;	
}
#footer #bottom {
	height:41px;
	padding:5px 15px;
	background-color:#c79745;
	background-image:url(/images/backgrounds/footerBG.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	color:#7b4415;
}

/* color, link, font styles */
a:link,
a:visited {}

a:hover,
a:active {}

/* form styles */
form input.text,
form input.text2,
form textarea,
form select {
	border:1px solid;
	font-size:1em;
	background-color:#ffffff !important;
}
form input.text,
form input.text2,
form textarea,
form select {
	margin-bottom:8px;
}
form input.text,
form input.text2,
form select {
	vertical-align:middle;
}
form input.text,
form input.text2,
form textarea {
	padding:2px;
}
form .text,
form textarea {
	width:250px;
}
form textarea {
	height:100px;
	overflow:auto;
}
form .formButton {
	margin-top:5px;
	border:1px solid;
}
form .formButtons {
	text-align:right;
	margin-right:32px;
}
form br {
	clear:left;
}
form label {
	font-weight:bold;
	text-align:left;
	float:left;
	width:120px;
	display:block;
	margin-right:2px;
}
form fieldset {
	padding:5px;
	margin-bottom:5px;
}
form legend {
	margin-bottom:5px;
}