* {
	margin: 0;
	padding: 0;
}


/* header 
=---------------------------------------------*/

#header-outer {
	background: url(../images/head_443000.jpg) repeat-x center top;
	height: 220px;
	width: 100%;
}

#header {
	height: 157px;
	margin: 0 auto;
	width: 940px;
}

p#logo {
	background: url(../images/logo_443000_1.png) no-repeat;
	float: left;
	height: 157px;
	text-indent: -9999px;
	width: 550px;
}

p#logo a {
	float: left;
	height: 105px;
	text-indent: -9999px;
	position: relative; top: 35px;
	width: 400px;
}

p#phone {
	float: right;
	padding: 5px 15px 0 0;
	text-align: right;
	width: 200px;
}

#nav {
	margin: auto;
        width: 100%;
        float: left;
}

#nav-outer {
	background: url(../images/nav2.png) repeat-x;
	height: 63px;
	width: 100%;
	margin: 20px 0 0;
}



#nav ul {
	list-style-type: none;
	height: 36px; overflow: hidden;
	text-align: center;
}

#nav ul li{
	display: inline;
	margin: auto;
}

#nav ul li a {
	background: url(../images/nav-item.png) no-repeat;
	color: #2e2e2e;
	font: 18px/36px 'CharisSILRegular', Arial, sans-serif;
	letter-spacing: -1px;
	padding: 18px 9px;
	text-decoration: none;
}

#nav ul li.current a {
	background: url(../images/nav-selected.png);
	color: #254302;
	cursor: default;
}
