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

/* resets to reduce wonkiness */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/* start styling */

body {
	background-color:#71010D;
	color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}
#mainBox {
	margin:0px auto;
	padding:10px 0px 0px 0px;
	width:800px;
	position:relative;
	z-index:0;
	}
#header {
	height:158px;
	background-image:url(images/headerBg.gif);
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
	z-index:500;
	}
.logo {
	float:left;
	}
#nav {
	position:absolute;
	font-size:13px;
	width:620px;
	top:44px;
	left:180px;
	z-index:999;
	border-bottom:1px solid #ffcc00;
	padding-bottom:3px;
	}
#nav a {
	color:#FFFFFF;
	text-decoration:none;
	}
#nav a:hover {
	color:#FFCC00;
	}
#nav li.main {
	display:block;
	float:left;
	margin-right:15px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#nav li ul {
	display:none;
	position:absolute;
	top: 20px;
	}
#nav li ul li {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	margin-right:15px;
	}
#nav li ul li a {
	display:block;
	padding:6px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFCC00;
	}
#nav li ul li a:hover {
	background-image:url(images/current.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:24px;
	color:#FFFFFF;
	}
#smenu5 {
	left:300px;
	}
#content {
	position:relative;
	z-index:2;
	top:-50px;
	}
#text_content {
	position:relative;
	z-index:2;
	top:0px;
	}

#foot {
	clear:both;
	color:#FFCC00;
	background-image:url(images/footBg.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	padding:30px 0px 10px 0px;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	}
.copyright {
	font-size:10px;
	}
#news {
	margin:5px auto;
	padding:5px;
	font-size:13px;
	width:350px;
	}
#news input {
	height:19px;
	color:#330000;
	background-color:#FFFFCC;
	outline:none;
	border:1px solid #660000;
	font-weight:bold;
	padding:2px;
	}
#news span {
	font-size:10px;
	}
.signupframe {
	width:350px;
	margin:0px auto;
	background-color:#660000;
	padding:10px;
	border:1px solid #880000;
	}
.checkBalance {
	float:right;
	padding-top:10px;
	width:400px;
	text-align:center;
	}
.loc {
	width:400px;
	font-size:12px;
	float:left;
	}
.topLoc {
	color:#FFCC00;
	font-size:12px;
	float:right;
	padding-right:50px;
	}