/*Style Sheet*/

body, div, h1, h2, h3, h4, h5, h6, p, ul, img, a {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Arial, sans-serif;
	border: none;
}

/*-----------------------LAYOUT-----------------------*/

body {
	background-color: #fff;
}

#main {
	position: relative;
	margin: 0 auto;
}

#logo {
	width: 250px;
	float: left;
	padding: 10px 0 0 10px;
}

#logo img {
	border: none;	
}

#logo h1 {
	text-indent: -9999px;
	position: absolute;
}

#header {
	margin: 0 auto;
	width: 960px;
}

#headerpictures {
	width: 540px;
	padding-top: 10px;
	margin-left: 302px;
}

#headerpictures img{
	padding: 0;
	border: solid 1px gray;
	margin-left: 10px;
}

#headerbar {
	clear: both;
	background: url(images/headerslice.jpg) repeat-x;
	height: 119px;
}

#headermiddle {
	background: url(images/headermiddle.gif) no-repeat;
	height: 119px;
	width: 960px;
	margin: 0 auto;
}

#login {
	position: relative;
	text-align: right;
	font-size: .7em;
	float: right;
	padding-right: 20px;
}

#footer {
	background: url(images/footer.png) no-repeat;
	height: 101px;
	width: 960px;
	margin: 0 auto;
}

/*-----------------------END LAYOUT-----------------------*/


/*-----------------------NAVIGATION BAR-----------------------*/
#navbar {
	margin-top: -2px;
}

ul#navbar {
	font-size: 0.9em;
	list-style: none;
	position: absolute;
	top: 138px;
	background: url(images/navbar.png) no-repeat;
	height: 36px;
	width: 690px;
	margin-left: 312px;
	padding-left: 4px;
}

ul#navbar li{
	float: left;
	margin-left: 21px;
	margin-right: 12px;
	text-align: center;
	padding-top: 9px;
}

ul#navbar a {
	text-decoration: none;
	color: #fff;
}

ul#navbar a:visited {
	color: #fff;
}

ul#navbar a:hover {
	text-decoration: underline;
}

/*-----------------------END NAVIGATION BAR-----------------------*/


/*-----------------------CONTENT-----------------------*/
#content {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	padding-left: 20px;
}

/*--------------------HOME PAGE--------------------*/

/*-------WELCOME BOX-------*/
#welcomebox {
	width: 600px;
	height: 270px;
	background: url(images/welcome.png) no-repeat;
}

#flashmovie {
	padding: 20px 0px 20px 20px;
}

#welcomebox p#title {
	 	color: #607c2f;
	font-size: 1.7em;
	width: 317px;
	position: relative;
	top: -260px;
	left: 265px;
	margin-top: 15px;
}

#welcomebox p {
	margin-top: 5px;
	width: 315px;
	position: relative;
	bottom: 260px;
	left: 265px;
	font-size: 0.8em;
	line-height: 1.5em;
}

#welcomebox a {
	text-decoration: none;
}

#welcomebox a:visited {
	color: #607c2f;
}

#welcomebox a:hover {
	text-decoration: underline;
	color: #000;
}
/*-------END WELCOME BOX-------*/

/*-------FEATURE BOX-------*/

#featurebox {
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 10px;
}

#featuretitle {
	color: #0061B6;
	font-size: 1.6em;
	width: 600px;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}

.paragraph-title {
	text-decoration: underline;
	font-size: 0.9em;
}

.featureparagraph {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 580px;
	font-size: 0.8em;
	line-height: 1.9em;
	float: left;
}

#featurebox p img {
	margin-top: 5px;
	margin-left: 10px;
	float: right;
	padding: 1px;
	border: solid 1px gray;
}

/*-------END FEATURE BOX-------*/

/*-------SIDE BOX-------*/

#twitter {
	width: 250px;
	height: 64px;
	margin-top: 60px;
}

#sidebox {
	background: url(images/sidebox.png) no-repeat;
	height: 367px;
	width: 280px;
	position: absolute;
	left: 660px;
	top: 20px;
}

#sidebox p {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: center;
	width: 260px;
	margin-left: 10px;
}

#sidebox .sideboxtitle {
	color: #fff;
	font-size: 1em;
}

#sidebox #phonenumber {
	font-size: 1.1em;
}

#sidebox #newpatientform {
	font-size: 1em;
}

#sidebox #sideboxpractitioner {
	font-size: 0.8em;
}

#sidebox a {
	color: #000;
	text-decoration: none;
}

#sidebox a:visited {
	color: #000;
}

#sidebox a:hover {
	color: #0e2ad5;
}

#sidebox .sideboxgroup {
	padding-top: 20px;
	padding-bottom: 35px;
}
/*-------END SIDE BOX-------*/

/*-------HOURS BOX-------*/
#hoursbox {
	background: url(images/hoursbox.png) no-repeat;
	height: 226px;
	width: 280px;
	position: absolute;
	left: 660px;
	top: 406px;
}

#hoursbox p {
	color: #607c2f;
	font-size: 1.3em;
	width: 280px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}

#hoursbox table {
	margin-left: 20px;
	width: 270px;
	font-size: 0.8em;
	position: relative;
}

#hoursbox table .dayofweek {
	font-weight: 600;
}

#hoursbox #hoursfootnote {
	color: #607c2f;
	font-size: 0.6em;
	width: 280px;
	text-align: center;
	position: relative;
	padding-top: 10px;
}
/*-------END HOURS BOX-------*/

/*-------BLOG FEED-------*/
#blogfeed {
	background: url(images/blogbox.png) no-repeat;
	clear: both;
	font-size: 0.7em;
	line-height: 1.3em;
	width: 280px;
	height: 176px;
	position: absolute;
	left: 660px;
	top: 650px;
	padding-left: 20px;
}

#blogscript {
	width: 250px;
	height: 176px;
}

#blogtitle {
	font-size: 1.7em;
	line-height: 1.5em;
	width: 260px;
	color: #607c2f;
	text-align: center;
	margin-left: -10px;
}

#blogfeed a:visited {
	color: blue;
}
/*-------END BLOG FEED-------*/

/*--------------------END HOME PAGE--------------------*/


/*--------------------SERVICES PAGE--------------------*/
/*-------SERVICES BOX-------*/
#servicesbox {
	width: 600px;
	height: 270px;
	background: url(images/servicesbox.png) no-repeat;
}

#servicesbox img {
	margin: 20px 20px 20px 20px;
}

#servicesbox p#title {
	color: #607c2f;
	font-size: 1.7em;
	width: 317px;
	position: relative;
	top: -260px;
	left: 265px;
}

#servicesbox p {
	padding-top: 15px;
	width: 317px;
	position: relative;
	bottom: 275px;
	left: 265px;
	font-size: 0.8em;
	line-height: 1.5em;
}

#servicesbox ul#serviceslist {
	position: relative;
	left: 280px;
	bottom: 265px;
	line-height: 1.5em;
	font-size: 0.9em;
}
/*-------END SERVICES BOX-------*/

/*-------SERVICES DESCRIPTION-------*/
#servicesdescription {
	height: 325px;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#servicesdescription p#servicestitle {
	color: #607c2f;
	font-size: 1.5em;
	width: 600px;
	text-align: left;
	padding-top: 10px;
}

#servicesdescription p#servicesparagraph {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 600px;
	font-size: 0.8em;
	line-height: 1.5em;
	float: left;
}

#servicesdescription p#servicesparagraphtwo {
	padding-bottom: 10px;
	width: 600px;
	font-size: 0.8em;
	line-height: 1.5em;
	float: left;
}

#servicesdescription a {
	font-size: 0.8em;
}

#servicesdescription a:visited {
	color: blue;
}

#serviceslist a {
	text-decoration: none;
	color: #607c2f;
}

#serviceslist a:visited {
	color: #607c2f;
}

#serviceslist a:hover {
	text-decoration: underline;
	font-weight: 600;
}
/*-------END SERVICES DESCRIPTION-------*/
/*--------------------END SERVICES PAGE--------------------*/


/*--------------------PRACTITIONERS PAGE--------------------*/
#practitioners {
	width: 600px;
	height: 59px;
	background: url(images/practitionersbar.png) no-repeat;
}

#practitioners p#title {
	color: #607c2f;
	font-size: 1.7em;
	width: 317px;
	position: relative;
	top: -4px;
	left: 20px;
}

#practitioners p {
	padding-top: 15px;
	width: 317px;
	position: relative;
	bottom: 275px;
	left: 265px;
	font-size: 0.8em;
	line-height: 1.5em;
}

/*-------PRACTIONERS DESCRIPTION-------*/


#theteam {
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#theteam img#leahpic {
	border: solid 1px gray;
	padding: 1px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

#theteam p#leahtitle {
 	color: #607c2f;
	font-size: 1em;
	width: 600px;
	margin-top: -20px;
	text-align: left;
	position: relative;
	top: 20px;	
}

#theteam p.leahbio {
	padding-top: 30px;
	padding-bottom: 10px;
	width: 600px;
	font-size: 0.8em;
	line-height: 1.5em;
}

img#paulpic {
	clear: both;
	float: left;
	border: solid 1px gray;
	padding: 1px;
	margin: 20px 20px 0 0;
}

#theteam p#paultitle {
 	color: #607c2f;
	font-size: 1em;
	width: 600px;
	text-align: left;
	margin-top: 20px;
}

#theteam p.paulbio {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 600px;
	font-size: 0.8em;
	line-height: 1.5em;
}

#leahbio a {
	color: black;
}

#leahbio a:visited {
	color: black;
}

#leahbio a:hover {
	background-color: #d0dfb7;
}

#paulbio a {
	color: black;
}

#paulbio a:visited {
	color: black;
}

#paulbio a:hover {
	background-color: #d0dfb7;
}

#top a {
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0.8em;
}

#top a:visited {
	color: blue;
}

/*-------END PRACTITIONERS DESCRIPTION-------*/
/*--------------------END PRACTITIONERS PAGE--------------------*/

/*--------------------AFFILIATES PAGE--------------------*/
#affiliates {
	height: 600px;
	width: 600px;
}

#affiliates p#affiliatestitle {
	background: url(images/affiliatesbar.png) no-repeat;
	padding: 13px 0 0 20px;
	color: #607c2f;
	font-size: 1.5em;
	width: 600px;
	height: 59px;
	text-align: left;
}

#affiliates p.affiliatehead {
 	color: #607c2f;
	font-size: 1em;
	width: 600px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 5px;
}

#affiliates p {
	line-height: 1.5em;
}

#affiliates a {
	font-size: 0.8em;
}

#affiliates p.affiliatedescription {
	font-size: 0.8em;
	margin-bottom: 5px
}

#affiliates a:visited {
	color: blue;
}

/*--------------------END AFFILIATES PAGE--------------------*/

/*--------------------CONTACT PAGE--------------------*/
#contact {
	width: 600px;
	height: 270px;
	background: url(images/servicesbox.png) no-repeat;
}

img#contactimage {
	margin: 20px 20px 20px 20px;
}

#contact p#title {
 	color: #607c2f;
	font-size: 1.7em;
	width: 317px;
	position: relative;
	top: -260px;
	left: 265px;
}

#contact address {
	padding-top: 15px;
	width: 317px;
	text-align: left;
	position: relative;
	bottom: 275px;
	left: 265px;
	font-size: 0.8em;
	line-height: 1.5em;
}

#contact p#phone {
	padding-top: 15px;
	width: 317px;
	text-align: left;
	position: relative;
	bottom: 275px;
	left: 265px;
	font-size: 0.8em;
}

#contact p#fax {
	padding-top: 0px;
	width: 317px;
	text-align: left;
	position: relative;
	bottom: 275px;
	left: 265px;
	font-size: 0.8em;
}

#contact p {
	padding-top: 15px;
	width: 317px;
	text-align: left;
	position: relative;
	bottom: 275px;
	left: 265px;
	font-size: 0.8em;
}

#contact #emailleah {
	width: 317px;
	text-align: left;
	position: relative;
	bottom: 275px;
	left: 265px;
	font-size: 0.8em;
}

#contact #emailpaul {
	width: 317px;
	text-align: left;
	line-height: 0;
	font-size: 0.8em;
}

#contact a {
	color: #000;
}

#contact a:visited {
	color: #000;
}

#contact a:hover {
	color: blue;
}
/*-------MAP AREA-------*/
#map {
	height: 495px;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#map p#maptitle {
 	color: #607c2f;
	font-size: 1.5em;
	width: 600px;
	text-align: left;
	padding-top: 10px;
}

/*-------END MAP AREA-------*/
/*--------------------END PRACTITIONERS PAGE--------------------*/

/*-----------------------END CONTENT-----------------------*/


/*-----------------------FOOTER-----------------------*/
#footer {
	padding-top: 35px;
	position: relative;
	clear: both;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.3em;
}

#footer address {
	font-style: normal;
}

#footer a {
	text-decoration: none;
	color: #000;
}

#footer #sitedesign a {
	text-decoration: none;
	text-align: left;
	color: #000;
	position: absolute;
	left: 820px;
	top: 100px;
}

#footer #sitedesign a:visited {
	color: #000;
}

#footer #sitedesign a:hover {
	color: blue;
	text-decoration: underline;
}
/*-----------------------END FOOTER-----------------------*/


