html {
	background: url('bg.gif');
}

body {
	margin: 0;
	padding: 0;
}

#body  {
	margin: 0;
	padding: 0;
	color: #565145;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	background: url("images/marblefaint.jpg"); no-repeat; 	
}

/* -------- Reset CSS --------- */

#body h1, #body h2, #body h3, #body h4, #body h5, #body h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#zWrap h1 {
	font-size: 200%;
}

#zWrap h2 {
	font-size: 180%;
}

#zWrap h3 {
	font-size: 160%;
}

#zWrap h4 {
	font-size: 130%;
}

#zWrap h5 {
	font-size: 120%;
}

#zWrap h6 {
	font-size: 110%;
}

#zWrap a {
	color: #541206;
}

/* --------- Site Wide Rules --------- */

#body p {
	margin: 0;
	padding: 0;
	line-height: 16px;
}

/* --------- Doc Rules --------- */

#doc {
	position: relative;
	width: 800px;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
}

#bd {
	width: 805px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	z-index: 1;
}

#hd {
	min-height: 171px;
	height: auto !important;
	height: 171px;
	padding: 15px 0 0 0;
}
#hd h1 {overflow:hidden;
	padding: 0;
	color: blue;
	font-size: 40px;
	font-family: Georgia, Verdana, sans-serif;
}

#headerContent {
	width: 550px;
	margin: 15px 0 0 110px;
}

#hMisc {
	display: none;
}

/* -------- Nav / Header Sub Zone Rules ---------- */

/* ---- This Nav will need to use the Alt. Layout with
the subNav as a child of the mainNav ----- */

#navigation {
	position: absolute;
	top: 186px;
	right: 1px;
	_right: 0px;
	width: 202px;
	z-index: 100;
}

#navigation ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

ul#mainNav li {
	margin: 0;
	padding: 0;
	width: 202px;
}

ul#mainNav li a {
	text-decoration: none;
	text-transform: uppercase;
	background: #541206;
	display: block;
	padding: 8px 0 8px 17px;
	height: 1%;
	color: #cab388;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #691607;
}

ul#mainNav li a:hover, ul#mainNav li.active a {
	color: #ffedcb;
	background: #430e05;
}

ul#subNav li a {
	text-decoration: none;
	background: #782e20;
	display: block;
	padding: 8px 0 8px 17px;
	height: 1%;
	color: #b9b2a2;
	border-bottom: 1px solid #691607;
}

ul#subNav li a:hover, ul#subNav li.active a {
	color: #ffedcb;
	background: #864337;
}

/* ---------- Page Name Rules ------------ */

#pageName {
	display: none;	
}

#zWrap ul {
	color: #565145;
}

#body a {
	color: #541206;
}

/* ---------- Form Element Rules --------- */

#formZone {
	width: 190px;
	margin: 0 0 10px 0;	
}

fieldset {
	border: none;
	margin: 15px 0 0 0;
}

#defFormContainer input {
	width: 190px;
	margin: 0;
	padding: 0;
}

form#contactForm {
	position: relative;
	margin: 0;
}

#formButtonContainer {
	width: 190px;
	margin: 0;
	padding: 0;
}
#formZone div.dialog-actions {
	width: 190px;
	margin: 0;
	padding: 0;
}

#mapZone {
	margin: 15px 0 0 0;
	width: 255px;
	height: 255px;
}


#defFormContainer .defFormInput, #defFormContainer textarea  {
	margin: 0 0 10px 0;
	padding: 0;
}

#defFormContainer textarea {
	width: 190px;
	height: 190px;
}

/* ---------- Footer Rules ------------ */

#ft {
	clear: both;
	position: relative;
	width: 555px;
	border-top: 1px solid #fff;
	margin: 0 230px 0 20px;
	padding: 20px 0;
	font-size: 11px;
}

#fContent {
	float: right;
	color: #565145;
	width: 280px;
	margin-right:3px;
	display:inline;
}

#fMisc {
	width:100px;min-height:50px;height:auto !important;height:50px;position:relative;
	left: 550px;
}

#fMisc p {
	color: #565145;
	margin: 0;
	padding: 0;
}