/* --- DEFAULT ELEMENTS ---- */
body {
  margin: 0;
  padding: 0;
  /*background-color: #E5E7FF;*/
  background-color:#C9E0E8;
  color: #3C799F;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

html,
body,
#container {
  min-height: 100%;
  width: 100%;
  height: 100%;
}

html>body,
html>body #container {
  height: auto;
}
/* ---- CONTAINER ---- */
#container {
  position: absolute;
  top: 0;
  left: 50%;				/* required for centering*/			
  margin-left: -375px;    	/* required for centering*/
  width: 764px;
  background-color: #FFFFFF;
  background-image:url('images/bg_plain.gif');
}
/* ---- REGULAR FORMATING ---- */
h1{
  color: #336699;
  font-weight: bold;
  font-size: 18px;
}

h4{
  color: #336699;
  font-weight: bold;
  font-size: 14px;
}

h5{
  color: #336699;
  font-weight: bold;
  font-size: 12px;
}

img{
  border:0;
}


/* ---- HEADER ---- */
#header {
  margin-right:7px;
  margin-left:7px;
  width: 750px;
  height: 102px;
  background-color: #FFFFFF;
  background-image: url('images/header.jpg');
}

/* ---- MENU TOP---- */
#menutop {
  margin-right:7px;
  margin-left:7px;
  height: 53px;
  width: 750px;
  background-image: url('images/header_nav.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  text-align: left;
  color: #FFFFFF;
  background-color: #FFFFFF;
}

div#menu_home a{
 		margin-top:5px;
		width: 57px;
		height: 44px;
		display: block;
		margin-left: 12px;
		display: inline;
		float: left;
		text-decoration: none;
		background-image: url('images/nav_home.gif');
		border: 0;
		}
div#menu_home_selected a{
		width: 57px;
		height: 44px;
		display: block;
		margin-left: 12px;
		display: inline;
		float: left;
		text-decoration: none;
		background-image: url('images/nav_home.gif');
		border: 0;
		}
div#menu_families a{
 		margin-top:5px;
		width: 150px;
		height: 44px;
		display: block;
		float: left;
		text-decoration: none;
		background-image: url('images/nav_families.gif');
		border: 0;
		}
div#menu_families_selected a{
		width: 150px;
		height: 44px;
		display: block;
		float: left;
		text-decoration: none;
		background-image: url('images/nav_families.gif');
		border: 0;
		}	
div#menu_health a{
 		margin-top:5px;
		width: 192px;
		height: 44px;
		display: block;
		float: left;
		text-decoration: none;
		background-image: url('images/nav_health.gif');
		border: 0;
		}
div#menu_health_selected a{
		width: 192px;
		height: 44px;
		display: block;
		float: left;
		text-decoration: none;
		background-image: url('images/nav_health.gif');
		border: 0;
		}	
div#menu_more a{
 		margin-top:5px;
		width: 133px;
		height: 44px;
		display: block;
		float: left;
		text-decoration: none;
		background-image: url('images/nav_more.gif');
		border: 0;
		}
div#menu_more_selected a{
		width: 133px;
		height: 44px;
		display: block;
		float: left;
		text-decoration: none;
		background-image: url('images/nav_more.gif');
		border: 0;
		}	
div#menu_about a{
 		margin-top:5px;
		width: 89px;
		height: 44px;
		display: block;
		float: left;
		text-decoration: none;
		background-image: url('images/nav_about.gif');
		border: 0;
		}
div#menu_about_selected a{
		width: 89px;
		height: 44px;
		display: block;
		float: left;
		text-decoration: none;
		background-image: url('images/nav_about.gif');
		border: 0;
		}
div#menu_contact a{
 		margin-top:5px;
		width: 103px;
		height: 44px;
		display: block;
		float: left;
		text-decoration: none;
		background-image: url('images/nav_contact.gif');
		border: 0;
		}
div#menu_contact_selected a{
		width: 103px;
		height: 44px;
		display: block;
		float: left;
		text-decoration: none;
		background-image: url('images/nav_contact.gif');
		border: 0;
		}

/* ---- CONTENT ---- */
#content {
  margin-right: 163px;
  margin-left: 20px; /*fiddle with this value to get the menuleft to line up against the side*/
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
}

#maintext a:link, #maintext a:visited{
  text-decoration: none;
  color: #6699CC;

}
#maintext a:hover{
  text-decoration: underline;
  color: #FF7500;
}
.external{
  background-image:url('images/ext.gif');
  background-repeat:no-repeat; 
  background-position: right;
  padding-right:12px;
}

#maintext img.left{
 float:left;
 padding:2px 8px 2px 0px;
}
#maintext img.right{
 float:right;
 padding:2px 0px 2px 6px;
}
#maintext{
  float: right;
  width: 535px;
  margin-bottom: 3em;
  margin-right: 5px;
  background-color: #FFFFFF;
  text-align: justify;
}
#maintext table{
  width:90%;
  border-top:1px solid #cccccc;
  border-left:1px solid #cccccc;
}
#maintext table th { 
  font-weight:bold;
  text-align:left;
  padding: 3px 3px 3px 3px;
  border-right:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  background-color:#E0EEF7;
}
#maintext table td { 
  padding: 3px 3px 3px 3px;
  border-right:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
}
#maintext table.none{
  width:90%;
  border:none;
}
#maintext table.th{
  border:none;
}
#maintext table.none td { 
  padding: 3px 3px 3px 3px;
  border:none;
}
/* ----  RIGHT ---- */
#right {
  float: right;
  width: 180px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
  display: inline; /*ie fix to prevent double the float value set in margin right*/
  background-color: #FFFFFF;
  font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;

}


.green{
  background-image: url('images/bg_green.gif');
  background-repeat: repeat-y;
}

.orange{
  background-image:url('images/bg_orange.gif');
  background-repeat:repeat-y;
}

.pink{
  background-image:url('images/bg_pink.gif');
  background-repeat:repeat-y;
}
.purple{
  background-image:url('images/bg_purple.gif');
  background-repeat:repeat-y;
}
.yellow{
  background-image:url('images/bg_yellow.gif');
  background-repeat:repeat-y;
}
.blue{
  background-image:url('images/bg_blue.gif');
  background-repeat:repeat-y;
}

#right .righttextgreen {
  text-align: justify;
  font-size: 13px;
  margin-top: 5px;
  margin-left: 12px;
  margin-right: 12px;
  color: #006600;

}
#right .righttextpurple {

  font-size: 13px;
  margin-top: 5px;
  margin-left: 12px;
  margin-right: 12px;
  color: #336699;

}
#right .righttextorange {
  text-align: justify;
  font-size: 13px;
  margin-top: 5px;
  margin-left: 12px;
  margin-right: 12px;;
  color: #CE6531;

}
#right .righttextpink {
  text-align: justify;
  font-size: 13px;
  margin-top: 5px;
  margin-left: 12px;
  margin-right: 12px;
  color: #CE6563;
}
#right .righttextblue {
  text-align: justify;
  font-size: 13px;
  margin-top: 5px;
  margin-left: 12px;
  margin-right: 12px;
  color: #336699;
}
#right .righttextyellow {
  text-align: justify;
  font-size: 13px;
  margin-top: 5px;
  margin-left: 12px;
  margin-right: 12px;
  color: #91911F;
}
/* ---- FOOTER ---- */
#footer {
  margin-right:7px;
  margin-left:7px;
  text-align: right;
  position: absolute;
  bottom: 0px;
  width: 750px;
  height: 45px;
  background-color: #FFFFFF;
  background-image: url('images/footer.gif');
  background-repeat: no-repeat;
  background-position: top;
  color: white;
  clear: both;  
}

#footer .footertext {
	margin-top: 2px;
  padding: 18px 10px 0px 0px;
  font-weight: bold;
}


#footer  a:link, #footer  a:visited{
  text-decoration: none;
  color: #ffffff;
}

#footer  a:hover{
  text-decoration: underline;
  color: #6699CC;;
}


