@charset "utf-8";

*{
	margin=0;
	padding=0;
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
}
h1 {
	font-size: 135%;
	color: #3B7052;
	padding-left: 15px;
	padding-top: 15px;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}


body  {
	font-size: 95%;
	color: #222;


}
.twoColFixLtHdr #container {
	width: 1088px;
	background-color: #FFF;
	margin: 0 auto;
}
/*.twoColFixLtHdr #headerHome {
	height: 404.14px;
	background-color: #DDDDDD;
	background-image: url(../images/headHome.jpg);
	background-repeat: no-repeat;
} */
#home #container #header {
	height: 404.14px;
	background-color: #DDDDDD;
	background-image: url(../images/headHome.jpg);
	background-repeat: no-repeat;
}
#about #container #header {
	background-image: url(../images/headOverview.jpg);
	height: 404.14px;
	background-repeat: no-repeat;
}
#history #container #header {
	background-image: url(../images/headHistory.jpg);
	background-repeat: no-repeat;
	height: 404.14px;
}


#home #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 186px;
	background-color: #FFF;
	background-image: url(../images/sideHome.jpg);
	background-repeat: no-repeat;
}
#history #sidebar {
	background-image: url(../images/sideHistory.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 186px;
}

#about #sidebar  {
	background-image: url(../images/sideOverview.jpg);
	background-repeat: no-repeat;
	width: 186px;
	float: left;
}



.twoColFixLtHdr #container #mainNav {
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	height: 25.86px;
}
.twoColFixLtHdr #container #mainNav ul {
	padding-top: 3px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

.twoColFixLtHdr #container #mainNav ul li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}
.twoColFixLtHdr #container #mainNav ul li a {
	text-decoration: none;
	font-size: 100%;
	color: #222;
	font-weight: normal;
	font-variant: small-caps;
}
.twoColFixLtHdr #container #mainNav ul li a:hover {
	color: #2B4D39;
	text-decoration: underline;
	
}

.twoColFixLtHdr #container #sidebar ul {
	padding-top: 110px;
	padding-left: 18px;
	padding-right: 5px;
	list-style-image: none;
	list-style-type: none;
}
.twoColFixLtHdr #container #sidebar ul li {
	display: block;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3A6F51;
	border-right-color: #3A6F51;
	border-bottom-color: #3A6F51;
	border-left-color: #3A6F51;
}
.twoColFixLtHdr #container #sidebar ul li a {
	font-size: 115%;
	text-decoration: none;
	padding: 0px;
	color: #222;
	display: block;
}
.twoColFixLtHdr #container #sidebar ul li a:hover {
	color: #B6E0C8;
	background-color: #3A6F51;

	
}
.twoColFixLtHdr #mainContent {
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	margin-left: 186px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 110px;
	padding-left: 5px;
} 

.twoColFixLtHdr #container #footer {
	background-color: #DDDDDD;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 86px;
} 
#container #mainContent ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 45px;
}
#container #mainContent ul #indent {
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 20px;
}
#container #mainContent ul #indent2 {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 50px;
}


.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #container #footer ul li {
	display: inline;
}
.twoColFixLtHdr #container #footer ul {
	list-style-type: none;
	padding-top: 40px;
	padding-left: 40px;
	color: #222;
}
.twoColFixLtHdr #container #footer ul li a {
	padding-right: 0px;
	padding-left: 40px;
	text-decoration: underline;
	color: #222;
}
.twoColFixLtHdr #container #footer ul li a:hover {
	color: #2B4D39;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#bios #container #header {
	background-image: url(../images/headBios.jpg);
	background-repeat: no-repeat;
	height: 404.14px;
}
#bios #sidebar {
	background-image: url(../images/sideBios.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 186px;
}
#appointments #container #header {
	background-image: url(../images/headAppointments.jpg);
	background-repeat: no-repeat;
	height: 404.14px;
}
#appointments #sidebar {
	background-image: url(../images/sideAppointments.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 186px;
}
#articles #container #header {
	background-image: url(../images/headArticles.jpg);
	background-repeat: no-repeat;
	height: 404.14px;
}
#articles #sidebar {
	background-image: url(../images/sideArticles.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 186px;
}
#contact #container #header {
	background-image: url(../images/headContact.jpg);
	background-repeat: no-repeat;
	height: 404.14px;
}
#contact #sidebar {
	background-image: url(../images/sideContact.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 186px;
}
#homeopathy #container #header {
	background-image: url(../images/headHomeo.jpg);
	background-repeat: no-repeat;
	height: 404.14px;
}
#homeopathy #sidebar {
	background-image: url(../images/sideHomeo.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 186px;
}
#links #container #header {
	background-image: url(../images/headLinks.jpg);
	background-repeat: no-repeat;
	height: 404.14px;
}
#links #sidebar {
	background-image: url(../images/sideLinks.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 186px;
}
#naturopathy #container #header {
	background-image: url(../images/headNaturopath.jpg);
	background-repeat: no-repeat;
	height: 404.14px;
}
#naturopathy #sidebar {
	background-image: url(../images/sideHomeo.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 186px;
}
#pediatrics #container #header {
	background-image: url(../images/headPeds.jpg);
	background-repeat: no-repeat;
	height: 404.14px;
}
#pediatrics #sidebar {
	background-image: url(../images/sidePeds.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 186px;
}
#programs #container #header {
	background-image: url(../images/headPrograms.jpg);
	background-repeat: no-repeat;
	height: 404.14px;
}
#programs #sidebar {
	background-image: url(../images/sidePrograms.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 186px;
}
#resources #container #header {
	background-image: url(../images/headResources.jpg);
	background-repeat: no-repeat;
	height: 404.14px;
}
#resources #sidebar {
	background-image: url(../images/sideResources.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 186px;
}
#supplements #container #header {
	background-image: url(../images/headSupplements.jpg);
	background-repeat: no-repeat;
	height: 404.14px;
}
#supplements #sidebar {
	background-image: url(../images/sideSupplements.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 186px;
}
#tips #container #header {
	background-image: url(../images/headTips.jpg);
	background-repeat: no-repeat;
	height: 404.14px;
}
#tips #sidebar {
	background-image: url(../images/sideTips.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 186px;
}
h2 {
	font-size: 115%;
	color: #3B7052;
	padding-left: 15px;
}
h3 {
	color: #3B7052;
	font-variant: normal;
	font-size: 100%;
	font-style: italic;
	padding-left: 25px;
}
#container #sidebar ul #submenu {
	font-size: 90%;
	margin-left: 10px;
}
a {
	color: #666;
}
#navigation a    {
	text-decoration: none;
}
#navigation {
	font-size: 100%;
	color: #999;
	padding-left: 0px;
	padding-top: 3px;
}
h4 {
	color: #222;
	padding-left: 15px;
}
#news {
	font-size: 90%;
	font-style: italic;
	padding-right: 10px;
}
h5 {
	font-size: 90%;
	font-variant: normal;
	font-weight: bold;
	color: #222;
	padding-left: 15px;
	padding-bottom: 7px;
}
#container #mainContent table  {
	margin-left: 40px;
	margin-top: 10px;
	font-size: 100%;
	color: #333;
}
#container #mainContent form {
	padding-left: 0px;
	margin-left: 15px;
}
#container #mainContent form input {
	width: 300px;
}
#contact #container #wrapper #mainContent #form1 p #submit_form {
	width: 100px;
}

#container #sidebar table {
	margin-left: 20px;
	margin-top: 5px;
	color: #222;
}
#container #mainContent img   {
	float: left;
	padding-right: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#container #mainContent p #full {
	float: none;
}
#sidebar {
	height: 400px;
}
#contact #container #wrapper #mainContent #form1 p input {
	display: block;
}
#contact #container #wrapper #mainContent #form1 p textarea {
	display: block;
}
#contact #container #wrapper #mainContent #form1 #checkboxlist input {
	width: 25px;
	display: inline;
}
#contact #container #wrapper #mainContent form #direction_submit {
	width: 150px;
	text-align: center;
}
#contact #container #wrapper #mainContent #form1 p #submit_form {
	text-align: center;
}

