body { 
	background-color: #000;
	background-image: url(/media/bg.png);
	background-repeat: repeat-x; 
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Verdana, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 18px; }
	
a, a:link, a:active, a:visited { 
	color: #ed1c24;
	font-weight: bold;
	text-decoration: none; }
	
a:hover { 
	text-decoration: underline; }
	
img { 
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0px; }
	
table { 
	border: 0; }
	
tr { 
	vertical-align: top; }
	
td { 
	padding: 2px 3px 2px 3px; }
	
h1 { 
	font-size: 14px;
	font-weight: bold; 
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 5px 0; }
	
h2 { 
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px; }
	
#container { 
	width: 930px;
	margin: 0 auto 0;
	padding: 0;
	background: #fff;
	background-image: url(/media/contbg.png);
	background-position: top left;
	background-repeat: repeat-y;
	border-left: 1px solid #f6ba00;
	border-right: 1px solid #f6ba00;
	border-bottom: 1px solid #f6ba00;
	text-align: left; }
	
#header { 
	margin: 0;
	padding: 0;
	line-height: 0px;
	height: 285px; }
	
#slideshow { 
	margin: 0 0 0 310px;
	background: #000911;
	width: 620px;
	height: 285px;
	}
	
#address { 
	float: left;
	margin: 0;
	width: 290px;
	padding: 15px 10px 15px 10px;
	color: #fff;
	text-align: center;
	line-height: 18px; }
	
#address a { color: #f6ba00; }

#nav {
	width: 310px;
	padding: 0;
	margin: 0;
	color: #333;
	float: left; }

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0; }

#nav li {
	margin: 0 0 1px 0; }

#nav li a {
	display: block;
	padding: 5px 6px 5px 6px;
	border-left: 12px solid #151053;
	border-right: 12px solid #6766B9;
	background-color: #2F33AC;
	color: #f6ba00;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	width: 273px; }
	
#nav li.subnav a  {
	display: block;
	padding: 5px 6px 5px 6px;
	border-left: 12px solid #151053;
	border-right: 12px solid #6766B9;
	background-color: #7171CD;
	color: #f6ba00;
	text-decoration: none;
	width: 273px; }
	
#nav li.subnav a dt { 
	margin: 0 0 0 12px; }

#nav li a:hover {
	border-left: 12px solid #F57B23;
	border-right: 12px solid #FCC81D;
	background-color: #F9A720;
	color: #FFF; }
	
#main { 
	margin: 0 0 0 310px;
	padding: 15px;
	background-image: url(/media/swoosh.png);
	background-position: center top;
	background-repeat: no-repeat; }
	
#container2 { 
	margin: 0 0 0 310px;
	padding: 0;
	background-image: url(/media/swoosh.png);
	background-position: center top;
	background-repeat: no-repeat; }
	
#main2 { 
	float: left;
	padding: 15px;
	width: 280px; }
	
#sidebar { 
	margin: 0 0 0 310px; 
	padding: 15px; }
	
#footer { 
	width: 734px;
	margin: 0 auto 0;
	padding: 10px 0 0 0;
	font-size: 11px;
	line-height: 14px;
	color: #FCC81D;
	text-align: center; }
	
#footer a { 
	color: #F57B23; }
	
.contentpic { 
	float: right; 
	padding: 0 0 15px 15px;
	font-style: italic;
	text-align: center; }
	
.icon { 
	vertical-align: text-bottom; }
	
#line { 
	width: 452px;
	margin: 0 auto 0;
	padding: 0 0 10px 0;
	line-height: 0px;
	border-top: 1px solid #9E9C6C; }
	
table.gallery tr { 
	vertical-align: bottom; }
	
table.gallery td { 
	padding: 0 15px 15px 0;
	text-align: center; }
	
table.gallery td.last { 
	padding: 0 0 15px 0; }
	
.thumb { 
	border: 1px solid #151053; }
	
tr.formrows {
	vertical-align: top; }
	
td.left { 
	padding-bottom: 5px; }
	
td.right { 
	padding-left: 10px;
	padding-bottom: 5px; }
	
form { 
	margin: 0;
	padding: 0; }
	
fieldset { 
	border: none; }
	
input, textarea, select {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	border-top: #566421 1px inset;  
	border-left: #566421 1px inset;
	border-bottom: #566421 1px outset;
	border-right: #566421 1px outset;  }

.submit, .reset { 
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #fff; 
	font-weight: bold;
	background-color: #2F33AC; 
	border-top: #FCC81D 1px inset;  
	border-left: #FCC81D 1px inset;
	border-bottom: #FCC81D 1px outset;
	border-right: #FCC81D 1px outset;  }
	
/* LIVE VALIDATION CSS */

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px; }

.LV_valid {
    color:#00CC00; }
	
.LV_invalid {
    color:#ed1c24; }
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00; }
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000; }
	
/* THICKBOX SETTINGS */
*{ padding: 0; margin: 0; }

html, body {
min-height: 100%;
height: auto !important;
height: 100%; }

#TB_window {
	color: #000;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica; }

#TB_secondLine {
	color:#666666; }

/*#TB_window a:link { color: #666666; }
#TB_window a:visited { color: #666666; }
#TB_window a:hover { color: #000; }
#TB_window a:active { color: #666666; }
#TB_window a:focus{ color: #666666; }*/

#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	min-height:100%; }

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color: #000;
	display:none;
	border: 1px solid #ccc;
	text-align:left; }

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border: 1px solid #ccc; }

#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left; }

#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right; }

#TB_closeAjaxWindow {
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right; }

#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px; }

#TB_title {
	background-color:#888;
	height:27px; }

#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em; }

#TB_ajaxContent p {
	padding:5px 0px 5px 0px; }

#TB_load {
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101; }

#TB_HideSelect {
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0; }

#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px; }
	
/* END THICKBOX */

