/*--------------------------------------------------GLOBAL RESETS AND SETUP--*/
html, body, form, fieldset {margin: 0; padding: 0; font: 100%/120% Arial;}
h1, h2, h3, h4, h5, h6, blockquote {color: #fff; margin: 0; padding: 0; font-weight: normal; font-family: Georgia, "Times New Roman", Times;}
p {margin: 0 0 20px; padding: 0;}
img, a {border: 0;}
ul {list-style-type: none; padding:0;	margin:0;}
li {list-style-type: none; padding:0;	margin:0;}

/*--------------------------------------------------TAG STYLES--*/

body {
	word-spacing: 2px;
	line-height: 1.4em;
	color: #888;
	background: #121212 url("../images/body_bg.jpg") top center no-repeat;
}

a {color: #fec885; text-decoration: none;}
a:hover {text-decoration: underline;}

h2 {
	margin: 0 0 10px;
	font-size: 1.3em;
	letter-spacing: 0.5px;
}

h4 {
	margin: 5px 0;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #212121;
}

p {
	font-size: 0.9em;
}

img.thumb {
	float: left;
	margin: 0 15px 5px 0;
	padding: 1px;
	background: #000;
	border: #353535 solid 1px;
}

blockquote {
	font-family: Georgia, Times;
	padding: 0 40px;
	width: 900px;
	color: #575757;
	font-style: italic;
	text-align: center;
}

img.aligned_left {
	float: left;
	margin: 0 10px 10px 0;
}

strong {
	display: block;
	color: #575757;
	font-style: italic;
}

/*------------------------------------------PRIMARY CONTAINERS--*/

#primary_content, #header_content, #footer_content {
	margin: 0 auto;
}

#header {
	padding: 15px 0 0;
	border-bottom: #000 solid 1px;
	overflow: hidden;
}

#header_content {
	position: relative;
	width: 980px;
	height: 115px;
}

#top_nav {
	position: absolute;
	top: 25px;
	right: 0;
}

#top_nav li {
	float: left;
	margin-right: 40px;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
}

#top_nav a {
	color: #999;
}

#top_nav a:hover {
	color: #fff;
}

#top_nav a:hover, #secondary_nav a:hover {text-decoration: none;}

#secondary_nav {
	position: absolute;
	left: 0;
	bottom: -3px;
}

#secondary_nav li {
	float: left;
	margin: 0 3px 0 0;
	padding: 5px 10px 7px;
	font-size: 0.8em;
	background: #ddd url("../images/tab_bg.jpg") top left repeat-x;
	border: #fff solid 1px;
	border-bottom: 0;
	cursor: pointer;
}

#secondary_nav li, #secondary_nav a {
	color: #353535;
}

#secondary_nav li.hover_bg {background: #bbb;}

#container {
	background: #212121;
	border-top: #353535 solid 1px;
	border-bottom: #353535 solid 1px;
	overflow: hidden;
}

#primary_content {
	padding: 40px 1px;
	width: 978px;
}

#three_columns, #two_columns {
	overflow: hidden;
}

#three_columns li, #two_columns li {
	float: left;
	margin-right: 60px;
}

#three_columns li {
	width: 260px;
}

#two_columns li {
	width: 346px;
}

#two_columns li.wide {
	width: 572px !important;
}

#testimonials {
	margin: 0 auto;
	padding: 40px 0;
	width: 980px;
	height: 220px;
}

#footer {
	margin: 0;
	padding: 40px 0;
	height: 200px;
}

#footer_content {
	text-align: center;
	font-size: 0.8em;
	color: #555;
}

#slideshow {
	float: left;
	margin: 0 20px 20px 0;
	width: 400px;
	height: 267px;
	overflow: hidden;
}

/*--------------------------------------------------CONTAINER CLASSES--*/

div.section {
	margin: 0 0 40px;
	overflow: hidden;
}

ul.simple_list, #banner ul.simple_list {
	margin: 0 !important;
	padding: 0 !important;
}

ul.simple_list li, #banner ul.simple_list li {
	list-style-type: square !important;
	float: none;
	padding: 0 !important;
	margin: 0 0 0 15px !important;
	width: auto;
	height: auto;
	font-size: 0.8em;
	background: transparent !important;
	border: 0;
}

ul.simple_list a {color: #9f6721;}
ul.simple_list a:hover {text-decoration: underline;}

.title {font-size: 1.1em !important;}
.posted {font-size: 0.9em; color: #555;}

/*--------------------------------------------------UTILITY STYLES--*/
.bold {font-weight: bold !important;}
.underlined {text-decoration: underline; font-size: 1.1em;}
.italic {font-style: italic;}
.no_margin {margin: 0 !important;}
.no_right_border {border: 0 !important;}
.dark {color: #555 !important;}
.less_ten {font-size: 0.9em !important;}