@charset "utf-8";
/* Better Health Center
	Interior Page 2 CSS
	April 22, 2008 */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body-bg3.jpg);
	background-repeat: repeat-x;
	background-color: #E5F8FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #333333;
	min-width: 1021px;
	line-height: 1.3em;
}

h1 {
	font-size: 130%;
	font-style: italic;
	color: #25257B;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #23A1DC;
}

h2 {
	font-size: 110%;
	font-style: italic;
	color: #25257B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #29A7E1;
}

h3 {
	color: #0073B2;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-style: italic;
	color: #25257B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54B5E0;
}

h5 {
	font-size: 115%;
	color: #26267C;
}

#wrapper-container {

}

#header-wrapper {
	width: 1023px;
	background-image: url(../images/chiropractor-header-img.jpg);
	height: 311px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}



#body-wrapper {
	width: 1023px;
	background-image: url(../images/content-bg2.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#navbar {
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	height: 31px;
	list-style-type: none;
	width: 1023px;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 150px;
	
}


#navbar li {
	margin: 0;
	padding: 0;
	float: left;
}

#navbar a {
	float: left;
	width: 127px;
	text-align: center;
	color: #25257B;
	text-decoration: none;
	line-height: 2.3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #28A5DF;
}

#navbar #navbar_con a {
	border: none;
}

#navbar a:hover {
	color: #FFFFFF;
	background-color: #2DA8E1;
}

.clear {
	clear: both;
}


#body-content {
	float: left;
	width: 933px;
	padding-bottom: 0px;
	padding-left: 45px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 45px;
}


#left-nav {
	float: left;
	width: 175px;
	padding-top: 20px;
}

.leftside-box {
	width: 160px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
}

.leftside-box a:link, .leftside-box a:visited {
	color: #25257B;
	text-decoration: underline;
}

.leftside-box a:hover {
	color: #25257B;
	background-color: #E5F8FF;
}


#center-box {
	float: left;
	width: 720px;
	margin-right: 5px;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#center-box a:link, #center-box a:visited {
	color: #25257B;
	text-decoration: underline;
}

#center-box a:hover {
	color: #25257B;
	background-color: #70C8F0;
}

.small-box {
	float: left;
	width: 350px;
	margin-right: 15px;
}

.small-box2 {
	float: right;
	width: 340px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4EB3DF;
}


#right-side {
	float: right;
	width: 175px;
	padding-top: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #81D4F6;
	padding-left: 5px;
	padding-right: 5px;
}

#right-side a:link, #right-side a:visited {
	color: #29438E;
	text-decoration: underline;
}

#right-side a:hover {
	color: #E5F8FF;
	text-decoration: none;
	background-color: #005395;
}

.float-left {
	margin: 4px;
	float: left;
}

.float-right {
	float: right;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 7px;
}


#footer {
	background-color: #0073b2;
	clear: both;
	padding-top: 10px;
}

#footer-text {
	width: 1023px;
	padding-left: 100px;
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#footer-text a:link, #footer-text a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer-text a:hover {
	color: #25257B;
	background-color: #9ADAF5;
}



