/* @group Default Page Styles */

body {
	text-align: center;
	font-family: "Trebuchet MS";
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

li {
	list-style: disc;
	text-indent: 7px;
}

ul li ul {
}

ul li ul li {
	list-style: disc;
	text-indent: 15px;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: underline;
}

img {
	border: none;
}

/* @end */

/* @group Layout */

#toptab{
	display: none;
}

#toptab p{
	display: none;
}

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

#wrapper {
	text-align: left;
}

#upper {
	position: relative;
}

#header{
	text-align: left;
}

#header h1{
	font-weight: bold;
	font-size: 16px;
}

#header h2 {
	font-weight: normal;
	font-size: 14px;
}

#navbar {
	display: none;
}

#navbar #current {
	font-weight: normal;
}

#colorblock {
	text-align: left;
}

#spacer {
	display: none;
}

#lower {
	position: relative;
}

#mainl {
}

#mainr {
}

#clearer {
	display: none;
}

#clearer p {
	display: none;
}

.clearer {
	display: none;
}

.clearer p {
	display: none;
}

#footer {
	text-align: left;
}

#footer p {
	text-align:center;
}

#footer a, #footer a:visited {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

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


/* @end */

/* @group Navbar */

/* Tab Parents */

#navbar ul {
	list-style: none;
}

#navbar li {
	display: inline;
	position: relative;
}

#navbar ul li:hover ul ul {
	display: block;
}

#navbar a, #navbar a:visited {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}

#navbar a:hover {
	display: block;	
}

#navbar a:active {
}

#navbar ul ul {
	list-style: none;
	position: absolute;
	display: none;
}

#navbar ul ul li {
	display: block;
	position: relative;
}


#navbar ul ul a, #navbar ul ul a:visited {
}

#navbar ul ul a:hover {
}

#navbar ul ul a:active {
}

/* @end */

/* @group Breadcrumb */

#breadcrumb {
	display: none;
}

#breadcrumb ul {
	list-style: none;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb a {
	text-decoration: none;
	font-weight: normal;
}

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

/* @end */

/* @group Subnav Bar */

.subnav {
	display: none;
}

.subnav #current {
}

.subnav ul {
	list-style: none;
}

.subnav li {
	list-style: none;
	display: inline;
}

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

.subnav a:hover {
}

.subnav #tight {
}

.subnav #tight a, .subnav #tight a:visited {
	text-decoration: none;

}


/* @end */

/* @group Home Page */

#colorblock h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

#colorblock h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

#colorblock a, #colorblock a:visited {
	text-decoration: none;
}

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

.dottedline {
	display: none;
}

/* main content left side */

#upcoming {
	margin-top: 10px;
	padding-top: 10px;
}

#upcoming h1 {
	padding-top: 10px;
}

.eventtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

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

.eventdate {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#treatbox {
	margin-top: 15px;
	padding-top: 10px;
}

#treatbox h1 {
	font-family: arial;
	font-weight: normal;
	font-size: 16px;
	padding: 0;
}

#treatboxlist {
}

#treatbox ul {
	list-style: none;
	margin-bottom: 0;
}

#treatbox li {
	list-style: none;
}

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

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

/* End main content left side */

/* main content right side */

#symptomsbox {
	display: none;
}

#testbox {
}

#testbox h1 {
	font-family: arial;
	font-style: italic;
	font-size: 16px;
	padding: 10px 0 0;
	margin: 0;
}

#testbox p {
}

.testopen {
	position: relative;
}

.testclose {
	position: relative;
	overflow: hidden;
}

.testname {
	font-style: italic;
	text-align: left;
}

/* End main content right side */

/* @end */

/* @group Parent Blocks */

#parentblock {
	text-align: left;
	padding: 10px 0 0;
}

#parentblock h1 {
	font-size: 16px;
}

#parentblock h2 {
	font-size: 14px;
}

#parentblock2 {
	text-align: left;
}

#parentblock2 h1 {
	font-size: 16px;
}

#parentblock2 h2 {
	font-size: 14px;
}

#parentblock3 {
	text-align: left;
}

#parentblock3 h1 {
	font-size: 16px;
}

#parentblock3 h2 {
	font-size: 14px;
}

#parentblock4 {
	text-align: left;
}

#parentblock4 h1 {
	font-size: 16px;
}

#parentblock4 h2 {
	font-size: 14px;
}

#parentblock5 {
	text-align: left;
}

#parentblock5 h1 {
	font-size: 16px;
}

#parentblock5 h2 {
	font-size: 14px;
}

#parentblock6 {
	text-align: left;
}

#parentblock6 h1 {
	font-size: 16px;
}

#parentblock6 h2 {
	font-size: 14px;
}

/* @end */

/* @group Inner Pages */

#textblock {
	text-align: justify;
	margin-top: 15px;
	padding-top: 10px;
}

#textblock h1{
	font-size: 16px;
}

#textblock h3 {
	font-size: 14px;
}

.textblock {
	text-align: justify;
}

.textblock h1{
	font-size: 16px;
}

.lowerrow {
	position: relative;
}

.lowerrow h2 {
	font-size: 14px;
	font-weight: bold;
}

.lowerrow p {
}

.lowerrow a {
	font-weight: bold;
	text-decoration: none;
}

.lowertwo {
	position: relative;
}

.lowertwo img {
	display: none;
}

.lowertwo h3 {
	font-size: 14px;
	font-style: italic;
	text-align: left;
}

.lowertwo p {
}

.lowertwo ul, .lowertwo ul ul {
}

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


.lowerthree {
	position: relative;
}

.lowerthree img {
	display: none;
}

.lowerthree h3 {
	font-size: 14px;
	font-style: italic;
}

.lowerthree p {
}

img.about {
	display: none;
}

.hidelink h2 {
	font-size: 14px;
}

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

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

.whitetest {
}

.greytest {
	border-bottom: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
}

.greytest h4 {
	padding: 5px 0 10px;
	margin: 0;
	font-style: italic;
	font-weight: normal;
}

.greytest .testopen {
	padding: 0;
	margin: 0;
	position: relative;
}

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

object {
	display: none;
}

.productimg {
	position: relative;
}

.productimg img {
	border: none;
}

.producttxt {
}

.producttxt p {
}

.prodrow {
}

.prodrow h2 {
}

.prodrow p {
}

.prodrow a {
}

.prodtwo {
	position: relative;
}

.prodtwo h3 {
	font-size: 13px;
}

.prodtwo p {
}

.prodtwo ul, .lowertwo ul ul {
}

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

#table {
}

#table h2 {
	font-weight: normal;
	border-bottom: 1px dotted #aaa;
	font-size: 14px;
}

#table h3 {
	font-weight: normal;
	border-bottom: 1px dotted #aaa;
	font-size: 14px;
}

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

#table li {
	list-style: none;
}

/* @end */