@charset "utf-8";
/* CSS Document */
/*html, body, .container {height: 100%;}

body > .container {height: auto; min-height: 100%;}*/

#main {
	position: relative;
	float: left;
	width:950px;
	margin-right:0;
}  

#footer {
	position: relative;
	clear:both;
	color: #000;
} 
#footer_inner {
	height: 330px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_bg_inner.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer a:focus,
#footer a:hover {
	color: #039;
}
#footer a {
	color: #003;
	text-decoration: underline;
}
#footer_bottom {
	height: 50px;
	width: 940px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#top {
	background-color: #333;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 35px;
	width: 100%;
}
#header {
	height:140px;
	width:930px;
	padding:10px;
	float: left;
	background-image: url(../images/header.jpg);
}
#content {
	
}
#nav {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #333;
}
.h_bg {
	color: #000;
	background-color: #F7C300;
	background-image: url(../images/heading_bg.gif);
	background-repeat: repeat-x;
	padding-left: 50px;
	font-weight: bolder;
	padding-top: 3px;
	line-height: 1.7em;
}
.box_bg {
	background-image: url(../images/box_bg.gif);
	background-repeat: repeat-x;
	background-color: #000;
}
.box {
	padding: 10px;
	text-align: left;
}
.row_spacing {
	margin-bottom: 10px;	
}
.justify_left {
	text-align: left;	
}
.justify_center {
	text-align: center;	
}
.justify_right {
	text-align: right;	
}
.justify {
	text-align:justify;	
}
.heading_news {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #960A0A;
	background-color: #222;
	text-transform: capitalize;
	padding-left: 10px;
	font-weight: bold;
}
.height_200 {
	height:220px;
}
.heading_emph {
	margin-bottom: 4px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 3px;
}
.news_item {
	font-style: normal;
	font-weight: bolder;
	margin: 10px;
}
.sponsors {
	background-color: #FFF;	
	text-align:center;
}
.sponsors img {
	margin:10px;	
}
.right_side_column {
	width:240px;
}
.sub-heading {
	font-style: oblique;
	margin-top: -10px;
	margin-left: 15px;
	font-family: "Times New Roman", Times, serif;
}
.front_event {
	font-style: oblique;
	font-family: "Times New Roman", Times, serif;
	margin-top: -5px;
	line-height: 1em;
}
.front_date {
	font-weight: bold;	
}
.no_drop_arrow {
	background-image: none;	
}
.no_bullets {
	list-style-type: none;	
}
.img_space {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#ryan_header {
	height:280px;
	width:950px;
	float: left;
	background-image: url(../photos/ryan_header.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.ryan_h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 20px;
	color: #E5E5E5;
	padding-left: 12px;
}
.ryan_h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 20px;
	color: #E5E5E5;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}
