body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #13377E;
	margin: 0px;
	padding: 0px;
	background-image: url(images/basic_page_elements/bg-page.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++             LAYOUT ELEMENTS             ++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++         container          ++++++++++++++++++++++++++++*/ 

#container{
	margin: 0px auto;
	padding: 0;
	width: 780px;
	border: 5px solid #FFF;
	-webkit-box-shadow: 0em 0em 2em #142669;
	-moz-box-shadow: 0em 0em 2em #142669;
	box-shadow: 0em 0em 2em #142669;
	} 


/*+++++++++++++++++++++++++++        charitybar        ++++++++++++++++++++++++++++*/ 
 
#charitybar {
	margin: 0;
	padding: 0;
	width: 780px;
	height: 80px;
	clear: both;
	border-bottom: 5px solid #FFF;
	background: #FFF;
}
#bannerad {
	float: right;
}
#blockad {
	float: left;
}
 
 
/*+++++++++++++++++++++++++++           header        ++++++++++++++++++++++++++++*/ 

#header {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0px;
	width: 780px;
	height: 330px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	clear: both;
	border-bottom: 5px solid #FFF;
	background-image: url(images/basic_page_elements/headers/03.jpg);
}
#header_race_logo {
	margin: 25px 0 0 15px;
	padding: 0px;
	float: left;
} 
#navigation   {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size: 0.6em;
	width: 760px;
	text-transform: uppercase;
	height: 45px; 
	text-align: center;
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
	overflow: hidden;
	background-color: #142669;
	background-image: url(images/basic_page_elements/feet.png);
	border-bottom: 5px solid #FFF;
}
#navigation  li {
	text-align: left;
	margin: 0px;
	padding: 0 7px 0 0;
	line-height: 3em;
	height: 20px;
	float: left;
	display: inline;
	white-space: nowrap;
}
#navigation  li  a {
	color: #1A9CE8;
	text-decoration: none;
	padding: 0 15px 0 0;
	display: block;
	float: left;
	font-weight: lighter;
	white-space: nowrap;
	height: 15px;
	border-right: 2px solid #FFF;
	line-height: 1.2em;
	font-size: 1.2em;
}
#navigation li a span {
	color: #21A6DD;
	white-space: nowrap;
}
#navigation  a:hover {
	color: #FFFFFF;
}
#navigation a:hover span{
	color: #1F465B;
}
 
	
/*+++++++++++++++++++++++++++       content     ++++++++++++++++++++++++++++*/ 
 
#content{
	margin: 0px;
	padding: 0;
	width: 780px;
	background: #f5f8f9 url(images/basic_page_elements/bg-content.gif) repeat-y center top;
} 

 /*+++++++++++++++++++++++++++       content - two collumns NAVIGATION   ++++++++++++++++++++++++++++*/ 

#pagenav{
	border-right:5px solid #FFF;
	padding: 0 0 0 0;
	width: 160px;
	float: left;
	display: block;
} 
#pagenav ul{
	margin: 0px;
	padding: 0px;
	width: 160px;
	font-size: 0.7em;
}
#pagenav  li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-transform: capitalize;
	width: 160px;
	border-bottom: 5px solid #FFF;
}
#pagenav li  a{
	color: #142669;
	margin: 0;
	font-size: 1em;
	text-decoration: none;
	width: 140px;
	padding: 5px 0 5px 10px;
	display: block;
	background: #00AEEF;
	border-right: 10px solid #142669;
	line-height: 1em;
}
#pagenav  a:hover {
	color: #FFFFFF;
	border-right: 10px solid #00AEEF;
}

#pagenav .activeline a {
	color: #FFF;
	border-right: 10px solid #00AEEF;
}


#pagecontent {
	width: 420px;
	margin: 0px;
	padding: 10px 15px 0 15px;
	float: left;
	background: #F5F8F9 url(images/basic_page_elements/bg-text.gif) repeat-x left top;
}
#pageextra {
	float: right;
	width: 160px;
	margin: 0px;
	padding: 10px 0 0 0;
}

 
 
/*+++++++++++++++++++++++++++        footer      ++++++++++++++++++++++++++++*/ 
 
#footer {
	margin: 0 auto0;
	padding: 5px 0;
	width: 780px;
	background-color: #FFFFFF;
	clear: both;
	height: 100px;
}
#footertext {
	font-size: 0.7em;
	padding: 10px 0 0 0;
	_padding: 0px 0px 10px 10px;
	clear: both;
	width: 780px;
	display: block;
	margin: 0px;
	height: 20px;
}

#footer a{
	text-decoration: none;
	color: #2EA9E0;
}

#footer a:hover{
	color: #2CAAE2;
}
 
/*+++++++++++++++++++++++++++          float for image           ++++++++++++++++++++++++++++*/
.floatright {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.floatrightnopad {
	float: right;
}
.floatleft {
	margin: 0px 10px 0px 0px;
	float: left;
}
.clearboth {
	clear: both;
	height: 5px;
	width: 780px;
}
.lighter {
	color: #2CAAE2;
}

 
/*+++++++  Charity LI's ++++++++++++*/

#chlist {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 1em;
	font-weight: bold;
	display: block;
	height: 18px;
	}

#chlist li{ 
margin: 0px;
padding: 0px;
list-style-type: none;
float: left;
}

#chlist a{
	padding: 0;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	width: 30px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #18367C;
	border-right: 2px solid #F5F8F9;
	border-bottom: 2px solid #F5F8F9;
	height: 20px;
	line-height: 2em;
} 

#chlist li a:hover{
	background-color: #4FB47C;
} 
.sideblock {
	font-size: 0.6em;
	color: #13377E;
	background: #00AEEF;
	border-bottom: 3px solid #ddd;
	width: 150px;
	padding: 0 5px;
	line-height: 2em;
}

.sideblock h2{
	margin:0;
	color: #13377E;
}

.sideblock p{
	margin:0;
	color: #fff;
}

.sideblock h6{
	margin:0;
	color: #13377E;
	border-top: 1px dotted #00AEEF;
}
#pageextra h1, #pageNav h1 {
	margin: 0;
	padding: 3px;
	color: #FFFFFF;
	background: #13377E;
	text-transform: uppercase;
	font: lighter .8em Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
}
#pageextra h1 a , #pageNav h1 a{
	color: #FFF;
	text-decoration: none;
}
.dateblock    {
	background: #009EE7 url(images/dateblock.gif) repeat-x left top;
	margin: 0px;
	padding: 45px 5px 10px;
	border-bottom: 4px solid #dddddd;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.5em;
}
.DateDays  {
	font-weight: bold;
	color: #13367C;
	font-size: 1.3em;
}
.photo {
	margin: 0px 0px 5px 10px;
	padding: 12px;
	float: right;
	background: #FFF;
	border: 5px solid #E7E8DF;
}
