/* -----------------------------------------------------Page Styles----------------------------------------------------- */

body {
	background-color: #000000;
	margin: 0px;
}
a img {
	border: none;
}



/* ---------------------------------------------------Typeface Styles---------------------------------------------------- */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}
.paragraphTitle {
	color: #63471A;
	font-weight: lighter;
	font-size: 16px;
}
.contactTitle {
	color: #63471A;
	font-weight: normal;
	font-size: 13px;
}
.listHeader {
	padding: 0 0 0 20px;
}
.list {
	padding: 0 0 0 40px;
}
.copyright {
	color: #947E58;
	font-size: 11px;
}


/* ---------------------------------------------------Text Link Styles---------------------------------------------------- */

a {
	font-size: 12px;
	color: #936724;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #604318;
}
a:hover {
	text-decoration: none;
	color: #604318;
}
a:active {
	text-decoration: underline;
}
#footerDiv a {
	font-size: 10px;
	color: #936724;
}



/* ---------------------------------------------------Main Div Styles--------------------------------------------------- */

#containerDiv {
	width: 828px;
	margin: 0 auto 0 auto;
	padding: 0px;
	border: none;
}
#leftDiv {
	float: left;
	width: 85px;
	padding: 0px;
	margin: 0px;
	border: none;
}
#headerLeft {
	float: left;
}
#centerDiv {
	width: 740px;
	height: auto;
	float: left;
	background-color: #E9DBB7;
	padding: 0px;
	margin: 0px;
	border: none;
}
#footerDiv {
	background-color: #E9DBB7;
	clear: both;
	padding: 40px 35px 20px 35px;
	margin: 0px;
	border: none;
	text-align: center;
}
#rightDiv {
	float: right;
	width: 3px;
	padding: 0px;
	margin: 0px;
	border: none;
}



/* -------------------------------------------------Content Div Styles-------------------------------------------------- */

#contentDiv {
	float: left;
	width: 492px;
	padding: 0;
	margin: 0px;
	border: none;
}
#content {
	padding: 0 36px 0 73px;
	border-right: 1px solid #CABEA1;
}
#contentTitle {
	padding: 0 0 0 68px;
	height: 70px;
}
#contactInfo {
	line-height: 1.2;
}
#doorsTable {
	padding-left: 35px;
}



/* -------------------------------------------------Navigation Div Styles------------------------------------------------ */

#navDiv {
	float: right;
	width: 248px;
	padding: 0px;
	margin: 0px;
	border: none;
}
#headerCorner {
	float: right;
	padding: 0px;
	margin: 0px;
	border: none;
}
#navigation {
	width: 201px;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
}
#navContactInfo {
	line-height: 1.2;
	margin: 200px 0px 0px 33px;
}



/* ------------------------------------------------Navigation List Styles------------------------------------------------ */
li>a {
	float: inherit;
}
ul a {
	display: block;
	float: left;
	clear: left;
}

#navigation ul {
	padding: 0;
	margin: 0;
	border: none;
	line-height: 0;
	}
#navigation li {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	clear: both; 
	}
#navigation li a {
	padding: 0;
	margin: 0;
	border: none;
	}
li.home a {
	background: url(Images/btn_navHome.gif);
	background-position: 0 0;
	display: block;
	width: 201px;
	height: 28px;
	text-indent: -999999px;
	overflow: hidden; 
	}
li.home a:hover {
	background: url(Images/btn_navHome.gif);
	background-position: -201px 0; 
}
li.homeCurrent a {
	background: url(Images/btn_navHome.gif);
	background-position: -402px 0; 
	display: block;
	width: 201px;
	height: 28px;
	text-indent: -999999px;
	overflow: hidden; 
	}
li.about a {
	background: url(Images/btn_navAbout.gif);
	background-position: 0 0;
	display: block;
	width: 201px;
	height: 28px;
	text-indent: -999999px;
	overflow: hidden; 
	}
li.about a:hover {
	background: url(Images/btn_navAbout.gif);
	background-position: -201px 0; 
}
li.aboutCurrent a {
	background: url(Images/btn_navAbout.gif);
	background-position: -402px 0; 
	display: block;
	width: 201px;
	height: 28px;
	text-indent: -999999px;
	overflow: hidden; 
	}
	
li.gallery a {
	background: url(Images/btn_navGallery.gif);
	background-position: 0 0;
	display: block;
	width: 201px;
	height: 28px;
	text-indent: -999999px;
	overflow: hidden; 
	}
li.gallery a:hover {
	background: url(Images/btn_navGallery.gif);
	background-position: -201px 0; 
} 
li.galleryCurrent a {
	background: url(Images/btn_navGallery.gif);
	background-position: -402px 0; 
	display: block;
	width: 201px;
	height: 28px;
	text-indent: -999999px;
	overflow: hidden; 
	}
li.resources a {
	background: url(Images/btn_navResources.gif);
	background-position: 0 0;
	display: block;
	width: 201px;
	height: 28px;
	text-indent: -999999px;
	overflow: hidden; 
	}
li.resources a:hover {
	background: url(Images/btn_navResources.gif);
	background-position: -201px 0; 
}
li.resourcesCurrent a {
	background: url(Images/btn_navResources.gif);
	background-position: -402px 0;
	display: block;
	width: 201px;
	height: 28px;
	text-indent: -999999px;
	overflow: hidden; 
	}
li.contact a {
	background: url(Images/btn_navContact.gif);
	background-position: 0 0;
	display: block;
	width: 201px;
	height: 28px;
	text-indent: -999999px;
	overflow: hidden; 
	}
li.contact a:hover {
	background: url(Images/btn_navContact.gif);
	background-position: -201px 0; 
}
li.contactCurrent a {
	background: url(Images/btn_navContact.gif);
	background-position: -402px 0;
	display: block;
	width: 201px;
	height: 28px;
	text-indent: -999999px;
	overflow: hidden; 
	}
/* --------------------------------------------------Sub Nav List Styles-------------------------------------------------- */
#subnav {
	position: relative;
	clear: both;
	margin-bottom: 25px;
	margin-left: 65px;
	font-size: 11px;
}
#subnav ul li a {
	line-height: 1.5;
	text-decoration: none;
	color: #936724;
	font-weight: normal;
}
#subnav ul li a:hover {
	color: #4F3814;
}
li.current a {
	position: relative;
	right: 5px;
}
li.current img {
	position: relative;
	right: 5px;
}


/* -----------------------------------------------Perma Button Flash Styles----------------------------------------------- */
#permaButtonFlash {
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 85px;
	height: 398px;
}
