body {
	background:#000 url(images/background.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	color: #3b4c34;
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: .8em;
	line-height: 1.2ems;
}
h1 {
	font-size:22px;
		border-bottom:1px solid #060a24;
	}
h2 {
	font-size: bold .9ems;
	}
	
	h3 {clear:both;
	border-top: 1px solid dotted;
	padding-top: 20px;
	
	}
	
	
	h6{font-style:italic;
	}
	
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:10px;
	color:#fff;
	position:relative;
left:10px;
margin-top:114px;
    }
a:link {
}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
   
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 857px;
	margin: 0px auto;
}





/* ----------------- header----------------- */

div#header {
	width:100%;
	height:257px;
	background:transparent url(images/header.gif) no-repeat ;

}


/* ----------------- Content Copy and Photos ----------------- */


div#content {
	width:100%;
	height:100%;
	background:transparent url(images/content-bg.gif) repeat-y;
	padding:none;
}



div#copy {
	width:550px;
	height:100%;
	float:left;
	padding:25px 0px 40px 0px;
	position:relative;
	left:50px;
}

div#copy li a{
text-decoration:none;
}

div#copy li a:hover{
font-weight:normal;
text-decoration:underline;
}
/*This is different from the above. The following is relative to the a only not in the list*/
div#copy  a{
text-decoration:underline;
}

div#copy a:hover{
font-weight:normal;
text-decoration:none;

}




div#copy h3 a {
	border:none;
	text-decoration:none;
	font-weight:normal;
}

#testimonials p{font-style:italic;}

#contrast{ 
width:100%;
height:209px;
	background: transparent url(images/contrast.jpg) no-repeat;
}

#contrast p{display:none;}


#contrast2{ 
width:100%;
height:209px;
	background: transparent url(images/quality-therapy.jpg) no-repeat;
}

#contrast2 p{display:none;}

#specials{width:100%;
height:auto;
background-color:#eee;
border: 1px solid #999;
padding:10px;
clear:both;
}


.clear{clear:both;}

/* ----------------- sidebar ----------------- */

div#sidebar {
	float:right;
	width:180px;
	height:100px;
	background:transparent url(images/cta.gif) no-repeat;
	position:relative;

}

div#sidebar a{
color:#CCCCCC;


}

div#sidebar a:hover{
text-decoration:none;

}

div#clear-content{clear:both;}
/* ----------------- VERTICAL NAVIGATION ----------------- */
div#nav {
	width: 100%;
	height:55px;
	text-align:left;
	position:relative;
	background:transparent url(images/nav-bg.gif) no-repeat;
	}
	
	ul#mainnav {
	width:100%;
	margin:0px auto;
	text-align:left;
	position:relative;
	top:3px;
	left:11px;
	}
	
	ul#mainnav li {
	display: inline; 
	list-style: none;
	margin:auto;
	padding: 0px;
	text-align:center;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size:11px;
	height:33px;
	color: #fff;
	text-decoration: none;
	padding:17px 10px 3px 10px;
	text-decoration: none;
	text-align: center;
	display: block;
	float:left;
	border-right:1px solid #fff;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	font-weight:normal;
	color:#000;
	background:transparent url(images/nav-bg-active.gif) repeat-x ;
	}	
/*Used to turn the border off on the last link on main nav*/
ul#mainnav li a#off {
border:none;
}

/* ----------------- footer ----------------- */

/* ----------------------------  Utility  ----------------------------  */

div#footer {
	width:857px;
	height:97px;
	margin: 0px auto;
	color:#fff;
	text-align:left;
	padding-top:8px;
		background:transparent url(images/footer.gif) no-repeat;

}


div#utility {
	width: 100%;
		text-align:center;
		position:relative;
		margin: 0 auto;
	left:15px;
	
	}
	ul#utilitynav {
	width: 100%;
	height:20px;
	margin: 0px auto;
	text-align:center;
	padding: 0px;
	list-style-type: none;
	position:relative;

	}
	ul#utilitynav li {
	display: inline;
	float:left;
	margin: 0px auto;
	padding: 0px;
		text-align:center;


	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	text-align:center;
	padding: 5px;
	margin: 0px;
	border-right: 1px none #555;
	color:#fff;

	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	}
/*Used to clear footer floats*/
div#clear-footer{clear:both;}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:50px;
	color:#fff;
	position:relative;
	top:2px;
	left:10px;

	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color:#fff;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	
	div#owner {
		width: 96%;
		height:20px;
	color:#fff;
		padding-top:25px;
		margin:25px auto;

		
}

div#owner a {
	color:#fff;
font-size:11px;
text-decoration:none;
float:right;
padding-right:10px;

}

div#owner a:hover {
font-weight:normal;
text-decoration:underline;
}




/* ----------------- CUSTOM CLASSES ----------------- */
.clear {clear:both;}
/* Images should include some type of border. We tend to favor this one. */


 img.landscape {
 margin:0px auto;
	padding: 5px;
	background:#ccc;
	border:1px solid #888;
}

img.left {
	float: left;
	padding: 5px;
		border:1px solid #ccc;
	background: white;
	margin: 0px 15px 10px 0px;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border:1px solid #ccc;
}
div.column {
}
