/* PAGE/GENERAL */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
#nonFooter {
	position: relative;
	min-height: 100%;
	min-width: 1000px;
}
#footer {
	position: relative;
	width: 100%;
	min-width: 1000px;
	margin-top: -77px;
}

/* only IE */
* html #nonFooter {
	height: 100%;
}
* html #footer {
    margin-top: -4.9em;
}
* html #page {
	height: 100%;
}

body {
	background-color: #ffffff;
	font: 12px Arial;
	color: #808284;
}
p {
	line-height: 20px;
}
div.bar {
	position: fixed;
	top: 0px;
	display: block;
	background: #633b00 url(../images/bg.gif) top left repeat-x;
	width: 13px;
	height: 100%;
}
#page {
	display: block;
	clear: none;
	width: 935px;
	height: auto;
	margin: 0 auto;
	min-height: 600px;
}
#header {
	display: block;
	background: transparent url(../images/topFade.gif) top left repeat-x;
	width: 100%;
	height: 77px;
}
#headerBox {
	display: block;	
	text-align: right;
	margin: 0 auto;
	padding: 55px 0 0 0;
	width: 935px;	
	height: 15px;
}
#nav {
	display: block;
	float: left;
	width: 208px;
	margin: 0;
	padding: 0;
}
ul.navItems {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.navItems li {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;
}

ul.navItems li a {
	display: block;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
}
#logoBox {
	background: url(../images/nav/logo.gif) top left no-repeat;
	width: 208px;
	height: 129px;
}
#logoBox a.logoLink {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  }
#navFooter {
	background: transparent url(../images/nav/bottom.gif) top left no-repeat;
	width: 208px;
	height: 160px;
}

/* SubNav styles */
#subNav {
  position: relative;
	clear: both;
	display: block;
	width: 928px;
	height: 160px;
	text-align: right;
	padding: 10px 0 0 0;
	z-index: 10;
}
#subNav p {
	margin: 3px 0 3px 0;
	line-height: 15px;
}
#subNav a {
	font: 9px Arial;
	margin: 0 0 0 20px;
}
#phoneNumber {
	position: absolute;
	left: 18px;
	top: 45px;
	width: 173px;
	height: 65px;
	text-align: left;
	font: 9px Arial;
	color: #999999;	
}
#phoneNumber img {
	position: relative;
	left: -15px;
	padding: 0;
	border: 0;
}
#phoneNumber p {
	margin: -3px 0 0 0;
	padding: 0;
}
#content {
	display: block;
	position: relative;
	float: right;
	width: 717px;
	/* margin: 0 7px 0 0; */
}
#main {
	display: block;
	position: relative;
}

ul.list li {
	margin: 0 0 5px 0;
}


/* FOOTER */

#footer {
	z-index: 0;
	width: 100%;
	height: 77px;
	background: #ffffff url(../images/bottomFade.gif) bottom left repeat-x;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #b6b3b3;
}


a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	position: relative
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	clear: both;
}
h1 {
	text-align: center;
	font-size: 65px;
}
h2 {
	font-size: 30px;
}
h3 {
	font: normal 33px Arial;
	color: #c25a26;
}
h4 {
	font: normal 18px Arial;
	color: #6f5c40;
	line-height: 1.1em;
	letter-spacing: .03em;
}
h4.quote {
	font: normal 19px Arial;
	text-align: center;
	color: #c25a26;
}
h5 {
	font: normal 16px Arial;
	margin: 5px 0 10px 0;
	letter-spacing: .03em;
}
h5.center {
	clear: both;
	text-align: center;
	color: #808284;
}
.noSpace {
	margin: 0;
	padding: 0;
}
.light { color: #a7a4a4; }
.newLine { clear: both; }
.small { font-size: 11px; }
.xsmall { font-size: 10px; }
.large { font-size: 13px; }
.italic {	font-style: italic; }
.left {	float: left; }
.right { float: right; }

.brown { color: #6f5c40; }
.clr { clear: both; }
