<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;

}
.clear {
	clear: both;
}
* {
	margin: 0;
	padding: 0;
}

a, a:active {
	/*outline: none;*/
	cursor: pointer;
}

a img, a img:focus {
	border: none;
}

a, a:focus, *:focus, a img:focus {
	outline: none;
}

sup {
	font-size: 50%;
}

*,*:hover,*:focus,*:active { outline: 0px none; }


/* ---------- Global Structure --------- */
/* ----- containers ----- */

#wrapper {
	width: 1024px;
	margin: 0px auto -72px;

	
	min-height: 100%;
	height: auto !important;
	height: 100%;

}

#mainContent {
	width:984px;
	margin: 0px 20px;
	float: left;
	clear: both;

	position: relative;
}

#headerContain {
	width: 1024px;
	float: left;

}

#headerTop {
	width: 100%;
	height: 98px;
	border-top: 1px solid #a41e22;
	border-bottom: 1px solid #a41e22;

}

#logo {
	width: 384px;
	height: 55px;
	margin: 22px 0 0 15px;
}

#headerLink {
	width:368px; height:49px; position:absolute; right:0; top:25px;
}

/* ----- sticky footer ----- */
.footer, .push {
	height: 72px;
}

.footer {
	width: 1024px;
	margin: 0px auto;
	padding: 20px 0 0 0;
	height: 52px;
}


.footer p {
	width: 1024px;
	text-align: center;
	display: block;
	color: #282828;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.footer p a {
	color: #282828;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

.footer p a:hover {
	color: #a41e23;
}
/* ----- Main Nav ----- */
#navContain {
	width: 100%;
	height: 39px;
	margin: 20px 0;
	border-top: 1px solid #8A7464;
	border-bottom: 1px solid #8A7464;

}

ul#mainNav {
	width: 70%;
	height: 39px;
	float: left;
	list-style: none;
	border-left: 1px solid #8A7464;
	margin: 0px 0px 0px 20px;
	display: block;
	padding: 0px;
	overflow: hidden;
}

ul#mainNav li {
	height: 15px;
	padding: 12px 0px;
	float: left;
	clear: right;
	border-right: 1px solid #8A7464;
	color: #FFFFFF;
	text-transform: uppercase;
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	white-space: nowrap;
}

ul#mainNav li a {
	color: #FFFFFF;
	text-decoration: none;
	height: 15px;
	padding: 0px 12px;
}

ul#mainNav li a:hover {
	color: #FFFFFF;
	height: 15px;

	padding: 12px;
}

ul#mainNav li.current {
	color: #FFFFFF;
	height: 15px;
	padding: 12px 0px;

}

ul#mainNav li.current a:hover {
	color: #FFFFFF;
	height: 39px;
	padding: 0px 12px 0px 12px;

	/*background: #a41e22 url(current.png) no-repeat center bottom*/;
}

/* ----- Social Bookmarks -----*/
/*social bookmarks*/
ul#social {
	width: 20%;
	height: 39px;
	float: right;
	clear: right;
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	list-style: none;
}
ul#social li {
	float: right;
	clear: left;
	margin: 0px 15px 0px 0px;
	display: block;
}

ul#social li a {
	height: 15px;
	padding: 24px 5px 0px;
	color: #FFFFFF;
	font: .7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
	float: left;
}

ul#social li a:hover {
	color: #8a7464;
	text-decoration: none;
}

ul#social li a.forum {

	overflow: hidden;
}

ul#social li a.twitter {

}

ul#social li a.rss {

}

ul#social li a:hover.forum {

}

ul#social li a:hover.twitter {

}

ul#social li a:hover.rss {

}

/* ----- Top Bar ----- */
#topBarContain {
	width: 984px;
	float:left;
	padding: 0px;
	margin: 0;
	/*position: relative;*/
	overflow: visible;
}

#tb_LEnd, #tb_REnd {
	width: 10px;
	height: 39px;
	float: left;
	display: block;
	overflow: hidden;

}

#tb_Mid {
	width: 964px;
	height: 31px;
	padding: 8px 0 0 0;
	float: left;

	display: block;
}

#tb_REnd {
	background-position: right top;
	display: block;
	float:right;
}

#inputContain {
	width: 440px;
	height: 24px;
	padding: 7px 0px;
	float: right;
	clear: right;
}

#searchBox, #emailBox {
	width: 150px;
	height: 24px;
	float: right;
	margin: 0px;

	border: 1px solid #b8babb;
}

#searchBox {
	float: right;
	clear: left;
	margin: 0px 15px 0px 0px;
}

#search input[type="text"], #email input[type="text"] {
	float: left;
	padding:0 0 0 4px;
	width: 116px;
	height: 24px;

	border: none;
	outline: none;
	color: #282828;
	font: 11px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#search input[type="text"].error, #email input[type="text"].error{
	color: #a41e23;
}

#search #go, #email #signUp {
	width: 27px;
	height: 24px;
	float: right;
	border: none;

	overflow: hidden;
	cursor: pointer;
	border-left: 1px solid #b8babb;
}


#email #signUp {
	background-position: -25px 4px;
}
/* ----- top download button ------ */
#topDownload {
	width: 298px;
	height: 70px;
	position: absolute;
	z-index: 900;
	top: 0px;
	left: 0;
	overflow: hidden;
	clear: left;
}

#topDownload p {
	text-indent: -5000px;
}

/* ---------- Font, Span --------- */
.red {
	color: #a41e23;
}</pre></body></html>