/* CSS Stylesheet for vanceChiroCenter.com
Developed by des at webandflowdesign dot com 
Using CSSEdit 2.6 */

/* redeclare basic structure stuff to zero the essentials */

* {
	padding: 0;
	margin:  0;
}


/* @group Main Declarations */

body {
	background: #3e4e72 url(i/bgs/gradientMain.png) top left repeat-x;
	font: 105%/1.15 "Gill Sans", "Gill Sans MT", "Lucida Grande", "Trebuchet MS", "Helvetica Neue", Arial, Geneva, Helvetica, sans-serif;
	color: #2f2f2f;
}

/* @end */

/* @group Main Divisions */

#header {
	background: transparent url(i/bgs/bgHeader.png) top left no-repeat;
	width:  929px;
	height:  222px;
	position: relative;
	
}

/* @group header Styles */



ul#hdrnav {

	position: absolute;
	width: 367px;
	height:  28px;
	top:  56px;
	left:  410px;
	list-style: none;
	background: transparent url(i/bgs/bgHdrNav.png) top left no-repeat;
}

#hdrnav li			{
	display:inline;
	background: transparent;
	}
	
#hdrnav a {
	position:absolute; 
	top:0px; 
	display:block;
	text-indent:-9000px; 
	overflow:hidden; 
	height:34px;
	outline: none;
	}

.hdr_about a				{
	left:0px; 
	background:url(i/sprites/h001about.png) no-repeat 0 0;
	width: 112px;
	display: block;
	}

.hdr_about a:hover		{
	background-position: -112px 0;
}

.hdr_cond a				{
	left:119px; 
	background:url(i/sprites/h002cond.png) no-repeat 0 0;
	width: 107px;
	display: block;
	}

.hdr_cond a:hover		{
	background-position: -107px 0;
	}

.hdr_treat a				{
	left:233px; 
	background:url(i/sprites/h003treat.png) no-repeat 0 0;
	width: 134px;
	display: block;
	}

.hdr_treat a:hover		{
	background-position: -134px 0;
	}


/* @end */

#navBar {
	background: transparent url(i/bgs/gradientNav.png) top left repeat-x;
	height: 34px;
	width: 929px;
}

/* @group navBar Styles */

ul#nav {

	position:absolute;
	width:929px;
	height:  34px;
	list-style: none;
	background: transparent url(i/bgs/bgNav.png) top left no-repeat;

}

#nav li			{
	display:inline;
	background: transparent;
	}
	
#nav a {
	position:absolute; 
	top:0px; 
	display:block;
	text-indent:-9000px; 
	overflow:hidden; 
	height:34px;
	outline: none;
	}

.nav_home a				{
	left:10px; 
	background:url(i/sprites/001home.png) no-repeat 0 0;
	width: 65px;
	display: block;
	}

.nav_home a:hover		{
	background-position: -65px 0;
	}

.nav_apt a				{
	left:75px; 
	background:url(i/sprites/002apt.png) no-repeat 0 0;
	width: 164px;
	display: block;
	}

.nav_apt a:hover		{
	background-position: -164px 0;
	}

.nav_test a				{
	left: 239px; 
	background:url(i/sprites/003test.png) no-repeat 0 0;
	width: 88px;
	display: block;
	}

.nav_test a:hover		{
	background-position: -88px 0;
	}

.nav_faq a				{
	left: 327px; 
	background:url(i/sprites/004faq.png) no-repeat 0 0;
	width: 45px;
	display: block;
	}

.nav_faq a:hover		{
	background-position: -45px 0;
	}

.nav_contact a				{
	left: 372px; 
	background:url(i/sprites/005contact.png) no-repeat 0 0;
	width: 79px;
	display: block;
	}

.nav_contact a:hover		{
	background-position: -79px 0;
	}

.nav_ins a				{
	left: 451px; 
	background:url(i/sprites/006insurance.png) no-repeat 0 0;
	width: 145px;
	display: block;
	}

.nav_ins a:hover		{
	background-position: -145px 0;
	}

/* @end */

#content {
	background: transparent url(i/bgs/gradientContent.png) top left repeat-y;
	width: 929px;
	}

/* @group Content Styles */

#content:after {
	content:  "";
	display: block;
	clear: both;
	}



/* @end */


#leftContent {
	background: transparent url(i/bgs/bgLeft.png) top left no-repeat;
	width: 688px;
	float: left;
	padding-top: 17px;
}

/* @group leftContent Styles */

#leftContent h1, #leftContent h2, #leftContent h3 {
	margin-left: 50px;
	color: #2d3850;
}

#leftContent h3 {
	margin-bottom: 0px;
	margin-top:  40px;
}

#leftContent h3.title {
	margin-bottom: 0px;
	margin-top:  10px;
}

#leftContent h1 {
	margin-bottom: 30px;
}

#leftContent h4, #leftContent h5, #leftContent h6 {
	margin-left: 50px;
	color: #4a5d85;
}

#leftContent p, #leftContent ul, #leftContent ol, #leftContent dl {
	margin: 0px 25px 7px 50px;
}

#leftContent ul li, #leftContent ol li, #leftContent dl dt {
	margin-left: 20px;
} 

#leftContent dl dt {
	font-weight: bold;
}

#leftContent dl dd {
	margin-left: 20px;
	margin-bottom: 10px;
}

#leftContent a:link, #leftContent a:visited, #leftContent a:active {
	color: #3a5d3e;
	text-decoration: underline;
	outline: none;
}

#leftContent a:hover {
	text-decoration: none;
	outline: none;
}

#leftContent iframe, #leftContent small {
	margin: 10px 0px 0px 50px;
}

#leftContent table {
	margin: 0px 0px 10px 50px;
}

#leftContent table tr td {
	vertical-align: text-top;
	width: 150px;
}

#leftContent p.bodyQuote {
	width: 500px;
	margin: 10px auto;
	padding: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 120%;
}

#leftContent img {
	border: 1px solid #a8a8a8;
	padding: 5px;
	margin: 0px 5px 5px 10px;
}

/* @end */

#sideBar {
	background: transparent url(i/bgs/bgSB.png) top left no-repeat;
	width:  241px;
	float:  right;
	padding-top: 190px;
}

/* @group sideBar Styles */

#sideBar * {
	font-size: 90%;
}

#sideBar h1, #sideBar h2, #sideBar h3, #sideBar h4, #sideBar h5, #sideBar h6 {
	color: #2d3850;
	margin-right: 40px;
}

#sideBar a:link, #sideBar a:visited, #sideBar a:active {
	color: #3a5d3e;
	text-decoration: none;
	outline: none;
}
#sideBar a:hover {
	text-decoration: underline;
	outline: none;
}

#sideBar p {
	margin: 5px 45px 0px 20px;
}

#sideBar ul, #sideBar ol, #sideBar dl {
	margin: 5px 45px 5px 30px;
	list-style-type: circle;
}

/* @end */

#footer {
	background: transparent url(i/bgs/bgFooter.png) top left no-repeat;
	width:  929px;	
	height:  107px;
	padding-top: 80px;
	text-align: right;
}

/* @group footer Styles */

#footer p {
	margin: 40px 50px 0px 700px;
	font-size: 70%;
	color: #5b6d60;

}

#footer a:link, #footer a:visited, #footer a:active {
	color: #5b6d60;
	text-decoration: none;
	outline: none;
}

#footer a:hover {
	outline: none;
	color: #444;
	text-decoration: underline;
}

/* @end */

#subFooter {
	background: transparent;
	padding: 0px 0px 20px 0px;
	color: #a4a4a4;
	font-weight: lighter;
	margin-top: -20px;
}

/* @group subfooter Styles */

#subFooter * {
	margin: 0;
	padding: 0;
}

#subFooter .mainLinks {
	text-align: right;
	margin: 0px 40px 0px 0px;
	font-size: 80%;
}

#subFooter .subLinks {
	text-align: right;
	margin: 0px 40px 0px 0px;
	font-size: 70%;
}

#subFooter a:link, #subFooter a:visited, #subFooter a:active {
	outline: none;
	text-decoration: none;
	color: #9f9f9f;
}

#subFooter a:hover {
	outline: none;
	text-decoration: underline;
}



/* @end */

/* @end */

/* @group Functional Divisions */

.centerer {
	margin: 0px auto 0px auto;
	width:  929px;
}

/* @end */

/* @group classes */

h3.aptHeading {
	margin: 40px 0px 10px 0px;
}

p.frontPage {
	font-size: 117%;
	color: #404040;
	margin-top: 25px;
	}

p.signature {
	text-align: right;
	font-size: 110%;
}

p.notice {
	width: 500px;
	margin: 10px auto;
	padding: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
}

p.signature span.subtitle {
	color: #3a5d3e;
	font-size: 90%;
	
}

.smallPrint {
	font-size: 85%;
	color: #8f8f8f;
}


/* @end */

