@charset "UTF-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, strong, em, a, p,  img, label, table, td, tr, th {
	margin:0;
	padding:0;
	background:none;
	border:none;
	clear:none;
	float:none;
	text-align:left;
	list-style:none;
	color: #000;
	font-weight:normal;
}

strong {
	font-weight:600;
}
html {
	font-size: 68.75%;
	font-family: Arial, Helvetica, sans-serif;
}

html>body {
	font-size:11px;
}

body {
	background:#fff url(images/gradBG.jpg) top left repeat-x;
	text-align:center;
	margin:5px 0;
}

a {
	color:#95193A;
	text-decoration:underline;
}

a:hover, a:visited {
	text-decoration:underline;
	color:#95193A;
}

p, #bodytext ul {
	margin-top:0.8em;
	margin-bottom: 0.85em;
	padding-top: 0.65em;
	color:#000;
}

#bodytext ul {
	list-style-type:circle;
	display:inline;
	margin-bottom:1.6em;
}

#bodytext li {
	margin-top:1.6em;
	list-style-type:circle;
	margin-left:1.6em;
}

#bodytext li img {
	padding: 0.35em 0 0.3em 0;
}

body.clinics #bodytext li {
	width: 45%;
	height:9.9em;
	float:left;
}

#bodytext p {
	margin-top:0;
	margin-bottom:1.65em;
}

#container {
	position:absolute;
	top:5px;
	left: 50%;
	width:800px;
	height:auto;
	overflow:visible;
	padding:0;
	margin-left:-400px;
	border:none;
	font: 1em/1.65em Arial, Helvetica, sans-serif;
	background:#DBD8E2;
}


#header {
	position:absolute;
	height:250px;
	width:800px;
	padding:0;
	margin:0;
	overflow:hidden;
	top:0;
	left:0;
	background: #988DAC;    /* background:#9db2be; */
}

#menu {
	position:absolute;
	height:30px;
	top:250px;
	left: 0;
	width: 800px;
	background:#988DAC;
	padding:0;
	margin:0;

}

#menu li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	width:113px;
	height:30px;
	text-transform:lowercase;
	border-right: 1px solid #fff;
	color:#000;
	float:left;
}

#menu li a {
	margin:0;
	padding:7px 0 0 0;
	border:none;
	width:113px;
	height:23px;
	color:#fff;
	text-decoration:none;
	font-size:1.2em;
	text-align:center;
	float:left;
}

#menu li a:hover {
	background:#756C85;
}

#imagestrip {
	position:absolute;
	height:200px;
	width:800px;
	padding:0;
	margin:0;
	top:50px;
	left:0;
	background-color:#fff;
	text-align:left;
}

#bigImg {
	margin-top:-50px;
	background:#756C85;
	padding-top:50px;
	width:417px;
	height:200px;
	position:absolute;
	top:0;
	left:282px;
}

#footer {
	height:35px;
	width:800px;
	padding:0;
	border:0;
	left:0;
	background: #988DAC;   
	text-align:center;
	color:#CCC;
	margin-top:-10px;
}

#footer p {
	text-align:center;
	margin-top:10px;
	color:#CCC;
}

#bodytext {
	position:relative;
	height:auto;
	width:407px;
	padding-top:315px;
	padding-left:292px;
	margin-bottom: 0;
	color:#FFF;
	font: 1em/1.65em Arial, Helvetica, sans-serif;
	background:url(images/mainBG.gif) no-repeat;
	background-position: 0px 315px;
	text-align:left;
	/*border: 1px solid red; */
}

#bodytext h1 {
	font: 1.7em/1.65em Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#95193a;
	margin-left:-220px;
	text-transform:lowercase;
	border-bottom:2px solid #756C85;
	margin-bottom:1em;
}

#bodytext #intro {
	margin-left:-220px;
	width:165px;
	float:left;
	top:0;
	left:0;
}

#bodytext h2 {
	font: 1em/1.65em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
}

#footerLogo {
	text-align:left;
	position:relative;
	left: -200px;
	top: -153px;
	width:120px;
	height:153px;
	margin:0;
	padding:0;
}

#footer a {
	color:#fff;
}

#menu .last {
	border:none;
}

img.floatLeft {
	border: 1px solid #988DAC;
	padding: 3px;
	background:#fff;
	float:left;
	margin: 0 1em 1.6em 0;
}

h3 {
	color:#95193a;
}

#bodytext li.empty {
	list-style:none;
}