@charset "UTF-8";

body {
	background: #27211D url(../images/bg_body.gif) repeat-x center top;
	text-align: center;
	margin: 15px 25px 25px;
	color: #F6F6F6;
	font: 14px/18px Verdana, Arial, Helvetica, sans-serif;
}

div { display:block; }

a img { border:0; }

* {
	margin:0px;
	padding:0px;
}

a, a:link {
	color:#61bdf0;
	text-decoration:underline;
}	

a:visited {
	text-decoration: underline;
	color:#61bdf0;
}

a:hover {
	color:#61bdf0;
}		

a:active {
	color:#61bdf0;
	outline: none;
}	

a:focus
{
	-moz-outline-style: none;
}	

#wrapper {
	text-align: left;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}

#bar { height: 33px; }

#bar p {
	line-height: 12px;
	margin-top: 8px;
	font-size: 12px;
}

#bar a, #bar a:link, #bar a:visited, #bar a:hover, #bar a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#header { margin-top: 30px; }

#cycle {
	float: left;
	height: 290px;
	width: 704px;
	position:relative;
}

#nav {
	float: right;
	height: 290px;
	width: 265px;
}

#nav ul { list-style: none; }

#nav ul li { margin-bottom: 1px; }

#nav ul li a {
	height: 72px;
	width: 265px;
	display: block;
	text-indent: -10000px;
}

#nav ul li#nav1 a { background: url(../images/nav_buttons.gif) no-repeat 0px 0px; }
#nav ul li#nav2 a { background: url(../images/nav_buttons.gif) no-repeat 0px -73px; }
#nav ul li#nav3 a { background: url(../images/nav_buttons.gif) no-repeat 0px -146px; }
#nav ul li#nav4 a { background: url(../images/nav_buttons.gif) no-repeat 0px -219px; }

#nav ul li#nav1 a:hover { background: url(../images/nav_buttons.gif) no-repeat -265px 0px; }
#nav ul li#nav2 a:hover { background: url(../images/nav_buttons.gif) no-repeat -265px -73px; }
#nav ul li#nav3 a:hover { background: url(../images/nav_buttons.gif) no-repeat -265px -146px; }
#nav ul li#nav4 a:hover { background: url(../images/nav_buttons.gif) no-repeat -265px -219px; }

#content {
	clear: both;
}

#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #FFF;
}
.greentext {
	font-size: 15px;
	line-height: 15px;
	color: #009659;
}

#content h1 {
	font-size: 26px;
	line-height: 30px;
	font-weight:bold;
}

#content h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight:bold;
	color: #009659;
}
#content h1.h1_gold{
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #FF0;
}

#content h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight:normal;
}

#content #right_sidebar_content {
	float: left;
	width: 675px;
	padding-right: 15px;
	border-right: 2px solid #514d4a;
}

#content #right_sidebar {
	width: 262px;
	padding-left: 18px;
	border-left: 2px solid #514d4a;
	margin-left: -2px;
	float: left;
}

#content .home_content {
	background: url(../images/bg_home.gif) repeat-y;
	margin: 0px;
	padding: 0px;
}
.home_content .home_box {
	float: left;
	width: 290px;
	margin-left: 26px;
	margin-right: 26px;
}

.home_content .first { margin-left: 0px; }

.home_content .last { margin-right: 0px; }

.home_bar {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(../images/bg_home_bar.gif) repeat-x center center;
}

.indent { margin-left: 8px; }

#footer {

}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.left {
	float: left;
	margin-right: 15px;
}

.right {
	float: right;
	margin-left: 15px;
}
.center {
	float: right;
	margin-left: 15px;
}

.clear, #content p.clear {
	clear:both;
	margin:0px;
	padding:0px;
	font: 1px/1px Arial, Helvetica, sans-serif;
}

#header p.clear {
	height:25px;
}	
.video_stroke {
	padding: 2px;
	border: 3px solid #D8D7DC;
	float: right;
	margin-left: 15px;
}
.textbox_outlines {
	border: 2px solid #999999;
	padding: 1px;
}
.left {
	float:left;
	margin-right:15px;
}
.right {
	float:right;
	margin-left:15px;
}
.gold_txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FF0;
}
#wrapper #content .home_content .home_box h1_gold {
	color: #FF0;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
}

