#header{
	height:158px;
	width: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}

#headerWrap{
	position: relative;
	background: transparent;
	width: 900px;
	margin: 0 auto;
}

#logo{
	z-index:0; 
	border:0;
	padding-top: 40px;
	padding-left: 15px;
	display: block;
	float: left;
}

#utilnav, utilnav ul {
	display: inline;
	position: absolute;
	z-index: 1;
	top: 17px;
	left: 470px;
	list-style: none;
	list-style-image: url(../images/utilnavbull.png);
	list-style-position: outside;
}

#utilnav li{
	float: left;
	margin-left: 20px;
}

#utilnav #first{
	list-style-image: none;
}

#utilnav a{
	color:#0ba6ed;
	font-size: 11px;
	text-decoration: none;
}

#phone{
	position: absolute;
	background: transparent url(../images/phonetab.png) no-repeat center center;
	font-family: Arial;
	font-size: 22px;
	color:#9e7b45;
	top: 0;
	left: 680px;
	padding: 10px;
	padding-left: 8px;
	padding-right: 10px;
}

#honor{
	float: left;
	display: block;
	margin-left: 45px;
	margin-top: 95px;
	font-size: 14pt;
	color: #6b532e;
}

#nav, #nav ul {
	position: absolute;
	top: 125px;
	left: 185px;
	padding: 0;
	margin: 0;	
	list-style: none;
	min-width: 750px;
	overflow-x: visible;
	display: inline;
	display: inline-block;
	height: 24px;
	overflow-y: hidden;
}

#nav li {
	float: left;
	margin-left: 10px;
	background: transparent url(../images/buttonright.png) no-repeat right top;
	height: 24px;
}

#nav a {
	display: block;
	color:#6b532e;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background: transparent url(../images/buttonleft.png) no-repeat left top;
	padding: 10px;
	padding-top: 5px;
	font-size: 11px;
	height: 24px;
}

#nav li:hover, #nav li:hover a {
	background-position: 100% -24px;
}

#nav li:hover a {
	background-position: 0% -24px;
}

#nav .current, #nav .current a {
	background-position: 100% -48px;
}

#nav .current a {
	background-position: 0% -48px;
	color: #c5b08f;
	text-shadow: 0 -1px 0 rgba(0,0,0,.75);
}

#nav li.current:hover{
	background-position: 100% -48px;
}

#nav li.current:hover a{
	background-position: 0% -48px;
}


/* Fixes to make the navigation list visible in IE6, so that the site is at least useable. */

* html #headerWrap{
	overflow-x: visible;
	width: 1000px;
}

* html #nav li{
	 background: #c5b08f;
	 background-image: none;
	 width: 125px;
}

* html #nav a {
	background: #c5b08f;
	background-image: none;
}

* html #nav .current {
	background: #6b532e;
	background-image: none;
}

* html #nav .current a {
	background: #6b532e;
	background-image: none;
}

* html #nav .current a {
	background: #6b532e;
	background-image: none;
}

/* IE 7 fixes. */

* + html #nav{
	left: 205px;
}

* + html #honor{
	margin-left: 65px;
}
