@charset "utf-8";
/* Health 1st Wellness Centers - Stylesheet */

body {
	background-color: #ace1ff;
	background-image: url(http://www.indianapolischiropractor.net/images/bg_slice.jpg);
	background-repeat: repeat-x;

}

#wrapper {
	background-image:url(http://www.indianapolischiropractor.net/images/bg_branding.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:43% 70%; 
	
}

.headline {
	font-size: 30px;
	font-family: "Trebuchet MS";
	color: #988694;
}

.sidebar_header {
	font-family: "Trebuchet MS";
	font-size: 20px;
}

.sidebar_headline {
	font-family: "Trebuchet MS";
	font-size: 20px; 
	color: #AABC9D; 
	
}

.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.subheaders {
	font-size: 18px;
	color: #988694;
	font-family: "Trebuchet MS";
}

.formlabel {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
	font-weight: bold;
}

.subnav {
	font-family: "Trebuchet MS"; 
	font-size: 14px;
	font-weight: bold;
	color: #AABD9D; 
	
}

.subnav a:link, .subnav a:visited {
	text-decoration: none;
	color: #AABD9D;
	
}

.subnav a:hover, .subnav a:active {
	text-decoration: none;
	color: #988694;
	
}

.locations {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #988694;
}

.sidebarsubheader {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

.locationdetails {
	color: #333333; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: "Trebuchet MS"; 
	
}

.locationdetails a:link, .locationdetails a:visited {
	text-decoration: underline;
	color: #6699FF
	
}

.locationdetails a:hover, .locationdetails a:active {
	text-decoration: underline;
	color: #6699FF;
	
}

.footernav {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color: #999999; 
	font-size: 11px; 
	font-weight: bold; 
	
}
a:link {
	color: #6699FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6699FF;
}
a:hover {
	text-decoration: none;
	color: #6666FF;
}
a:active {
	text-decoration: none;
	color: #6666FF;
}