/* CSS Document */

/*--- Structure Start --- */
span.error{
	font: bold 12px arial;
	color:#d00;
}
body{
font-family:Verdana, Geneva, sans-serif;
margin:0;
font-size:11px;
color:#33333;
}

#wrapper{
	width:970px;
	margin:20px auto;
}


#header{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:43px;
	padding:9px 0;
}

#header ul{
	background-image:url(../images/nav-bg.gif);
	height:31px;
	*height:28px;/* notice the * before the property - shows in IE7 and below */
	padding:0;
	border-left:1px solid #cccccc;
	*border:0;
	margin:11px 0; 
	*margin:21px 0;/* notice the * before the property - shows in IE7 and below */

}

#header li {
border-right:1px solid #9F9F9F;
display:block;
float:left;
margin:0 0 10px;
padding:10px 10px 5px;
*padding:10px 10px 3px;/* notice the * before the property - shows in IE7 and below */
}

#header li a {
color:#FFFFFF;
font-size:12px;
font-weight:bold;
margin:0;
padding:10px 20px 6px 20px;
*padding:10px 20px 11px 20px; /* notice the * before the property - shows in IE7 and below */
text-decoration:none;
}

#header li a:hover{
	background-image:url(../images/nav-bg-over.gif);
}

#header a.home {
	background-image:url(../images/nav-home.gif);
	height:28px;
	width:40px;
	padding:0;
	display:block;
	float:left;
	margin:12px 0;	border-right:1px solid #9F9F9F;
	
}


#header a.home:hover{
	background-position:0 32px;
}

#content-wrapper{
	width:800px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	float:left;
	margin-bottom:10px;
}

#logo{
background-image:url(../images/logo-strip.png);
background-repeat:repeat-y;
width:160px;
padding:10px;
margin-left:11px;
}

#logo-bottom{
background-image:url(../images/logo-bottom.png);
background-repeat:no-repeat;
height:20px;
width:190px;
margin-left:11px;
}
#content{
	width:550px;
	padding:20px 40px 10px 0;
	float:right;
	min-height:475px;
line-height:16px;
}

.cta{
	float:right;
	width:161px;
	margin-bottom:5px;
}
.cta-title{
padding:5px;
background-image:url(../images/cta-title.gif);	
}

.cta-title a{
color:#ffffff;
text-decoration:none;
}

.cta-title a:hover{
color:#EFE0E0;
}

.cta-image{
border:0;	
}

#footer{
padding:15px 10px;
border:1px solid #cccccc;
clear:both;
height:20px;
margin-bottom:20px;
background-image:url(../images/footer-bg.jpg);
color:#AD0101;
}

#footer-links{
width:300px;
float:right;
}

#footer ul{
}
#footer ul li{
}

#footer a{
color:#AD0101;
margin-left:30px;
}

#footer a:hover{
text-decoration:none;
}


/*--- Structure End --- */

/*--- Links Start --- */
a{
color:#AD0101;
}

a:hover{

}
/*--- Links End --- */

/*--- Fonts Start --- */
h1{
}

h2{
font-size:14px;
}

h3{
font-size:12px;
}
/*--- Fonts Start --- */

/*--- Highlighting Classes Start --- */

.image-left{
margin-top:10px;
float:left;
margin-right:10px;
}

.realbuzz{
}

/*--- Highlighting Classes End --- */

/* --- Errors --- */
.errorlist{
	color: red;
}

/*--- Map --- */
.map_box{
	
	display: none; 
	position: absolute;
	background-color: white;
	border:2px solid #CC0000;
	padding: 5px;
}

.map_image{
	border: 0;
}

/* --- Wheelchair and Minimarathon entry form --- */
.wheelchair-label, .marathon-label{
	text-align: left;
}

#manager_profile_form th{
width:130px;
text-align:left;
}

#manager_profile_form td{
padding:5px;
}


.buttons{
	
}

.narrow fieldset{
border:0;	
}

.login{
display:block;
width:76px;
height:26px;
background-image:url(/site_media/images/login.gif);
border:0;
text-indent:-900px;
overflow:hidden;	
}

a.login:hover{
background-position:0 26px;
}

.update{
display:block;
width:76px;
height:26px;
background-image:url(/site_media/images/update.gif);
border:0;
text-indent:-900px;
overflow:hidden;	
margin-left:140px;
}

.errorlist{
list-style-type:none;
margin:0;
padding:0;
color:#CC0000;
}


.errorlist ul{
}

.errorlist ul li{
margin:0;
padding:0;
}

.header{
margin-top:0;
padding-top:5px;
font-weight:bold;
}

.tee{	
width:150px;
float:left;
}
