/* CSS Document */

/*--- Structure Start --- */
body{
	background-image:url(../images/background-bg.jpg);
	margin:0;
	background-color:#01385F;
	background-repeat:repeat-x;

}

#wrapper{
	margin:0 auto;
	width:780px;
	background-color:#ffffff;
	padding:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#header{
	background-image:url(../images/header.jpg);
	height:240px;
	
}

#content{
	background-image:url(../images/content-bg.jpg);
	min-height:300px;
	background-repeat:no-repeat;
	background-position:530px 30px;
	background-color:#ffffff;
	padding:0 60px 20px 20px;
	margin-bottom:20px;
	
}

#nav{
padding-bottom:5px;
border-bottom:1px solid #cfcfcf;	
}



#footer{
	float:right;
	width:760px;
	background-image:url(../images/footer-bg.jpg);
	height:14px;
	color:#e0f2ff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	padding:10px;
}

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

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

a:hover{
color:#006ab3;
text-decoration:none;
}
/*--- Links End --- */

/*--- Fonts Start --- */

#nav h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#444444;
font-weight:normal;
margin-left:10px;
}

h2{
display:block;
background-color:#002b4b;
font-size:22px;
padding:20px;
color:#e0f2ff;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
}



h3{
color:#002b4b;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:20px;
}

a.login{
float:right;
font-size:18px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#01385F;
margin-right:10px;
}

a.login:hover{
color:#006ab3;
text-decoration:none;

}



/*--- Fonts Start --- */

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

/* Taken from City race */
#content table {
	background:#f5f8fa;
	font:11px arial;
}
#content th {
	font:bold 12px arial;
	text-align:left;
	color:#fff;
	background:#002A4C;
	padding:10px;
	width:220px;
}


#content td{
padding:5px;	
border:1px solid #cfcfcf;	
}

#login{
margin-top:10px;
margin-left:180px;	
}

#login td{
width:130px;
border:0;
}

.profile-submit{
margin:20px 0 0 140px;	
}

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


.errorlist ul{
}

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

#results_form label{
float:left;
width:150px;
}

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