@import url("reset.css");
@import url("nav.css");
@import url("home.css");


body {
	background:#b8b396;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



strong { font-weight:bold; }
em { font-style:italic; }

div#footer {
	width:717px;
	clear:both;
	border-bottom:1px #fff solid;
	border-left:1px #fff solid;
	border-right:1px #fff solid;		
	height:29px;
	margin:0 0 0 191px;
	background:url("../images/footer-bg.jpg") repeat-x;
	line-height:29px;
	vertical-align:middle;
	font-size:9px;
	color:#fff;
	padding:0 0 0 15px;
}

body#inside div#footer {
	width:714px;
}

div#footer a {
	color:#fff;
	text-decoration:none;
}

div#footer a:hover {
	text-decoration:underline;
}

/* ########### INSIDE PAGE STYLES ############### */

body#inside div#main_container {
	width:922px;
	min-height:500px;
	overflow:hidden;
	margin:0 auto;
	background:url("../images/faux-columns.gif") repeat-y;
}

body#inside div#main_container div#left {
	width:191px;
	float:left;
}

div#main_container div#top {
	height:207px;
	width:922px;
	overflow:hidden;
	float:left;
}

div#top img#home_link {
	float:left;
}

div#top div#top_quote {
	width:628px;
	height:207px;
	float:left;
	background:url("../images/inside-top-bg.jpg") no-repeat;
	font-size:14px;
	line-height:14px;
	font-style:italic;
	color:#fff;
	position:relative;
	text-align:justify;
}

div#top_quote span {
	display:block;
	position:absolute;
	left:270px;
	top:60px;
	width:310px;
}

div#top_quote cite {
	float:right;
	margin:0 10px 0 0;
}

div#top div#top_video {
	width:293px;
	height:207px;
	position:relative;
	float:left;
	background:url("../images/inside-top-video-bg.jpg") no-repeat bottom #aa591f;
	border-right:1px white solid;
	vertical-align:bottom;
}

div#top_video img { 
	position:absolute; 
	bottom:19px; 
	border-top:1px white solid;
}


div#top_video span#video_quote {
	font-size:10px;
	color:#ddbda5;
	display:block;
	position:absolute;
	top:6px;
	left:7px;
}

div#top_video span#video_quote strong {
	color:#fff;
	font-weight:bold;
}


div#content {
	width:632px;	/* 731px sans-padding*/
	float:left;	
	min-height:481px;
	height:481px;
	height:auto !important;
/*	background:url("../images/inside-content-bg.jpg") repeat-x bottom left #fff;*/
	background:#fff;
	overflow:hidden;
	padding:25px 30px 55px 69px;
}



div#content h1 {
	font-family:Tahoma, Helvetica, sans-serif;
	color:#b16011;
	font-size:15px;
	font-weight:bold;
	margin:24px 0 10px 0;
}

div#content h2 {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:14px;
	color:#b16011;
	font-style:normal;
	margin:10px 0px 10px 0px;
	line-height:20px;
}

div#content h2 span { color:#666; }

div#content h2 a { color:#b16011; text-decoration:none; }

div#content h3 {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#125D48;
	margin:10px 0 10px 0;
	line-height:24px;
}





div#content p {
	font-size:11px;
	color:#666;
	line-height:24px;
	margin:11px 35px 24px 0px;
}

div#content div.hr {
	width:622px;
	clear:both;
	background:url("../images/dotted-hr.jpg") no-repeat;
	height:10px;
}

div#content blockquote {
	display:block;
	width:258px;
	height:266px;
	float:right;
	background:url("../images/inside-blockquote-bg.jpg") no-repeat;
	margin:25px;
	font-family:Georgia, serif;	
	position:relative;
}

div#content ul {
	padding:0 15px 15px 25px;
}

div#content ol {

	padding:0 15px 15px 25px;
	list-style-type:decimal;

}

div#content ul li, ol li {
	font-size:11px;
	line-height:16px;
	margin:0 0 4px 0;
	color:#666;
	list-style-type:disc;
}

div#content p strong {
	color:#b16011;
	font-size:11px;
	font-weight:bold;
	margin:24px 0 0px 0;
}

div#content blockquote span.quote_head {
	color:#fff;
	width:215px;
	position:absolute;
	font-size:18px;
	top:23px;
	left:30px;
	font-weight:lighter;
	
}

div#content blockquote span.quote_text {
	color:#fff;
	position:absolute;
	top:95px;
	left:20px;
	font-size:13px;
	line-height:14px;
	font-style:italic;
	width:220px;
}

p a, p a:active {
	color:#b06010;
	text-decoration:underline;
}

p a:hover {
	color:#666;
}

p a:visited { 
	color:#888;
}


div#top_links a, div#top_links span{
	color:#aa591f !important;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

div#top_links a:hover {
	color:#fff !important;
}











/* #### VARIOUS CLASSES *****/

div.row {
	width:47%;
	float:left;
}

img.news_img {
	display:block;
	padding:1px;
	border:1px #666 solid;
	margin:0 0 15px 0;
}

div#flvplayer {
	position:relative;
	top:23px;
}

strong.green {
	color:#125D48 !important;
	font-weight:normal !important;
}

div#flvplayer2 {
	width:428px;
	margin:0 0 0 80px;
	background:#aa591f;
	padding:5px;
}

form label { font-size:12px; color:#333; }
form { font-size:12px !important; }
form br { line-height:25px; }