/* updated: Aug 17, 2007 by Sylvia Ann Meadows also known as m3cats */


body {
	margin: -245px;
	padding: 0;
	text-align: center;
	line-height: 125%;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 11pt;
	color: black;
	background: #FFF url(../images/bckgrnd/body.jpg) repeat-x top;

}



#container {
position: relative;
top: 0px;
left: 0px;
	width: 775px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	height: auto;
}

/* --  TOP Header -- */
/* holds header/logo and navigation */
#pageHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 245px;
	width: 700px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;
}


/* --  TOP NAVIGATION -- */
/* navigation on top under the logo */
 .navlisttop {
position: absolute;
top:140px;
left: 0px;
	width: 700px;
	height: 105px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bckgrnd/topNav2.jpg);
	background-repeat: no-repeat;
	background-color: white;
	text-align: left;
	float: left;
	clear: both;
}

.navlisttop ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.navlisttop li {
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#mainContent {
position: absolute;
top: 245px;
left: 0px;
background-color: white;
width: 460px;
	padding-top: 275px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

p, #mainContent p {
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 10px 1px;
	text-align: left;
	font-size: 100%;
}
	



/* footer of plain test links */
html>body #footer {margin-left: 0;}

#footer  {
	position: absolute;
	left: 0px;	
	height: 350px;
	width: 520px;
	text-align: center;
	background-color: white;
	color: black;
}



#footer p {
text-align: center;
font-size: 8pt; 
line-height: 16pt;
   margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
#footer a {
	text-decoration: underline;
	color: green;
	background-color: white;
}
#footer a:hover {
	text-decoration: none;
	color: green;
	background-color: yellow;
}
  
#footer .copyright {
	font-size: 9pt;
	margin-top: 12px;
	line-height: 12pt;
	text-decoration: none;
	
}

#footer .closing {
	font-size: 11pt;
	font-weight: bold;
	color: #00883A;
	background-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}
  


#linkList {
	position: absolute;
	top: 490px;
	left: 520px;
	width: 130px;
	margin-top: 0px;
	height: 600px;
}
  
#linkList a {
margin: 0px 0px 0px 0px; 
padding: 0px 0px 0px 0px;
}
#linkList ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#linkList li {
list-style: none;
margin: 0px 0px 0px 0px; 
padding: 1px 0px 1px 0px;
}

#lselect li {margin-bottom:0px;}
#lselect li a {display: block;}



/* Google AdSense far right */
 #googleAd {
	position: absolute;
	top: 410px;
	left: 650px;
	width: 125px;
	margin-top: 0px;
	text-align: center;
} 




/* text styles   */

acronym {
border: none;
}

a {
	text-decoration: underline;
}
a:link {
	color: green;
}
a:visited {
	color: #003319;
}
a:hover {
	text-decoration: none;
	color: #F87723;
	background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
	font-family: optima, Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-weight: bold;
	text-align: left;
	color: #014025;
	background-color: white;
}


h1{
	padding: 0px 1px 2px 1px;
	font-size: 125%;
}

h2{
padding: 0px 1px 2px 1px;
font-size: 105%;
}
	
h3 {
padding: 0px 1px 1px 1px;
	font-size: 100%;
}

h4 {
padding: 0px 1px 1px 1px;
font-size: 95%;
}

h5 {
padding: 0px 1px 1px 1px;
font-size: 90%;
}

h6 {
padding: 0px 1px 1px 1px;
font-size: 80%;
}


ul {
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 25px;
}
ul{
	font-size: 100%;
	margin-top: 0px;
	padding: 3px 3px 3px 3px;
	text-align: left;
}


/* special text formats   */

.textboldmed{
	font-size: 100%;
	font-weight: bold;
	color: #AB5216;
	background-color: white;
}

.txtbmdkgrn{
	font-size: 100%;
	font-weight: bold;
	color: green;
	background-color: white;
}


/* special box around forms  */
.specbox {
	width: 450px;
	margin: 10px 2px 10px 2px;
	padding: 8px 1px 8px 5px;
	text-align: left;
	border: 1px dotted #00883E;
}

/* special box around things - faq  */

.dashbox {
	width: 450px;
	margin: 5px 1px 5px 1px;	
	padding: 4px 2px 8px 2px;
	border: 1px dashed #00883E;
}
/* special box around things - fibromyalgia page  */
.solidbox {
	width: 450px;
	margin: 5px 1px 5px 1px;	
	padding: 4px 2px 8px 2px;
	border: 1px solid #2B7238;
}
.orangebox {
   width: 445px;
   margin: 0px 0px 0px 0px;
   padding: 8px 6px 6px 8px;
   background: #ffbb3c;
   color: black;
   font-weight: 400;
}


/* symptoms table formats   */
 .txtbsmgrn{
	font-size: 85%;
	font-weight: bold;
	color: green;
	background-color: white;
}

.txttopbld{
	font-size: 75%;
	font-weight: bold;
	color: #AB5216;
	background-color: white;
}
.grntable {
	border: 1px solid #00883E;
	vertical-align: bottom;
	margin: 5px 1px 5px 1px;
	width: 98%;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size: 85%;
	padding: 10px 5px 10px 5px;
	text-align: left;
	line-height: 180%;
}


/* special image formats */
.fltlft {
float: left;
border: 0px;
clear: both;	
}
.imgClr {
float: none;
border: 0px;
clear: both;	
}



/* last page formats for columns  */
	.col1 {
	text-align: center;
	width: 200px;
	background-color: #E8EAE5;
	padding: 0px 1px 0px 1px;
}

	.col2 {
	text-align: center;
	width: 200px;
	background-color: white;
	padding: 0px 1px 0px 1px;
}
	.col3 {
	text-align: center;
	width: 200px;
	background-color: #F5F5DC;
	padding: 0px 1px 0px 1px;
}


/* styles for div columns on the HOME PAGE and Site Map*/
#hmintro {
	width: 665px;
	margin: 0px 15px 0px 15px;
	padding: 0px 2px 0px 2px;
}

.col {
	clear: both;
	width: 340px;
	margin: 2px 5px 2px 5px;
	vertical-align: top;
}


.col h3 { 
	text-align: center;
	margin-bottom: 10pt; 
	}
	
.col h4 { 
	text-align: left;
	margin-left: 8px;
	margin-bottom: 10pt; 
	padding: 2px 2px 2px 2px;
	}
	

	
.menu {
	width: 450px;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
	padding: 5px 0px 5px 0px;
	background-image: url(../images/menu.jpg);
}

.colMenu{
	width: 400px;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	clear: both;
}

.colMenu a  {
	color: #004A25;
	background-color: transparent;
	text-decoration: none;
}

.colMenu a:visited  {
	color: green;
	background-color: transparent;
	text-decoration: none;
}

.colMenu a:hover {
color: white;
background-color: #C35C1A;
text-decoration: none;

}

.colMenu p { 
text-align: left;
font-size: 90%; 
margin-top: 1px; 
margin-bottom: 1px;
margin-left: 15px;
}

.col p { 
font-size: 80%;
margin-top: 8px; 
padding: 2px 2px 2px 2px;
}


/* special ul, li  */

ul.underlist {
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 25px;
}
ul.underlist li {
	font-size: 100%;
	margin-top: 0px;
	padding: 3px 3px 3px 3px;
	text-align: left;
}


ul.dot {
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 25px;
}
ul.dot li {
	font-size: 100%;
	margin-top: 0px;
	padding: 3px 3px 3px 3px;
	text-align: left;
}


ul.leaf {
	list-style-image: url(../image/liLeaf.jpg);
	list-style-position: outside;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 25px;
}
ul.leaf li {
	font-size: 100%;
	margin-top: 0px;
	padding: 3px 3px 3px 3px;
	text-align: left;
}


ul.large{
	list-style-position: outside;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 25px;
}
ul.large li{
	font-size: 100%;
	margin-top: 0px;
	padding: 3px 3px 3px 3px;
	text-align: left;
}

li ul.large, li li  {
	font-size: 100%;
	margin-top: 0px;
	text-align: left;
	padding: 2px 10px 2px 2px;
}

ol.num {
	list-style-type: decimal;
	list-style-position: outside;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 25px;
}
ol.num li {
	font-size: 100%;
	margin-top: 0px;
	padding: 3px 3px 3px 3px;
	text-align: left;
}

ol.lr {
	list-style-type: lower-roman;
	list-style-position: outside;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 25px;
}
ol.lr li {
	font-size: 100%;
	margin-top: 0px;
	padding: 3px 3px 3px 3px;
	text-align: left;
}

ol.ur {
	list-style-type: upper-roman;
	list-style-position: outside;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 25px;
}
ol.ur li {
	font-size: 100%;
	margin-top: 0px;
	padding: 3px 3px 3px 3px;
	text-align: left;
}



/* Styles for Sitemap Page */

	.pageSiteMap {
	width: 450px;
	text-align: center;
	border-right:  1px ridge #004B25;
	border-bottom:  1px ridge #004B25;
	border-left:  1px ridge #004B25;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pageSiteMap h4{
	padding: 1px 1px 1px 20px;
	color: #CF7225;
}
.pageSiteMap h5{
	padding: 1px 1px 1px 20px;
	color: #CF7225;
}
	.menuSiteMap{
	color: white;
	background-color: white;
	background-image: url(../images/bckgrnd/siteMap.jpg);
	background-repeat: repeat-x;
	border-bottom:  1px ridge #004B25;
	border-top: 1px ridge #004B25;
	height: 30px;
	text-align: center;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: auto;
}