@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

html, body {
	height: 100%;
}

body  {
	font-family: Georgia, serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	background: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-color: #b2c3a1;
}

#container {
	width: 904px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -150px;
	background: url(../images/contain_middle.jpg) repeat-y;
	position: relative;
}

.clearfloat {
	clear: both;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: underline; 
	color: #5b8234; 
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #042444; 
}

.bold_blue {
	font-weight: bold;
	color: #042444;
}

/* Images ////////////////////////////////////////////////////////// */

.alignright {
   padding: 0px;
   margin: 0px 0px 5px 13px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 0px;
   margin: 0px 13px 5px 0px;
   display: inline;
   float: left;
}

.side_images {
	padding-bottom: 10px;
}

/* Home ////////////////////////////////////////////////////////// */

#main {
	width: 880px;
	min-height: 110px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/contain_top.jpg) top repeat-x;
}

#main_left {
	display: inline;
	float: left;
	width: 600px;
	padding: 10px 0px 15px 10px;
}

#main_right {
	float: right;
	padding: 18px 2px 0px 0px;
	width: 245px;
}

#main_right_cal {
	float: right;
	width: 250px;
	min-height: 500px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#main_bottom {
	background: url(../images/contain_bottom.jpg) top no-repeat;
	background-color: #b2c3a1;
	width: 904px;
	min-height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -99999px;
	position: relative;
}

/* Header ////////////////////////////////////////////////////////// */

#header1 { 
	width: 904px;
	height: 154px;
	background: url(../images/header1.jpg) no-repeat;
} 

#header2 { 
	width: 904px;
	height: 154px;
	background: url(../images/header1.jpg) no-repeat;
}

#header3 { 
	width: 904px;
	height: 154px;
	background: url(../images/header1.jpg) no-repeat;
}

#header_logo {
	width: 450px;
	padding: 56px 0px 0px 36px;
	display: inline;
	float: left;
}

#header_logo h1 {
	margin: 0;
	padding: 0;
	background: url('../images/suzanne.png') no-repeat top left;
	width: 293px;
	height: 64px;
}

#header_logo a {
	width: 293px;
	height: 64px;
	display: block;
	text-indent: -999999px;	
}

#header_email {
	padding: 40px 0px 0px 690px;
}

/* Navigation //////////////////////////////////////////////////////////////// */

#nav {
	height: 44px;
	display: inline;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0px 0px 0px 12px;
	border: 0;
	top: 0px;
	left: 0px;
	width:  880px;
	height: 44px;
	float: left;
}

#nav ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;	
}

#nav li a {
	border: 0;
	display: block;
	height: 44px;
	background: url(../images/nav1.jpg) no-repeat;
}

#nav li a:hover {
	border: 0;
	display: block;
	height: 44px;
	background: url(../images/nav2.jpg);
}

#nav li#home a {
	width: 65px;
}
 
#nav li#home a:link,
#nav li#home a:visited,
#nav li#home a:hover {
	background-position: 0px 0px;
}

#nav li#about a {
	width: 72px;
}

#nav li#about a:link,
#nav li#about a:visited,
#nav li#about a:hover {
	background-position: -65px 0px;
}

#nav li#services a {
	width: 87px;
}

#nav li#services a:link,
#nav li#services a:visited,
#nav li#services a:hover {
	background-position: -137px 0px;
}

#nav li#naturopathy a {
	width: 122px;
}

#nav li#naturopathy a:link,
#nav li#naturopathy a:visited,
#nav li#naturopathy a:hover {
	background-position: -224px 0px;
}

#nav li#calendar a {
	width: 97px;
}

#nav li#calendar a:link,
#nav li#calendar a:visited,
#nav li#calendar a:hover {
	background-position: -346px 0px;
}

#nav li#store a {
	width: 69px;
}

#nav li#store a:link,
#nav li#store a:visited,
#nav li#store a:hover {
	background-position: -443px 0px;
}

#nav li#videos a {
	width: 74px;
}

#nav li#videos a:link,
#nav li#videos a:visited,
#nav li#videos a:hover {
	background-position: -512px 0px;
}

#nav li#forms a {
	width: 70px;
}

#nav li#forms a:link,
#nav li#forms a:visited,
#nav li#forms a:hover {
	background-position: -586px 0px;
}

#nav li#patient_center a {
	width: 137px;
}

#nav li#patient_center a:link,
#nav li#patient_center a:visited,
#nav li#patient_center a:hover {
	background-position: -656px 0px;
}

#nav li#contact a {
	width: 87px;
}

#nav li#contact a:link,
#nav li#contact a:visited,
#nav li#contact a:hover {
	background-position: -793px 0px;
}

/* Headers ////////////////////////////////////////////////////////// */







/* Footer ////////////////////////////////////////////////////////// */

.clearfooter {
	height: 140px;
	clear: both;
}

#footer {
	height: 150px;
	width: 100%;
	background: #6b6153 url(../images/footer.jpg) repeat-x 0 0;
	position: relative;
	font-size: 12px;
	padding: 0;
	color: #ffffff;
	line-height: normal;
}

#footer_container {
	width: 904px;
	margin-left: auto;
	margin-right: auto;
}

#footer_left {
	padding-top: 15px;
	display: inline;
	float: left;
	width: 600px;
}

#footer_left a {
	color: #ffffff;
	text-decoration: none;
}

#footer_left a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer_right {
	float: right;
	width: 267px;
	padding-right: 2px;
}