/***************************************************************************************************
* RapidRun Global CSS
* Imports Form CSS
* Author: J.P. Daniel
***************************************************************************************************/

@import url("/styles/form.css");

body {
	background: #999 url('/images/body-bg.png') repeat-y center top;
	font: 12px Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	text-decoration: none;
}

#outer-wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 1000px;
}

#header {
	background: #FFF url('/images/header-bg.jpg') no-repeat left top;
	float: left;
	width: 100%;
}

#rr-logo {
	color: #036;
	float: left;
	font: bold 36px Arial,Helvetica,sans-serif;
	height: 70px;
	padding: 15px;
	position: relative;
	width: 250px;
}

#rr-logo img { 
	border: 0; 
}

#topNav {
	background: #EEE url('/images/topNav-bg.png') repeat-x left top;
	float: left;
	margin: -30px 0 0 0;
	width: 100%;
}

#topNav ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#topNav ul li { float: left; }

#topNav ul li a {
	background: transparent url('/images/topNav-bg.png') no-repeat left -35px;
	color: #999;
	float: left;
	font: bold 12px Arial,Helvetica,sans-serif;
	padding: 8px 16px;
	text-transform: uppercase;
}

#topNav ul li.first a { 
	background: none; 
}

#topNav ul li a:hover {
	color: #036;
}

#topNav ul li select {
	margin: 5px 12px;
	width: 160px;
}

#leftSideBar {
	background: transparent url('/images/leftSideBar-bg.jpg') no-repeat left bottom;
	float: left;
	margin: 0 0 0 -1000px;
	width: 240px;
}

#leftSideBar ul {
	float: left;
	list-style: none;
	margin: 0;
}

#leftSideBar li {
	clear: both;
	float: left;
}

#leftSideBar a {
	display: block;
	font: bold 12px Arial,Helvetica,sans-serif;
}

#leftNav {
	float: left;
	height: 288px;
}

#leftNav ul {
	background: url(/images/blue-fade.png) no-repeat 30px top;
	border-left: 6px solid #F33;
	padding: 1px 0 0 30px;
}

#leftNav li {
	background: url(/images/blue-fade.png) no-repeat left bottom;
	padding: 0 0 1px 0;
	width: 204px;
}

#leftNav a {
	background: #FFF url('/images/arrow.gif') no-repeat 0 center;
	color: #999;
	padding: 4px 0 4px 24px;
	text-transform: uppercase;
}

#leftNav a span {
	background: #FFF;
	border-left: 2px solid #EEE;
	display: block;
	padding: 2px 0 2px 22px;
}

#leftNav a:hover {
	background: #FFF url('/images/arrow.gif') no-repeat -25px center;
	color: #036;
}

#leftNav a:hover span {
	border-left: 2px solid #69C;
}

#leftSideBar .phoneNum {
	clear: both;
	color: #999;
	float: left;
	font: bold 14px Arial,Helvetica,sans-serif;
	padding: 18px 0 12px 84px;
}

#leftSideBar ul#leftBanners {
	float: left;
	padding: 0 0 6px;
}

#leftBanners li {
	float: left;
	height: 75px;
	overflow: hidden;
	padding: 0 0 0 36px;
	width: 204px;
}

#leftBanners #leftBanners-0 {
	background: transparent url('/images/leftBanners.png') no-repeat 0 0;
}

#leftBanners #leftBanners-1 {
	background: transparent url('/images/leftBanners.png') no-repeat 0 -84px;
}

#leftBanners #leftBanners-2 {
	background: transparent url('/images/leftBanners.png') no-repeat 0 -168px;
	height: 90px;
}

#leftBanners a {
	background: url(/images/red-fade.png) no-repeat;
	color: #036;
	padding: 12px 0 12px 48px;
}
#leftBanners-0 a { background: none; }

#leftBanners a em {
	display: block;
	font-style: normal;
	margin: 0 0 6px;
	text-transform: uppercase;
}

#contentWrapper {
	background: #FFF;
	float: left;
	width: 1000px;
}

#mainContent {
    margin: 12px 12px 0 252px;
	overflow: hidden;
	width: 736px;
}

h1, h2 {
	background: url('/images/h2-bg.jpg') no-repeat;
	color: #FFF;
	font: bold 20px Arial,Helvetica,sans-serif;
	margin: 0 0 12px 0;
	padding: 5px 0;
	text-align: center;
}

h3 {
	background: transparent url(/images/grey-fade.png) no-repeat right bottom;
	color: #036;
	font: bold 20px Arial,Helvetica,sans-serif;
	margin: 0;
	padding-bottom: 4px;
	text-transform: capitalize;
}

h4 {
	color: #036;
	font: bold 16px Arial,Helvetica,sans-serif;
	margin: 3px 0;
	text-transform: capitalize;
}

h5 {
	color: #036;
	font: bold 14px Arial,Helvetica,sans-serif;
	margin: 12px 0 -4px;
}

h6 {
	font: normal 13px Arial,Helvetica,sans-serif;
	margin: 0;
	text-transform: uppercase;
}

#mainContent a, #mainContent a:visited {
	color: #036;
	font-weight: bold;
	text-decoration: underline;
}

#mainContent a:hover {
	color: #000;
	font-weight: bold;
}

.contentGroup {
	float: left;
}

.contentWrapper {
    float: left;
	padding: 6px 24px;
}

.content {
    float: left;
	overflow: hidden;
    width: 688px;       
}

.content p {
	font: normal 12px Arial,Helvetica,sans-serif;
	margin: 6px 0;
}

.col-2 {
	float: left;
    width: 324px;     
	margin-right: 36px;   
}

.col-4 {
	float: left;
    width: 160px;     
}

.last-col {
	margin-right: 0;
}

#mainContent ol {
	margin: 0;
	padding: 0 0 0 20px;
}

hr {
	background: transparent url('/images/grey-fade.png') no-repeat right bottom;
	color: transparent;
}

.content p.validationError {
	color: #F00;
	font-weight: bold;
}

#footer {
	background: #FFF;
	clear: both;
	color: #999;
	float: left;
	font-size: 11px;
	width: 100%;
}

#footer .contentWrapper {
	padding: 6px 30px;
}

#footer a {	
	color: #999;
}

#footer ul {
    float: left;
	list-style: none;
	margin: 6px 0;
	padding: 0;
	width: 100%;
}

#footer li {
	float: left;
	white-space: nowrap;
}

#footer li a {
	border-left: 1px solid #999;
	padding: 0 6px;
}

#footer li.first  a {
	border: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#footer .copyright {
	font: normal 10px Arial,Helvetica,sans-serif;
	margin: 6px;
}
