
A {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}
html {
	overflow: -moz-scrollbars-vertical !important;
	min-height: 100%;
	margin-bottom: 1px;
}
.fleft {
	position: relative;
	float: left;
}
body {
	font: normal 100.01% arial, sans-serif;
  	text-align: center;
	font-size: 12px;
	margin: 2px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url("/img/bg2.jpg");
	background-repeat: repeat-x;
	color: #474A48;
	background-color: #5D0000;
}
.header {
	padding: 4px 20px 0px;
	margin: 0px 0px 0px;
	font: 18px Arial, Verdana, sans-serif;
	color: #414141;
	font-style: italic;
	letter-spacing:0.05em;
	font-weight: 900;
	text-align:left;
	border-bottom:2px solid #9FA19C;
}
.header_subtext {
	text-transform: uppercase;
	color: #9FA19C;
	font: 10px  Arial, Verdana, sans-serif;
	font-weight:100;
	letter-spacing:0.1em;
	text-align:center;
	margin-bottom:2px;
}
.orange {
	color: #C18600;
}
a {
	color: #C18600;
}
h1 {
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #DD9500;
	margin-top:14;
	margin-bottom:14; text-transform:uppercase
}
#quicksearch {
	background-color: #2b2724;
	color: #BDBAAC;
	border-top: 1px solid white;
	border-left: 0px solid white;
	border-right: 2px solid white;
	border-bottom: 1px solid white;
	position: relative;
	float: left;
	width: 240px;
	font-size: 10px;
}

* html #quicksearch {
	width: 242px;
}

.input, .select, .input_birthday {
	display: inline;
	width: 120px;
	margin-bottom: 2px;
	font-size: 10px;
	color: #485371;
	background-color: white;
}
#quicksearch #header {
	padding: 4px 10px 0px;
	font: 18px Arial, Verdana, sans-serif;
	font-style: italic;
	letter-spacing: 0.05em;
	font-weight: 900;
	text-align: left;
}

.quicksearch {
	position: relative;
	width:238px;
	padding-top: 2px;
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
}

.quicksearch .label {
	position: relative;
	float: left;
	width: 80px;
	line-height: 15px;
	text-align: right;
	vertical-align: middle;
}

.quicksearch .element {
	position: relative;
	float: left;
	width: 130px;
	padding-left: 10px;
}
.button {
	background-image:url(/img/button_bg.gif);
	background-repeat:repeat-x;
	font-size:10px;
	color:#485371;
	width: auto;
}
#navcontainer {
	float:right;
	width:680px;
	margin:51px 2px 0 0;
	font-size: 12px;
}

ul#navlist {
	list-style:none;
	margin:0;
	float:right;
}
ul#navlist li {
	display:block;
	float:left;
	margin-right:2px;
}
ul#navlist li a {
	display:block;
	float:left;
	height:20px;
	width:auto;
	color:#2b2724;
	margin:2px 0 2px 0;
	*margin:5px 0 2px 0;
	padding:2px 5px 3px 7px;
	*padding:3px 5px 3px 7px;
	background-image:url(/img/bg_nav.jpg);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration:none;
}
ul#navlist li a:hover, ul#navlist li a#current {
	background-image:url(/img/bg_nav_current.jpg);
	text-decoration:none;
	color:#474a48;
}
ul#navlist li a#current {
	font-weight:bold;
}

#mainright {
	margin-top: 1px;
	margin-left: 2px;
	position: relative;
	float: left;
	width: 436px;
}
.innerbox {
	padding: 5px 15px 0px;
	text-align: left;
}
#signup {
	background-color: #F6F2EE;
	border: 1px solid #B4B4B4;
}
* html #signup {
}
#footer {
	border: 1px solid white;
	height: 160px;
	width: 942px;
	background-image: url("/img/bg_footer.jpg");
	background-repeat:repeat-x;
	background-position: 0 2px;
	clear: both;
	color: #999999
	font-size: 12px;
}

#footer #footer_content {
	padding-top: 75px;
	font-size: 12px;
	color: #FFFFFF
}

