/*
	screen_all.css
	Core CSS for on-screen display
	
	see screen_ie6.css for MSIE 6 and earlier browsers.
	see screen_ie7.css for MSIE 7.
*/

body {
	margin:0;
	padding:0;
	font-size:10px;
	font-family:Helvetica,Arial,sans-serif;
	background:#867d70;
	color:#000;
	}
div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0; }
a,.pseudolink {
	color:#009;
	text-decoration:none;
	}
a:visited {
	color:#306;
	}
a:hover,.pseudolink:hover {
	color:#fff;
	}
a:active,.pseudolink:active {
	color:#9c3;
	}
.pseudolink { cursor:pointer; }
/* page header */
#header {
	width:100%;
	height:112px;
	background:url('../images/header_bg.jpg') center 0 no-repeat;
	overflow:visible;
	z-index:3;
	}
#header .container {
	position:absolute;
	top:48px;
	width:100%;/* 1156px max-width */
	height:64px;
	background:url('../images/menu_bg.gif') center 0 repeat-y;
	overflow:visible;
	}
#nav {
	width:950px;
	margin:0 auto;
	height:64px;
	}
#header_logo {
	position:absolute;
	left:5px;
	top:4px;
	}
#nav ul {
	position:absolute;
	right:10px;
	top:38px;
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
#nav li {
	float:left;
	position:relative;
	margin:0;
	text-transform:uppercase;
	font-size:1.1em;
	}
#nav li a {
	display:block;
	padding:2px 7px 15px 9px;
	background:url('../images/header_nav_li_bg.gif') left 3px no-repeat;
	}
#nav li:first-child a,#nav li.first-child a {
	background:none;
	}
#nav li a,#nav li a:visited {
	color:#8ec331;
	}
#nav li a:hover {
	color:#867d70;
	}
#nav li a:active {
	color:#fff;
	}
#nav li ul {
	display:none;
	width:140px;
	top:26px;
	left:0;
	}
#nav li:hover ul,#nav li.hover ul {
	display:block;
	}
#nav li ul li {
	background:#463d32;
	width:140px;
	float:none;
	text-transform:none;
	font-size:1.1em;
	}
#nav li ul li a,#nav li ul li:first-child a,#nav li:first-child ul li a,#nav li:first-child ul li:first-child a {
	width:115px;
	padding:6px 5px 7px 20px;
	margin:0;
	background:url('../images/nav_sub_bullet.gif') 10px 8px no-repeat;
	}
#nav li ul li a,#nav li ul li a:visited {
	color:#c6bcae;
	}
#nav li ul li a:hover {
	color:#fff;
	}
#nav li ul li a:active {
	color:#9c3;
	}
/* content area */
#content {
	width:950px;
	margin:26px auto 0;
	padding:0;
	z-index:2;
	}
/* left nav - subpages only */
#left {
	width:220px;
	margin:0 0 0 14px;
	padding:12px 0 0 0;
	list-style:none;
	float:left;
	}
#left ul {
	list-style:none;
	width:220px;
	margin:0;
	padding:0;
	}
#left li {
	width:220px;
	margin:0;
	}
#left li a {
	display:block;
	width:220px;
	padding:0 0 6px 0;
	font-size:1.2em;
	text-transform:uppercase;
	}
#left ul li a {
	width:202px;
	padding:6px 0 6px 18px;
	text-transform:none;
	background:url('../images/left_li_bg.gif') 8px 7px no-repeat;
	}
#left ul li li a {
	width:188px;
	padding:6px 0 6px 32px;
	background:url('../images/left_li_bg.gif') 22px 7px no-repeat;
	}
#left li a,#left li a:visited {
	color:#c6bcae;
	}
#left li a:hover {
	color:#fff;
	}
#left li a:active {
	color:#9c3;
	}
#left li.current_page_item>a {
	color:#fff;
	}
#left ul li ul {
	display:none;
	}
#left ul li.current_page_item ul,#left ul li.current_page_ancestor ul {
	display:block;
	}
/* text area - subpages only */
#text {
	width:702px;
	margin:0 0 0 14px;
	float:left;
	font-size:1.2em;
	line-height:1.5em;
	}
#text h2 {
	margin:0 0 1em;
	font-size:1.3em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	}
#text_splash {
	display:block;
	margin:0 0 19px 0;
	border:solid #c5bdb2 1px;
	}
#text p {
	margin:0 0 1em;
	clear:left;
	}
#text .alignleft,#text .left {
	display:block;
	float:left;
	margin:0 5px 3px 0;
	}
#text .alignright,#text .right {
	display:block;
	float:right;
	margin:0 0 3px 5px;
	}
/* contact form */
#text div.wpcf7-response-output {
	font-weight:bold;
	border:0;
	margin:0;
	padding:0;
	font-size:1.2em;
	}
#text div.wpcf7-validation-errors,#text div.wpcf7-mail-sent-ng {
	border:none;
	padding:0;
	color:#600;
	}
#text div.wpcf7-validation-errors,#text div.wpcf7-spam-blocked {
	color:#530;
	}
#text span.wpcf7-not-valid-tip-no-ajax {
	color:#600;
	}
#text div.wpcf7-mail-sent-ok {
	border:none;
	padding:0;
	color:#060;
	}
/* gallery stuff (uses the Lightbox Gallery plugin) */
.gallery {
	width:702px;
	}
#text .gallery-item {
	width:217px;
	margin:0 14px 12px 0;
	}
.gallery img {
	display:block;
	border:solid #c5bdb2 1px;
	}
.gallery img:hover,.gallery img.hover {
	border:solid #fff 1px;
	}
#sidebar {
	width:100px;
	padding:0 0 0 25px;
	float:left;
	}
/* footer */
#footer {
	width:950px;
	margin:0 auto 20px;
	padding:5px 0 4px;
	text-align:center;
	background:#675e50;
	z-index:1;
	color:#c5bdb2;
	}
#footer p {
	margin:0;
	}
.footer-spacing { margin: 0 1em; }
#footer a,#footer a:visited {
	color:#c5bdb2;
	}
#footer a:hover {
	color:#c5bdb2;
	text-decoration:underline;
	}
#footer a:active {
	color:#fff;
	}
/* homepage exemptions */
#home #header {
	width:100%;
	height:529px;
	background:url('../images/home_header_bg.jpg') center 0 no-repeat;
	}
#home #header .container {
	top:156px;
	}
#home #text {
	width:230px;
	margin:0;
	}
#home #text h2 {
	text-transform:none;
	}
#home #right {
	width:720px;
	margin:0;
	float:left;
	}
#home #right .textwidget {
	width:230px;
	margin:0 0 0 10px;
	background:#000;
	color:#c5bdb2;
	float:left;
	}
#home .textwidget a {
	display:block;
	width:220px;
	margin:0;
	padding:0 4px 4px;
	}
#home .textwidget img {
	margin:0 -4px 4px;
	display:block;
	}
#home .textwidget a,#home .textwidget a:visited {
	color:#c5bdb2;
	border:solid #c5bdb2 1px;
	}
#home .textwidget a:hover {
	color:#fff;
	border:solid #fff 1px;
	}

/* general exemptions */
.small { font-size:0.8em; }
.spoken { display:none; }
* .nofloat { float:none; }
* .clearall {
	clear:both;
	float:none;
	display:block;
	}
* .ca {
	clear:both;
	float:none;
	font-size:0.1px;
	line-height:0.1px;
	display:block;
	width:1px;
	margin-left:-1px;
	overflow:hidden;
	}

/* EOF */
