
/*
Title:      Boyer Chiropractic Stylesheet
Author:     susan@equilibriumdesign.com
Copyright:  2008, Equilibrium Design.  All rights resevered (please don't re-use without permission).
*/

* 
{
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
color: #000066;
text-transform: none;
line-height: 120%;
}

body {
	width: 960px;
	padding: 0px;
	/*background: #c3b088;*/
	background: #c2af87 url(../image/background.jpg) repeat center;
	}

#webpagecenter { /* centers the web page */
	position: absolute;
	width: 960px; 
	top: 0%;
	left: 50%;  /*set left-margin to 50% */	
	margin-left: -480px; /*set margin-left to negative 1/2 width of fixed box size (-960px/2) */
	margin-top: 0px; /*set margin-left to negative 1/2 width of fixed box size (-960px/2) */
	}

#wrap { /* Wraps the entire content of web page - header to  above footer */
	position: absolute;
	width: 960px; 	
	background: url("../image/BodyColumnBG.gif") repeat-y 70% 0;
	}

#header {
	width: 960px;
	height: 141px;
	background: #0072b0 url("../image/Header.jpg") no-repeat center;
	}

#content { /*load content before nav */
	float: right;
	width: 730px;
	/*background: #e6d8b5; Defined Using BodyColumnBG graphic in wrap */
	}

#sidebar {
	float: left;
	width: 230px;
	/* background: #eee7d2; Defined Using BodyColumnBG graphic in wrap */
	}

#content div {
	padding: 10px 55px 0 20px;
	font-size: 96%;
	line-height: 130%;
	}

#sidebar div {
	padding: 7px;
	}

p {
font-size: 96%;
line-height: 135%;
}

a { 
    text-decoration: underline; 	
	color: #0072b0; 
	font-weight: bold; 	
	font-size: 100%;	
	}

a:hover { 
    text-decoration: none; 	
	color: #1085c4; 
	font-weight: bold;
	 }

a:active{ 
    text-decoration: none; 	
	color: #9c4b1f; 
	font-weight: bold;
	 }

a:visited { 
    text-decoration: underline; 	
	font-weight: bold;
 }


#sidenavtabs {
	margin: 0;
	padding: 25px 0 25px 30px;
}

#sidenavtabs li {
	margin: 0;
	padding: 0 0 10px 0;
	list-style-image: url("../image/sidenav_bullet.gif");

}

#sidenavtabs a {
	color: #9c4b1f;
	text-decoration: none;
	font-weight: bold;
	font-size: 97%;	
	font-variant: small-caps;
	padding: 3px;
	letter-spacing: .2px;
	
 }

#sidenavtabs a:hover {
	color: #9c4b1f;
	text-decoration: none;
	font-variant: small-caps;
	background-color: #f9f5e9;
	border-top: 1px dotted #9c4b1f;
	border-bottom: 1px dotted #9c4b1f;
}


.map {
	width: 300px;
	text-align: right;
	margin: 0;
	padding: 25px 0 25px 30px;
}


h1
{
	color: #153e6c;
	font-size: 125%;
	font-weight: bold;
	border-bottom: #153e6c dotted 1px;
}

h2 {
	color: #1c72a3; 
	font-weight: bold;
	font-size: 110%;	
	padding: 0 0 0 0;
	letter-spacing: .2px;
	border-bottom: #1c72a3 dotted 1px;
 }

h3 {
	color: #9c4b1f;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;	
	padding: 0 0 5px 0;
	letter-spacing: .2px;
	text-align: center;
 }


li
{
font-weight: bold;
font-size: 95%;	
list-style-image: url("../image/liststyle.gif");
}


#footer {
	clear: both;
	padding: 5px 5px;
	background: #c2af87;
	}

.footerText {
	color: #6b3416;
	font-size: 75%;
	font-weight: normal;
	text-align: center;
	padding: 15px 0 15px 0;
}




