@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	background: #fcf8e9 url(images/bg.jpg) repeat-x center top;
	text-align: center;
	}
	
#header {
	width: 905px;
	padding: 0 0 0 5px;
	height: 120px;
	margin: 0 auto;
	text-align: left;
	}
	
#header h1 {
	float: left;
	width: 320px;
	height: 120px;
	}

#header h1 a {
	display: block;
	width: 320px;
	height: 120px;
	background: url(images/logo.gif) no-repeat left top;
	text-indent: -9999em;
	}
	
#header .aux {
	float: right;
	/* width: 280px; */
	width: 245px;
	padding: 15px 0 0;
	font: normal 11px/11px Verdana, Arial, Helvetica, sans-serif;
	}
	
#header .aux p {
	border-bottom: 1px solid #e1d8b1;
	padding: 0 0 10px 15px;
	color: #e1d8b1;
	}
	
#header .aux p a {
	color: #603913;
	text-decoration: none;
	}
	
#header .aux p a:hover {
	text-decoration: underline;
	}
	
#header .aux form {
	display: block;
	padding: 6px 0 0 15px;
	}

#header .aux form label {
	float: left;
	color: #603913;
	padding: 4px 0 0 0;
	}
	
#header .aux form input.text {
	padding: 3px;
	margin: 0 0 0 7px;
	border: 1px solid #e1d8b1;
	float: left;
	display: inline;
	/* width: 150px; */
	width: 115px;
	}
	
#header .aux form input.button {
	width: auto;
	margin: 0 0 0 7px;
	float: left;
	display: inline;
	font: bold italic 14px/14px Georgia, "Times New Roman", Times, serif;
	border: none;
	color: #900;
	cursor: pointer;
	background: none;
	padding: 2px;
	}
	
ul#nav {
	width: 896px;
	padding: 0 7px;
	height: 30px;
	text-align: left;
	margin: 0 auto;
	}
	
ul#nav li {
	float: left;
	height: 30px;
	padding: 0 13px;
	background-position: left top;
	list-style: none;
	}
	
ul#nav li.n-home { background-image: url(images/n-home-68.gif); width: 42px; }
ul#nav li.n-profiles { background-image: url(images/n-profiles-148.gif); width: 122px; }
ul#nav li.n-services { background-image: url(images/n-services-88.gif); width: 62px; }
ul#nav li.n-patients { background-image: url(images/n-patients-124.gif); width: 98px; }
ul#nav li.n-forms { background-image: url(images/n-test-152.gif); width: 126px; }
ul#nav li.n-locations { background-image: url(images/n-locations-96.gif); width: 70px; }
ul#nav li.n-appointments { background-image: url(images/n-appointments-130.gif); width: 104px; }
ul#nav li.n-faq { background-image: url(images/n-faq-56.gif); width: 30px; }

ul#nav li.on {
	background-position: left bottom !important;
	}

ul#nav li a {
	display: block;
	height: 30px;
	background: url(images/line.gif) repeat-x left -2px;
	text-indent: -9999em;
	}

ul#nav li a:hover {
	background-position: left 22px;
	}
	
ul#nav li.on a {
	background: none !important;
	}
	
#masthead {
	margin: 0;
	background: url(images/masthead2.jpg) repeat-x center top;
	height: 250px;
	}
	
#masthead div {
	width: 900px;
	height: 250px;
	padding: 0 5px;
	margin: 0 auto;
	overflow: hidden;
	}
	
#wrapper {
	width: 905px;
	padding: 0 0 0 5px;
	margin: 0 auto;
	text-align: left;
	}

.w900 {
	float: none;
	clear: both;
	width: 900px;
	}
	
.w610 {
	float: left;
	width: 610px;
	}
	
.w450 {
	float: left;
	width: 450px;
	}
	
.w320 {
	float: left;
	width: 320px;
	}

.w280 {
	float: left;
	width: 280px;
	padding: 0 0 0 10px;
	}

h2 {
	font: bold italic 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #900;
	margin: 0 5px 12px 0;
	padding: 20px 15px 10px;
	border-bottom: 1px solid #e1d8b1;
	}
	
.content h3 {
	font: bold 14px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #192345;
	margin: 0 15px 12px;
	}
	
.content h3 strong {
	font: bold italic 32px/32px Georgia, "Times New Roman", Times, serif;
	color: #900;
	display: block;
	text-indent: -5px;
	}
	
.content h4 {
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #4a2c21;
	margin: 0 15px 8px;
	}
	
.content p,
.content ul,
.content ol {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	margin: 0 15px 12px;
	}
	
.content li {
	margin: 0 20px 3px;
	}

.content ul li {
	list-style: square;
	}
	
.content p.intro {
	font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e1d8b1;
	padding: 0 15px 12px;
	margin: 0 0 12px;
	}
	
.content img.right {
	float: right;
	border: 8px solid #fff;
	margin: 0 0 10px 10px;
	}
	
.content a,
.sidebar a {
	color: #192345;
	}

.sidebar h4 {
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #4a2c21;
	margin: 0 15px 3px;
	}	

.sidebar p,
.sidebar ul,
.sidebar ol {
	font: normal 11px/16px Helvetica, Arial, sans-serif;
	margin: 0 15px 12px;
	}
	
.sidebar li {
	margin: 0 20px 3px;
	}

.sidebar ul li {
	list-style: square;
	}
	
/* profiles */

.content ul.profiles {
	margin: 0 0 12px 15px;
	}
	
.content ul.profiles li {
	float: left;
	width: 166px;
	padding: 0 10px 0 0;
	list-style: none;
	margin: 0;
	}

.content ul.profiles li a {
	display: block;
	width: 166px;
	}

.content ul.profiles li a img {
	display: block;
	border: 8px solid #fff;
	margin: 0 0 6px;
	}
	
.content ul.profiles li a p {
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	margin: 0 8px;
	height: 42px;
	overflow: hidden;
	}	

/* services */

.content ul.services {
	font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px 12px;
	}

.content ul.services li {
	list-style: none;
	margin: 0;
	display: inline;
	}
	
.content ul.services li a {
	display: block;
	border-top: 1px dotted #e1d8b1;
	padding: 6px 5px;
	text-decoration: none;
	}
	
.content ul.services li a:hover {
	text-decoration: underline;
	background: #fff;
	}
	
.content ul.services li.promo a {
	font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif;
	padding: 8px;
	background: #192345;
	color: #fff;
	border: 1px solid #d2c89c;
	}
	
/* locations */

.content ul.locations {
	margin: 0 10px 12px;
	}

.content ul.locations li {
	list-style: none;
	margin: 0;
	display: block;
	border-top: 1px dotted #e1d8b1;
	padding: 6px 5px;
	}
	
.content ul.locations li.main {
	margin: 0 0 2px;
	border-bottom: 1px dotted #e1d8b1;
	}
	
.content ul.locations li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.content ul.locations li.main a {
	font-size: 14px;
	}
	
.content ul.locations li a:hover {
	text-decoration: underline;
	background: #fff;
	}	

/* careers */
	
.w900 table {
	width: 880px;
	}

table {
	margin: 0 10px 12px;
	}

table th {
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #4a2c21;
	padding: 5px;
	vertical-align: bottom;
	}
	
table td {
	padding: 5px;
	vertical-align: top;
	font: normal 12px/14px Helvetica, Arial, sans-serif;
	border-top: 1px dotted #e1d8b1;
	}

.content table .alt td,
.content table td.alt {
	background: #fff;
	}

.content table td h4 {
	margin: 0;
	}		
	
.content table td p,
.content table td ul,
.content table td ol {
	margin: 0 0 6px;
	}
	
/* forms */

.content table label {
	display: block;
	padding: 4px 0;
	font: bold 12px/14px Helvetica, Arial, sans-serif;
	white-space: nowrap;
	}	

.content input,
.content select,
.content textarea,
.content table label input.text {
	border: 1px solid #d2c89c;
	padding: 3px;
	font: normal 12px/12px Helvetica, Arial, sans-serif;
	}

.content input.button {
	font: bold 12px/12px Verdana, Arial, Helvetica, sans-serif;
	padding: 6px;
	background: #900;
	color: #fff;
	}
	
.content table label.check {
	font-weight: normal;
	padding: 4px 0 0;
	}

.content table label input {
	border: none;
	padding: 0;
	}
	
/* details */
	
.w610 .iframe {
	border: 8px solid #fff;
	width: 580px;
	margin: 0 0 12px 7px;
	overflow: hidden;
	}
	
.w610 iframe {
	border: none;
	width: 580px;
	}
	
.content p.return,
.sidebar p.return {
	margin: 0;
	padding: 12px 15px;
	background: #e1d8b1;
	font: bold italic 14px/14px Georgia, "Times New Roman", Times, serif;
	}
	
.content p.return a,
.sidebar p.return a {
	text-decoration: none;
	font: bold 13px/14px Verdana, Arial, Helvetica, sans-serif;
	}
	
.content p.return a:hover,
.sidebar p.return a:hover {
	text-decoration: underline;
	}

/* new patient registration */

ul#reg-pag {
	border-bottom: 1px solid #e1d8b1;
	margin: 0 0 10px;
	height: 25px;
	padding: 0 10px;
	}

ul#reg-pag li {
	float: left;
	border: 1px solid #e1d8b1;
	border-bottom: none;
	list-style: none;
	margin: 0 3px 0 0;
	padding: 6px 7px 0;
	height: 18px;
	background: #e1d8b1;
	font: normal 12px/12px Verdana, Arial, Helvetica, sans-serif;
	}

ul#reg-pag li.on {
	font-weight: bold;
	height: 19px;
	color: #192345;
	background: #fcf8e9;
	}
	
ul#reg-pag li.procrastinate {
	float: right;
	margin: 0;
	border: none;
	padding: 7px 0 0;
	font-weight: bold;
	background: none;
	}

ul#reg-pag li.procrastinate a {
	text-decoration: none;
	border-bottom: 1px dotted #192345;
	}
	
/* homepage content */
	
#welcome {
	background: url(images/welcome.jpg) no-repeat left top;
	padding: 120px 0 0;
	}

#welcome h3,
#welcome p {
	margin-bottom: 6px !important;
	}

.widget h3 {
	font: bold 18px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #900;
	margin: 0 0 6px;
	}
	
.widget h4 {
	font: bold 12px/16px Helvetica, Arial, sans-serif;
	color: #4a2c21;
	margin: 0 0 6px;
	}	
	
.widget h5 {
	font: bold 11px/16px Helvetica, Arial, sans-serif;
	color: #000;
	margin: 0 0 3px;
	}
	
.widget p,
.widget ul {
	font: normal 11px/16px Helvetica, Arial, sans-serif;
	margin: 0 0 6px;
	}
	
.widget li {
	list-style: square;
	margin: 0 0 0 20px;
	}
	
.widget p.more {
	font: bold italic 14px/14px Georgia, "Times New Roman", Times, serif;
	color: #192345;
	height: 27px;
	padding: 13px 0 0;
	}
	
.widget p.more a,
.widget p.more input.button {
	color: #192345;
	font: bold 13px/14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	}
	
.widget p.more a:hover,
.widget p.more input.button:hover {
	text-decoration: underline;
	}

.f-location {
	background: url(images/f-location.gif) no-repeat left top;
	height: 340px;
	margin: 10px 0 0;
	padding: 15px 15px 0;	
	}

.f-location h3 {
	height: 22px;
	margin: 0;
	}

.f-location p {
	height: 18px;
	margin: 0;
	}
	
.f-location a.map {
	height: 260px;
	display: block;
	text-indent: -9999em;
	}
	
.f-patient {
	background: url(images/f-patient.gif) no-repeat left top;
	height: 120px;
	padding: 25px 0 0 15px;
	}
	
.f-patient h3 {
	height: 70px;
	width: 100px;
	margin: 0;
	}
	
.f-profile {
	background: url(images/f-profile.gif) no-repeat left top;
	height: 205px;
	padding: 15px 15px 0;
	}

.f-profile h3 {
	height: 25px;
	margin: 0;
	}

.f-profile img {
	float: right;
	border: 2px solid #fff;
	}
	
.f-profile div {
	height: 140px;
	overflow: hidden;
	}
	
.f-login,
.f-logout {
	background: url(images/f-profile.gif) no-repeat left top;
	height: 205px;
	padding: 15px 15px 0;
	}

.f-login h3,
.f-logout h3 {
	height: 25px;
	margin: 0;
	}

.f-login p.error {
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	color: #900;
	margin: 0 0 10px;
	}

.f-login p.input {
	margin: 0;
	height: 30px;
	}

.f-login p.input label {
	float: left;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	padding: 6px 0 0;
	}

.f-login p.input input.text {
	float: right;
	background: #fff;
	border: 1px solid #d2c89c;
	padding: 4px;
	width: 160px;
	}

/* footer */
	
#footer {
	clear: both;
	width: 900px;
	padding: 10px 0 0;
	}
	


#footer p {
	font: normal 10px/10px Verdana, Arial, Helvetica, sans-serif;
	color: #603913;
	border-top: 1px solid #e1d8b1;
	padding: 10px 15px;
	}
	


#footer a {
	color: #192345;
	}

	
/* etc */

.nowrap { white-space: nowrap !important; }
.center { text-align: center !important; }
	
.w900 iframe {
	margin: 0 15px;
	width: 870px;
	}	