body {
	margin: 0;
	padding: 0;
}

#body  {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	background: #fe723c url(images/bg_loop.gif) repeat-x;
	text-align: left;
	color: #000000;
}

/* -------- Reset CSS --------- */
#body a {
	color:#fe4e0b;
}
#body h1, #body h2, #body h3, #body h4, #body h5, #body h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
}

#zWrap h1 {
	font-size: 200%;
}

#zWrap h2 {
	font-size: 180%;
}

#zWrap h3 {
	font-size: 160%;
}

#zWrap h4 {
	font-size: 100%;
}

#zWrap h5 {
	font-size: 120%;
}

#zWrap h6 {
	font-size: 110%;
}

/* --------- Site Wide Rules --------- */

#zWrap p {
	margin: 0;
	padding: 0;
	line-height: 16px;
}

/* --------- Doc Rules --------- */

#doc {
	width: 800px;
	margin: 0 auto;
}

#bd {
	width: 800px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	position: relative;
	margin: 0 auto;
	background: #fff url(images/body_bg.gif) repeat-y;
	z-index: 1;
	background-image: url(images/body_bg.gif);
}

#bd:after {    			/* Self Clearing */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* --------- Header Rules ---------- */

#hd {
	width: 800px;
	padding: 30px 0 10px 0;
	color: #fff;
}

#hd:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#hd h1 {
	margin: 0 0 0 15px;
	color: #fff;
	font-size: 30px;
}

#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 {
	padding-right: 10px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
}

#navigation ul {
	float:right;
	margin-right: 5px;
	list-style:none;
	margin: 0;
	padding: 0;

}

ul#mainNav li {
	float: left;
    background: url(images/nav_bg_left.gif) no-repeat left top;
    margin: 0 0 0 2px;
    padding: 0 0 0 6px;
    display: block;
}

ul#mainNav li a {
	display:block;
    background: url(images/nav_bg_right.gif) no-repeat right top;
    padding: 5px 14px 4px 6px;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
	font-weight:bold;
}


ul#mainNav li a:hover{
	color: #9c4624;
}

ul#mainNav li.active a {
	background-position: right bottom;
}

ul#mainNav li.active {
	background-position: left bottom;
}



/* ---------- Page Name Rules ------------ */

#pageName {
	display: none;	
}

#zWrap {
	height: 100%;
	padding: 50px 0 0 0;
	background: #Fff000;
	margin: 0 auto;
	width: 800px;
	background: url(images/zwrap_bg.gif) no-repeat top left;
}

#zWrap ul {
	color: #000000;
}

/* ---------- Form Element Rules --------- */

#formZone {
	width: 225px;
	margin: 7px 0 10px 0;
	color: #aaa;
}

fieldset {
	border: none;
	margin: 15px 0 0 0;
}

form#contactForm {
	position: relative;
	margin: 0;
}

#formZone div.dialog-actions {
	width: 225px;
	margin: 0;
	padding: 0;
}

#mapZone {
	width: 295px;
	height: 350px;
	margin: 15px 0 0 0;
}

#defFormContainer .inputLabel  {
	float: none;
	color: #999;
}

#defFormContainer .defFormInput, #defFormContainer textarea  {
	margin: 0 0 10px 0;
}

#defFormContainer textarea {
	width: 200px;
	height: 200px;
}

/* ---------- Footer Rules ------------ */

#ft {
	clear: both;
	position: relative;
	width: 800px;
	height: 172px;
	margin: 0 auto 20px auto;
	background: url(images/footer_bg.gif) no-repeat;
}


#fContent {
	position: absolute;
	top: 0px;
	left: 246px;
	color: #FFFFCC;
	width: 543px;
}

#fMisc {
	position:relative;
	margin-top:auto;
	float:left;
	width: 150px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

#fMisc p {
	color: #FFFFCC;
}

#fMisc a {
	color: #FFFFCC;
}

