/* Created by Sacco : thinksacco.com */


/*
////////////// COLORS //////////////
WHITE: #FFFFFF (background)
TAN: #817C61 (body text, links)
DARK RED: #D02000 (headers, hovers)
////////////////////////////////////
*/


/* REMOVE GAPS */
* {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/*	TESTINGBOADER
* { border: 1px solid #00FF00; }*/

body {
	background-image: url(../../images/interface/body_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	color: #817C61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	text-align: center;
	}
#index {
	background-image: url(../../images/home/body_bg.jpg);
	}
a:link, a:active, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	a:hover, a:visited:hover {
		color: #D02000;
		text-decoration: none;
		}

/* TITLE */
h1 {
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #D02000;
	line-height: 25px;
	width: 100%;
	}
	h3 a:link, h3 a:active, h3 a:visited {
	color: #9F402C;
	text-decoration: underline;
	}
		h3 a:hover, h3 a:visited:hover {
		color: #001833;
		text-decoration: underline;
		}

/* HEADER */
h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 20px;
	width: 100%;
	}
	h3 a:link, h3 a:active, h3 a:visited {
	color: #9F402C;
	text-decoration: underline;
	}
		h3 a:hover, h3 a:visited:hover {
		color: #001833;
		text-decoration: underline;
		}

/* SUBHEADER */
h3 {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #9F402C;
	line-height: 20px;
	width: 100%;
	}
	h3 a:link, h3 a:active, h3 a:visited {
	color: #9F402C;
	text-decoration: underline;
	}
		h3 a:hover, h3 a:visited:hover {
		color: #001833;
		text-decoration: underline;
		}

/* SUBSUBHEADER */
h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #817C61;
	line-height: 13px;
	padding-left: 10px;
	}
	h4 a:link, h4 a:active, h4 a:visited {
	color: #817C61;
	text-decoration: underline;
	}
		h4 a:hover, h4 a:visited:hover {
		color: #9F402C;
		text-decoration: underline;
		}

/* BODY COPY */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #666666;
	padding-bottom: 20px;
	}

/* LAYOUT */
#wrap {
	background-image: url(../../images/interface/wrap_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#hpwrap {
	background-image: url(../../images/home/wrap_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	width: 750px;
	text-align:left;
	margin : 0px auto;
	}
#header {
	padding-bottom: 160px;
}
#hpheader {
	padding-bottom: 200px;
}
#content {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	display: block;
	clear: both;
	}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: auto;
	line-height: 120%;
	clear: both;
	display: block;
	text-align: center;
	padding-bottom: 20px;
	}
	#footer a, #footer a:link, #footer a:active, #footer a:visited {
			color: #666666;
			text-decoration: none;
			}
			#footer a:hover, #footer a:visited:hover {
				color: #D02000;
				text-decoration: none;
				}

/* LIST GRAPHIC NAV TEMPLATE - HORIZONTAL */
#TEMPLATEnav {
	float: right;
	height: 50px;
	width: 500px;
	}
	#TEMPLATEnav li {
		list-style-type: none;
		display: block;
		float: left;
		}
	#TEMPLATEnav a, #TEMPLATEnav a:link, #TEMPLATEnav a:active, #TEMPLATEnav a:visited {
		background-repeat: no-repeat;
		display: block;
		height: 50px;
		background-position: 0px 0px;
		text-indent: -9999px;
		overflow: hidden;
		float:inherit;
		}
		#TEMPLATEnav a:hover, #TEMPLATEnav a:visited:hover {
			background-position: 0px -50px;
			}
		#TEMPLATEnav #xxx a {
			background-image:url(../../images/interface/nav/xxx.jpg);
			width: 100px;
			}

/* CONTENT */
#content ul {
	margin-left: 40px;
	margin-bottom: 20px;
	}
#content li {
	margin-bottom: 5px;
	}

.gold {
	width: 301px;
	height: 271px;
	background: url(/images/home/gold.gif) no-repeat;
	}

.gold a, .gold a:link, .gold a:visited, .gold a:active {
	display: block;
	width: 301px;
	height: 271px;
	text-indent: -9999px;
	}

/* CONTENT CLASSES */
.floatleft { float: left; }
.floatright { float: right; }
.gap { padding-bottom: 20px; }
.nogap { padding-bottom:none; }
.small { font-size: 9px; }
.quote {
	font-style: italic;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
.quotepadding {
	padding: 10px;
}
hr {
	background-color: #CCD6DF;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
}
