
/***************************************************************** 

	Structure
	
*****************************************************************/

body {
	margin: 0px;
	padding: 0px;
	color: #454545;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #756544;
	background-image: url(/img/background_wheat.png);
	background-position: center top;
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 900px;
}

#container {
	float: left;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	width: 900px;
}

#header {
	margin: 28px 0px;
	padding: 0px 10px 0px 25px;
}

#nav {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #93856F;
	border-bottom: 2px solid #ACA291;
	padding: 5px 6px;
	min-height: 20px;
}

#main {
	background-color: #F5F5F5;
	min-height: 300px;
	padding: 20px;
}

body #center {
	margin: 0px;
	padding: 0px;
}

body.sidebar_left #center {
	margin: 0px 15px 0px 250px;
}

body.sidebar_right #center {
	margin: 0px 250px 0px 15px;
}

body.sidebars #center,
#footer_center {
	margin: 0px 250px 0px 250px;
}

#sidebar_left,
#footer_left {
	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px;
}

#sidebar_right,
#footer_right {
	float: right;
	width: 220px;
	margin: 0px;
	padding: 0px;
}

.block {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#footer_background {
	position: absolute;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 211px;
	border-top: 2px solid #C1B29A;
	background-color: #453E26;
	moz-opacity: .30; 
	filter: alpha(opacity=30); 
	opacity: .30;
}

#footer {
	border-top: 2px solid #9BB3C7;
	background-color: #6D8191;
	background-image: url(/img/footer_background.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 20px;
	min-height: 100px;
	color: #FFF;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }


/***************************************************************** 

	Navigation
	
*****************************************************************/

#header_nav {
	float: right;
	margin: -28px 0px 0px 0px;
	padding: 0px;
}

#header_nav li {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: disc;
	display: inline;
	color: #6D8191;
}

#header_nav li a {
	color: #6D8191;
	text-transform: uppercase;
	text-decoration: none;
}

#header_nav li a:hover {
	text-decoration: underline;
}

/*************** Social ***************/

#social_icons {
	float: left;
	margin: 0px;
	padding: 0px;
}

#social_icons li {
	display: inline;
	list-style-type: none;
	margin: 0px 2px 0px 0px;
	padding: 0px;
}

/*************** Primary ***************/


#primary_nav {
	text-align: right;
	margin: 4px -6px 0px 0px;
	padding: 0px;
}

#primary_nav li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px;
	padding: 0px;
}

#primary_nav li a {
	font-size: 13px;
	font-weight: normal;
	color: #EFEFEF;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 7px 12px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#primary_nav li a:hover,
#primary_nav li a.active {
	background-color: #ACA291;
	color: #FFF;
}

/*************** Secondary ***************/


#secondary_nav {
	margin: 0px;
	padding: 7px 6px 5px 6px;
	background-color: #ACA291;
	border-bottom: 2px solid #93856F;
	min-height: 16px;
}

#secondary_nav li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#secondary_nav li a {
	font-size: 13px;
	font-weight: normal;
	color: #EFEFEF;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 7px 10px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#secondary_nav li a:hover,
#secondary_nav li a.active {
	background-color: #93856F;
	color: #FFF;
}


/***************************************************************** 

	Styles
	
*****************************************************************/

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #657F92;
}

h1, .h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 7px 0px;
}

h2, .h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

p {
	color: #454545;
	line-height: 1.45em;
	margin: 2px 0px 15px 0px;
}

p img {
	float:right;
	margin:0 0 10px 15px;
}

a {
	color: #6C8091;
	border: 0px;
}

a:hover {
	color: #8E9DAA;
}

form {
	margin: 0px;
	padding: 0px;
}

ul, ol {
	margin: 0px 0px 20px 30px;
	padding: 0px;
}

ul li, ol li {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	line-height:1.45em;
}

.button {
	border: 1px solid #B4A691;
	background-color: #93856F;
	margin: 0px;
	padding: 4px 7px;
	color: #EFEFEF;
	font-size: 11px;
	text-decoration: none;
}

.button:hover {
	color: #EFEFEF;
	background-color: #9E917D;
}

.button-newsletter {
	padding: 2px 7px!important;
}

#sidebar_left hr,
#sidebar_right hr {
	border: 0px;
	border-bottom: 1px solid #CAD2D7;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

.sub_heading {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
	color: #6D8191;
	display: block;
}

#footer .sub_heading {
	color: #EFEFEF;
	padding: 0px 0px 10px 0px;
}

.sub_heading.line {
	border-bottom: 1px solid #CAD2D7;
}

.section_link {
	float: right;
	margin: 1px 0px 0px 0px;
	padding: 0px;
}

.section_link a {
	font-size: 12px;
	color: #998C79;
	margin: 0px;
	padding: 0px 9px 0px 0px;
	background-image: url(/img/arrow_small_tan.png);
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: none;
}

.section_link a:hover {
	text-decoration: underline;
}

.float-left { float: left; }
.float-right { float: right; }

#text-date {
	font-size: 10px;
	line-height: 1.20em;
	color: #666;
	margin: 2px 0px 5px 0px;
	padding: 0px;
}

/*****************************************************************

Table Styles

*****************************************************************/

table {
	border: 0px;
	padding: 4px;
	background-color: #EFEFEF;
}

tr, td, th {
	border: 1px dotted #657F92;
	padding: 3px 5px;
}

tbody {
	border: 0px;
}

/***************************************************************** 

	Image Styles
	
*****************************************************************/

.home_image {
	position: relative;
}

.home_image .title {
	position: absolute;
	top: 165px;
	left: 0px;
	margin: 0px;
	padding: 20px 20px 16px 180px;
	background-image: url(/img/home_image_text_background.png);
	font-size: 36px;
	line-height: 1em;
	color: #EFEFEF;
	text-transform: uppercase;
}

.img_border {
	margin: 0px 0px 10px 20px;
	padding: 5px;
	background-color: #ACA291;
	float: right;
	width: 250px;
}

.img_border img {
	border: 1px solid #D0C7B5;
}

.img_border p {
	margin: 7px 5px 0px 5px;
	padding: 0px;
	color: #EFEFEF;
	font-size: 10px;
}




/***************************************************************** 

	Teaser Styles
	
*****************************************************************/

.teaser {
	width: 220px;
	float: left;
	border-bottom: 1px solid #CAD2D7;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
}

.teaser .photo {
	float: left;
	width: 75px;
	margin: 0px 15px 0px 7px;
	padding: 0px;
}

.teaser .photo .crop {
	width: 75px;
	height: 75px;
	display: block;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.teaser .desc {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 120px;
}

.teaser .desc .title {
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

.teaser .desc .title a {
	text-decoration: none;
}

.teaser .desc .title a:hover {
	text-decoration: underline;
}

.teaser .desc p {
	font-size: 10px;
	line-height: 1.20em;
	color: #666;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

.teaser .desc p a {
	font-weight: bold;
	text-decoration: none;
}

.teaser .desc p a:hover {
	text-decoration: underline;
}

/*************** Feautred Photo & Video ***************/

#featured .title {
	display: block;
	background-color: #6B8495;
	margin: 0px;
	padding: 8px 9px;
	color: #EFEFEF;
	line-height: 1em;
}





/***************************************************************** 

	Footer & Fineprint Styles
	
*****************************************************************/

#footer_links {
	margin: 0px;
	padding: 0px;
}

#footer_links.right {
	float: right;
}

#footer_links li {
	display: inline-block;
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 100px;
}

#footer_links a {
	color: #A5B8CA;
}

#footer_links a:hover {
	color: #B6CBDF;
}

.rounded_box {
	position: relative;
	background-image: url(/img/footer_box_background.png);
	margin: 0px;
	padding: 11px 12px;
	height: 96px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.rounded_box p {
	color: #EFEFEF;
	font-size: 10px;
	line-height: 1.25em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.rounded_box .button {
	position: absolute;
	bottom: 7px;
	right: 7px;
}

.rounded_box .input {
	margin: 1px 1px 7px 1px;
	padding: 2px 2px;
	background-color: #FFF;	
	border: 0px;
	color: #666;
	width: 195px;
}

/*************** Fineprint ***************/

#fineprint {
	font-size: 12px;
	margin: 0px;
	padding: 8px;
	color: #CEBB9F;
}

#fineprint a {
	color: #CEBB9F;
}

#fineprint a:hover {
	color: #E0CDB1;
}

#fineprint_left {
	margin: 0px;
	padding: 0px;
}

#fineprint_left li {
	margin: 0px 8px 0px 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#fineprint_right {
	float: right;
}


