/* @group Default Page Styles */

body {
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #96828b;
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
	font-family: "Trebuchet MS";
}

#wrapper {
	text-align: left;
	margin: 0 5px;
	background-image: url(images/content_middle.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #e2e2e2;
}

#upper {
	padding: 5px 5px;
	position: relative;
}

#lower {
	padding: 15px 26px;
	position: relative;
}

#spacer p {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

#clearer {
	clear: both;
}

#clearer p {
	padding: 0 0 0 30px;
	margin: 0;
}

.clearer {
	clear: both;
}

.clearer p {
	padding: 0;
	margin: 0;
}

object {
	width: 300px;
}

/* @group Default Texts */

p {
	font-family: "Trebuchet MS";
	font-size: 90%;
	color: #5A5A5A;
	padding-bottom: 5px;	
}

h1 {

	font-family: "Trebuchet MS";
	font-size: 110%;
	font-weight: bold;
	color: #B75302;
	margin: 10px 5px 0;
}

h2 {

	font-family: "Trebuchet MS";
	font-size: 110%;
	font-weight: bold;
	color: #5A5A5A;
	margin: 25px 5px 0;
}

h3 {

	font-family: "Trebuchet MS";
	font-size: 110%;
	color: #B75302;
	margin: 0 5px 5px;
	font-weight:100;
}

h4 {
	font-family: "Trebuchet MS";
	font-size: 110%;
	color: #B75302;
	font-weight: 100;
}

ul {

	margin: 0;
	padding: 3px 0 3px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #5A5A5A;
}

li {

	list-style: disc;
	margin-left: 12px;
	padding-left: 7px;
	margin-bottom: 10px;
	text-indent: 0px;
}

ul li ul {

	margin: 0px;
}

ul li ul li {

	list-style: square;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 15px;
}

/* Links - default */

a:link {

	color: #704066;
	text-decoration: underline;
	font-weight:bold;
}

a:visited {
	color: #704066;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {

	color: #704066;
	text-decoration: none;
	font-weight:bold;
}

a:active {

	color: #704066; 
	text-decoration: underline;
	font-weight:bold;
}

/* end default links */

/* @end default text */

/* @end default page styles */

/* @group Top Tab and Header */

#header {
	background-image: url(images/LOGO.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 61px;
}

/* @group Hidden */

#toptab{
	display: none;
}

#toptab p{
}
	
#toptab a, #toptab a:visited, #toptab a:active {
}	

#header a {
	display: none;
}

#header h1 {
	display: none;
}

#header h2 {
	display: none;
}

#header a:link, #header a:visited, #header a:active {
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

/* @end hidden */

/* @end top tab and header */

/* @group Drop Down Menu */

#nav {
	padding: 0;
	margin-bottom: 0;
}

#navbar {
	padding: 0;
	margin: 0;
	list-style: none;
}

	#navbar li {
		list-style: none;
		padding: 1px;
		margin: 0;
	}
	
	#navbar a, #navbar a:visited {
		display: block;
		text-decoration: none;
		text-align: center;
		font-weight: normal;
		color: #CCC;
		font-size: 110%;
		background-color: #60204c;
		padding: 5px 10px;
	}
	
	#navbar a:hover {
		text-decoration: none;
		color: #000;
		display: block;	
	}
	
	#navbar a:active {
	}

	/* @group Children */
	
	#navbar ul {
		display: none;
	}
	
	#navbar ul li {
	}
	
	#navbar li:hover ul {
	}
	
	#navbar .w a, #navbar .w a:visited {
	}
	
	#navbar .t a, #navbar .t a:visited {
	}
	
	#navbar .w a:hover, #navbar .t a:hover {
	}
	/* @end Children*/

/* @end drop down menu */

/* @group Footer */

#footer {
	width: auto;
	margin: 0 5px;
	padding: 0;
	text-align: left;
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	font-size: 90%;
	color: #FFF;
}

#footer p {
	margin: 0;
	padding: 15px 5px 0;
	color: #FFF;
	font-size: 90%;
}

#footer a, #footer a:visited {
	text-decoration: underline;
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
	color: #99CC33;
}

#footer .copyrighttext {
	color: #FFF;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/* @end */



/* @group Breadcrumb */

#breadcrumb {
	display: none;
}

#breadcrumb ul {
}

#breadcrumb li {
}

#breadcrumb a {
}

#breadcrumb a:hover {
}

/* @end */

/* @group Subnav Bar */

.subnav {
	margin: 0;
	padding: 0;
	text-align: center;
}

.subnav #current {
	color:#707072;
	background-color: #e4f2f5;
}

.subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.subnav li {
	list-style: none;
	font-family:"Trebuchet MS";
	padding: 1px;
	margin: 0;
}

.subnav a, .subnav a:visited {
	display: block;
	padding: 5px 10px;
	color: #707072;
	font-size: 100%;
	text-decoration: none;
	background-color: #c7e2e9;
}

.subnav a:hover {
	background-color: #e4f2f5;
}

.subnav .services li {
	margin-left: 5px;
}

.subnav #tight {
	margin-left: 5px;
}

.subnav #tight li {
	margin-left: 3px;
}

.subnav #tight a, .subnav #tight a:visited {
}

/* @end */

/* @group Home Page */

#hometable {
	display: none;
}

#colorblock {
	display: none;
}

#colorblock h1 {
}

#colorblock h2 {
}

#colorblock a, #colorblock a:visited {
}

#colorblock a:hover {
}

/* main left side only */

#mainl {
}

.news {
	font-family: "Trebuchet MS";
	font-size: 90%;
	color: #616161;
	margin-top: 0px;
	margin-bottom: 0px;
}

.news p {
	font-family: "Trebuchet MS";
	font-size: 90%;
	color: #616161;
	margin: 0 5px 5px;
	line-height: 18px;
}

.news ul {
	font-family: "Trebuchet MS";
	font-size: 90%;
	color: #616161;
	margin: 0 5px 10px 15px;
	padding: 0 0 0 10px;
}

.news li {
	font-family: "Trebuchet MS";
	font-size: 90%;
	color: #616161;
	margin: 0;
	padding: 0 0 5px 5px;
	text-indent: 0;
}

#symptomsbox_new {
	width: 304px;
	margin: 0;
	padding: 0;
}

#symptomsbox {
	background-image: url(images/symptoms_box.png);
	background-repeat: no-repeat;
	width: 304px;
	margin: 0 auto;
	padding: 12px;
}

#symptomsboxlist {
	width: 304px;
	height: 90px;
	background-image: url(images/symptoms_btm.png);
	background-repeat: no-repeat;	
}

#symptomsbox h1 {
	width: 284px;
	height: 22px;
	background-image: url(images/symptoms_top.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 9px 10px;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 110%;
	font-weight: normal;
}

#symptomsbox p{
	margin: 0;
	padding: 18px 10px 10px 100px;
	text-align: justify;
	background-color: transparent;
}

#symptomsbox a, #symptomsbox h2 a:visited {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	color: #5A5A5A;
	text-decoration: none;
}

#symptomsbox a:hover {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	color: #5A5A5A;
	text-decoration: underline;
}

#treatbox {
	display: none;
}

#treatbox h1 {
}

#treatboxlist {
}

#treatbox ul {
}

#treatbox li {
}

#treatbox a, #treatbox a:visited, #treatbox a:active {
}

#treatbox a:hover {
}

/* End main left side */

/* main content right side only */

#mainr {
}

.dottedline {
	margin: 15px 0 5px;
	padding: 0;
	background-image: url(images/home_dottedline.jpg);
	background-repeat: repeat-x;
}

#upcoming {
	padding: 0;
}

#eft {
	display: none;
}

.eventtitle {
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 110%;
	color: #B95402;
	margin: 0 5px;
}

.eventtitle a, .eventtitle a:visited{
	text-decoration: none;
}

.eventtitle a:hover {
	text-decoration: underline;
}

.eventdate {
	font-family: "Trebuchet MS";
	font-size: 110%;
	color: #616161;
	margin: 0 5px;
	padding: 5px 0 25px;
}

#testbox {
	display: none;
}

#testbox h1 {
}

#testbox p {
}

.testopen {
}

.testclose {
}

.testname {
}

/* End main content right side */

/* @end */

/* @group Parent Blocks */

#parentblock, #parentblock2, #parentblock3, #parentblock4, #parentblock5, #parentblock6, #parentblock7, #parentblock8 {
	display: none;
}

/* @end parent blocks */

/* @group Inner Pages */

#textblock_inner {
	width:530px;
	padding: 0 15px;
	text-align: justify;
}

#textblock_inner h1{
	color:#704066;
	margin: 0px 0 10px;
	font-size: 110%;
}

#textblock_inner h3 {
	color:#704066;
	margin: 0px 0 15px;
	font-size: 100%;
}

#textblock_inner h4 {
	font-family: "Trebuchet MS";
	font-size: 90%;
	color:#704066;
	font-weight: 100;
}

.textblock_inner {
	color:#704066;
	font-family: "Trebuchet MS";
	padding: 0 15px;
	text-align: justify;
}

.textblock_inner h1{
	color:#704066;
	margin: 0px 0 10px;
	font-size: 110%;
}

#textblock {
	padding: 0;
	text-align: justify;
}

#textblock h1{
	color:#704066;
	margin: 0px 0 10px;
	font-size: 110%;
}

#textblock h3 {
	color:#704066;
	margin: 0px 0 15px;
	font-size: 100%;
}

#textblock h4 {
	color:#704066;
	font-family: "Trebuchet MS";
	font-size: 90%;
	font-weight: 100;
}

.textblock {
	font-family: "Trebuchet MS";
	padding: 0 15px;
	text-align: justify;
}

.textblock h1{
	margin: 0px 0 10px;
	font-size: 110%;
}

/* @group lowerrow */

.lowerrow {
	text-align:left;
	position: relative;
}

.lowerrow h2 {
	padding: 0;
	margin: 0;
}

.lowerrow p {
	margin: 0;
	padding: 3px 0;
}

.lowerrow a {
	text-align:right;
	text-decoration: none;
}

.lowertwo {
	margin: 5px;
	position: relative;
	text-align: center; 
}

.lowertwo h3 {
	padding: -40px;
	margin: 0;
	text-align: center;
}

.lowertwo p {
	padding-left: 80px;
	font-size: 90%;
}

.lowertwo ul, .lowertwo ul ul {
	text-align: left;
	padding-left: 10px;
}

.lowertwo ul li, .lowertwo ul ul li {
	list-style-type: disc;
	font-size: 90%;
}

.lowerthree {
	margin: 0 5px;
	position: relative;
	padding: 5px 0;
	clear: both;
	border-top: 1px dotted #999;
}

.lowerthree img {
	float: left;
	padding: 0 10px 5px 0;
	border: none;
}

.lowerthree h3 {
	padding: 0;
	padding-left: 85px;
	margin: 0;
}

.lowerthree p {
	padding-left: 85px;
	font-size: 90%;
}

.lowerthree a:hover{
	text-decoration:underline;
}

/* @end lowerrow */

/* @group old lowerrow */

.lowerrow_old {
	padding: 0;
	position: relative;
}

.lowerrow_old h2 {
	padding: 0;
	margin: 0;
}

.lowerrow_old p {
	margin: 0;
	padding: 3px 0;
}

.lowerrow_old a {
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

.lowertwo_old {
	margin: 0 5px;
	position: relative;
	padding: 0 0 35px;
	clear: both;
}

.lowertwo_old img {
	float: left;
	padding: 2px;
	border: none;
}

.lowertwo_old h3 {
	padding: 26px 0 0 85px;
	margin: 0;
	text-align: left;
}

.lowertwo_old p {
	padding-left: 80px;
	font-size: 90%;
}

.lowertwo_old ul, .lowertwo_old ul ul {
	padding-left: 18px;
}

.lowertwo_old li, .lowertwo_old li li {
	list-style-type: disc;
}

.lowertwo_old a:hover {
	text-decoration:underline;
}


/* @end old lowerrow*/

img.about {
	margin-right: 15px;
	margin-bottom: 10px;
	border: none;
}

.hidelink h2 {
	font-size: 90%;
}

.hidelink a, .hidelink a:visited {
	color: #5A5A5A;
	text-decoration: none;
	font-weight: normal;
}

.hidelink a:hover {
	text-decoration: underline;
	color: #704066;
}

.whitetest {
	padding: 0 10px;
}

.greytest {
	padding: 0 10px;
	border-bottom: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
	background-color: #eee;
}

.greytest h4 {
	font-family: "Trebuchet MS";
	font-size: 90%;
	color: #704066;
	font-weight:100;
	margin: 5px 0;
	padding: 0;
	font-style: italic;
}

.greytest .testopen {
	width: 100%;
	background: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.greytest .testclose {
	background: none;
	padding: 0;
	margin: 0;
}

.greytest .testclose p {
	padding: 0;
	margin: 0 0;
	font-style: italic;
}

.greytest .testname {
	padding-right: 0;
	margin: 0 0 5px;
	font-style: normal;
}

/* @group products */

.productimg {
	float: left;
	margin: 0;
	position: relative;
}

.productimg img {
	width: 340px;
	padding: 2px;
	border: 1px solid #ccc;
}

.producttxt {
	margin: 0 5px;
}

.producttxt p {
	clear: both;
	margin: 0;
	padding: 0;
}

.prodrow {
	padding: 0 5px;
	position: relative;
}

.prodrow h2 {
	padding: 0;
	margin: 0;
}

.prodrow p {
	margin: 0;
	padding: 3px 0;
}

.prodrow a {
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

.prodtwo {
	margin: 8px 0;
	position: relative;
}

.prodtwo h3 {
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 100%;
}

.prodtwo p {
	padding: 0 10px;
	font-size: 90%;
}

.prodtwo ul, .lowertwo ul ul {
	padding-left: 18px;
}

.prodtwo li, .lowertwo li li {
	list-style-type: disc;
}

/* @end products */

#table {
	margin: 0;
	padding: 0;
}

#table h2 {
	margin: 0;
	padding: 7px 5px;
	font-weight: normal;
	color: #5A5A5A;
	font-size: 110%;
	background-color: #ccc;
	border-bottom: 1px dotted #aaa;
}

#table h3 {
	margin: 0 0;
	padding: 7px 5px;
	font-weight: normal;
	color: #5A5A5A;
	font-size: 110%;
	background-color: #eee;
	border-bottom: 1px dotted #aaa;
}

#table ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#table li {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #aaa;
}

.t2 {
	text-align: left;
}

.t2 td {
	padding: 2px 15px 2px 0;
}

.t2 h2 {
	margin: 0;
	padding: 3px 0;
	font-weight: normal;
	color: #5A5A5A;
	font-size: 100%;
}

.t1 {
	text-align: left;
}

.t1 p, .t2 p {
	padding: 0;
	margin: 0;
}

.t1 h2 {
	margin: 0;
	padding: 3px 0;
	font-weight: normal;
	color: #5A5A5A;
	font-size: 100%;
}

.t1 td {
	padding: 2px 15px 2px 0;
}

/* @end */
