﻿



html, body {
	background-color: #000000;
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

a {
	color: #9e2f04;
	text-decoration: underline;
	outline:none;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4 {
	margin: 0;
	line-height: 1.4em;
}

h3 {
	font-size: 82%;
	font-style: italic;
	color: #ffffff;
}

img {
	border: none;
	outline:none;
}

/* ---------------------------------------- */

#content {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 450px;
}

#footer {
	background-color:#000000;
	clear: both;
	color: #ffffff;
	font-size: 10px;
	left:-1px;
	position:relative;
	top:1px;
	width: 955px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#header {
	background: url(/images/ricks_headerbg.gif) repeat-x;
	height: 71px;
	width: 953px;
}

#leftfoot {
	display: inline;
	float: left;
	margin: 5px 0 0 7px;
}

#leftnav {
	float: left;
	width: 180px;
	margin: 0 15px;
	display: table;
}

#leftnav ul, ul.nest1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftnav li {
	line-height: 1.7;
	float: left;
	width: 180px;
}

#leftnav ul.nest1, ul.nest1 {
	font-size: 11px;
	padding-left: 12px;
}

#leftnav ul.nest1 a {
	font-weight: normal;
}

#leftnav ul a {
	font-weight: bold;
	display: block;
}

#leftnav a {
	color: #000;
	text-decoration: none;
}

#leftnav a:hover, #leftnav ul.nest1 li.on a:hover, #leftnav ul.nest1 li.on ul.level-3 li a:hover {
	color: #9e2f04;
}

#mainnav {
	left: 150px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 39px;
	z-index: 3;
}

#mainnav li 
{
	background-image: url(/images/menudivider.png);
	background-position: right;
	background-repeat: no-repeat;
	float: left;
	font-size: 11px;
	height: 32px;
	list-style: none;
	padding-bottom: 3px;
	text-align: center;
	vertical-align: top;
}

#mainnav a {
	line-height: 1em;
	display: block;
	float: left; /* IE link padding not active bug */
	padding: 7px 10px;
	text-decoration: none;
	color: #000;
	background: transparent url(../images/bg_nav_main.gif) no-repeat;
}

#mainnav li.first a {
	background-image: none;
}

#mainnav a:hover {
	background-color: #fff;
}

#mainnav li.on a {
	background-color: #fff;
	font-weight: bold;
		background-image: url(/images/menudivider.png);
	background-position: right;
	background-repeat: no-repeat;
}

#mockList {
	float: left;
	line-height: 1.7;
}

#mockList a {
	text-decoration: none;
}

#mockList a:hover {
	color: #000000;
}

#rightfoot {
	display: inline; /* IE double margin bug */
	float: right;
	margin: 5px 7px 0 0;	
	text-align: right;
}

#search {
	font-size: 10px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: right;	
	width: 915px;
}

#search a {
	color: #ffffff;
	text-decoration: none;
}

#search a:hover {
	text-decoration: underline;
}

#wrapper {
	background: #fff;
	border: 1px solid #dcdcdc;
	margin: 0 auto;
	position: relative;
	width: 953px;
}

#wrapper-content {
	float: left;
	margin: 20px 0;
	width: 953px;
}


.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }

.brick { color: #9e2f04; }

.header3 { background-color: #9e2f04; padding: 2px 6px; width: 450px; }

.header3 a { color: #ffffff; }

.header3a { color: #000000; font-size: 14px; }
.header1 { color: #333333; font-size: 18px; padding: 12px 0 6px 0; }
.header1a { color: #333333; font-size: 22px; padding: 0 0 12px 0; width: 450px; }

.recentNewsDate { font-weight: bold; }
.recentNewsItem { font-size: 11px; margin-bottom: 10px; padding: 2px 6px; width: 450px; }



