/* Bell Micro Racing - January 2007 */
/*layout*/
body {
	background: #fff;
	color: #000;
	font: 11px/16px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#wrap {
	width: 750px;
	margin: 0 auto;
	padding: 0;
}
#header {
	padding: 0px;
	background: #fff;
	height:69px;
	overflow:hidden;
}
a img, #header a:hover {text-decoration: none; border: none;}

#footer p {
	clear: both;
	margin: 0;
	padding: 6px 0 0 0;
	font-size: 10px;
	text-align: right;
}

p {
	margin: 0;
	padding: 7px 0px;
}

ul {
	margin: 0;
	padding: 12px;
	list-style: none;
}
#section1 ul li, #section2 ul li, #section3 ul li, #section4 ul li {
	text-align: right;
	padding-bottom: 6px;
}

* html #newsSection, * html #fanSection {position: relative; height: 1%;}/*to stop ie from chopping borders*/

/*navigation*/
ul#mainNav {
	margin:0;
	padding: 0;
	list-style: none;
	width: 100%;
}
#mainNav li {
	float:left;
	font: 12px/20px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 0 5px 0 0;
}
ul#mainNav a {
	display: block;
	width: 182.4px;
	text-decoration: none;
	font-weight: bold;
}
#season {color: #c64521;}
#news {color: #525552;}
#gallery {color: #e7dbbd;}
#fans {color: #cedfef;}
ul#mainNav a:hover {
	color: #fff;
}
#seasonpage #mainNav a#season, #newspage #mainNav a#news, #gallerypage #mainNav a#gallery, #fanspage #mainNav a#fans {color:#999;}

ul.secondLevelNav {
	margin:0;
	padding: 0;
	list-style: none;
}
.secondLevelNav li {
	display: inline;
	font: 12px/20px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 10px;
}
ul.secondLevelNav a:link {
	text-decoration: none;
	font-weight: bold;
}

#almspage a#alms, #champpage a#champ, #bellpage a#bell, #newspage06 a#year06, #newspage07 a#year07, #newspage08 a#year08, #newspage09 a#year09, #newspage10 a#year10, #gallerypage07 a#year2007, #gallerypage06 a#year2006, #gallerypage08 a#year2008, #gallerypage09 a#year2009, #gallerypage10 a#year2010, #commentspage a#comments, #emailsignuppage a#esignup {color: #999;}


/*links*/
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #c0272d;
}
a:visited {
	color: #c64521;
}
a:hover, a:active {
	color: #26529b;
	border-bottom: 1px dotted #26529b;
}
ul#mainNav a:hover, ul#mainNav a:active, ul.secondLevelNav a:hover, ul.secondLevelNav a:active, a.buttonText:hover, a.buttonText:active, #prevLink:hover, #prevLink:visited:hover, #nextLink:hover, #nextLink:visited:hover, #bottomNavClose:hover, #bottomNavClose:active {/*deactivate fancy stuff for navbars, buttons and lightbox*/
	text-decoration: none;
	border: 0;
}

/*classes*/
.tan {
	background-color: #e7dbbd;
}
.blue {
	background-color: #cedfef;
}
.grey {
	background-color: #525552;
}
.red {
	background-color: #BE2D2D;
}

.clear {
	clear:both;
}

/*headers | individual padding in each section*/
h3, h4 {
	color: #26529b;
	margin:0;
}
h3 {
	font-size: 18px;
	line-height:22px;
}
h4 {
	font-size: 14px;
	line-height:20px;
}

/*forms*/
fieldset {
	margin:5px 0px;
	padding: 10px;
	border: 1px solid #ccc;
}

legend {
	font-weight: bold;
	color:#000;
}

label {
	display: block;
}

input {
	width: 230px;
}
textarea {
	width: 230px;
	height: 100px;
}
.required {
	font-size: 10px;
	color:#525552;
}
input:focus, textarea:focus {
	background: #ffc;
}
a.buttonText:link, a.buttonText:visited, a.buttonText:hover, a.buttonText:active {
	color: #fff;
	background-color: #c64521;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 15px;
	clear: both;
	margin: 0px;
}

p.buttonText	{
					margin: 10px 0px 0px auto;
					padding:0px 0px 0px 0px;
				}

/*tooltip for pop-ups*/

.tooltip {
  	position: relative;
}

a.tooltip:hover {
  	background: transparent;
	text-decoration: none;
}
  
a.tooltip span {
  	display: none;
}

* html a.tooltip:hover span {/*hack for positioning in ie*/
	top: 30px;
	left: 0px;
}
a.tooltip:hover span {
  	position: absolute;
  	top: 30px;
  	left: 0px;
  	width: 140px;
  	display: block;
  	background: #fff;
  	border: #c64521 1px dashed;
  	padding: 5px;
  	text-align: left;
	font-weight: normal;
	line-height: 16px;
}
