
html {
	height: 100%;
}

body {
	background-image: url(/images/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #290A0B;
	margin: 0px;
	height: 100%;
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	font-size: 79%;
	color: #333333;
	
}

h2,h3,h4,h5 {
	color: #666666;
}

h1
{ 
	color:#591519;
	font-size:1.7em;
	letter-spacing:0.1em;
	text-transform:uppercase;
}

a {
	color: #665544;
}

a:visited {
	color: #CCBB99;
}


#outerwrapper {
	width: 955px;
	margin: 0px auto;
	background-image: url(/images/layout/outerwrapperbg.png);
}


#innerwrapper {
	width: 885px;
	margin: 0px 35px;
}


#header {
background-image: url(/images/headers/header002.jpg);
	width: 885px;
	height: 240px;
	position: relative;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu {
	background-color: #290A0B;
	height: 64px;
	width: 100%;
	float: left;	
}

#mainmenu {
	background-color: #290A0B;
	margin: 0px 10px;
	
}

.menuitem {
	float: left;
	
}


#mainmenu a {
	color: #FFFFFF;
	margin: 4px 10px 0px 10px;
	display: block;
	float: left;
	height: 30px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 7px;
}

.submenuitem {
	background-color: #EF9904;
	float: left;
	width: 865px;
	height: 28px;
	padding: 10px 10px 0px 10px;
}

.submenuitem a {
	color: #FFFFFF;
	padding: 4px 10px 0px 10px;
	text-decoration: none;
	text-transform: lowercase;
}

.submenuitem a:hover { text-decoration: underline; }

#menu div.menuitem {
	padding: 0px 7px;
}

#menu div.selected {
	background-color: #EF9904;
}

#menu div.unselected {
	background-color: #290A0B;
}



#contentwrapper {
	width: 863px;
	background-image: url(/images/layout/contentwrapperbg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #E7E2DA;
	margin: 25px 0px 0px 10px;
	height: 100%;
	border: 1px solid #290A0B;
	float: left;
} 

#content {
	margin: 20px;
	padding: 20px;
	background-color: #FFFFFF;
	width: 575px;
	float: left;
	min-height: 425px;
}

#col {
	margin: 20px 10px;
	float: left;
	font-size: 0.8em;
	width: 180px;
}

#col h1 {
	font-size: 0.9em;
}

#col a {
	color: #CC6600;
}

.fineprint {
	font-size: 0.7em;
}

#footer {
	width: 885px;
	height: 20px;
	margin: 0px auto;
	color: #332200;
	font-size: 0.7em;
	background-color: #FF9900;
	padding: 7px 0px;
}

#contactinfo {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

#copyright {
	margin: 0px 0px 0px 10px; 
	float: left;
}

#byline {
	margin: 0px 0px 0px 0px; 
	float: right;
}

#byline a {
	color: #332200;
}

.trickff {
	clear: both;
}

dt {
	font-weight: bold;
	font-weight: 0.8em;
	margin: 5px 0px 0px 0px;
}

dd {
	font-size: 0.8em;
}


/* Added by Derek :: January 2010 */

.error { color: red !important; }
.success { color: green !important; }

.underlinelink { font-weight: bold; text-decoration: none; }
.underlinelink:hover { font-weight: bold; text-decoration: underline; }

.listing { border-spacing: 0px 1px; font-size: 0.9em; }
.listing th { text-align: left; font-weight: bold; }
.listing h2 { margin: 0px; }
.listing a { font-weight: bold; color: #6e5f44 !important; text-decoration: none; }
.listing a:visited { font-weight: bold; color: #BBAA99 !important; text-decoration: none; }
.listing a:hover { text-decoration: underline; }

.sortButton { color: white; font-weight: bold; font-family: Tahoma; width: 165px; border: none; background: #feb64b; margin: 5px 0px; padding: 2px; }
.sortButton:hover { cursor: pointer; }
.active { text-decoration: underline !important; display: inline-block; }

.newsitem { border-bottom: 1px dashed black; }
.newsitem h3 { float: left; width: 435px; }
.newsitem h4 { float: right; }
.newsitem p { clear: both; }

.form { border: 1px solid black; padding: 10px; }

.form dl { margin: 0; padding: 0; }
.form dt, dd { display: inline-block; margin: 5px 0; padding: 0px; font-size: 1.0em; vertical-align: top; }
.form dt { width: 135px; }
.form dd ul { list-style-type: none; margin: 0; padding: 0; }
.form dd ul li { margin: 0 0 3px 0; padding: 0; }
.form .title { font-weight: bold; width: 100px; vertical-align: top; }
.form .input { width: 400px; }

.faq dd ul { margin-left: 0px; padding-left: 15px; }
.faq dd { font-size: 11px; margin-top: 5px; margin-bottom: 15px; }
.faq li { margin-bottom: 5px; }


.fancy-highpoint
{
	font-family: Arial;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-right: -0.24em;
}