/********* Reset Broswer CSS ************************/


html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, em, img, ol, ul, li,
fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }

a img { border: none; }

/********* Base CSS ************************/


body {
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #a6854e;
	background-color: #1e0101;
}

p, table, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* do not change this value! */

}

h1{
	font-size:2em;
	font-family:"Palatino Linotype", Georgia, "Times New Roman", serif;
	font-weight: normal;
	padding: 0 0 8px 0;
	color: #a6854e;
	border-bottom: 1px solid #432113;
	margin-bottom: 15px;
}

h2 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 1.7em;
	padding-top: 20px;
	padding-bottom: 5px;
	color: #a16321;
	font-weight: normal;
}


h3 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #a16321;
	padding-bottom: 5px;
}

h4 {
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-weight:bold;
	color: #a16321;
	font-size: 13px;
	margin-bottom:-1px;
}

h5 {

}

a {
	color: #a6854e;
	text-decoration: underline;
}

hr {
	margin: 0 0 8px 0;
	border: none;
	color: #432113;
    background-color: #432113;
	height: 1px;
}

.formlabel {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	width: 30%;
}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	background-color: #2c0505;
	border: 1px solid #432113;
	padding-left: 2px;
	padding: 5px;
	margin: 2px 0px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #a6854e;
	padding: 5px;
	text-transform: uppercase;
	background-color: #432113;
	border: 2px solid #2c0505;
}


/******************* NAVIGATION **********************/

#nav {

}

#nav ul {
	list-style:none;
}

#nav li {
	float:left;
}

/******************* Unique ID's **********************/

#headerBG {
	background-color: #110202;
	
}

#header {
	height: 121px;
	width: 928px;
	margin: 0 auto 0 auto;
	background-image:url(../images/header-bg.jpg);
	background-repeat:no-repeat;
	position: relative;
	
}

#headerlogo {
	position: absolute;
	left: 340px;
	top: 19px;

}


#flashBG {
	background-image:url(../images/flash-bg.jpg);
	background-repeat:repeat-x;

}

#flash {
	height: 426px;
	width: 928px;
	margin:0 auto 0 auto;
}

#flashsub {
	height: 256px;
	width: 928px;
	margin:0 auto 0 auto;
}

#contentSide ul {
	list-style-type: none;
	line-height: 1.5em;
}
#sidebox {
	padding: 9px;
	background-color: #2c0505;
	border: 1px solid #381d1d;
}

#contentBG {
}

#content {
	width: 928px;
	margin: 0 auto 0 auto;
}

#contentSide {
	width: 215px;
	float:left;	
	padding: 5px 0px;
}

#contentSide p {
	padding:0 0 8px 0;
}
.sidebarImg {
	padding-left: 5px;
}

#contentMain {
	width: 673px;
	float:left;
	padding: 15px 0px 15px 15px;
}

#contentMain p {
	padding:0 0 10px 0;
}

#contentMain ul {
	padding: 0 0 10px 20px;
}

.clearBoth {
	clear: both;
}

.highlightText {
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-weight:bold;
	color: #dcb36e;
}

#footerBG {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #835f36;	
}

#footer {
	width: 928px;
	margin: 0 auto 0 auto;
	padding:20px 0 20px 0;
	text-align:right;
	font-size:11.5px;
}
.toplines {
	background-image:url(../images/top-lines.gif);
	background-repeat:repeat-x;
	height:3px;
}

.bottomlines {
	background-image:url(../images/bottom-lines.gif);
	background-repeat:repeat-x;
	height:3px;
}

#footer ul {
	
}

#footer li {
	
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	
}
.left {
	float: left;
}

.spotlightbox {
	background-color: #2c0505;
	border: 1px solid #381d1d;
	padding: 10px;
	width: 30%;
	float: right;
	margin: 0px 0px 10px 10px;
}
