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

* {
	margin: 0px;
	padding: 0px;
}

a:link { color: #FFF; text-decoration: none; }
a:active { color: #07b5fc; text-decoration: none; }
a:hover { color: #07b5fc; text-decoration: underline; }
a:visited { color: #07b5fc; text-decoration: none; }

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#container {
	width: 832px;
	margin: 0 auto;
	border: 0px solid grey;
}
#header {
	width: 832px;
	height: 151px;
	border: 0px solid blue;
	background: url(../images/bg_header2011.jpg);
}
	#header img {
		position: relative; 
		top: 35px;
		left: 0px;
	}
#top_nav {
	width: 832px;
	height: 67px;
	border: 0px solid blue;
	/*background: #fff url(../images/bg_top_nav.gif) repeat-x;*/
	margin-bottom: 5px;
	margin-top: 1px;
	font-size: 1.8em;
	color: #fff;
}
	#top_nav ul {
		padding-top: 20px;
		height: 67px;
	}
	#top_nav ul li {
		display: inline;
		padding: 19px 20px 19px 21px;
	}
#main {
	width: 829px;
	height: 371px;
	border: 1px solid #c0c0c0;
	margin-bottom: 7px;
}
	#main .content {
		width: 450px;
		border: 0px solid red;
		position: relative;
		top: 35px;
		left: 370px;
		color: #858585;
	}
		#main .content a {
			color: #07b5fc;
			text-decoration: underline;
		}
		#main .content a:hover {
			color: #769e45;
			text-decoration: underline;
		}
		#main .content p {
			font-size: 1.2em;
			line-height: 1.7em;
			margin-bottom: 5px;
		}
#main_sub2 {
	width: 832px;
	height: 73px;
	border: 0px solid blue;
	background-image: url("../images/bg_home_main_sub2.jpg");
}

#bott_nav {
	width: 832px;
	height: 67px;
	border: 0px solid blue;
	/*background: #fff url(../images/bg_top_nav.gif) repeat-x;*/
	margin-bottom: 5px;
	font-size: 1.8em;
	color: #fff;
	margin: 0 auto;
}
	#bott_nav ul {
		padding-top: 24px;
	}
	#bott_nav ul li {
		display: inline;
		padding: 19px 33px 19px 33px;
		margin: 0px 21px 0px 21px;
	}

#footer {
	width: 832px;
	height: 56px;
	border: 0px solid blue;
	padding-top: 25px;
}

.btn {
	background: url('../images/btn.gif');
	position: relative;
	left: 0px;
	top: 7px;
	border: 0px solid red;
	text-align: center;
	line-height: 0px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	font-size: 1.3em;
	display: block;
	margin: 0 auto; 
	padding: 20px 0px 18px 0px;
	width: 166px;
	height: 64px; 
}
	.btn {
		text-decoration: none;
		cursor: pointer;	
	}
	.btn:hover, .btn:hover a {
		background-position: 0 -68px;
		color: #07b5fc;
		text-decoration: none;
	}
	
	
/*Page Specific*/


#registration #main .content, #course #main .content, 
#links #main .content, #goodwill #main .content, #faq #main .content,
#volunteer #main .content, #results #main .content, #sponsors #main .content {
		border: 0px solid red;
		width: 790px;
		padding-top: 15px;
		color: #858585;
		position: relative;
		top: 15px;
		left: 18px;
	}
		#main .content h2, h3 { color: #07b5fc; }
		#registration #main .content p { margin-left: 25px; font-size: 1.5em; }
		#main .content h2 {
			margin-bottom: 10px;
		}
#home #main {
	width: 833px;
	height: 364px;
	border: 0px solid #c0c0c0;
	background-image: url('../images/bg_main_2011.jpg');
}
#course #main {
	width: 829px;
	height: 600px;
	border: 1px solid #c0c0c0;
	margin-bottom: 7px;
}
#links #main {
	width: 829px;
	height: 1140px;
	border: 1px solid #c0c0c0;
	margin-bottom: 7px;
}
#goodwill #main {
	width: 829px;
	height: 460px;
	border: 1px solid #c0c0c0;
	margin-bottom: 7px;
}
#faq #main {
	width: 829px;
	height: 900px;
	border: 1px solid #c0c0c0;
	margin-bottom: 7px;
}
#sponsors #main {
	width: 829px;
	height: 950px;
	border: 1px solid #c0c0c0;
	margin-bottom: 7px;
}
#results #main {
	width: 829px;
	height: 2600px;
	border: 1px solid #c0c0c0;19c9f2
	margin-bottom: 7px;
}
	#results #main img {
	border: 7px solid #d0e8aa;
	}
#goodwill #main .content p, #faq #main .content p { margin-bottom: 15px; }
#faq #main .content h3 { margin-top: 15px; }
.condensed { width: 552px; margin: 0 auto; padding-top: 25px; }
#links .condensed { width: 752px; margin: 0 auto; padding-top: 25px; }

    .link_cols { height: 85px; width: 750px; border: 0px solid grey; }
	.link_col1 { width: 75px; border: 0px solid grey; float: left; padding-left: 10px; }
	.link_col2 { width: 645px; border: 0px solid grey; float: left; }

.caption {
	width: 552px;
	height: 25px;
	border: 1px solid #c0c0c0;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2em;
}
