body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 12px;
	line-height: 20px;
	color: #000099;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #000099;
}

a img {
	border: none;
}

#wrapper {
	width: 800px;
	margin: auto;
	background-image: url(../images/header-image.jpg);
	background-repeat: repeat-x;
}
#menucontainer {
	margin: 0;
}
/*- Start Menu--------------------------- */
#menu {
   font-family: Georgia, "Times New Roman", Times, serif;
   margin: 0;
   width: 800px;
}
#menu ul {
    margin: 0;
	line-height: normal;
    list-style: none;
}
#menu li {
     display: inline;
     margin: 0;
     padding: 0;
}
#menu a {
     float: left;
     background: url("../images/tableft.gif") no-repeat left top;
     margin: 0;
     padding: 0 1px 0 4px;
     text-decoration: none;
	 font-weight: normal;
}
#menu a span {
     display: block;
     background: url("../images/tabright.gif") no-repeat right top;
     padding: 7px 15px 6px 9px;
     color: #000099;
}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float: none;}
    /* End IE5-Mac hack */
#menu a:hover {  
}
#menu a:hover span {
    color: #000099;
	text-decoration: underline;
}
#menu #current a {
    background-position: 0% -42px;
}
#menu #current a span {
    color: #000099;
	background-position: 100% -42px;
}
/*- End Menu --------------------------- */
#leftcontainer {
	float: left;
	padding: 30px 0 0 0;
	margin: 0;
	width: 545px;
}

#rightcontainer {
	float: right;
	text-align: center;
	padding: 30px 0 0 0;
	margin: 0;
}

#bulletcontainer {
	margin: 0;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	width: 130px;
	padding: 0 0 0 30px;
}
#logocontainer {
	position: absolute;
	top: -110px;
	right: 60px;
}
#logocontainer.healthy-pages {
	top: -260px;
	right: 30px;
}

#footer {
	position: relative;
	clear: both;
	width: 100%;
	text-align: center;
	margin: 30px 0 0 0;
	height: 40px;
}
hr {
	background: #6699CC;
	height: 5px;
	color: #6699CC;
}
.legal a {
	font-size: 11px;
}
.legal {
	font-size: 11px;
}

h3 {
color: #5A8DBC;
margin-top:10px;
}

h3.treatment a {
color: #5A8DBC !important;
font-size: 17px;
}

h3.treatment a:hover {
color: #3B3C9F !important;
}

a.footnote {
text-decoration: none !important;
}

ul.contact_locations {
	margin: 0;
	padding: 0;
	float: left;
	width: 535px;
	margin: 0 0;
}

ul.contact_locations li {
	float: left;
	margin: 0 90px 0 0;
	width: 220px !important;
	list-style: none;
}

ul.contact_locations li ul {
	margin: 0 0 20px 0 !important;
}

ul li ul li {
	border: none !important;
}

ul.contact_locations li.last {
	margin: 0;
}

ul.contact_locations li.last {
	margin: 0 0 0 0;
}

ul.contact_locations h4 {
	font-weight: bold;
	color: #333333;
	margin: 0 0 4px 0;
	font-size: 1.3em;
}

ul.contact_locations li ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	clear: right;
}
ul.contact_locations li ul li {
	float:left;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 0.95em;
	list-style: none;
	width: 500px;

}

ul.contact_locations li a.map-link {
	float:left;
	clear:left;
}

ul.contact_locations li a img {
	border: solid #999999 1px;
}

ul.contact_locations li a:hover img {
	border: solid #CCCCCC 1px;
}

span.email {
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
}

span.small_contact {
	display: block;
}

span.read_more {
	display: none;
	margin: 10px 0 0 0;
	text-decoration: underline;	
}

span.over {
	color: green 1px;
}

.clear {
clear:both;
}


form.contact-form input.submit {
	margin: 10px 0 10px 317px;
	cursor: pointer;
}

form.contact-form {
background: #EFF8FF;
padding: 10px;
border: solid #CCCCCC 1px;
}

form.contact-form fieldset {
	border: none;
}

form fieldset div {
	margin: 0 0 10px 0;
}

form.contact-form fieldset label {
	width: 130px;
	float: left;
}
form.contact-form span.error {
	color: #FF0000;
	margin: 0 0 0 130px;
}


form fieldset input, form fieldset textarea {
	padding: 2px;
	border: solid #679AC5 1px;
}

p.note {
	font-style: italic;
	font-size: 11px;
}

span.error {
display: block;
}

div.gift-text {
	background: #5F94BF;
	color: #FFFFFF;
	padding: 10px;
}

div.gift-text h3 {
	color: #FFFFFF;
	margin: 0;
	border-bottom: solid #FFFFFF 1px;
}

div.message {
	background: #5F94BF;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 25px 0;
}



