@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #565068;
	background: #E5D5B4 url(../images/bg.jpg) no-repeat top center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}
a {
	color: #526F8B;
}
a:hover {
	color: #a65a85;
}
#container {
	width: 704px;
	margin: 15px auto 25px auto;
}
#masthead {
	height: 179px;
	width: 704px;
	margin-bottom: 6px;
}
#nav {
	background: url(../images/bg_nav.gif) no-repeat;
	height: 30px;
	width: 698px;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 700;
	padding: 0 3px;
}
#guts {
	background: url(../images/bg_container.gif) repeat-y;
	width: 664px;
	border-top: 1px solid #bcb197;
	font-size: 12px;
	color: #565068;
	padding: 20px;
}
#content {
	width: 485px;
	padding-right: 18px;
	float: left;
	font-size: 13px;
	text-align: left;
}
#content ul li {
	margin: 0 0 10px 25px;
}
#right_column {
	width: 160px;
	float: left;
}
#footer {
	background: url(../images/bg_footer.gif) no-repeat bottom center;
	padding: 7px;
	width: 690px;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}
h1 {
	font-size: 18px;
	margin-bottom: 16px;
}
h2 {
	font-size: 15px;
	margin-bottom: 16px;
}
h3 {
	font-size:14px;
	margin-bottom: 10px;
}
#appointments, #survey {
	font-size: 15px;
	background: url(../images/bg_appointment.gif) no-repeat;
	text-align: center;
	display: block;
	height: 75px;
	width: 158px;
	margin-top: 15px;
}
#appointments a, #survey a {
	font-weight: 700;
	text-decoration: none;
	padding: 20px;
	display: block;
	width: 100px;
	margin: auto;
	color: #565068;
}
#appointments a:hover, #survey a:hover {
	color: #C278A2;
}

#survey {
font-size:12px;
}

#survey a {
padding:16px 0;
}

#banner {
	display: block;
	width: 158px;
}
#content_left {
	float: left;
	width: 230px;
	padding-right: 10px;
	line-height: 1.6em;
}
#content_left h2 {
	background: #f1e6c9 url(../images/provider_bg.gif) repeat-x;
	text-align: center;
	padding: 3px;
}
#content_left h3 {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
}
#content_left p {
}
#content_right {
	float: left;
	width: 230px;
	padding-left: 10px;
	line-height: 1.6em;
}
#content_right h2 {
	background: #f1e6c9 url(../images/provider_bg.gif) repeat-x;
	text-align: center;
	padding: 3px;
}
#content_right h3 {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
}
/*-----TABEL-----*/
table {
	width:475px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:1em auto;
	border-collapse:collapse;
	}
tr.odd  td {
	background: #f8f0df;
	color: #333;
	}
td {
	color:#333;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding:3px;
	font-size: 12px;
	background: #fff9ed;
	text-align: left;
	}				
th {
	font-weight: 700;
	font-size: 12px;
	color: #565068;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding:3px;
	background: #f1e6c9;
	}
thead th {
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #565068;
	}

/*---BIO---*/

#bio {
	background: url(../images/bio_bg.gif) repeat-x top center;
	font-size: 12px;
	color: #565068;
	padding: 10px;
	float: left;
	width: 456px;
}
#bio h1 {
	padding: 0;
	margin: 0;
}
#bio_photo {
	float: left;
	width: 140px;
	height: 100%;
}
#bio_photo img {
	padding: 3px;
	border: 1px solid #f1e6c9;
	background: #f4f4f4;
}
#bio_info {
	float: left;
	width: 280px;
}
select {
	width: 150px;
}
#back {
	background: #f4f4f4;
}

.doctor {
	width: 476px;
	border-top: 1px solid #ccc;
	margin: 0 4px;
}
.name {
	width: 162px;
	padding: 3px;
	height: 32px;
	float: left;
}
.location {
	width: 149px;
	height: 32px;
	padding: 3px;
	float: left;

}
.practice {
	width: 145px;
	height: 32px;
	padding: 3px;
	float: left;
}a.flu-btn {
	font-size: 15px;
	background-image: url(../images/flu_button.gif);
	background-repeat: no-repeat;
	display: block;
	height: 43px;
	width: 240px;
	margin-bottom: 4px;
	padding-left: 207px;
	line-height: 18px;
	color: #2d6499;
	text-decoration: none;
	padding-right: 20px;
	padding-top: 8px;
}
a.flu-btn:hover {
	color: #a65a85;
}
