﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
}
#container {
	background-color: #fff;

}
#masthead {
	text-align: center;
	background-color: #fff;
	background-repeat: no-repeat;
}
#navigation {
	background-image:url('../images/NavbarBG.png');
	background-repeat: repeat-x;
	height: 40px;
}
html>body #navigation {
	overflow: hidden;
}
#facebook {
	width: 1000px;
	background: white;
}
#FlashMast {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 1;

}

#racedirector {
	background-color: #f21890;
	width: 350px;
	height: 40px;	
}	
#rightcolumnpink {
	float: right;
	background-color: #f21890;
	width: 350px;
	height: 40px;	
}
#rightcolumngreen {
	float: right;
	background-color: #a9d707;
	width: 350px;
	height: 40px;	
}
#frontpagenav {
	background-image: url('../images/frontpagenavbg.png');
	background-repeat: repeat-x;
	height: 120px;
	
}#contentborder {
	margin-top: 10px;
	width: 950px;
	Margin-left: auto;
	margin-right: auto;
	background-image: url('../images/contentbackground.png');
	background-repeat: repeat-x;
}
#column_l {
	width: 920px;
	border-top: 13px #e1e2e3 solid;
	margin: auto;
	padding-top: 15px;
	padding-left: 10px;
	background-color: #fff;	
	
}
html>body #column_l {
	width: 920px;
	border-top: 13px #e1e2e3 solid;
	margin: 0px 10px 10px 10px 10px;
	padding-top: 15px;
	background-color: #fff;
	overflow: hidden;
}

#column_left {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 10px 10px 10px;
	width: 45%;
	padding-top: 10px;
	float: left;
}

#column_single {
	width: 550px;
	padding-top: 10px;
	padding-left: 5px;
	float: left;
	margin: 10px;
}
#column_r {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	float: right;
	width: 45%;
}
#triangle {
}
#volunteer {
	margin-left:10px;
	margin-top:10px;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-top: 10px;
	height: 35px;
	background-image: url('../images/footerbg.png');
	background-repeat: repeat-x;
}
html>body #footer {
	text-align: center;
	padding-bottom: 10px;
	height: 40px;
	background-image: url('../images/footerbg.png');
	background-repeat: repeat-x;
	}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	
}
#navigation li {
	float: left;
	margin-left: 50px;
	margin-right: auto;
}
#navigation a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #000;
	display: block;
	line-height: 40px;
	padding-left: 12px;
	padding-right: 10px;
	height: 40px;
	margin-left: 10px;
	margin-right: 10px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #f21890;
}	
/*Drop Down MultiLevel Style*/
.dropmenudiv_a{
position: absolute;
z-index: 1000;
top: 0;
border: 1px solid #f21890; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 1px;
font:normal 14px Arial;
line-height:18px;
background-image:url('../images/dropdownbg.png');
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
padding: 5px 0;
text-decoration: none;
color: #1b4298;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
color: #f21890;
}
/*Drop Down MultiLevel Style END*/

/* Site typography */
p {
	margin-top: 5px;
	margin-bottom: 10px;
}
h1 {
	font-size: xx-large;
	color: #f21890;
}
h2 {
	font-size: x-large;
	color: #f21890;
}
h3 {
	font-size: large;
	color: #f21890;
}
h4 {
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: medium;
	color: #f21890;
}
blockquote,p,ol,ul {
	font-size: small;
	color: black;
}
h5 {
	font-size: x-small;
	color: #f21890;
}
h6 {
	font-size: xx-small;
	color: #f21890;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* Links */
a {
	color: #1b4298;
	text-decoration: underline;
}
a:hover {
	color: #f21890;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}