/*------------------------------------------------------------------------------------
      Global Styles
    ------------------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

    body{
	    font-size: 62.5%;
	    font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
	
/*---------------------------------------------------------------------------------------
	Basic Typography Setup
----------------------------------------------------------------------------------------*/

	p {
		font-size: 1.2em;
		margin: 14px 0 0 0;
		line-height: 1.2em;
	}
	
	h1 {
		margin: 0 0 0 0;
		font-size: 2em;
	}
	
	h2 {
		margin: 14px 0 0 0;
		font-size: 2.4em;
		color: #fff;
		padding: 5px;
	}
	
	h3 {
		margin: 14px 0 0 0;
		font-size: 1.6em;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	h4 {
		margin: 14px 0 0 0;
		font-size: 1.4em;
	}
	
	ul {
		margin: 14px 0;
		font-size: 1.2em;
		list-style: disc inside;
	}
	
	ol {
		margin: 14px 0;
		font-size: 1.2em;
		list-style: decimal inside;
	}
	
	ul li, ol li {
		margin: 3px 0 4px 0;
		padding: 0 0 0 7px;
	}
	
	a {
		text-decoration: none;
		color: #cd3601;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	
	
/*----------------------------------------------------------------------------------------------
	Begin Site Styles
----------------------------------------------------------------------------------------------*/
.right {
	float: right; 
}


#container {
	background: url('../img/site_bg.jpg') top center no-repeat;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 55px;
	background: url('../img/black_fade.png') repeat-y top left;
}
	

#header h1 {
	height: 50px;
	width: 550px;
	background: url('../img/logo.gif') no-repeat;
	float: left;
}

#header h1 a {
	height: 50px;
	width: 550px;
	display: block;
}

#header p a {
	color: #fff;
	text-decoration: underline;
}

#header p {
	margin: 20px 20px 0 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}

h1 span {
	display: none;
}

.slants {
	background: url('../img/div_slant_bg.gif') repeat-x top left #fff;
	padding-top: 20px;
}

.slants *:first-child {
	margin-top: 0;
}

.pagination {
	float: left;
}

div#nav {
	margin-top: 10px;
	padding: 0;
}

div#nav a {
	background: url('../img/nav_bg.gif') repeat-x top left #000;
	border: 2px solid #cd3601;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	margin: 5px 0 5px 5px;
	display: block;
	float: left;
}

div#nav a#quick_search {
	background: url('../img/quick_search_bg.gif') repeat-x top left #000;
	color: #000;
	border: 2px solid #a4c478;
	float: right;
}

p.date, #news_item p.date {
	margin: 0;
	padding-top: 0;
}

.form > * {
	padding: 20px;
}

.form legend {
	font-weight: bold;
	color: #cd3601;
	font-size: 1.4em;
	padding: 5px;
}

.form fieldset, div.submit {
	width: 75%;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #000;
}

#news_index div.submit {
	width: 100%;
	border: none;
}

.form label {
	display: block;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	padding: 5px 7px;
	width: 35%;
	margin: 20px 10px 0 10px;
}

.form .input {
	margin: 20px 0 0 0;
	float: left;
	width: 50%;
}

.form .address {
	margin: 20px 0 0 0;
	float: left;
	width: 100%;
}

.form .grouping {
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
	padding: 0 0 20px 0;
}

.form textarea {
	margin-left: 10px;
	width: 660px;

}

.form .grouping h3 {
	margin: 10px 0 0 10px;
	padding: 0;
	color: #cd3601;
}

.form input[type='text'], .form input[type='password'] {
	width: 90%;
	margin: 0 10px;
}

.form .address input {
	width: 95%;
}

#footer {
	width: 100%;
	background: #000;
	color: #fff;
	padding: 20px 0;
	margin-top: 50px;
	text-transform: capitalize;
}

.left {
	float: left;
}

#footer p {
	margin: 0 20px;
}

#footer a {
	display: block;
	float: left;
	padding: 0 7px;
}

/*----------------------------------------------------------------------------------------------
	Home Page
----------------------------------------------------------------------------------------------*/

#events {
	position: relative;
	height: 325px;
	background: #fff;
	margin-top: 10px;
}

#events > div {
	position: relative;
	padding: 10px;
}

#events > div > a {
	margin: 0 0 0 20px;
}

#events > div > a:first-child {
	margin: 0;
}

#events_news {
	position: absolute;
	top: 200px;
	left: 0px;
	background: #000;
	width: 600px;
	padding: 0 10px 10px 0;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#events_news h3 {
	color: #cd3601;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 10px;
}

#events_news ul {
	color: #fff;
	margin: 5px 0 0 14px;
}

#events_news ul li {
	list-style: none;
	padding-right: 10px;
	font-size: 1em;
}

#events_news ul li a {
	color: #fff;
}

#show_images {
	height: 140px;
}

#show_images > div {
	padding: 20px 20px;
}

#show_images > div > a {
	margin: 0 5px;
	border: 1px solid #000;
	float: left;
}

.black_fade {
	background: url('../img/black_fade.png') repeat-y top center;
}	

.home_page_header {
	background: url('../img/black_fade.png') repeat-y top center;
	text-transform: uppercase;
	font-style: oblique;
}

#recent_news {
	width: 590px;
	position: relative;
	float: left;
}

#standings, #upcoming_events {
	width: 290px;
	position: relative;
	float: left;
	min-height: 210px;
}

#standings {
	margin-right: 10px;
}

#home_recent_news, #home_standing {
	margin: 0;
	padding: 10px;
}

#home_standing ul {
	list-style: outside;
	margin: 0 20px;
}

#home_recent_news a {
	color: #000;
}

#register_home p {
	margin: 0;
	padding: 10px;
}

#register_home button {
	margin: 100px 24px;
	padding: 0;
	background: url('../img/register_button_up.gif') no-repeat top left;
	height: 40px;
	width: 302px;
	border: none;
	cursor: pointer;
}

#register_home button:active {
	background: url('../img/register_button_down.gif') no-repeat top left;
}

#register_home button span {
	display: none;
}

#register {
	width: 350px;
	margin: 0 20px 0 0;
	position: relative;
	float: left;
}

#news_item > * {
	padding: 10px;
}

#news_item {
	width: 740px;
	position: relative;
	float: left;
}

#news_item h3 {
	margin-top: 0;
}

#limit {
	width: 200px;
	position: relative;
	float: left;
	padding-right: 20px;
	min-height: 600px;
}

#limit > * {
	margin: 10px;
}

#limit select {
	margin: 0 0 10px 0;
	width: 200px;
}

#limit label {
	background: #000;
	color: #fff;
	padding: 5px 10px;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	width: 30%;
	cursor: pointer;
}

#limit .checkbox input {
	float: left;
	width: 10px;
	margin-top: 7px;
}

.checkbox {
	clear: both;
	padding: 5px 0
}

#limit .checkbox label {
	background: none;
	color: #000;
	float: left;
	width: 	130px;
}

.limit_box {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	margin: 5px 0;
}

#news_index.category_pg {
	position: relative;
	float: left;
	width: 740px;
}


#news_index > * {
	padding: 10px;
}

#news_index h3:first-child {
	margin-top: 0;
	padding-top: 20px;
}

#news_index ul {
	margin: 0;
}

#news_index {
	min-height: 700px;
}

#news_extras {
	width: 200px;
	padding-left: 20px;
	position: relative;
	float: left;
	padding-bottom: 50px;
	min-height: 600px;
}

#news_extras p {
	padding: 10px 10px;
	margin-top: 0;
}

#news_extras p:first-child {
	padding-left: 0;
	margin-top:30px;
}

#news_extras p span {
	font-weight: bold;
}

#news_images img {
	border: 1px solid black;
	margin: 10px 30px;
}

#news_images p.no_related {
	margin-top: 0px;
}

a.print {
	text-align: center;
	display: block;
	color: #fff;
	background: #cd3601;
	border: 2px solid #fff;
	padding: 10px 5px;
	font-size: 1.2em;
}

#image_download_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
  	z-index: 10000;
}

#image_download {
	width: 800px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin: 0 0 0 -400px;
	z-index: 10001;
}

#image_view {
	padding-bottom: 20px;
}

#image_view > * {
	padding: 10px;
}

.s3_preview {
	height: 300px;
}

#image_view h4 {
	font-weight: bold;
	margin: 7px 0;
	padding: 0 10px;
}

#image_view p {
	margin: 0;
	padding: 0 10px;
}

#image_view a.dl_button {
	text-align: center;
	display: block;
	width: 100px;
	color: #fff;
	background: #cd3601;
	border: 2px solid #fff;
	padding: 10px 5px;
	font-size: 1.2em;
}

#search {
	z-index: 9999;
	position: absolute;
	width: 500px;
	top: -50px;
	right: 10px;
	background: #fff;
}

#search_results > * {
	padding: 10px;
}

#image_search > a {
	margin: 10px 5px;
	display: block;
	float: left;
	border: 1px solid #000;
}

#image_search > a:hover {
	text-decoration: none;
}

.search_results {
	min-height: 300px;
}

div.page {
	min-height: 700px;
}

.search_box {
	position: relative;
	border: 1px solid #000;
	padding: 0 20px 10px 20px;
	z-index: 10000;
}

a.close {
	float: right;
	display: block;
	background: #cd3601;
	padding: 5px;
	color: #fff;
	margin: 0 -20px 0 0;
}

#image_view a.close {
	margin-right: 0px;
}

.search_box h3 {
	margin: 10px 0;
}

.search_box > form > div {
	margin-top: 10px;
}

.search_box label {
	display: block;
	background: #000;
	padding: 7px 5px;
	color: #fff;
	font-weight: bold;
	width: 70px;
	margin-top: 10px;
	font-size: 1.2em;
}

.search_box input[type='text'] {
	width: 400px;
}

.search_box .select {
	float: left;
	width: 210px;
	position: relative;
}

.search_box .select select {
	width: 200px;
}

.search_box .checkbox label {
	margin-bottom: 10px;
}

.search_box input[type='submit'] {
	padding: 5px 7px;
	border: 1px solid #cd3601;
	background: #cd3601;
	color: #fff;
	cursor: pointer;
	float: right;
}

div.preloading {
	text-align: center;
	height: 400px;
}

div.preloading h3 {
	margin: 190px 0 10px 0;
}

#logos {
	min-height: 700px;
}

#logos > a {
	display: block;
	float: left;
	margin: 5px 10px;
	border: 1px solid #000;
}

#flashMessage {
	background: url('../img/black_fade.png') repeat-y top left;
	font-size: 2em;
	font-weight: bold;
	padding: 10px 20px;
	color: #fff;
	margin-top: 10px;
}

#programs table {
	width: 100%;
}

#programs td {
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	font-size: 1.2em;
}

#programs td.header_td {
	background: #000;
	color: #cd3601;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 7px;
	border: none;
}

#programs td.odd {
	background: #ddd;
}

/*----------------------------------------------------------------------------------------------
	Clear and HR
----------------------------------------------------------------------------------------------*/

/* Use this to create a horizontal ruler across a column. */
hr {
  background: url('../img/dot.gif') repeat-x #fff;
  color: #fff;
  clear: both;
  position: relative; 
  float: left; 
  width: 900px; 
  height: 3px;
  margin: 30px;
  border: none;
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

.hidden {display: none;}
