@charset "utf-8";
/* CSS Document */

body{
 background-color: #dbdbdb;
 background-image: url(/img/bg_body.gif?cache=0);
 background-repeat: repeat-x;
 
 font-family: Arial, Helvetica, sans-serif;
}
strong {
	font-weight:bold;
}
p {
	margin:0 0 12px 0;
}
#wrapper{
 width: 1000px;	
 margin: 0 auto;
}
#header{
 height: 165px;
 background-image: url(/img/bg_header.jpg?cache=0);
 background-repeat: no-repeat;
}
#content{
 padding: 0px 10px 10px 10px;
 background-image: url(/img/bg_content.gif?cache=0);
 background-repeat: repeat-y;
}

#left_col{
	width: 653px;
	padding: 10px 20px 0px 20px;
	float: left;
	display: inline;
}	

#right_col{
	width: 246px;
	margin-left: 1px;
	padding: 10px 20px 10px 20px;
	float: right;
	display: inline;
}
#application_container{
 border: 1px solid #808080;
 padding: 5px;
 margin-bottom: 10px;
 text-align: center;
}
.download_link{
 color: black;
 text-decoration: none;
}
.download_link:hover{
 text-decoration: underline;	
}
#form_container{
	border: 1px solid #808080;
	padding: 5px;
	margin-bottom: 10px;
}

#map_container{
 border: 1px solid #808080;
 margin-bottom: 10px;
}

#message{
 margin-bottom: 5px;	
}

#footer{
 height: 40px;
 padding: 20px 20px 0px 20px;
 background-image: url(/img/bg_footer.gif?cache=0);
 background-repeat: no-repeat;
 background-position: bottom;
 text-align: center;
}

h1{
 width: 100%;
 /*font-family: Georgia, "Times New Roman", Times, serif;*/
 font-family: Arial, Helvetica, sans-serif;
 font-size: 24px;
 border-bottom: 1px solid #ce0040;
}
h2{
 width: 100%;
 /*font-family: Georgia, "Times New Roman", Times, serif;*/
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 border-bottom: 1px solid #ce0040;
}
h3{
 font-weight: bold;	
}
h1,h2,h3 {
	margin-bottom: 12px;
}
quote{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: italic;
}
#register-online {
	width: 172px;
	height: 43px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(/img/register-online-now.gif) no-repeat;
	margin: 4px auto 0 auto;
}
em {
	font-style: italic;
}

/* 6-29-2011 */

#team-wrap {
	width: 653px;
	overflow: hidden;
}

.left-list {
	font-size: 14px;
	width: 317px;
	float: left;
	padding: 8px 0 0 8px;
}

.right-list {
	font-size: 14px;
	width: 325px;
	float: right;
	padding: 8px 0 0 0;
}

.no-space {
	margin-bottom: 0px;
}

#team-wrap ul {
	margin: 0 0 12px 0;
}

#team-wrap ul li {
	list-style-type: circle;
	margin: 0 0 0 20px
}

#team-wrap ul li ul {
	margin: 8px 0 0 8px;
}

#team-wrap ul .empty {
	list-style-type: none;
}

#sponsors {
	width: 525px;
	margin: 0 auto;
}

#sponsors p {
	text-align: center;
}

#sponsors img {
	float: left;
	padding: 0 0 20px 0;
}

#sponsors .solo {
	width: 175px;
	margin: 0 auto;
}

#sponsors .duo {
	width: 350px;
	margin: 0 auto;
}

#sponsors .sponsor-group {
	width: 525px;
	overflow: hidden;
}

#sponsors-header {
	text-align: center;
}
