@charset "utf-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 85%;
	background-color: #438dc3;
	background-image: url(images/bkgrnd.gif);
	background-repeat: repeat-x;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	font-size: 1.1em;
	padding-right: 10px;
	margin-top: 5px;
}
h1    {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h2 {
	font-size: 1.3em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	padding-top: 0px;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;


}
h4 {
	margin-bottom: 3px;
	text-align: left;
	font-size: 1.4em;
	padding-top: 5px;
}
h5 {
	text-align: center;
	color: #C60526;
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 0px;
}
h6 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 0px;
}
	
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header  {
	background-color: #FFF;
	height: 140px;
	background-repeat: no-repeat;
	background-image: url(images/Header2010.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
} 
#header img {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	border: medium none #333333;
	text-align: center;
	background-color: #d9e9f8;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper {
	background-image: url(images/bkgrndblue.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 0px;
	padding-top: 0px;
}


#nav {
	width:100%;
	background-color: #000;
	margin: 0;
	padding: 0px;
	float: left;

} 
#navcontainer {
	height: 32px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#nav li { 
display:inline; 
padding:0; 
margin:0; 
} 

#nav a:link, 
#nav a:visited {
	color:#CCE3E0;
	float:left;
	width:auto;
	text-decoration:none;
	text-shadow: 2px 2px 2px #555;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	background-color: #000;
	margin-left: 18px;
} 

#nav a:hover {
	color:#008676;
} 

#nav a:active {
	color:#1AB7EA;
} 

#home #nav-home a, 
#event #nav-event a, 
#course #nav-course a, 
#register #nav-register a, 
#directions #nav-directions a, 
#results #nav-results a,
#volunteer #nav-volunteer a,
#contact #nav-contact a {
	color:#1AB7EA;
	text-shadow:none;
} 
#home #nav-home a:hover, 
#event #nav-event a:hover, 
#course #nav-course a:hover, 
#register #nav-register a:hover, 
#directions #nav-directions a:hover, 
#results #nav-results a:hover,
#volunteer #nav-volunteer a:hover,
#contact #nav-contact a:hover {
	color: #1AB7EA;
} 


#mainContent  {
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
	border: 0px none #000000;
	padding-top: 0px;
	margin-top: 0px;
	float: left;
	width: 650px;
} 
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1072ba;
	color: #FFFFFF;
} 
.coloredtitle {
	color: #1072ba;
	text-align: center;
	font-size: 1.5em;
	font-weight: bolder;
}
.black {
	font-size: .8em;
	color: #000;
}

.italic {
	font-style: italic;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.tagline {
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
ul {
	list-style-type:none;
	line-height: 100%;
	margin-top: 5px;

}

img {
	border:0;
	padding-bottom: 0px;
	margin-top: 5px;
	}
.title {
	text-align: center;
	padding-top: 20px;
	margin-top: 0px;
}
.logo {
	padding-top: 3px;
	padding-bottom: 5px;
}

em {
	font-style: italic;
}
.bulleted {
	list-style-type:circle;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 120%;
	margin-left: 100px;
}
.centered {
	text-align: center;
}
.indented {
	margin-left: 50px;
	margin-right: 30px;
	font-size: 0.77em;
}

.highlight {
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div.regbonus  {
	padding: 10px;
	background-color: #d9e9f8;
	height: 105px;
	margin-right: 15px;
	line-height: 150%;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 0.75em;
}
#schedule {
	font-size: .77em;

}




.smaller {
	font-size: 0.77em;
}

.image_float {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
}
.clear_left {
	clear: left;
}


.spacer {
	clear: right;
}

#agegroup {
	margin-left: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
table#packet {
	text-align: center;
	border: thin dotted #000000;
	margin-top: 5px;
}


.indented span {
	font-weight: bold;
	color: #FF0000;
}
.note {
	color: #C60526;
	font-weight: bold;
	font-size: 1em;
	margin-left: 15px;
	margin-right: 20px;
}
#racedate2 {
	text-align: center;
	color: #0973BA;
	font-size: 1.6em;
	background-repeat: no-repeat;
	line-height: 125%;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 0px;
	padding-top: 5px;
}
img.swim {
	padding-top: 0px;
	padding-bottom: 0px;
}

.registerlink a{
	text-decoration: none;
	color: #C60526;
	font-size: 1.3em;
}
#footer p a {
	color: #FFF;
}
.nobotmgn {
	margin-bottom: 0px;
}
 
div.regbonus h1 {
	font-size: 16px;
	color: #c60526;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
}
