@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background:url(../images/slice_general.jpg) repeat-x #FFF;
	font-size:13px;
	line-height:22px;
	color:#29231b;
	margin-left:-10px;
}
.disclosures {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:oblique;
	line-height:18px;
	color:#29231b;
	border-top:thin dashed #fff;
}
#toplinks {
	clear:both;
	color:#676767;
	font-family:Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	width: 186px;
	height: 42px;
	float:right;
	text-align:right;
	margin: 10px 0px 0px 0;
	padding-right: 10px;
}

/* 
	Header / Orientation
*/

#header {
	width:980px;
	position:absolute;
	top:0px;
	left:0px;
}
ul#main_menu {
	position:absolute;
	width: 800px;
	left:40px;
	top:28px;
	margin:0px;
	padding:0px;
}
ul#main_menu li {
	margin:0px; padding:0px;
	list-style:none;
	display:inline;
}
ul#main_menu li a {
	margin-left:20px;
	margin-right: 20px;
	text-decoration:none;
	color:#a29b76;
	font-size:16px;
	font-family:"News Gothic MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul#main_menu li a:hover, ul#main_menu li a.active { color:#fff; }
#orientation_holder {padding-top:78px;}
#orientation_banner {
	background-repeat: no-repeat;	
	width:980px;
	height:168px;
	position:relative;
}
#buttons {
	width: 300px;
	margin-right: 100px;
	float: right;
	}
#navigation {
	background-image:url(../images/nav_banner.gif);
	background-repeat: repeat-x;	
	width:980px;
	height:100px;
	position:relative;
}

/*
	Content
*/

.content {
	margin-left:56px;
	width:924px;
}

#right_column {
	width:570px;
	margin-top:90px;
	float:right
	_float:right;
	min-height:200px;
}

a h2, h2 {
	font-family:"News Gothic MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:22px;
	color:#de121b;
	margin-top:0px;
	margin-bottom:6px;
	line-height:28px;
	text-decoration:none;
}
span.post_details {
	font-size:9px;
	font-family:Verdana,  Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#589a34;
}
div.post {
	margin-bottom:40px;
	z-index:100;
}
div.text {
	margin-top:0px;
}


/* 
	Categories
*/
#left_column {
	background-color:#6c654d;
	width:205px;
	float:left;
	margin-right:40px;
	margin-top:-20px;	
}
#left_column ul li {
	background-image: url(../images/bullet.gif);
	background-position: 0px center;
	background-repeat: no-repeat;
	margin-left:-20px;
	line-height: 22px;
	list-style:none;
}
#left_column ul li a {
	text-decoration:none;
	color:#fff;
	font-size:12px;
	font-weight: bold;
	font-family:"News Gothic MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 15px;
}
#left_column ul li a:hover {
	color:#d1c898; 
	text-decoration:none;
}
#left_column_rounded{
	background-image: url(../images/rounded.gif);
	background-repeat: no-repeat;
	height: 13px;
}
/*
	General Styles
*/

p { margin:0px; margin-bottom:20px; }
a { text-decoration:underline; color:#de121b; outline: none;}
a:hover { text-decoration:none;}
h3 {
	font-size:14px;
	color: #de121b;
}

/* 
	Footer
*/

#footer {
	width:100%;
	height:10px;
	position:relative;
}
#footer p{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #de121b;
}

/* 
	Form
*/

.form {
	background-color: #6c654d;	
	text-decoration:none;
	color:#fff;
	font-size:11px;
	font-family:"News Gothic MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: none;
}
.form a {
	text-decoration:none;
	color:#fff;
	border: none;
}

	