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


body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #fffeef;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}


h1 {
	position: relative;
	margin-left: 60px;
	top: 12px;
	color: #FFFFFF;
}



h2 {
	margin-top: 0px;
	margin-bottom: -1px;
	color: #663300;
}


h3 {
	margin-top: 0px;
	margin-bottom: -1px;
}


#topnav a:link {
	color: #0033CC;
}
#topnav a:visited {
	color: #0033CC;
}
#topnav a:hover {
	color: #333333;
}
#topnav a:active {
	color: #333333;
}
#topnav a {
	font-weight: bold;
}
#content a:link {
	color: #0033CC;
}
#content a:visited {
	color: #666666;
}
#content a:hover {
	color: #333333;
}
#content a:active {
	color: #333333;
}
#content a {
	font-weight: bold;
}
#spacer a:link {
	color: #FFFEEF;
}
#spacer a:visited {
	color: #FFFEEF;
}
#spacer a:hover {
	color: #FFFF00;
}
#spacer a:active {
	color: #FFFF00;
}
#spacer a {
	font-weight: bold;
}
h3 a:link {
	color: #0033CC;
}
h3 a:visited {
	color: #0033CC;
}
h3 a:hover {
	color: #FF6600;
}
h3 a:active {
	color: #FF6600;
}

.smalltext {
	font-size: 9px;
	color: #333333;
}


/* ######### START HEADER CSS ######### */

#hdr {
	background-repeat: repeat-x;
	background-image: url(images/hdrimgbg.gif);
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
	height: 104px;
	width: 100%;
	position: absolute;
}


#hdrgraphic {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border: 0px;
	height: 104px;
	width: 788px;
}


#navbar {
	background-repeat: repeat-x;
	background-image: url(images/navbar.gif);
	margin: 0;
	padding: 0;
	vertical-align: top;
	top: 104px;
	border: 0;
	height: 42px;
	width: 100%;
	position: absolute;
}


.chromestyle {
	width: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	white-space: nowrap;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 200px; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul {
	border: 0;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color: #fffeef;
	padding: 4px 20px;
	margin: 0;
	text-decoration: none;
	border-right: 0;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #333333;
background: url(images/navbar_mo.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0;
border: 1px solid #CCC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height:18px;
z-index:100;
background-color: #fffeef;
width: 200px;
visibility: hidden;
text-align: center;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 0;
border-bottom: 1px solid #CCC; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: black;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}


/* ######### START BODY CSS ######### */

#topnav {
	vertical-align: top;
	position: relative;
	margin-left: 530px;
	white-space: nowrap;
}


#hdrimg {
	background-image: url(images/bodytop.gif);
	position: relative;
	width: 780px;
	height: 83px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
	top: 14px;
}


#contentbox {
	background-color: #FFFFFF;
	position: relative;
	width: 780px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
	top: 14px;
}
#content {
	background-color: #FFFFFF;
	position: relative;
	width: 740px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
	color: #333333;
	min-height: 430px;
}


#contactleft {
	background-color: #FFFFFF;
	position: relative;
	width: 490px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
	float: left;
}
#contactright {
	background-color: #FFFEEF;
	position: relative;
	width: 220px;
	margin: 0px 0px 0px 20px;
	padding: 0;
	vertical-align: top;
	border: 3;
	border-style: outset;
	float: right;
}


#indexleft {
	background-color: #FFFFFF;
	position: relative;
	width: 425px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	float: left;
}
#indexright {
	background-color: #FFFFFF;
	position: relative;
	width: 276px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	float: right;
}


#registerleft {
	background-color: #FFFFFF;
	position: relative;
	width: 500px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
	float: left;
}
#registerright {
	background-color: #FFFEEF;
	position: relative;
	width: 200px;
	margin: 0;
	padding: 8px 8px 8px 8px;
	vertical-align: top;
	border: 3;
	border-style: outset;
	float: right;
}


#warningbox {
	background-color: #FFFF33;
	position: relative;
	width: 700px;
	margin: 0;
	padding: 10px;
	vertical-align: top;
	border: 3;
	border-style: outset;
}


#warningbox2 {
	background-color: #FFFF33;
	position: relative;
	width: 465px;
	margin: 0;
	padding: 10px;
	vertical-align: top;
	border: 3;
	border-style: outset;
}


#addvenbox {
	background-color: #FFFF33;
	position: relative;
	width: 355px;
	margin: 0;
	padding: 10px;
	vertical-align: top;
	border: 3;
	border-style: outset;
}


#mainleft {
	background-color: #FFFFFF;
	position: relative;
	width: 444px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	float: left;
}
.mainleft {
	background-color: #FFFFFF;
	position: relative;
	width: 444px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	float: left;
}
#mainsubleft {
	background-color: #FFFFFF;
	position: relative;
	width: 102px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	float: left;
}
#mainsubright {
	background-color: #FFFFFF;
	position: relative;
	width: 326px;
	margin-left: 10px;
	padding: 0;
	vertical-align: top;
	float: right;
}
#mainright {
	background-color: #FFFFFF;
	position: relative;
	width: 250px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	float: right;
}


#imgwrap {
	margin: 0px 25px 10px 0px;
	padding: 0;
	vertical-align: top;
	float: left;
}


.ressubleft {
	background-color: #FFFFFF;
	position: relative;
	width: 102px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	float: left;
}
.ressubright {
	background-color: #FFFFFF;
	position: relative;
	width: 326px;
	margin-left: 10px;
	padding: 0;
	vertical-align: top;
	float: right;
}


.subleft2 {
	background-color: #FFFFFF;
	position: relative;
	width: 160px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	float: left;
}
.subright2 {
	background-color: #FFFFFF;
	position: relative;
	width: 267px;
	margin-left: 10px;
	padding: 0;
	vertical-align: top;
	float: right;
}


#searchleft {
	background-color: #FFFFFF;
	position: relative;
	width: 340px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	float: left;
}
#searchright {
	background-color: #FFFEEF;
	position: relative;
	width: 380px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 3;
	border-style: outset;
	float: right;
}


#ftrimg {
	background-image: url(images/bodybottom.gif);
	position: relative;
	width: 780px;
	height: 33px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
	top: -3px;
	z-index: -1;
}


#vadjust1 {
	position: relative;
	top: 130px;
}


#vadjust2 {
	position: relative;
	top: -10px;
}


/* ######### START FOOTER CSS ######### */

#footertop {
	background-repeat: repeat-x;
	background-image: url(images/ftrtop.gif);
	margin: 0;
	padding: 0;
	border: 0;
	height: 33px;
	width: 100%;
	position: relative;
	top: 120px;
}


#spacer {
	margin: 0;
	padding: 0;
	top: 110px;
	border: 0;
	width: 100%;
	position: relative;
	background-color: #000000;
	color: #999999;
}