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

body{
	background:url(images/backgrounds/body_bg.jpg);
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#top{
	background: url(images/backgrounds/top_bg.jpg) repeat-x;
	width: 100%;
	height: 204px;
}

	#green_bar{
		width: 979px;
		margin-left: auto;
		margin-right: auto;
	}

		#logo{
			margin-left: 20px;
			padding-top: 35px;
			*padding-top: 30px;
		}
		
		#nav{
			margin-left: 365px;
			margin-top: -73px;
		}
	
	#white_bar{
		width: 979px;
		margin-left: auto;
		margin-right: auto;
	}
	
		#date{
			margin-left: 20px;
			margin-top: 58px;
			*margin-top: 55px;
			width: 177px;
		}
		
		#title{
			margin-left: 365px;
			margin-top: -15px;
			*margin-top: -18px;
		}

#content{
	width: 979px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5px;
	background: #fff;
}

	#event_info_text{
		background:url(images/backgrounds/event_info_bg.jpg) no-repeat;
		height: 268px;
		font-weight: bold;
		text-transform:uppercase;
	}
		
		#event_date{
			color:#5a503d;
			float: left;
			height: 250px;
			padding-left: 12px;
			padding-top: 10px;
		}
		
		#location{
			color: #fff;
			padding-left: 286px;
			*padding-left: 86px;
			padding-top: 10px;
			height: 250px;
		}
		
		#agenda{
			color: #255b01;
			float: right;
			height: 250px;
			width: 375px;
			padding-right: 50px;
			padding-top: 10px;
		}

	#course_text{
		background:url(images/backgrounds/course_bg.jpg) repeat-x;
		height: /*532*/ 472px;
		margin-left: 4px;
		padding-left: 24px;
		padding-top: 60px;
	}
	
		#club_info{
			color: #fff;
			width:300px;
		}
		
	#photos{
		float:right;
		background: #fff;
		width: 623px;
		height: 532px;
	}
	
	#sponsor_text{
		background:url(images/backgrounds/sponsor_opps_bg.jpg) repeat-x;
		height: /*532*/ 472px;
		margin-left: 4px;
		padding-left: 24px;
		padding-top: 60px;
	}
	
	#sponsor_logos{
		float:right;
		background: url(images/backgrounds/sponsors_bg.jpg) repeat-x;
		width: 623px;
		height: 532px;
		z-index: 5;
	}
	
		#sponsor_opp_text{
			margin-left: 20px;
			margin-top: 70px;
			*margin-top: 55px;
			padding-right: 20px;
		}
		
		#sponsor_opp_logos{
			margin-left: 20px;
			margin-top:20px;
			_margin-top:30px;
			padding-right: 20px;
		}
	
	#cause_text{
		background:url(images/backgrounds/cause_bg.jpg) no-repeat;
		height: 532px;
		padding-left: 365px;
		padding-top: 1px;
		*padding-top: 10px;
	}
	
		.cause_info{
			width: 420px;
			font-size: 11px;
		}
		
	#registration_text{
		background:#fff;
		padding-left: 40px;
		padding-top: 15px;
		padding-right: 30px;
	}
	
	#home_sponsors{
		background:#5a503d;
		width: /*971*/956px;
		height: 28px;
		margin-left: 4px;
		padding-top: 8px;
		padding-left: 15px;
		font-weight:bold;
		color:#fff;
	}
	
		#home_sponsor_logos{
			width: /*971*/956px;
			/*height: 50px;*/
			padding-top: 15px;
			padding-bottom: 15px;
			text-align: center;
		}

	#footer{
		background:#5a503d;
		margin-left: 4px;
		margin-bottom: 4px;
		width: /*971*/ 959px;
		height: 28px;
		color:#fff;	
		font-size: 10px;
		padding-top: 9px;
		padding-right: 12px;
		text-align: right;
	}

/* Table styles */

.nav_space{
	padding-right: 37px;
}

.course_thumbnails td{
	padding-right: 10px;
	padding-bottom: 15px;
}

.sponsor_opps{
	width:320px;
	font-weight: bold;
	text-transform:uppercase;
}

.sponsor_opps td{
	padding-top:10px;
}

.sponsor_opps td a{
	color: #ca7d22;
}

.sponsor_opps td a:hover{
	color: #fff;
}

/* Image Styles */

.thumbnail{
	border:1px solid #fff;
}

/* Link Styles */

a{
	color:#fff;
}

a:hover{
	text-decoration:none;
}

a.sponsors {
	color:#ca7d22;
}

a.sponsors:hover{
	text-decoration:none;
}

/* Header/Font Styles */

h3{
	color:#8aba37;
	font-weight: bold;
	font-size: 13px;
	margin-top: 0px;
}

h4{
	text-transform: uppercase;
	color: #5a503d;
	font-size: 15px;
}

h5{
	color: #3e2056;
	font-size: 13px;
}

/* List Styles */

li{
	padding-bottom: 10px;
}

/* Form Styles */

.reg_form {
}

.reg_box{
	border:1px solid #8aba37;
	width: 440px;
}

.reg_textbox_sm{
	background: #fff;
	border: 1px solid #8aba37;
	width: 127px;
}

.reg_textbox_md{
	width: 200px;
	background: #fff;
	border: 1px solid #8aba37;
}

.reg_textbox_lg{
	width: 415px;
	background: #fff;
	border: 1px solid #8aba37;
}

.button{
	width: 80px;
	height: 30px;
	background: #fff;
	border: 1px solid #8aba37;
	color: #8aba37;
	font-size: 16px;
	font-weight: bold;
	cursor: hand;
}