@charset "UTF-8";

html, body {
	margin: 0px;
	padding: 0px;
}
body  {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #374655;
}

a img {border: none;}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-color: #FFFFFF;
	height: 60px;
	font-size: 11px;
	color: #9D1A0B;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
}

#breadcrumbs {
	color: #374655;
	font-size: 9px;
	font-weight: bold;
	padding-top: 5px;
}

#breadcrumbs a {
	color: #374655;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #9D1A0B;
}

#breadcrumbs .current {
	color: #000000;
}

#header-links {
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 25px;
}

#header-links a {
	color: #9D1A0B;
	text-decoration: none;
	font-weight: bold;
}

#header-links a:hover {
	text-decoration: underline;
}

#main-graphic {
	height: 340px;
	background-image: url(../images/headers/main/rotate.php);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}

#inner-graphic {
	height: 205px;
	background-image: url(../images/headers/inner/inner1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu {
	height: 55px;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7C0C6;
}

div.home {
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 16px;
	width: 41px;
	position: absolute;
	bottom: 11px;
}

div.aboutus {
	background-image: url(../images/aboutus.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 16px;
	width: 66px;
}

div.newpatients {
	background-image: url(../images/newpatients.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 16px;
	width: 94px;
}

div.aboutchiropractic {
	background-image: url(../images/aboutchiro.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 16px;
	width: 138px;
}

div.resources  {
	background-image: url(../images/resources.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 16px;
	width: 70px;
}

#menu a.home {
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 41px;
	position: absolute;
	bottom: 11px;
}

#menu a.home:hover {
	background-position: bottom;
}

#menu-nav {
	position: absolute;
	right: 25px;
	bottom: 11px;
	border-collapse: collapse;
}
#menu-nav .aboutus a {
	background-image: url(../images/aboutus.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 66px;
}

#menu-nav .newpatients a {
	background-image: url(../images/newpatients.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 94px;
}

#menu-nav .aboutchiropractic a {
	background-image: url(../images/aboutchiro.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 138px;
}
#menu-nav  .resources  a  {
	background-image: url(../images/resources.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 70px;
}

#menu-nav a:hover {
	background-position: left bottom;
}

.hide {
	display: none;
}

.spacer {
	padding-right: 35px;
}

#logo {
	height: 82px;
	width: 474px;
	margin-top: 49px;
	margin-left: 45px;
}

#inner-logo {
	height: 53px;
	width: 293px;
	margin-top: 50px;
	margin-left: 25px;
}

#content-container {
	width: 950px;
	border-collapse: collapse;
	height: 100px;
}
#leftbar-home {
	background-image: url(../images/block-top-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 230px;
	font-size: 12px;
	line-height: 18px;
	color: #374655;
	background-color: #EDE8DD;
	vertical-align: top;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 41px;
	padding-left: 15px;
}

#leftbar-home a {
	color: #9d1a0b;
	text-decoration: none;
}
#leftbar-home a:hover {text-decoration: underline;}

#leftbar-inner {
	width: 230px;
	font-size: 12px;
	color: #374655;
	background-color: #EDE8DD;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: top;
	padding-top: 25px;
	padding-bottom: 41px;
	background-image: url(../images/block-top-right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#content-container  .margins {
	vertical-align: top;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 41px;
	padding-left: 25px;
}
h2  {
	font-weight: normal;
	font-size: 16px;
	color: #9D1A0B;
	margin: 0px 0px 15px 0px;
}

a.getstarted-btn  {
	background-image: url(../images/get-started.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 26px;
	width: 118px;
	margin-top: 15px;
}

a.getstarted-btn:hover {
	background-position: bottom;
}

#leftbar-inner #leftbar-contents a.list-item {
	font-size: 13px;
	color: #374655;
	text-decoration: none;
	background-image: url(../images/sub-menu-btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 25px;
	width: 200px;
	line-height: 25px;
	padding-left: 12px;
	margin-bottom: 2px;
}
#leftbar-inner #leftbar-contents div.selected {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/sub-menu-btn.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 25px;
	width: 200px;
	line-height: 25px;
	padding-left: 12px;
	margin-bottom: 2px;
}
#rightbar {
	width: 192px;
	background-color: #FFFFFF;
	background-image: url(../images/logo-small-top.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 12px;
	color: #6B6D70;
}

#rightbar a, #rightbar-inner a {
	color: #9d1a0b;
	text-decoration: none;
}
#rightbar a:hover, #rightbar-inner a:hover {text-decoration: underline;}

#watch-video {
	margin-bottom: 35px;
	clear: both;
}

#watch-video .watch {
	height: 30px;
	background: url(../images/watch_vid.gif) no-repeat 0 0;
}

#watch-video .text {
	padding-top: 8px;
}

#rightbar-inner {
	width: 175px;
	background-color: #FFFFFF;
	background-image: url(../images/logo-small-top.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 12px;
	color: #6B6D70;
	vertical-align: top;
}

#content-container .padding-right {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 41px;
	padding-left: 0px;
}

#rightbar-inner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rightbar-graphic {
	float: right;
	position: relative;
	margin-bottom: 25px;
}
#graphic-text {
	font-size: 16px;
	position: absolute;
	z-index: 2;
	left: 25px;
	bottom: 12px;
	color: #374655;
	text-decoration: none;
}

#rightbar h2 {
	font-size: 16px;
	color: #9D1A0B;
	margin: 0px 0px 16px 0px;
}

#rightbar .list-item {
	padding-left: 15px;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-bottom: 15px;
}

#spine {
	float: right;
}

#spine a.spine-top {
	background-image: url(../images/spine-top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 94px;
	width: 121px;
}

#spine div.spine-btm {
	background-image: url(../images/spine-btm.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 91px;
	width: 121px;
}
#content-home {
	background-image: url(../images/block-top-left-home.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #374655;
	line-height: 26px;
}

#content-home a {
	color: #9d1a0b;
}

#content-inner {
	background-image: url(../images/block-top-left-home.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #374655;
	line-height: 22px;
}

#content-inner h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	color: #374655;
}

#content-inner h3 {
	font-size: 14px;
	font-weight: bold;
	color: #6F8F9A;
}

#content-inner a {
	color: #9D1A0B;
	text-decoration: none;
}

#content-inner a:hover {
	text-decoration: underline;
}

#content-inner div.download {
	background-image: url(../images/download.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 15px;
}
#ContactUs  textarea {
	border: 1px solid #374655;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.formline {
	width: 300px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #374655;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#ContactUs {
	font-size: 12px;
}

#ContactUs a.cancel_txt {
	color: #FF0000;
	text-decoration: underline;
}
#ContactUs  input[type="text"] {
	padding: 3px;
	border: 1px solid #374655;
	font-size: 14px;
	font-weight: bold;
}

#appointment_form input[type="text"] {
	width: 250px;
}

#showAppointment {
	position: relative;
	margin-top: 15px;
	top: 3px;
}

#appointment_form {
	margin-left: 12px;
	background-color: #B4C3C9;
	margin-right: 12px;
	padding: 5px;
	margin-top: 12px;
	margin-bottom: 12px;
	display: none;
}

#ContactUs #message {
	position: relative;
	left: 3px;
}

#ContactUs .selecttable {
	margin-left: 25px;
}

h1      {
	font-size: 24px;
	font-weight: normal;
	color: #9D1A0B;
	margin: 0 0 32px 0;
}

#footer {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 59px;
	height: 59px;
	background-color: #6D9099;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	padding-left: 25px;
	clear: both;
}

#footer-logo {
	background-image: url(../images/logo-small-btm.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	width: 41px;
	position: absolute;
	top: 0px;
	right: 25px;
}

#footer a {
	color: #FFFFFF;
}
