/************************************************************************************************************************
STYLING
************************************************************************************************************************/

/*-----------------------OVER-ARCHING-----------------------*/

* {
	margin:0px;
	padding:0px;
}
body {
	font-size:83%;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#CCCCCC;
	background:#220000 url(../images/body_bg.jpg) repeat-x top center;
}
p {
	margin:0 0 8px 0;
}
strong {
color:;
	font-weight:bold;
}
em {
color:;
	font-style:italic;
}
a {
	text-decoration:none;
}
a:link, a:visited {
	color:#ffffff;
}
a:hover, a:active {
	color:#ffffff;
}
/*-----------------------HEADER-----------------------*/

#skip {
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
}
#header h1 a {
	position:absolute;
	top:0;
	left:155;
	height:95px;
	width:970px;
	text-indent:-9999px;
	overflow:hidden;
	background:#220000 url(../images/logo.jpg) no-repeat top left;
}
/*-----------------------NAVIGATIONAL-----------------------*/

#navigation_primary li a {
	background-repeat:no-repeat;
	background-position:top center;
}
#navigation_primary .active {
}
/*-----------------------CONTENT-----------------------*/

/* elements */
#right_column p {
	line-height:1.5em;
	color:#CCCCCC;
	margin:0 0 20px 0;
}
#row_3 #leftcolumn input {
	width:174px;
	height:23px;
	background:url(../images/form_input_bg.jpg) no-repeat top left;
}
/* headings */
#right_column h2 {
	width:714px;
	height:50px;
	font-size:2em;
	color:#ffffff;
	margin:0 0 5px 0;
	padding:5px 0 5px 10px;
	background:url(../images/h2_bg.jpg) no-repeat top left;
}
#right_column h3 {
	font-size:1.3em;
	color:#ffffff;
	margin:0 0 15px 0;
}
/* lists */
#content ol, #content_main ul {
	color:#817051;
	font-weight:bold;
}
#content li {
	margin:0 0 8px 0;
	padding:0;
}
#content ol {
}
#content ol li {
}
#content ul {
}
#content ul li {
}
/* sponsor logos */
#right_column .sponsor_logos {
	list-style-type:none;
	display:block;
	margin:20px 0 20px 0;
}
#right_column .sponsor_logos li {
	list-style-type:none;
	display:inline;
}
#right_column .sponsor_logos li a {
	height:160px;
	width:160px;
	padding:1px;
}
#right_column a {
	color:#ffffff;
	text-decoration:underline;
}
#right_column a:link, a:visited {
	color:#ffffff;
}
#right_column a:hover, a:active {
	color:#ff0000;
}
/* news */
#right_column .pictures {
	float:left;
	border:4px solid white;
	margin:0 10px 5px 0;
}
#right_column .left_pictures {
	float:left;
	border:4px solid white;
	margin:0 10px 5px 0;
}
#right_column .right_pictures {
	float:right;
	border:4px solid white;
	margin:0 0 5px 10px;
}
/*-----------------------TEAM PAGE-----------------------*/
#right_column .mugshots {
	float:left;
	margin:0 10px 5px 0;
}
#right_column .name {
	font-size:1.3em;
	font-weight:bold;
	color:#ffffff;
}
/*-----------------------SITE WIDE-----------------------*/

.form {
}
.form label {
	display:block;
	height:auto;
	font-weight:bold;
}
.form input {
	padding:3px;
	margin:0;
	background-color:#fff;
	border:1px solid #000;
	color:#000;
}
.form textarea {
	padding:5px;
	border:1px solid #000;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	overflow:auto;
}
.form .btn {
	background-color:#fff;
	color:#000;
	font-weight:bold;
	width:auto;
	overflow:visible;
	padding:5px;
}
.form .checkbox {
	width:auto;
}
.form input {
width:;
}
.form select {
width:;
}
.form h3 {
}
.table {
	width:100%;
}
.table td {
	padding:4px 0 4px 4px;
	border-bottom:1px solid #000;
}
.table th {
	padding:4px;
	border-bottom:1px solid #ffffff;
	background-color:#330000;
	color:#ffffff;
	font-weight:bold;
}
.table tr.head {
	background-color:#272d38;
}
.table tr.row1 {
	background-color:#eff3fc;
}
.table tr.row2 {
	background-color:#fff;
}
/*-----------------------SITE INFORMATION-----------------------*/

#site_info ul {
	float:left;
	display:inline-block;
	width:130px;
}
.gutter {
	margin-right:30px;
}
#site_info p {
}
#site_info a:link, a:visited {
	color:#990000;
}
#site_info a:hover, a:active {
	color:#ff0000;
}
/*-----------------------FOOTER-----------------------*/

#footer {
}
#footer p {
	color:#990000;
}
#footer a:link, a:visited {
	color:#990000;
}
#footer a:hover, a:active {
	color:#ff0000;
}
/*-----------------------CLASS STYLES-----------------------*/

.hr {
	float:left;
	width:970px;
	height:2px;
	margin:25px 0 25px 0;
	background:url(../images/hr.gif) no-repeat top left;
}
.heading {
}
.highlight {
	color:#ffffff;
	font-weight:bold;
}
.left {
	float:left;
}
.right {
	float:right;
}
.noFloat {
	float:none;
}
.clr {
	clear:both;
}
