/* This site runs like Clockwork (http://www.clockwork.net/). */ 

/* Override Styles */  
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, em, font, img, ins, kbd, q, s, samp,
small, strong, sub, sup, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-spacing: 0;
}
   
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
/* End Override Styles */ 


/* General Styles */
a:link {
	color: #b88703;
	text-decoration:underline;
}

a:visited {
	color:#333;
}

a:hover {
	color: #6a3704;
	text-decoration:none;
}
             
a:hover, a:active {
	color:#333;
}

blockquote { 
	color: #333; 
}
   
.message {     
	color: #b91418;    
	font-weight: normal;
}

a.clockwork:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}

a.clockwork:visited {
	color: #fff;
	text-decoration: underline;
}

a.clockwork:hover {
	color: #FFCC00;
	text-decoration: underline;
}

a.clockwork:active {
	color: #FFCC00;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

p {
	margin: 0 0 .9em 0;
	line-height: 1.2;
}

strong,
b {
	font-weight: bold;
}

em,
i {
	font-style: italic;
}

.right img {
	margin: 0 0 10px 10px;
}

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

h1 {
	font-size: 3em;
	margin-bottom: .3em;
	padding-bottom: .2em;
	border-bottom: 1px solid #e0c347;	
}
	
h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 1.3em 0 .8em 0;
}

h3 {
	font-weight: bold;
	margin: 1.3em 0 .8em 0;
}
	
ol, ul {
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 1em;
	line-height: 1.2;
}

blockquote {
	margin: 1em 1.5em;
	line-height: 1.2;
}

table {
}
/* End General Styles */


/* Layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68.75%;
	background: #859f30 url(../images/bg_greenparchment.jpg) no-repeat top center;	
}

#page {
	width: 839px;
	margin: 0 auto;
	padding: 3.4em 0;
}

#page #main_content_area {
	width: 839px;
	background: #fee593 url(../images/faux_columns.gif) repeat-y top left;
	border-top: 4px solid #b28900;
	border-left: 1px solid #b28900;
	border-right: 1px solid #b28900;
}

#header {
	position: absolute;
	width: 227px;
	height: 226px;
	padding-top: 4px;
	padding-left: 1px;
}

#content {
	position: relative;
	float: left;
	width: 612px;
	margin-left: 227px;
}

#content .content {
	zoom: 1; /* hasLayout=true */
	width: 570px;
	overflow: hidden;
	clear: both;
	background: #fee593 url(../images/bg_contentarea.jpg) no-repeat top right;
	padding: 10px 21px 35px 21px;
}

#left_col {
	position: relative;
	float: left;
	width: 227px;
	min-height: 189px; /* so background is visible even when there are only a couple of nav items */
	margin: 227px 0 0 -839px;
	background: #462202 url(../images/sb_sidemenubg.jpg) no-repeat top left;
	border-top: 3px solid #f4e38f;
	color: #fff;
}

#left_col .content {
	padding: 10px 20px 20px 15px;
}

#utility_nav {
	position: absolute;
	top: 0;
	width: 839px;
}

#footer {
	width: 839px;
	background: #b48203 url(../images/bg_footer.jpg) repeat-x top left;
	border-left: 1px solid #b28900;
	border-right: 1px solid #b28900;
}

#footer .content {
	padding: 10px 5px;
}
/* Layout End */


/* Header */
h1#logo {
	border: none;
}

#logo a {
	display: block;
	width: 227px;
	height: 226px;
	background: #f5c557 url(../images/logo.jpg) no-repeat top left;
	text-indent: -9999px;
}
/* Header End */


/* Content */
#content  {
	color: #462101;
}

#content .content {
	font-size: 1.1em;
}

#content .content img {
	border: 1px solid #462202;
}
/* Content End */


/* Global nav */
#main_nav {
	width: 192px;
	overflow: hidden;
	font-size: 1.2em;
}

#main_nav a {
	display: block;
	font-weight: bold;
	color: #dbdd88;
	text-decoration: none;
	padding: .6em  1em .6em .8em;
	border-bottom: 1px solid;
}

#main_nav a:hover {
	background: transparent url(../images/sb_rollover.gif) center left no-repeat;
}

#main_nav ul {
	list-style-type: none;
	margin: 0 0 50px 0;
}

#main_nav li li {
	padding: 0 0 0 .7em;
}

#main_nav li ul {
	margin: .4em 0;
}

#main_nav li li a {
	padding: .4em 1em;
	border: none;
	font-size: .9em;
	font-weight: normal;
}

#main_nav li li a:hover {
	background: none;
	color: #fff;
}


/* sticky nav */
#main_nav li ul {
	display: none;
}

#main_nav li.current ul {
	display: block;
}
/* sticky nav End */


/* Global nav End */


/* Utility nav */
#utility {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#utility_nav ul {
	list-style-type: none;
	float: right;
	margin: 1.9em 0 0 0;
	text-align: left;
}

#utility_nav li {
	display: inline;
	padding: 0 0 0 1.2em;
}

#utility_nav a {
	font-size: 1.1em;
	color: #cecd19;
	font-style: italic;
	text-decoration: none;
}

#utility_nav a:hover {
	color: #fff;
}
/* Utility nav End */


/* Innerfade */
body.home .innerfade {
	width: 611px;
	height: 226px;
	overflow: hidden;
	border-bottom: 1px solid #462202;
}

body.internal #content .innerfade {
	width: 568px;
	height: 257px;
	margin: 1em 0;
	overflow: hidden;
	border: 1px solid #462202;
}

body.internal #content .innerfade img {
	border: none;
}

.innerfade span {
	display: block;
}
/* Innerfade End */


/* Imagelinks */
body.home .image_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin: 2px 0 0 1px;
}

body.home .image_links .area {
	float: left;
	width: 203px;
	height: 185px;
	border-top: 1px solid #fee593;
}

body.home .image_links div.image_link_component {
	margin: 0;
}

body.home .image_links .caption_credit {
	padding: 0;
}

body.home .image_links .center {
	margin: 0 1px;
}

body.home .image_links .caption {
	color: #dbdd88;
	font-size: .9em;
	font-style: italic;
	text-transform: uppercase;
	width: 193px;
	padding: 0 5px;
	line-height: 2em;
	text-align: right;
}

body.home .image_links .odd {
	background: #645d00;
}

body.home .image_links .odd .caption {
	z-index: -999;
	background: #645d00 url(../images/maintext_olive.jpg) no-repeat top right;
}

body.home .image_links .even {
	background: #b68e00;
}

body.home .image_links .even .caption {
	background: #b68e00 url(../images/maintext_orange.jpg) no-repeat top right;
}

body.home .image_links a {
	position: absolute;
}

body.home .image_links img {
	margin: 0;
	border-top: 1px solid #fee593;
	border-bottom: 1px solid #fee593;
}

/* Imagelinks End */
 
 
/* Data Table */
table.datatable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #4A4000;
	border-top: 1px solid #e0c347;
	border-left: 1px solid #e0c347;
	margin-bottom: 10px;
}

table.datatable td {
	padding: 4px;
	border-bottom: 1px solid #e0c347;
	border-right: 1px solid #e0c347;
}

td.data_td_dark {
	background: #e6cd64;
}

td.data_td_med {
	background: #ecda8e;
}

td.data_td_light {
	background: #eee5bd;
}

.tdcolor {
	background:#fee593;
}
/* Data Table End */


/* Footer */
#footer {
	color: #ebe575;
	font-size: 1em;
}

#footer_nav {
	float: right;
}

#footer_nav ul {
	list-style-type: none;
}

#footer_nav li {
	float: left;
	border-right: 1px solid #ebe575;
	padding: 0 .7em .2em .7em;
}

#footer_nav li.last {
	border: none;
	padding-right: 0;
}

#footer_nav a {
	color: #ebe575;
}
/* Footer End */

/* Image Component */
div.image_component {
	margin: 0;
	padding: 0;
}

div.image_component.left {
	float: left;
	margin: 0 10px 10px 0;
	
}

div.image_component.right {
	float: right;
	margin: 0 0 10px 10px;
}

.caption_credit {
	text-align: center;
	padding-top: 5px;
}
/* Image Component End */