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

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* LAYOUT
----------------------------------------------------------------------------------------------------*/
body {
	background-image: url(../images/body_background.jpg);
}
#wrapper {
	width:960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #040404;
}
#header {
	height:260px;
	width:960px;
	background-image: url(../images/header_bg_02.jpg);
}
#nav {
	height:46px;
	width:940px;
	background-image: url(../images/nav_bg_03.gif);
	background-repeat: no-repeat;
	float: left;
	padding-left: 20px;
}
#content {
	width:960px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	float: left;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	width: 960px;
	height: 94px;
	clear: both;
}
.box_960 {
	margin: 10px;
	float: left;
	width: 940px;
}
.box_640 {
	margin: 10px;
	float: left;
	width: 600px;
	padding: 10px;
	position: relative;
}
.box_320 {
	margin: 10px;
	float: left;
	width: 300px;
}
.home_page_main_box {
	width: 600px;
	margin-bottom: 15px;
	height: 320px;
}
/* TYPOGRAPHY
----------------------------------------------------------------------------------------------------*/

body {
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #CCC;
	text-decoration: underline;

}
a:hover {
	color: #F90;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: underline;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
h1 a:link {
	text-decoration:none;
	color: #FFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
h2 a:link {
	text-decoration:none;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
p {
	text-size:14px;
	line-height: 1.5em;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
img {
	border:none;
	margin: 10px;
}
.sidebar a {
	border:none;
}
p+p {
	margin-top:20px;
}
ul {
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	list-style-type: disc;
}
li {
	margin: 10px;
}
ol {
	list-style-type: decimal;
	padding: 10px;
}
ol li {
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-position: inside;
}
/* TYPOGRAPHY HEADINGS
----------------------------------------------------------------------------------------------------*/

h1 {
	color: #ff6600;
	font-size: 26px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 17px;
	text-transform: uppercase;
	font-style: italic;
	line-height: 1.2em;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
}
h2 {
	color: #ff6600;
	font-size: 22px;
	font-weight: bold;
	margin-left: 15px;
}
h1+h2 {
	color: #ff6600;
	font-size: 16px;
	font-weight:normal;
	margin-top:-16px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	margin-bottom: 8px;
	margin-left: 17px;
}
h3 {
	font-size: 21px;
	margin-left: 15px;
}
h4 {
	font-size: 19px;
	padding-left:20px;
}
h5 {
	font-size: 17px;
	margin-left: 40px;
}
h6 {
	font-size: 15px;
	color: #F60;
}
/* MAIN NAVIGATION
----------------------------------------------------------------------------------------------------*/
#nav ul {
	list-style: none;
	margin: 0;
	line-height:46px;
	padding: 0px;
	margin-left: 0px;
}
#nav ul li {
	display:inline;
	margin-left: 0px;
}
#nav ul li a {
	float:left;
	color:#FFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-left:18px;
	padding-right:18px;
}
#nav ul li a:hover {
	background-image: url(../images/nav_hover.gif);
	background-repeat: repeat-x;
	color:#000
}
/* SIDEBAR STUFF
----------------------------------------------------------------------------------------------------*/
.subnav {
	width:100%;
	clear: both;
}
.subnav ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	margin-left: 0px;
}
.subnav ul li {
	display:inline;
}
.subnav ul li a {
	float:left;
	background-color: #F60;
	margin: 2px;
	border: 1px solid #F90;
	font-size: 12px;
	color:#000;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-image: url(../images/orange_grad.gif);
	background-repeat: repeat-x;
}
.subnav ul li a:hover {
	color:#000;
	background-color: #C30;
	background-image: url(../images/orange_grad_hover.gif);
	background-repeat: repeat-x;
}
.sponsors {
	background-color: #FFF;
	border: 2px solid #999;
	padding: 2px;
	text-align: center;
	width: 276px;
	margin-top: 15px;
}
/* SIDEBAR STUFF
----------------------------------------------------------------------------------------------------*/
.sidebar {
	width:280px;
	background-color: #040404;
	border: 2px solid #FCFCFC;
	background-image: url(../images/vert_bg.gif);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sidebar h1 {
	font-size:16px;
	color: #FFF;
	background-color: #666;
	margin-top: 0px;
	padding-top: 3px;
	padding-left: 5px;
	margin-left:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sidebar ul {
	list-style-type: none;
	padding:0px;
}
.sidebar ul li {
	margin: 1px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 23px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #333;
}
.sidebar ul li a {
}
.sidebar h2 {
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	margin-left:0px;	
}

.sidebar h1+h2 {
	color: #ff6600;
	font-size: 16px;
	font-weight:normal;
	margin-top:-10px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	margin-bottom: 8px;
}
.sidebar p+h2 {
	color: #ff6600;
	font-size: 16px;
	font-weight:normal;
	margin-top:-5px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	margin-bottom: 8px;
}/* SPECIAL TYPE AND CLASSES
----------------------------------------------------------------------------------------------------*/

ul.date_list {
	list-style: none;
	margin: 0;
}
ul.date_list li {
	display:inline;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.attention {
	background-color: #900;
	margin: 10px;
	border: 2px solid #C00;
	padding: 10px;
}
.width_280 {
	width:200px;
}
.bullets {
	list-style-type: disc;
	list-style-position: inside;
}
.inset_infobox {
	background-color: #333;
	margin: 15px;
	padding: 5px;
	border: 2px solid #666;
}
.ghosted {
	color: #000;	
}
.divider {
	background-color: #666;
	background-image: url(../images/horiz-line.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 3px;
	width: 100%;
}
.footer_inner {
	padding-top:16px;
}
.footer_inner p {
	margin: 0px;
	padding: 0px;
}
.footer_inner p a {
	color: #FFF;
	text-decoration: none;
}
.footer_inner p a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer_inner p a:hover {
	color: #FFF;
	text-decoration:none;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.credit p a {
	font-size: 10px;
	color: #FFF;
	text-decoration:none;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.credit p a:visited {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
.credit p a:hover {
	font-size: 10px;
	color: #FFF;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
a img {
	text-decoration: none;
	border:none;
}
/* TABLES
----------------------------------------------------------------------------------------------------*/
table {
	margin-bottom: 1.4em;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
	border: 1px solid #333;
}
tr.even td {
	background-color: #333;
}
tr.odd td {
	background-color: #666;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
/* ALIGNMENT
----------------------------------------------------------------------------------------------------*/
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.float_right {
	float:right;
}
.float_left {
	float:left;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix, *:first-child+html .clearfix {
	zoom: 1;
}

img#lightbox-image {
border:none;
margin:0px;
}
ul#gallery li {
	display:inline
}
ul#gallery a {
	border:none
}

