@import url("reset.css");

html {

}

body {
	text-align: center;
	background: #f2f4e0 url(../images/page-bg.png) top right no-repeat;
}

.button {
	line-height: 32px;
	text-align: center;
	display: block;
	text-shadow: none;
	width: 200px;
	height: 32px;
	background: #c8bf95 url(../images/button.png) no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #5a5132;
}

.button:hover {
	color: #fff;
}

.little-button {
	line-height: 20px;
	text-align: center;
	display: block;
	text-shadow: none;
	width: 100px;
	height: 20px;
	background: #c8bf95 url(../images/little-button.png) no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #5a5132;
	font-size: .75em;
}

.little-button:hover {
	color: #fff;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	position: relative;
	z-index: 1;
}

#header {
	position: relative;
	width: 100%;
	height: 110px;
	background: url(../images/header-bg.png) repeat-x;
}

#logo {
	position: absolute;
	left: 20px;
	top: 18px;
}

#navigation {
	position: absolute;
	left: 115px;
	top: 53px;
	padding: 0;
	margin: 0;
	z-index: 999;
}

#navigation li {
	list-style: none;
	float: left;
	text-align: center;
	position: relative;
}

#navigation li a {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color: #877b61;
	float: left;
	text-decoration: none;
	font-size: 90%;
}

#navigation li a strong {
	display: block;
	font-weight: normal;
	line-height: 39px;
	padding: 0 0 0 12px;
	margin: 0 12px 0 0;
	font-style: italic;
}

#navigation li a strong em {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 0 0 0 2px;
}

#navigation li a.current {
	background: #8082ce url(../images/nav-bg.png) no-repeat right -40px;
}

#navigation li a.current strong {
	background: #cecfec url(../images/nav-bg.png) no-repeat 0 0;	
}

#navigation li a:hover, #navigation li:hover a {
	background: #cecfec url(../images/nav-bg.png) no-repeat right -120px;
}

#navigation li a:hover strong, #navigation li:hover a strong {
	background: #cecfec url(../images/nav-bg.png) no-repeat 0 -80px;
}

#navigation li:hover  ul li a {
	background: none;
}

#navigation .drop-menu {
	position: absolute;
	top: 39px;
	left: -9999px;
	z-index: 999;
	background: #cecfec url(../images/dropmenu-bg2.png) bottom right no-repeat;
	border: 1px solid #7077bc;
	width: 190px;
	padding: 20px 0 10px 20px;
}

#navigation .drop-menu  li {
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	float: left;
	width: 190px;
	display: inline;
}

#navigation .drop-menu a {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	text-align: left;
	text-decoration: none;
	color: #575757;
	background: none;
	border-bottom: 1px solid #888ec8;
	width: 170px;
}

#navigation .drop-menu a:hover {
	text-decoration: underline;
	background: none;
}

#navigation #service-menu {
	width: 440px;
	height: 336px;
	padding: 20px 0 30px 30px;
	background: url(../images/dropmenu-bg.png) top left no-repeat;
	background-color: transparent;
	border: none;
}

#navigation #service-menu li {
	width: 180px;
	padding: 5px 40px 5px 0;
	margin: 0;
}

#navigation #service-menu li a{
	border: none;
	padding: 0;
	line-height: 17px;
	width: 180px;
}

#navigation #service-menu #referrals {
	width:370px;
	margin-top: 10px;
	background: url(../images/referrals-bg.png) top left no-repeat;
}

#navigation #service-menu #referrals a {
	width:370px;
	text-align: center;
	height: 30px;
	text-indent: -9999px;
}

#navigation li:hover .drop-menu, #navigation li.sfhover ul {
	left: -18px;
}

#navigation li:hover #service-menu, #navigation li.sfhover #service-menu {
	left: -28px;
}

#sub-navigation {
	height: 30px;
	width: 850px;
	padding: 0 0 0 50px;
	margin: 0;
	background: #8082ce url(../images/subnav-bg.png) repeat-x;
}

#sub-navigation li {
	list-style: none;
	float: right;
	text-align: center;
}

#sub-navigation li a {
	color: #877b61;
	float: left;
	text-decoration: none;
	font-size: 80%;
}

#sub-navigation li a em {
	display: block;
	font-style: normal;
	line-height: 30px;
	padding: 0 0 0 15px;
	margin: 0 15px 0 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#sub-navigation li a.sub-current {
	background: #8082ce url(../images/subnav-bg.png) no-repeat right -90px;
}

#sub-navigation li a.sub-current em {
	background: #cecfec url(../images/subnav-bg.png) no-repeat 0 -60px;	
}

#sub-navigation li a:hover {
	background: #cecfec url(../images/subnav-bg.png) no-repeat right -30px;
}

#sub-navigation li a:hover em {
	background: #cecfec url(../images/subnav-bg.png) no-repeat 0 -30px;
}

.feature-box {
	height: 300px;
	background: url(../images/feature-img.png) no-repeat top right;
}

.feature-box .feature {
	float: left;
	color: #fff;
	width: 390px;
	height: 240px;
	padding: 30px;
	background: url(../images/feature-bg.png) no-repeat top left;
	text-shadow: 1px 1px 1px #000;
}

.feature-box .feature h1 {
	color: #464297;
	text-shadow: 1px 1px 1px #dbddf2;
}

.feature-box .feature .button {
	margin-left: 100px;
}

.slideshow {
	float: right;
}

.quick-box {
	padding: 20px 0 0 0;
	height: 150px;
}

.quick-box .box {
	position: relative;
	float: left;
	padding: 10px 0px 0px 20px;
	width: 266px;
	height: 140px;
}

.quick-box .box p {
	float: left;
	width: 160px;
	color: #135e42;
	text-shadow: 1px 1px 1px #dbf2e4;
}

.quick-box .box .little-button {
	position: absolute;
	left: 43px;
	top: 105px;
}

.quick-box .box h2 {
	margin-bottom: .1em;
	color: #247b5a;
	text-shadow: 1px 1px 1px #dbf2e4;
}

.quick-box .one {
	margin: 0 21px 0 0;
	background: #e4e3c8 url(../images/quick-bg1.png) no-repeat top left;
}

.quick-box .two{
	margin: 0 21px 0 0;
	background: #e4e3c8 url(../images/quick-bg2.png) no-repeat top left;
}

.quick-box .three {
	background: #e4e3c8 url(../images/quick-bg3.png) no-repeat top left;
}

#page-head {
	width: 900px;
	height: 180px;
	background-color: #cecfec;
}

#page-head h1 {
	height: 180px;
	width: 450px;
	text-align: center;
	line-height: 180px;
	text-shadow: 1px 1px 1px #dbddf2;
	color: #575757;
	background: url(../images/page-head.png) no-repeat top left;
}

#aboutchiropractic #page-head, #specials #page-head {
	background: url(../images/page-img-aboutchiro.png) no-repeat top right;
}

#services #page-head {
	background: url(../images/page-img-services.png) no-repeat top right;
}

#news #page-head {
	background: url(../images/page-img-news.png) no-repeat top right;
}

#spine #page-head {
	background: url(../images/page-img-spine.png) no-repeat top right;
}

#locations #page-head {
	background: url(../images/page-img-locations.png) no-repeat top right;
}
#doctors #page-head {
	background: url(../images/page-img-news.png) no-repeat top right;
}

#doctors img.left {
	margin-top: 0;
}

#doctors h2 {
	margin-bottom: .1em;
}

#spine-bg {
	width: 100%;
	height: 287px;
	background: url(../images/spine.png) no-repeat top right;
}

#spine-bg ol {
	width: 100%;
	height: 287px;
	padding: 0;
	margin: 0;
	position: relative;
}

#spine-bg ol li {
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0;
	position: absolute;
	background: #000;
	display: block;
	background: url(../images/spinebg-l.png) no-repeat top left;
}

#spine-bg ol li a {
	padding: 0 20px 0 0;
	background: red;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 21px;
	background: url(../images/spinebg-r.png) no-repeat top right;
}

#spine-bg ol li a:hover {
	text-decoration: underline;
}

#cranial {
	top: 135px;
	left: 60px;
}

#cervical {
	top: 100px;
	left: 100px;
}

#thoracic {
	top: 70px;
	left: 350px;
}

#lumbar {
	top: 145px;
	left: 620px;
}

#sacral {
	top: 120px;
	left: 700px;
}

#article {
	width: 860px;
	padding: 20px;
	background: #dcdcb4 url(../images/article-bg.png) repeat-x;
}

.location-table .img-cell {
	padding: 0 10px 0 0;
	vertical-align: top;
	width: 201px;
}

.location-table thead tr th {
	background-color: transparent;
	padding: 0;
}

.location-table tr.even td {
	background: #ececd2;
}

.location-table thead tr th strong {
	padding: 10px;
	margin: 0 0 5px 0;
	background: #c2c59e;
	color: #f3f3e4;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1;
	display: block;
}

.location-table thead tr th strong small {
	font-weight: normal;
}

.location-table thead tr th strong em {
	float: right;
}

.location-table tfoot tr td {
	background: #c2c59e;
	color: #f3f3e4;
	text-align: center;
}

.location-table tbody tr th {
	padding-top: 10px;
}

.location-table img {
	background: #ececd2;
	padding: 9px;
	margin: 10px 0 0 0;
	border: 1px solid #b9bb8e;
}

.article-contents {
	padding: 20px 40px 20px 40px;
	background: #efefde;
	border: 1px solid #c9c98b;
}

.article-contents li {
	float: left;
	width: 50%;
}

.article-top {
	display: block;
	text-align: right;
	margin-bottom: 1em;
}

.article-top em {
	padding: 3px;
	background: #efefde;
	border: 1px solid #c9c98b;
	font-style: normal;
}

#footer {
	margin: 20px 0 0 0;
	background: #f2f4e0 url(../images/footer-bg.png) repeat-x top left;
	width: 860px;
	height: 110px;
	padding: 0 20px 0 20px;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #b7a87e;
}

#footer .serving  {
	width: 860px;
	list-style:none;
	padding:0;
	margin: 0 0 20px 0;
	line-height: 30px;
}

#footer .serving  li {
	width: 172px;
	list-style:none;
	float:left;
	text-align: right;
}

#footer .serving li a {
	padding: 5px 7px;
	background: #e1e6b9;
	text-decoration: none;
}

#footer .serving  li.first-child {
	text-align: left;
}


