/*- CORE STYLING body color controls text on the bottom of the page for copyright - */

* { margin: 0;padding: 0;}

body {
	background: #FFFFFF;
	color: #613314;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", serif;
	background-image: url(/images/site/header.gif);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
}

img { border: 0; }

a {
	color: #613314;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:current {
	color: #999999;
	text-decoration: underline;
}
/*- LIST FOR SERVICE
------------------------------------------------------------ */
#base {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	margin: 2em;
	width: 10em;
	padding: 5px;
	}
	
/*- Main paragraph text
------------------------------------------------------------ */
#contentarea p.callout {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	letter-spacing: .01em;
	color: #613314;
}

/*- SEO hidden div tag text
------------------------------------------------------------ */
#about {
	display: none;
}
#searchIndex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #CCCCCC;
	margin-top: 5px;
}
#dvSearchTerms {
	visibility: hidden;
	color: #999999;
	width: 500px;
	padding-top: 10px;
}


/*- STRUCTURE
------------------------------------------------------------ */
#wrapper {
	width: 980px;
	margin: 0 auto;

}

#main {
	float: right;
	width: 980px;
	margin: 0 auto;
	background-color: #CCCC99;

}
#content {
	width: 817px;
	margin: 48px auto;
	position: relative;
}

#content-home {
	margin: 50px 0 0 0px;
	position: relative;
	height: 390px;
}

#mainimage {
	position: absolute;
	top: 0;
	left: 0;
}

#changer {

}

/*.subnav {
	position: relative;
	float: left;
	width: 238px;
	display: block;
}
/*- Content page paragraph position
------------------------------------------------------------ */
#contentarea {
	float: left;
	width: 575px;
	margin: 0 0 0 0px;
}
#contentarea p {
	margin: 0 0 18px 0;
	font-size: 12px;
	line-height: 1.4em;
}
/*- Right column text
------------------------------------------------------------ */
#subarea {
	font-family: Georgia, "Times New Roman", serif;
	color: #4d2612;
	display: block;
}

#subcontent {
	float: right;
	width: 195px;
	overflow:hidden;
}
#subcontent p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 0 18px 0;

}
/*- Footer
------------------------------------------------------------ */
#footer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	padding: 0px 0 0 0;
	background: url('/images/site/bgr-arrow-bottom.gif') 0 22px no-repeat;
	margin: 0 auto;
	position: relative;
	height: 50px;
	width: 817px;
}
	#footer p {
		padding: 0 0px 0 0;
		position: absolute;
		top: 35px;
		right: 0;
	}
	/*- Footer text color
------------------------------------------------------------ */
	#footer p a {
		margin: 0 0 0 20px;
		color: #c0ada1;
	}
	#footer p a:hover {
	color: #613314;
	}


/*- LIST STYLES
------------------------------------------------------------ */
.navigation {
	list-style: none;
	float: right;
	margin: 0 2px 0 0;
}
/*- Main upper and lower nav
------------------------------------------------------------ */
	.navigation li {
		float: left;
		margin: 0 0 0 20px;
}

#mainnav {
	margin: -35px auto;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
}
.contentnav {
	position: absolute;
	right: 0;
	top: 0;
	list-style: none;
	width: 238px;
}	

#subcontent ul {
	margin: 15px 0 0 15px;
	font-size: 1.2em;
	line-height: 1.4em;
}	
/*- HEADERS
------------------------------------------------------------ */
h1 {
	float: left;
	width: 162px;

}
	h1 a {
		display: block;
		width: 200px;
		height: 150px;
		text-indent: -9999em;
    	/*background: url('/images/site/header.gif') no-repeat;*/
    	margin: 60px 0 0 0px;
		position: relative;
	}
	/*- h2 is the large header at the top of the page.
------------------------------------------------------------ */
h2 {
	background: url('/images/site/bgr-arrow-top.gif') left bottom no-repeat;
	color: #F2EFEC;
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
	font-size: 4.8em;
	text-align: left;
	padding: 0 0 5px 0;
	visibility: visible;
}
/*- H3 is main page headers Dark Green #4d2612
------------------------------------------------------------ */

h3 {
	font-family: Georgia, "Times New Roman", serif;
	color: #dd8603;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 15px 0;
	font-style: italic;
}
h4 {
	font-family: Georgia, "Times New Roman", serif;
	color: #613314;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 15px 0;
}
/*- H5 is main NAV (Tag is in the "MAIN NAV" block template on the site
------------------------------------------------------------ */
h5 {
	font-family: Georgia, "Times New Roman", serif;
	color: #613314;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-transform: none;
}

/*- MISCELLANEOUS
------------------------------------------------------------ */
#content:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
#content {display:inline-block;}
/* Hide from IE Mac \*/
#content {display:block;}
/* End hide from IE Mac */

/* datalist  ::  table */
table.datalist {
	width:97%;
	display:table;
	line-height:2.25em;
}
table.datalist th {
	text-align:left;
	vertical-align:top;
	padding-left:7px;
	font-weight:bold;
	font-size:12px;
	border-right:1px solid #F8EFDF;
	background:#FFF;
}
table.datalist td {
	text-align:left;
	vertical-align:top;
	padding-left:7px;
	background:#F8EFDF;
	font-size:12px;
}
table.datalist td.alt {
	background:#FFFAF1;
}

/*- Photo Player
------------------------------------------------------------ */
#photoPlayer {
	position: relative;
	float: left;
	margin: -2px 0pt 0pt 0px;
	width: 444px;
	height: 444px;
	overflow: hidden;
}

.scroller {
	width: 444px;
	height: 444px;
	overflow: hidden;
}
.content {
	width: 6000px;
}
.section{
	width: 444px;
	height: 444px;
	float: left;
}
#photoPlayer a.lf:link,
#photoPlayer a.lf:active,
#photoPlayer a.lf:visited,
#photoPlayer a.lf:hover {
	position: absolute;
	top: 124px;
	left: 0;
	display: block;
	background: url(/images/site/photo_lf.gif) no-repeat;
	height: 64px;
	width: 16px;
}
#photoPlayer a.lf:hover {
	background: url(/images/site/photo_lf_on.gif) no-repeat;
}

#photoPlayer a.rt:link,
#photoPlayer a.rt:active,
#photoPlayer a.rt:visited,
#photoPlayer a.rt:hover {
	position: absolute;
	top: 124px;
	right: 0;
	display: block;
	background: url(/images/site/photo_rt.gif) no-repeat;
	height: 64px;
	width: 16px;
}
#photoPlayer a.rt:hover {
	background: url(/images/site/photo_rt_on.gif) no-repeat;
}