body, table, form, div {
	font-family: Arial, Tahoma,Verdana, sans-serif;
	color: #212121;
	font-size: 12px;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
body {
	margin: auto;
	position: relative;
	background: #A9AF68 url(../template/misc/bg.gif);
}
:root {
	overflow-y: scroll !important;
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}
a img {
	border: 0; 
}	
/****************************************************************/
/*                         Containers                           */
/****************************************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
#container {
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
#outer_wrapper {
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../template/misc/side_shadows.png);
	float: left;
}
#inner_wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
#top_shadow {
	height: 6px;
	width: 772px;
	float: left;
}
#foot_shadow {
	height: 6px;
	width: 760px;
	float: left;
}
#bot_shadow {
	height: 27px;
	width: 772px;
	background: url(../template/misc/bot_shadow.png) top left no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	float: left;
}
#flash_box {
	width: 760px;
	height: 296px;
	background-color: #A9AF68;
	float: left;
}
#main_partition {
	width: 760px;
	background: #F6F4BE url(../template/misc/bg_strip.gif) repeat-x;
	margin: 0px auto;
	float: left;
}
#tagline {
	display: inline;
	width: 698px;
	height: 71px;
	background: url(../template/misc/tagline.png) no-repeat;
	margin: 19px 0px 0px 31px;
	float: left;
}
#left_partition {
	width: 209px;
	padding: 0px 20px 37px 0px;
	margin: 0px 0px 17px 25px;
	border-right: 1px solid #5E6045;
	float: left;
}
#right_partition {
	display: inline;
	width: 450px;
	margin: 18px 0px 0px 25px;
	float: left;
}
#featured_box {
	display: inline;
	width: 205px;
	float: left;
	margin-top: 37px;
	font-size: 11px;
}
.featured_header {
	margin-bottom: 5px;
}
.featured_header_alt {
	margin-top: 37px;
}
a.video_teaser {
	width: 203px;
	height: 114px;
	float: left;
	background: url(../template/misc/video_teaser.jpg) no-repeat;
	margin-bottom: 30px;
	border: 1px solid #315057;
}
a:hover.video_teaser {
	background-position: 0px -116px;
}
.mugshots {
	display: inline;
	width: 80px;
	height: 100px;
	margin-right: 8px;
	border: 1px solid #315057;
	float: left;
}
#welcome {
	display: block;
	width: 442px;
	height: 22px;
	margin: 12px 0px 8px 0px;
	float: left;
}
#welcome_text {
	width: 442px;
	float: left;
}
/* SPECIAL OPACITY EFFECTS */
.trans {
	opacity:.75; 
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	width: 80px;
	height: 100px;
	margin-right: 8px;
	border: 1px solid #315057;
	float: left;
}
/****************************************************************/
/*                         Footer                               */
/****************************************************************/
#footer {
	width: 760px;
	background-color: #315057;
	float: left;
}
#footer_nav {
	text-align: center;
	padding-top: 15px;
}
#address {
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
	color: #EEEEEE;
}
#credit {
	text-align: center;
	padding: 5px 0px 15px 0px;
	font-size: 10px;
	color: #EEEEEE;
}
/****************************************************************/
/*                          Text                                */
/****************************************************************/
#content 
{
	margin-bottom: 10px;
}
.bold_italic_text {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.blue_link, a.blue_link {
	font-size: 11px;
	color: #315057;
	text-decoration: underline;
	font-weight: bold;
}

a.blue_link:hover {
	color: #979E52;
}
.footer_text {
	font-size: 10px;
	color: #EEEEEE;
}
.footer_nav, .footer_nav a {
	font-size: 10px;
	color: #EEEEEE;
	text-decoration: none;
}
.footer_nav a:hover {
	color: #F7F5B1;
}			
.footer_gold_text {
	font-size: 10px;
	color: #BFC57B;
	font-weight: bold;
}
.credit_link, a.credit_link {
	font-size: 10px;
	color: #BFC57B;
	text-decoration: none;
	font-weight: bold;
}
a.credit_link:hover {
	color: #F7F5B1;
}
div.back
{
	display: none;
}

