* {
	margin:0;
	padding:0;
}
HTML { height: 100%; }
body {
	height:100%;
	background:#ededed url('images/watermark.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	background-attachment:fixed;
	text-align:left;
	font-family: Trebuchet MS, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

H1 { font-weight:normal; }

STRONG { font-weight:normal; }

/***
* HEADER / NAVIGATION STUFF
***/
#head {
	background:url('images/bg_long_2.jpg') 0 0 repeat-x;
}
#header {
	width:800px;
	height:73px;
	margin:auto;
	margin-bottom:10px;
}
.navigation {
	float:right;
	list-style:none;
	margin-top:12px;
}
.navigation li {
	font-family: Trebuchet MS, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:inline;
	margin:8px;
}
.navigation li a:link { color:#DDD; text-decoration:none; }
.navigation li a:visited { color:#DDD; text-decoration:none; }
.navigation li a:active { color:#DDD; text-decoration:none; }
.navigation li a:hover { color:#FFF; }

#flash {
	margin:0px auto 0px auto;
	width:800px;
	height:225px;
	background-image:url('images/flash_right_corner.gif');
	background-position: bottom right;
	background-repeat:no-repeat;
}

/***
* SUB NAVIGATION
***/
.sub-nav {
	list-style:none;
	text-align:left;
	margin-left:15px;
}
.sub-nav li{
	margin:5px;
}

.sub-nav li a { padding-left:20px; }
.sub-nav li a:link { color:#000;text-decoration:none;font-weight:bold;}
.sub-nav li a:visited { color:#000;text-decoration:none;font-weight:bold;}
.sub-nav li a:active {color:#000;text-decoration:none;font-weight:bold;}
.sub-nav li a:hover { background:url('images/snav-arrow.gif') 0 4px no-repeat; }





/***
* CONTENT / COLS
***/
#content {
	margin:auto;
	width:800px;
	
}
#left-col {
	float:left;
	margin-top:10px;
	width:565px;
}

#right-col {
	float:right;
	width:225px;
	background:#dfdfdf url('images/right-col-bottom.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0px 0 10px 0;
	text-align:center;
}
#right-col p {
	padding:0 15px;
}

.greenText {
	color:#006b00;
}
#directions {
	width:538px;
	height:275px;
	border:1px solid #ccc;
	margin:5px 10px 20px 1px;
}

.pressLink {
	margin:10px;
}
.pressLink a:hover { text-decoration:none; }

#colorPicker { width:210px; margin:0 0 0 4px; }
/***
* FEATURED BOX STYLES
***/
.box{
	float:left;
	margin: 0 15px 15px 0;
	width:265px;
}
.box-bg{
	background:url('images/fbox_bg.gif') 0 0 repeat-y;
	min-height:104px;
}
.box-bg p { margin:0 10px; }
.box-top {
	height:11px;
	margin:0;
	padding:0;
}
.box-bot {
	height:11px;
	margin:0;
	padding:0;
}
.box-pic {
	float:left;
	height:102px;
	width:102px;
	background-color:#fff;
	margin:1px 13px 1px 13px;
	_margin:1px 7px 1px 7px;
}


/***
* LARGE TEXT BOX
***/
.bbox-top {	height:11px; }
.bbox-bg{
	background-image:url('images/bbox_bg.gif');
	background-repeat:repeat-y;
}
.bbox-bot{ clear:both; height:11px; }

.paragraph {
	padding-left:10px;
	padding-bottom:15px;
	padding-right:30px;
}
.nopadbot { padding-bottom:0; }
.pExample {
	float:left;
	margin:10px;
	text-align:center;
}
.pExample span{
	font-size:11px;
	font-weight:bolder;
	margin-top:3px;
}
.pExample a:link { font-weight:bolder;color:#000;text-decoration:none }
.pExample a:visited { font-weight:bolder;color:#000;text-decoration:none; }
.pExample a:active { font-weight:bolder;color:#000;text-decoration:none; }
.pExample a:hover { font-weight:bolder;color:#000;text-decoration:underline; }

.options-list {
	list-style:square;
	margin-left:25px;
}

/***
* FOOTER STYLES
***/
#footer {
	clear:both;
	width:800px;
	margin:auto;
	padding:25px 0 10px 0;
	font-size:10px;
	color:#8c8c8c;
}
#footer a:link {
	color:#8c8c8c;
	text-decoration:none;
}
#footer a:visited {
	color:#8c8c8c;
	text-decoration:none;
}
#footer a:active {
	color:#8c8c8c;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
}

/***
* ARTICLE TAGS
***/
.title {
	font-size:15px;
	color:#006b33;
	text-align:left;
	padding-left:15px;
	line-height:16px;
}
.title a:link, .title a:visited, .title a:active, .title a:hover {
	color:#006B33;
	text-decoration:none; 
}
.date{
	color:#FF5906;
	text-align:left;
	padding-left:15px;
}

/***
* CHANGE ENTIRE ELEMENTS
***/
IMG { border:0; }
SELECT {
	font-size:10px;
}
p {
	text-align:left;
	line-height:19px;
}
p a:link { color:#FF5906; text-decoration:none; }
p a:visited { color:#FF5906; text-decoration:none; }
p a:active { color:#FF5906; text-decoration:none; }
p a:hover { text-decoration:underline; }

H2 {
	color:#006B33;
	font-family: Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:20px;
	margin:20px 0 5px 15px;
	text-align:left;
}

H3 {
	display:inline;
	font-weight:normal;
	font-size:11px;
}

a:link, a:active, a:visited {
	color:#006B33;
	text-decoration:none;
}
a:hover { text-decoration:underline; }


/***
* SITEMAP
***/
.sitemap-main {
	list-style:square;padding-left:35px;
	line-height:19px;
}
.sitemap-sub {
	list-style:square;padding-left:15px;
}


/***
* FORM ELEMENTS
***/
INPUT, TEXTAREA {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
	width:85%;
	background-color:#dedede;
	color:#000;
	float:left;
}
TEXTAREA{ height:125px; }
.submitbtn{
	float:none;
	padding:0;
	height:26px;
	width:94px;
	background-color:transparent;
	border:0px;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #aaa;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #f00;
	color : #000;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #aaa;
	color : #000;
}

.validation-advice {
	float:left;
	background-image:url('images/stop.gif');
	width:16px;
	height:16px;
	margin: 0 0 0 5px;
	font-size:0px;
}

.custom-advice {
	float:left;
	background:#000 url('images/stop.gif');
	width:18px;
	height:18px;
	margin: 0 0 0 5px;
	font-size:0px;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding:5px 5px 5px 15px;
}

.field-label {
	width:40%;
}

.field-widget {

}
.f-check {
	margin-right:10px;
	width:auto;
	background-color:#fff;
}

/***
* LIGHTBOX
***/
#lightbox{
	position: absolute;
	left: 0;
	width:100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat;}
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat;}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	overflow: auto;
	width: 100%;

	}

#imageData{	padding:0 5px 0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ float: right; margin-bottom:5px;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}