* {
	margin: 0;
	padding: 0;
}


/* header 
=---------------------------------------------*/

#header-outer {
	background: url(../images/head_236000.jpg) repeat-x center top;
	height: 220px;
	width: 100%;
}

#header {
	height: 157px;
	margin: 0 auto;
	width: 940px;
}

p#logo {
	background: url(../images/logo_236000.png) no-repeat;
	float: left;
	height: 157px;
	text-indent: -9999px;
	width: 550px;
}



p#phone {
	float: right;
	padding: 5px 15px 0 0;
	text-align: right;
}


#nav {
	margin: auto;
        width: 100%;
	float: center;



}


#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: 0 7px;
}

#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;
}
