@charset "utf-8";
/*Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/*End Reset*/


body {
	background: #2A0F08 url(images/main-bg.jpg) repeat-x;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ffc70f;
}
#container {
	width: 900px;
/*	height: 675px;*/
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #000;
	border-top:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}
.header {
	background:#000;
	float: left;
	width: 713px;
	height: 132px;
}
.left_col {
	width: 713px;
	float: left;
}

#main_top {
	background-image: url(images/Top_Grad_Home.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 713px;
	margin: 0px;
	padding: 0px;
/*	height: 543px;*/
}
#main_wildland {
	background-image: url(images/Wildland_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#main_right {
	background-image: url(images/RightGrad_Home.jpg);
	background-repeat: repeat-y;
	background-position: right;
/*	height: 543px;*/
}
#main_right_new {
	background-color: #D14927;
	background-image: url(images/RightGrad_Home.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 900px;
	margin-right: auto;
	position: relative;
	margin-left: auto;
	display: block;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#main_corner {
	background-image: url(images/CornerGrad.jpg);
	background-repeat: no-repeat;
	background-position: right top;
/*	height: 543px;*/
	padding-left: 30px;
}
.home_intro {
	width: 440px;
	padding-top: 15px;
	padding-bottom: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	float: left;
	position: relative;
	color: #FFFFFF;
}
.twitter {
	float: right;
	position: relative;
	margin:0;
	padding:0;
	width: 206px;
	height: 83px;
	background: url(images/Social_Bg.jpg) no-repeat top;
}
#new_content {
	width: 626px;
	position: relative;
	float: left;
}

img.twitter {
	margin:0;
	padding:0;
}
.cleaner {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.home_gfx {
	float: left;
}
.bottom_nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	list-style-type: none;
	display:inline;
}
.bottom_nav {
	width: 713px;
	padding-left: 15px;
}
.table_nav {
	display:table;
	margin: 0 auto;
}
#content {
	width: 713px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}
#right_gutter img {
	margin: 0px;
	padding: 0px;
	height: 675px;
}
#right_gutter {
	width: 187px;
	padding: 0px;
	margin: 0px;
	height: 675px;
	float: left;
}
.nav {
	background-color: #000000;
	padding-right: 24px;
	padding-left: 24px;
	top: 100px;
	height: 65px;
}
.nav_item {
	position: relative;
	top: -50px;
	margin-right: 10px;
}
.nav_active {
	margin-right: 10px;
}
.nav_last {
	position: relative;
	top: -50px;
}

#newsroom_box {
	height: 200px;
	width: 273px;
	float: left;
	position:relative;
	background: url(images/NewsRoom_Content.jpg) bottom right no-repeat;
	overflow:hidden;
}

.add_this {
	height: 28px;
	width: 206px;
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.float_left {
	float: left;
}

/*TWITTER SETTINGS*/
#twitter_box {
	background: url(images/Twitter_2_Content-taller.jpg) no-repeat bottom;
	height: 200px;
	width: 391px;
	float: left;
}

#twitter_div {
	padding-top: 40px;
}

ul#twitter_update_list { 
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 30px 0 10px;
}

ul#twitter_update_list li { 
	color:#F4DA3B;
	padding: 1em 5px 0;
	font-weight: bold;
}

ul#twitter_update_list li a { 
	color:#FFFFFF;
	text-decoration:none;
}



/* TEMPORARY TROUBLESHOOTING CSS
div {border:1px solid white;}
img {background:yellow;} */