

/*GENERAL*/
body {
	margin: 0;
	padding: 0;
	font: 75% Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	background: #fff url("images/bg_body.gif") fixed;
}
table {
	border-collapse: collapse;
}
h1 {
	font-family: "Futura Md BT", Arial, Verdana, Helvetica, sans-serif;
	color: #0f2b73;
	border-bottom: 1px #0f2b73 solid;
	text-align: left;
	margin: .8em 0;
	line-height: .8em;
	font-size: 1.8em;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #0f2b73;
	margin: .5em 0;
	line-height: .5em;
}
h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #C7B39A;
	margin: 1em 0;
	line-height: .5em;
}
hr {
	height: 1px;
	color: #0f2b73;
}
a:link, a:visited {color: #0f2b73; text-decoration: underline;}
a:hover, a:active {color: #536895; text-decoration: none;}

a img {
	border: none;
}

/*SHELL*/
#shell {
	width: 775px;
	margin: 0 auto;
	text-align: left;
	background: #F2EFE7 url("images/rep_sidebar_bg.jpg") repeat-x left 120px;
}
#home #shell {
	background: #ffffff;
}

/*HEADER*/
#header {
	height: 88px;
	background: url("images/bg_rep_header.jpg") repeat-x;
}
#header #brand {
	float: left;
	margin: 10px 0 0 10px;
}
#header #top_nav {
	width: 250px;
	float: right;
	text-align: right;
	color: #fff;
	margin: 10px 10px 0 0;
	font-size: 11px;
}
#header #top_nav a {
	color: #fff;
	text-decoration: none;
}
#header #top_nav a:hover {
	text-decoration: underline;
}
#header #top_nav select {
	margin: 20px 0 0 0;
	font-size: 11px;
	display: block;
	float: right;
}
#main_nav {
	height: 32px;
	background: #C7B39A;
}
#main_nav #clock {
	float: left;
	width: 219px;
	color: #999;
	background: #C7B39A;
	line-height: 32px;
	padding-left: 5px;
}

/*NAVIGATION*/
#nav {
	float: right;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
}
#nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	background: #5c3840;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#nav a {
	display: block;
	color: #0a246a;
	text-decoration: none;
	text-align: center;
	padding: 0 20px;
	line-height: 32px;
	border-left: 1px #C5B39F solid;
	background: url('images/bg_rep_nav.jpg') repeat-x;
}
#nav li {
	float: left;
	padding: 0;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14em;
	font-weight: normal;
	margin: 0;
	line-height: 16px;
	border: 1px #000 solid;
	border-bottom: none;
	background: #C7B39A;
	color: #000;
}
#nav li li {
	width: 14em;
	border-bottom: 1px #000 solid;
}
#nav li ul a {
	width: 14em;
	line-height: 16px;
	color: #000;
	text-align: left;
	padding: 0 3px;
	background-image: none;
}
#nav li ul a:hover {
	color: #fff;
}
#nav li ul ul {
	margin: -1.3em 0 0 14em;
}
#nav li ul.noclip {
	margin-left: -6.6em;
}
#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul {
	left: auto;
	display: block;
}
#nav li:hover, 
#nav li.sfhover {
	color: #fff;
}

/*CONTENT*/
#home #primary {
	float: left;
	width: 395px;
	padding: 0;
	display: inline;
	margin: 5px 0 5px 190px;
	/*background-color:aqua;*/
}
#home #secondary {
	float: left;
	width: 180px;
	margin: 5px 0 5px 5px;
	/*background-color:fuchsia;*/
}
#home #sidebar {
	float: left;
	width: 180px;
	margin: 5px 0 5px -765px;
	font-size: 11px;
	/*background-color:lime;*/
}
#primary {
	float: left;
	width: 540px;
	padding: 5px;
	display: inline;
	margin: 0 0 0 225px;
	color: #000;
	background: #fff;
	min-height: 400px;
	/*background-color:aqua;*/
}
#sidebar {
	float: left;
	width: 225px;
	margin: 0 0 0 -765px;
	/*background-color:lime;*/
}

/*FOOTER*/
#footer {
	height: 67px;
	border-top: 5px solid #C7B39A;
	background: url("images/bg_rep_footer.jpg") repeat-x;
	position: relative;
	clear: both;
	font-size: 11px;
}
#footer #legal_bugs {
	position: absolute;
	left: 10px;
	bottom: 10px
}
#footer #bottom_nav {
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
	line-height: 16px;
}
#footer #bottom_nav a {
	color: #fff;
	text-decoration: none;
}
#footer #bottom_nav a:hover {
	text-decoration: underline;
}
/* DIRECT LOGIN */
#login {
	background: #e8e8e8;
	border:1px #888 dotted;
	padding: 5px;
	text-align: right;
	font-size: 11px;
	margin-bottom: 5px;
}
#login form {
	margin: 0;
	padding: 0;
}
#login div {
	margin: 5px 0;
}
#login label {
	margin-right: 5px;
}
#login a {
	color: #888;
}
#login h3 {
	text-align: center;
	color: #0f2b73;
	font: bold 14px Times, "Times New Roman", serif;
	margin: 0 0 10px 0;
	padding: 0;
}
#sub_login_links {
	text-align: center;
	color: #888;
	font-size: 11px;
}
#sub_login_links a {
	color: #888;
}

/* SPECIFIC CLASSES */
h4.sidebar_heading {
	background: url("images/bg_sidebar_heading.gif") no-repeat center center;
	text-align: center;
	color: #0f2b73;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
ul.quicklinks {
	list-style-image: url("images/arrow.gif");
	font-size: 11px;
}
ul.quicklinks li {
	margin: 5px 0;
}
ul.quicklinks a {
	color: #888;
	text-decoration: none;
}
ul.quicklinks a:hover {
	color: #aaa;
	text-decoration: underline;
}
div.promotions {
	margin-left: 10px;
}
div.content_box, p.content_box, table.content_box {
	border: 1px #0f2b73 solid;
	padding: 5px;
	margin-bottom: 5px;
}
h4.content_box_heading, p.content_box_heading {
	color: #0f2b73;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border-bottom: 1px #0f2b73 solid;
}
a.button {
	font-weight: bold;
	color: #fff;
	display: block;
	width: 5em;
	background-color: #5C3840;
	border: 3px #0f2b73 double;
	line-height: 2em;
	text-align: center;
	margin: 0 5px;
}

/* GENERIC CLASSES */
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.200width {
	width: 200px;
}