html {
	background-color: #f5f5f5;
}
body {
	font-size: .9em;
	font-family: helvetica, arial, sans-serif;
	color: black;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(/images/interface/Background.png);
	background-repeat: repeat;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color:black;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #e9ad05;
}

a:hover {
	text-decoration: underline;
}

:focus {
	outline: 0;
} 

h1 {
	font-size: 1.4em;
	text-align: left;
}

h2 {
	font-size: 1.2em;
	text-align: left;
}

h3 {
	font-size: 1.05em;
	text-align: left;
}
h4 {
	margin:0;
	text-align: left;
	font-size: 1em;
}
ul {
	margin: 0px;
	padding-left: 15px;
}

.clear {
	float:none;
	clear:left;
}

#footer_info {
	text-align: right;
	font-size: .8em;
}

#footer_info a, #footer_info a:hover {
	color: #e9ad05;
}
#footer_info p {
	margin: 0;
	padding: 10px 0;
}

#header {
	background-color: black;
	width: 100%;
	height: 181px;
}
#header_img {
	width: 900px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

#header_bar {
	width: 100%;
	height: 30px;
	padding-top: 1px;
	background-color: black;
	top:150px;
}

#header_bar.fixed {
	position:fixed;
	top:0;
	z-index: 20;
}
#header_margin {
	border-top: 1px solid #e9ad05;
	border-bottom: 1px solid black;
}
#menu {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
}

#menu a {
	border: none;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	color: #e9ad05;
	background-color: black;
	float: left;
	height: 20px;
}

#menu a:active {
	color: #f5f5f5;
}

.button {
	display: inline;
}

#menu a:hover, #selectedButton a, #selectedButton a:hover {
	border: none;
	background-color: #e9ad05;
	color: black;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#primary_div {
	width: 900px;
	margin: 20px auto 0 auto;
	color: black;
	border-left: 1px solid black;
}

#primary_div a {
	color:black;
}

#primary_div a.download {
	margin:0;
	color: #e9ad05;
	text-decoration: none;
}
#primary_div a.download:hover {
	text-decoration: underline;
}
#primary_div .sub {
	margin-top: 5px;
	margin-bottom: 5px;
}
#primary_div .inset {
	margin-left: 10px;
}
#primary_div .inset a {
	text-decoration: none;
}
#primary_div .inset a:hover {
	text-decoration: underline;
}
#primary_div span {
	font-weight: bold;
}

#body_content {
	padding: 0 20px;
}
#pic_link {
	line-height: 0;
	font-size: 0;
}

#loginbox {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	min-height: 200px;
	padding: 10px;
	border: 5px solid black;
	font-size: 1em;
}

#userid {
	position: relative;
	left: 20px;
}

#password {
	position: relative;
	left: 28px;
}

#discuss_input {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: auto;
	padding: 10px;
	border: 5px solid black;
	font-size: 1em;
}
p.center, h2.center, h1.center {
	text-align: center;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p.right_align {
	text-align: right;
	font-size: .8em;
}

p.small {
	font-size: .8em;
}

#video_div {

}

#audio_div {
	
}

#photo {
	min-height:700px;
}

.photo_box {
	width: 400px;
	padding: 0px;
	margin-top: 20px;
	min-height: 300px;
	float: left;
}

.left_photo {
	margin-right: 18px;
}

.video_box {
	width: 820px;
	padding: 0px;
	margin-top: 20px;
	min-height: 344px;
}

.video {
	float:left;
	min-height: 344px;
	width: 500px;
}

.media_text {
	float: left;
	width: 300px;
	padding: 0px;
}
.contact {
	min-height: 110px;
}
.multi_link {
	min-height: 120px;
	clear: both;
}
.multi_link ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.multi_link li {
	list-style-position: inside;
}
.left_link {
	width: 430px;
	padding: 0;
	float:left;
	margin: 0px;
}
.left_link ul {
	border-right: 1px solid #A3A3A3;
}
.right_link {
	padding: 0;
	float:left;
	margin: 0;
	width: 430px;
}

.error {
	color: red;
	font-size: .9em;
}

.post_item {
	border: 1px solid black;
	margin-top: 20px;
	width: 818px;
	padding: 15px 20px 15px 20px;
	background-color: white;
}
.schedule {
	border-top: 1px solid #A3A3A3;
	width: 840px;
	padding: 10px;
}
.bar, .season h2 {
	background-color: black;
	color: white;
	margin:0;
	padding: 10px;
}
.bar h2, h2.bar, .season h2 {
	margin: 0 0 10px 0;
	color: #e9ad05;
}
h2.tight {
	margin:0;
}
.lastevent {
	border-bottom: 1px solid black;
}
.miz {
	list-style-image: url(../images/icons/Shield.png);
}
.fb {
	list-style-image: url(../images/icons/Facebook.gif);
}
.twitter {
	list-style-image: url(../images/icons/Twitter.png);
}
.youtube {
	list-style-image: url(../images/icons/YouTube.gif);
}
.profile_box {
	/* 2010-future profiles */
	border: 1px solid black;
	margin-top: 20px;
	width: 818px;
	padding: 20px;
	background-color: white;
	min-height:200px;
}

.profile_bio {
	/* 2009 profiles */
	width: 598px;
	float: left;
	margin-right:20px;
}
.pro {
	margin-bottom: 10px;
}
.profile_pic {
	float: left;
	margin: 1px 0px;
}

.pro_bio {
	width: 640px;
	float: left;
	min-height: 200px;
	padding: 0px 10px;
	margin: 1px 0px;
}
#scott {	
	min-height: 260px;
	padding-top: 0px;
}

#with_quote {
	padding-top: 20px;
}

#quote {
	border: 1px solid black;
	width: 620px;
	padding: 5px;
	font-size: .75em;
	margin-top: 5px;
	margin-bottom: 10px;
	font-style: italic;
}

.indent {
	padding-top:10px;
	text-indent: 22px;
}

#findus {
	margin-left:auto;
	margin-right:auto;
	width:860px;
}

.camp_day {
	width: 280px;
	float:left;
	margin-right: 10px;
	border-right: 1px solid #A3A3A3;
	min-height: 140px;
}
.camp_day h3 {
	padding-bottom: 5px;
}
#sunday {
	width: 200px;
	border:0;
}

#camp {
	min-height:190px;
}
.recent {
	font-size: 1em;
}
.justify {
	text-align:justify;
	margin-top: 0;
}

#tab_nav {
	height: 37px;
}
#tab_nav a {
	text-decoration: none;
	padding: 10px;
	text-align: center;
	font-size: 1em;
	color: black;
	float: left;
	width: 200px;
	background-color: #A3A3A3;
	display: block;
	border: 0;
	margin-right: 1px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
#tab_nav a.selected, #tab_nav a.selected:hover {
	background-color: black;
	font-weight: bold;
	color: #e9ad05;
}
#tab_nav a:hover {
	background-color: #e9ad05;
	color: black;
}
.media_tab {
	width: 213px;
	height:35px;
	margin:0;
	border-left: 1px solid black;
	border-top: 1px solid black;
}

.media_tab a {
	display:block;
	border-right:1px solid black;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: black;
	float: left;
	height: 20px;
	width: 50px;
	margin:0;
	background-color:#f5f5f5;
}

.media_tab a.selected, .media_tab a:hover {
	background-color: #e9ad05;
}

.media {
	margin-top:0;
}
.season {
	margin:0;
}
.season h2.bar {
	margin: 0;
}
#schedule h3 {
	margin:5px 0 0 0;
}
#schedule a#illinois, #schedule a#oklahomastate {
	color: #fd680a;
}
#schedule a#mcneesestate {
	color: #0029bc;
}
#schedule a#sandiegostate {
	color: #da001b;
}
#schedule a#miami, #schedule a#iowastate, #schedule a#texastech {
	color: #d20015;
}
#schedule a#colorado {
	color: #a5892c;
}
#schedule a#oklahoma {
	color: #751413;
}
#schedule a#kstate, #schedule a#westernillinois {
	color: #2c024e;
}
#schedule a#kansas {
	color: #0039a0;
}
#schedule a#texas {
	color: #CC5500;
}
#schedule a {
	color: #e9ad05;
}
#schedule span {
	font-weight: bold;
}
.event {
	padding: 10px 0 0 10px;
	min-height: 50px;
}
.logo {
	float:right;
	width: 100px; 
	height:50px;
}
.logo img {
	display: block;
	height:50px;
	margin:auto;
}
ul.join {
	padding:0;
}
.join > li {
	border-top: 1px solid #A3A3A3;
	list-style-position: inside;
	margin-top: 10px;
}
.join > ul {
	margin-left: 15px;
}
.music_section {
	clear:left;
	margin-top:20px;
}
.music {
	float: left;
	padding: 10px;
}
.music h2 {
	margin-top: 0;
}
.music ul {
	margin-left: 10px;
}
#primary_div a.music_link {
	color: #A97E04;
}
.left {
	width: 400px;
}
#register th {
	text-align: right;
}
fieldset {
	background-color: white;
}
.sub_register {
	background-color: black;
	color: #e9ad05;
	width: 100%;
	height: 100%;
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
}
#col1 {
	width: 106px;
}
#col2 {
}
#col3 {
	width: 110px;
}
#col4 {
}
#aud_results {
	width: 100%;
	border-collapse: collapse;
	background-color: white;
}
#aud_results th, #aud_results td {
	text-align: left;
	padding: 2px;
	border: 1px solid black;
}
#aud_results th, #aud_results a {
	background-color: black;
	color: white;
}
#submit_row {
	height: 40px;
}
.sectionCol {
	width: 70px;
}
#colID {
	width: 20px;
}
#colView {
	width: 120px;
}
.tallRow, .tallRow td{
	height: 50px;
	vertical-align: top;
}
.viewRecord {
	width: 100%;
	font-weight: bold;
	color: #e9ad05;
	background-color: black;
}
.bold {
	font-weight: bold;
}
.help {
	margin: 10px;
}
#emailTable th{
	text-align: right;
	padding-right: 10px;
	width: 130px;
}
#emailTable td {
	text-align: left;
}
.sendEmail {
	font-weight: bold;
	color: #e9ad05;
	background-color: black;
}
.hanging {
	text-indent: -60px;
	padding-left: 60px;
}
#recentUpdates {
	width: 589px;
	min-height: 292px;
	margin-bottom: 10px;
	padding-right: 10px;
	border-right: 1px solid #7B7B7B;
	float: left;
}
.story {
	border-bottom: 1px solid #b8b8b8;
	margin-bottom: 5px;
}
.laststory {
	margin:0;
}
.story h4 {
	color: #3D3D3D;
	font-size: .9em;
}
.story p {
	margin:0;
	padding: 5px 0 5px 5px;
}
.alumTable, .alumTable th, .alumTable td {
	text-align: left;
	border: 0;
	margin: 0;
	border-collapse: collapse;
}
.alumTable th, .alumTable td {
	padding: 3px 6px;
}
tr.alumOdd {
	background-color: #D7D7D7;
	
}
tr.alumHeader th, tr.alumHeader td {
	background-color: black;
	color: #e9ad05 !important;
	text-decoration: none;
	padding: 6px;
	font-size: 16px;
	border-top: 1px solid #e9ad05;
	border-bottom: 1px solid #e9ad05;
}
tr.alumHeader td, a.alumTop {
	font-size: 14px;
	color: #e9ad05 !important;
}
#alumInst, #alumCapt, #alumExp {
	width: 100px;
}
#alumName{
	width: 200px;
}

