@charset "UTF-8";
body {
	background-color: #FFFFFF;
	color: #213A58;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	
}
#wrapper {
	background-image: url(../images/bg-wrap.gif);
	background-repeat: repeat-y;
	position:relative;
	width:959px;
	margin: auto;
	padding-left: 33px;
	padding-right: 32px;
}
* html #wrapper {  /* This is the Tan hack */
	width: 1024px; 
	w\idth: 959px; 
	}

#centerc{
	display: inline;
	float:left;
	margin: 0px;
	margin-top: 47px;
	padding: 0px;
	width: 735px;
}
#rightc{
	display: inline;
	float:left;
	margin: 0px;
	padding: 0px;
	width: 224px;
	z-index:2;
}
#logo {
	padding-left: 59px;
	padding-top: 4px;
}
#menu {
	background-image:url(../images/bg-header.gif);
	background-repeat:no-repeat;
	position:absolute;
	left: 0px;
	top: 0px;
	padding-left:33px;
	padding-right:32px;
	padding-top:25px;
	width:959px;
	height:26px;
	z-index:1;
}
* html #menu {  /* This is the Tan hack */
	width: 1024px; 
	w\idth: 959px; 
	}
#mainimage {
	width:735px;
	height:260px;
}
#maincopy {
	width:695px;
	padding-left: 20px;
	padding-right: 20px;
}
* html #menu {  /* This is the Tan hack */
	width: 735px; 
	w\idth: 695px; 
	}
#footer {
	clear:both;
	background-image: url(../images/bg-footer.gif);
	background-repeat:no-repeat;
	color: #FFFFFF;
	width:959px;
	height:50px;
	margin: auto;
	padding-left: 33px;
	padding-right: 32px;
}
* html #footer {  /* This is the Tan hack */
	width: 1024px; 
	w\idth: 959px; 
	}
#footerleft {
	float:left;
	padding-top: 15px;
	width: 575px;
}
#footeremail {
	float:left;
	padding-top: 11px;
	width: 207px;
}
#footerright {
	float:left;
	padding-top: 12px;
	width: 176px;
}


#quotes {
	background-image: url(../images/bg-quote.gif);
	background-repeat: no-repeat;
	padding-top:12px;
	padding-right:12px;
	padding-left: 16px;
	width:197px;
	height:185px;
	margin-top: 20px;
}
* html #quotes {  /* This is the Tan hack */
	width: 225px; 
	w\idth: 197px; 
	}
#healthlogos {
	padding-top:10px;
	padding-left: 13px;
}

#btnwrap {
	position: relative;
}
#btn1 {
	position:absolute;
	left:78px;
	top:60px;
	width:125px;
	height:49px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#btn2 {
	position:absolute;
	left:313px;
	top:30px;
	width:123px;
	height:87px;
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}
#btn3 {
	position:absolute;
	left:549px;
	top:35px;
	width:113px;
	height:73px;
	z-index:3;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #7DCBC1;
}
a:active {
	text-decoration: none;
	color: #1E3465;
}

.required {
	color: #FF3300;
	font-size: 0.8em;
}

/** ------------------------------------------------------ **/
/** ------------------- form ------------------------- **/

form {
  margin: 0px;
  padding: 0px;
  }
fieldset {
  border: 0px;
  padding: 0px;
  width: auto;
  }
legend {
  display: none;
  }
form fieldset div {
  padding-bottom: 0px;
  clear: both;
  overflow:auto;
  }
fieldset div input {
  border: 1px solid #cdcdcd;
  float: left;
  margin-right: 10px;
  padding: 3px;
  width: 315px;
  }
fieldset div textarea {
  border: 1px solid #cdcdcd;
  float: left;
  margin-right: 10px;
  margin-bottom: 3px;
  padding: 3px;
  width: 315px;
  }
fieldset div select {
  float: left;
  margin-right: 10px;
  width: 315px;
  }
input.buttons {
  float: none;
  margin-left: 10px;
  margin-right: 0px;
  width: auto;
}

form fieldset p {
  padding-bottom: 10px;
  margin: 0px;
  clear: both;
  }
label {
  display:block;
  float: left;
  width: 150px;
  margin-right: 10px;
  padding-bottom: 10px;
  }

