/* CSS Document */

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	font-family: Palatino, Garamond, Georgia, "Times New Roman", Times, serif;
	background-color: #CAE3FF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	background-attachment: fixed;
	background-position: left bottom;

}

#contents {
	position: absolute;
	top: 0;
	left: 0;
	z-index:50;


}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height:30px;
	z-index:40;
	background-image: url(images/banner.png);
	background-position: bottom;

}

/* Along with the width: 100% above, adds a fix for IE5's box model.
 * From a suggestions by Szymon Boniecki -- http://dmr.art.pl */

html>body #footer {
	width: 100%;
} 
#banner {
	height: 90px;
	background: url(images/banner.jpg) repeat-x center top;
	color: #006;
	text-align: center;
	margin-bottom: 15px;
	width: 535px;
	left: 210px;
	position: absolute;
	top: 25px;
}
#banner h1, #banner h2 {
	margin: 0;
	padding: 0;
	display: none;
}
#logo {
	background: url(images/logo.jpg) no-repeat;
	height: 285px;
	width: 190px;
	left: 10px;
	top: 10px;
	position: absolute;
}

/*  HEADER ENDS */
/* -----------------------------------------------------------  */
#main {
	height: auto;
	position: absolute;
	left: 200px;
	top: 150px;
	margin-bottom: 2em;
	padding-bottom: 1em;

}
#main p {
	line-height: 150%;
	text-align: justify;
	margin: 0.5em 2em 1em 1.25em;
	font-size: 110%;
}
#main p.indent {
	text-indent: 1.5em;
}
#main h2 {
	margin: 0em 1em 0em 0.5em;
	color: #000033;
	font-size: 2.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;


}
#main h3 {
	margin: .5em 2em 0.5em 0.75em;
	color: #333333;
	font-size: 1.75em;

}
#main h4 {
	margin: 0.5em 2em .25em 1em;
	color: #000033;
	font-size: 1.25em;

}
#main h5 {
	margin: 0.75em 1.5em 0em 0.75em;
	font-variant: small-caps;
	font-size: 1.25em;
	color: #333333;
}
#main h2 span, #main h3 span, #main h4 span, #main h5 span {font-size: .75em;}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #660066;
	text-decoration: underline;
}

a:hover {
	color: #660000;
	text-decoration: none;
}
#main blockquote p {
	line-height: 120%;
	text-align: left;

}
#main ol li {
	margin: 0.5em 10em 1em 1em;
	line-height: 125%;


}
#main ul li {
	margin: .5em 1em;
	font-size: 110%;

}
#main ul li a{
	text-decoration: none;
	

}
#main ul li ul {
	margin: 0em 0em 1.5em 1em;

}

#main ul li ul li ul{
	margin: 0em 0em 0em 1em;

}
.imagepic {
	margin-left: 5em;
	margin-top: .5em;


}
/* -----------------------------------------------------------  */
/*  MENU BEGINS */
#navcontainer {
	position: absolute;
	width: 180px;
	left: 0px;
	top: 300px;
	padding-left: 10px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
 #navlist {
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 180px;
}
#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid gray;
}
#navlist .active {
	font-style: oblique;
	color: #999999;
}
#navlist li a {
	text-decoration: none;
	color: #000033;
	padding-left: 10px;
}
#navlist li a:hover {
	color: #660033;
}
/* -----------------------------------------------------------  */
#sidebox {
	width: 205px;
	text-align: left;
	z-index: 100;
	position: absolute;
	top: 210px;
	right: 15px;
	background-image: url(images/medicine_wheel.gif);
	background-repeat: no-repeat;
	height: 275px;
}
.top a {
	height: 20px;
	width: 100px;
	font: 85% Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #660000;
	padding-left: 1em;
	margin-left: 1em;

}
#photoright {
	margin: 2em 8em 2em 2em;
	border: solid 1px #000000
}
#photoleft {
	margin: 1em;
	border: solid 1px #000000
}
#box {
	padding: 5px;
	border: 1px solid #330033;
	margin: 1em;

}
#box p {
	line-height: 120%;
	margin: 0px;
	padding: 0px;

}
#box h3, #box h4 {
	margin: .5em 0px;
	padding: 0px;
	font-size: 1.25em;

}
.name {
	font-size: 1.25em;
	color: #663300;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: right;
	margin-top: 1em;
	padding-top: 1em;

}
#footer a {
	text-decoration: none;
}
.note {
	font-size: 80%;
	padding-left: 1em;
	color: #333333;
}
