@import "content.css";

*, html {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../img/bkg.gif) #ece9e5 left top repeat-x;
}

a {
	outline: none;
}

ul {
	list-style-type: none;
}

.nav span {
	display: none;
}

#wrapper {
	width: 879px;
	margin: 4px auto 0px auto;
}

#header {
	height: 97px;
	background: url(../img/logo.gif) left top no-repeat;
}

#header #home_link {
	display: block;
	height: 97px;
	width: 255px;
	float: left;
	margin-left: 155px;
}

#header #home_link span {
	display: none;
}

#header #header_nav {
	float: right;
	margin-top: 35px;
	width: 400px;
}

#header #header_nav ul {
	font-family: arial;
	font-size: 11px;
}

#header #header_nav .nav {
	float: right;
	margin-bottom: 8px;
}

#header #header_nav .nav li {
	float: left;
	margin-left: 30px;
}

#header #header_nav .nav li a {
	color: #726a60;
	text-decoration: none;
}

#header #header_nav .nav li a:hover {
	color: #9f9588;
}

#header #header_nav #address {
	clear: both;
	float: right;
	border-top: 1px solid #d9d2c7;
	color: #b0a699;
	font-size: 10px;
	padding-top: 4px;
}

#header #header_nav #address li {
	float: left;
}

#header #header_nav #address li + li {
	margin-left: 30px;	
}

#header #header_nav #address li span {
	color: #908980;
}

#side_nav {
	float: left;
	height: 467px;
	width: 195px;
	background: url(../img/sidenav_bkg.gif) right bottom no-repeat;
	margin-left: 55px;
}

#side_nav ul {
	border-top: 1px solid #e1ddd6;
	border-bottom: 1px solid #e1ddd6;
	float: right;
	width: 175px;
	padding-left: 20px;
}

#side_nav ul li {
	height: 35px;
	width: 175px;
}



#side_nav ul li a {
	height: 35px;
	width: 175px;
	display: block;
}

#side_nav ul li a.home {
	background: url(../img/home_btn.gif) right top no-repeat;
}

#side_nav ul li a.resources {
	background: url(../img/resources_btn.gif) right top no-repeat;
}

#side_nav ul li a.insurance {
	background: url(../img/insurance_btn.gif) right top no-repeat;
}

#side_nav ul li a.therapy {
	background: url(../img/therapy_btn.gif) right top no-repeat;
}

#side_nav ul li a.physicians {
	background: url(../img/physicians_btn.gif) right top no-repeat;
}

#side_nav ul li a.testimonials {
	background: url(../img/testimonials_btn.gif) right top no-repeat;
}

#side_nav ul li a.community {
	background: url(../img/community_btn.gif) right top no-repeat;
}

#side_nav ul li #active {
	background-position: right bottom;
}

#side_nav ul li #active:hover {
	background-position: right center;
}

#side_nav ul li:hover > a {
	background-position: right center;
}

#footer {
	clear: both;
	height: 20px;
	border-top: 1px solid #e1ddd6;
	margin-left: 55px;
	width: 820px;
	font-family: arial;
	font-size: 11px;
	padding-top: 10px;
}

#footer ul {
	float: right;
	margin-right: 10px;
}

#footer ul li {
	float: left;
	margin-left: 30px;
}

#footer ul li a {
	text-decoration: none;
}

#footer ul li a.home {
	color: #00563d;
}

#footer ul li a.resources {
	color: #194a04;
}

#footer ul li a.insurance {
	color: #4f1d09;
}

#footer ul li a.therapy {
	color: #66341c;
}

#footer ul li a.physicians {
	color: #69431e;
}

#footer ul li a.testimonials {
	color: #77691c;
}

#footer ul li a.community {
	color: #183e62;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer #copyright {
	float: left;
	width: 100px;
	color: #b0a699;
}
