@import url("/style/frontend.css");
@import url("/style/nav.css");
@import url("/style/mojoToolsAdminBar.css");


/*
------------------------------------------------------ HTML Elements ------------------------------------------------------
*/
body {
	background: url(/images/design/page-bg.jpg) repeat-x #070C12;
	margin: 0;
	padding: 0;
}

body, td, th, li, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1.3em;
}

.content ol {
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 10px;
	padding: 0px;
	zoom: 1;
}

.content ol li {
	background: none;
	margin-bottom: .5em;
	padding: 0px;
}

th {
    text-align: left;
    padding-right: 10px;
}

thead th {
    text-align: center;
    padding-right: 10px;
}

p {
	margin: 0 0 10px 0;
}

a { color: #6693d1; }

a:hover {
	color: #99BCDF;
	text-decoration: none;
}

a span {
    cursor: pointer;
}

h1, h2, h3, h4, h5 
{
	line-height: 1.3em;
}

h1 { 
	color:#2d5e94;
	font-size: 18px;
	border-bottom: 1px solid #C0C0C0/*#93b7eb*/;
	margin: 0 0 15px 0;
}


h2 { 
	color: #333;
	font-size: 15px;
	margin: 0 0 1em 0; 
}

h3 {
	color: #333333;
	font-size: 13px;
	margin: 0;
}

h4 {
	color: #666666;
	font-size: 12px;
	margin: 0 0 1em 0;
}

h5 {
	color: #000;
	font-size: 12px;
	margin: 0 0 0.5em 0; 
}

.imgLt
{
	margin: 0 10px 10px 0;
}
.imgRt
{
	margin: 0 0 10px 10px;	
}

/*
------------------------------------------------------ Page Layout ------------------------------------------------------
*/

#headerWrap, #pageWrap {
	background: transparent;
	padding: 0;
	width: 100%;
}

#headerWrap
{
	background: url(/images/design/header-bg.jpg) repeat-x #000;
	height: 129px;
}

#pageWrap 
{
	
}

#header, #pageContent
{
	width: 750px;
	margin: 0 auto;
	zoom: 1;
}

#header
{
	height: 129px;
	position: relative;
}

#pageContent 
{
	background: #FFF;
}

#mainContent
{	
	padding: 20px 40px;
}

#breadCrumb 
{
	padding: 15px 40px 8px 40px;
	background: url(/images/design/breadcrumb-bg.jpg) top repeat-x #FFF;	
	border-bottom:1px solid #93b7eb;
}

#footer 
{
	padding: 5px 40px 5px 40px;	
	border-top:1px solid #93b7eb;
}


/*
------------------------------------------------------ Header Contents ------------------------------------------------------
*/


#header #site-name
{
	position: absolute;
	top: 10px; 
	right: 0;
}

#header #site-tag-line
{
	position: absolute;
	top: 70px; 
	right: 0;
}

#header #car-photo
{
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
}


/*
----------Nav Design-----------
*/

#header 
#navWrap
{
	position: absolute;
	top: 100px; 
	left: 182px;
	width: 562px;
	height: 29px;
	background: url(/images/design/nav-cap-left.gif) no-repeat;
	line-height: normal;
	padding: 0 0 0 8px;
	margin: 0;
	z-index:999;
}

#navWrap ul { /*This forces the dropdown to appear above the calendar on the events page*/
	z-index:100;
	float: left;
	background: url(/images/design/nav-bg.jpg) repeat-x #000;
}
#navWrap span
{
	background: url(/images/design/nav-cap-right.gif) no-repeat ;
	display: block;
	float:left;
	width: 8px;
	height: 29px;
}

#navWrap ul li
{
	padding: 0 0 0 2px;
	background: url(/images/design/nav-sep.jpg) no-repeat;
	float:left;
}
#navWrap ul li ul li
{
	background: none;
}
#navWrap ul li.first
{
	padding: 0;
	background: none;
}

#navWrap li a
{
	display: block;
	padding: 6px 8px;
	color: #fff;
	height: 17px;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}

#navWrap a:hover,
#navWrap li:hover,
#navWrap li.sfhover
{
	background: url(/images/design/nav-bg-hover.jpg) bottom repeat-x #000;
}

#navWrap li a.dd {
    background: url(/images/design/ddlArrow.gif) center right no-repeat;
    padding-right: 14px;
    margin-right: 6px;
}

#navWrap li ul
{
	border: solid #6693d1 1px;
	background-color: #fff;
	width: 180px; /* Equals width of (.nav li ul li a) plus the left/right padding */
}
#navWrap li ul a
{
	width: 164px;
}

#navWrap .bgiframe
{
	border: solid #6693d1 1px;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

#navWrap .bgiframe body {
    margin: 0;
    padding: 0;
}

#navWrap li li {
    padding: 0;
    border-left: none;
}

#navWrap li li a { 
	text-align: left;
    border-left: none; 
    border-bottom: solid #fff 1px; /* keeps IE6 from displaying submenu items with excess space below. */ }

#navWrap li ul li a:hover
{
	border-bottom: solid #AADAED 1px;
}

.nav {
	margin-bottom: -32px; /* This Is Important */
}

.nav li li.dd a { /* Class to differentiate items with flyouts; usually with a background image of an arrow to the right */ }

.nav li li.dd a:hover { }

#navWrap ul ul {
    padding-left: 0;
    background-image: none;
    background: #000;
	border-color: #ccc;
}

.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: -100px; }

.nav li:hover,
.nav li.sfhover { /* Fix for IE7 "Sticking" menus */ position: static;
}

#navWrap li:hover li:hover,
#navWrap li.sfhover li.sfhover {
}

#navWrap li li a.sf-with-ul{
background: url(/images/arrow.gif) 140px 3px no-repeat;
}



.searchBox {
	vertical-align: top;
	margin-top: 3px;
}

li ul.sf-js-enabled {
	left: auto !important;
}

/*
------------------------------------------------------ Footer Contents ------------------------------------------------------
*/
#footer *
{
    font-size:10px;   
}

#footer p
{
	margin: 0 0 5px 0; 
	text-align:center;
}

#footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .twoCol
{
	padding: 0 15px;
}

#footer .pscNum
{
	margin-bottom:5px;
}

/*
-----------Site-wide Tags-----------
*/


.altRow {
	background-color: #eef3fc;
	border-top: solid 1px #DCE7F8;
	border-bottom: solid 1px #DCE7F8;
}

.altRows .altRows .altRow {
		background-color: #dfe8ec;
	border-top: solid 1px #DCE7F8;
	border-bottom: solid 1px #DCE7F8;
}

table.altRows {
	border: solid 1px #dfe8ec;
	background-color: #ffffff;
	margin-top: 4px;
}

table.formDisplay td
{
	padding: 1px 5px;	
}

table.formDisplay tr th
{
	text-align: right;
	font-weight:bold;
	vertical-align:top;
	padding: 5px 5px 1px 5px;	
}

span.required
{
	color: #BB0000;
	font-weight: normal;
}

span.note
{
	color: #A0A0A0;
	font-size:10px;
}

.imgLt {
	margin: 0 1.25em 0.5em 0;
}

.imgRt {
	margin: 0 0 0.5em 1.25em;
}

.imgLt p, .imgRt p {
    font-size: 10px;
    color: #666666;
}

.imgLt img, .imgRt img {
    border:1px solid #999999;
    margin-bottom: 4px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clr {
	clear:both;
}
.clrLeft {
	clear:left;
}

.clrRight {
	clear:right;
}

.validator {
    color: #8B0000 !important;
    margin: 3px 5px 3px 0;
    border: solid 1px #8B0000;
    display: block;
    padding: 3px 8px;
    background: #fff url(/images/bkgd-grad-red.gif) 0 0 repeat-x;
}
