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


body {
	text-align: left;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.6em;
	background-color: #700000;
	margin: 0px;
}

* html {
    overflow: hidden;
}

/* Image preview hover classes */

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #ffffff;
	padding: 5px;
	left: -1000px;
	border: 1px dashed #700000;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -200px;
	left: 0px; /*position where enlarged image should offset horizontally */
}

/* End image preview hover classes */


.column_container {
	padding:0;
	background-color: #FFFFFF;
	position: relative;
	width: 700px;
	float: left;
	clear: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-image: url(../images/column_bg.jpg);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.left_column {
	float: left;
	width: 325px;
	margin: 0px;
	padding: 10px;
}

.left_column_doctor {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 10px;
}

.center_column {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 350px;
	padding: 10px;
	width: 325px;
}

.right_column {
	float:right;
	width:325px;
	margin:0px;
	padding: 10px;
}

.right_column_doctor {
	float:right;
	width:450px;
	margin:0px;
	padding: 10px;
}
.services_list_left {
	float: left;
	width: 125px;
	position: relative;
}
.services_list_right {
	width: 125px;
	position: relative;
	float: right;
}

.cleaner {
	clear: both;
}

a:link {
	text-decoration: none;
	color: #700000;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #700000;
}

a:active {
	text-decoration: none;
}
h1  {
	font-size: 1.7em;
	color: #700000;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

h3 {
	font-size: 1em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #700000;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

.wrapper {
	text-align: left;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-y;
	position: relative;
}

.header {
	position: relative;
	height: 325px;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	float: left;
	background-image: url(../images/flash_bg.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.content_container {
	position: relative;
	width: 900px;
	height: auto;
	text-align: left;
	clear: left;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-color: #FFFFFF;
}
.content {
	float: right;
	position: relative;
	width: 725px;
}

.footer {
	clear: left;
	position: relative;
	padding: 0px;
	height: 300px;
	width: 900px;
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-color: #CCCCCC;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}
.visit a {
	height: 30px;
	width: 200px;
	margin-left: 350px;
	text-align: center;
	background-image: url(../images/visit_valley_medical_spa.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	position: relative;
	float: left;
}
.visit a:hover {
	height: 30px;
	width: 200px;
	margin-left: 350px;
	text-align: center;
	background-image: url(../images/visit_valley_medical_spa_hover.png);
	background-repeat: no-repeat;
	color: #FFFFCC;
	text-decoration: underline;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	position: relative;
	float: left;
}
.menu {
	float: left;
	position: relative;
	z-index: 10000;
	width: 150px;
}
.logo {
	float: left;
	position: relative;
	height: 182px;
	width: 365px;
	margin-left: 75px;
	margin-right: 460px;
	clear: left;
	margin-top: 0px;
}
.copyright {
	padding: 0px;
	float: left;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	position: relative;
}
.copyright p {
	margin: 0px;
	padding: 0px;
}
.adobe_acrobat_reader {
	padding: 0px;
	float: left;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	position: relative;
}
.social_networking {
	padding: 0px;
	float: right;
	margin-top: 35px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	width: 80px;
}
.facebook {
	float: left;
	position: relative;
}
.twitter {
	float: left;
	position: relative;
}
.home_top {
	float: left;
	width: 700px;
	position: relative;
	height: 350px;
	background-image: url(../images/mia_lynne_van_eken_isolated.jpg);
	background-position: 0px 45px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.home_announcement {
	position: relative;
	width: 700px;
	float: right;
	background-image: url(../images/announcements_bg.png);
	background-repeat: no-repeat;
	height: 60px;
}
.announcement {
	float: left;
	width: 375px;
	position: relative;
	padding-top: 10px;
}
.announcement-title {
	float: left;
	width: 265px;
	position: relative;
	padding-top: 15px;
	padding-left: 10px;
}
.home_masthead {
	float: left;
	margin-left: 275px;
	position: relative;
	margin-top: 25px;
	width: 425px;
}
.home_subhead {
	float: left;
	position: relative;
	margin-left: 275px;
	margin-top: 10px;
	clear: left;
	width: 425px;
}
.read_more a {
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 125px;
	position: relative;
	float: right;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.4em;
	text-decoration: none;
	line-height: 1.6em;
	font-weight: normal;
	margin-top: 10px;
}
.read_more a:hover {
	background-image: url(../images/button_hover.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 125px;
	position: relative;
	float: right;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.4em;
	text-decoration: none;
	line-height: 1.6em;
	font-weight: normal;
	margin-top: 10px;
}
.page_subheads {
	position: relative;
	width: 700px;
	height: 30px;
	margin-top: -30px;
	background-image: url(../images/page_subheads_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	clear: none;
}
.column_container_subhead {
	padding:0;
	position: relative;
	width: 650px;
	float: left;
	clear: left;
	height: 30px;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
}
.left_column_subhead {
	float: left;
	width: 325px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.left_column_subhead {
	float: left;
	width: 325px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.left_column_doctor_subhead {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
	float: left;
	width: 200px;
	position: relative;
}
.right_column_subhead {
	float:right;
	width:283px;
	margin:0px;
	padding: 0px;
}
.right_column_wide_subhead {
	float:right;
	width:400px;
	margin:0px;
	padding: 0px;
}
.page_subhead_arrow {
	float: left;
	height: 26px;
	width: 61px;
	position: relative;
	margin-top: 4px;
	margin-left: 10px;
	display:none;
}
.fixed_column_height {
	height: 100px;
}
.left_column_subhead_3_column {
	float: left;
	width: 850px;
	margin: 0px;
	padding: 0px;
}
.left_column_1_column {
	float: left;
	width: 680px;
	margin: 0px;
	padding: 10px;
}
.practice_top {
	float: left;
	width: 700px;
	position: relative;
	height: 275px;
	background-image: url(../images/nancy_ference_isolated.jpg);
	background-position: right 10px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.practice_masthead {
	float: left;
	margin-left: 25px;
	position: relative;
	margin-top: 25px;
	width: 500px;
}
.practice_subhead {
	float: left;
	position: relative;
	margin-left: 25px;
	margin-top: 10px;
	clear: left;
	width: 450px;
}
.schedule_top {
	float: left;
	width: 700px;
	position: relative;
	height: 275px;
	background-image: url(../images/doctors_group.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.midwives_top {
	float: left;
	width: 700px;
	position: relative;
	height: 275px;
	background-image: url(../images/janice_bovee.jpg);
	background-position: 400px bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.family_top {
	float: left;
	width: 700px;
	position: relative;
	height: 275px;
	background-image: url(../images/doctors_large_group.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.schedule_masthead {
	float: left;
	margin-left: 25px;
	position: relative;
	margin-top: 25px;
	width: 500px;
}
.schedule_subhead {
	float: left;
	position: relative;
	margin-left: 25px;
	margin-top: 10px;
	clear: left;
	width: 650px;
}
.midwives_subhead {
	float: left;
	position: relative;
	margin-left: 25px;
	margin-top: 10px;
	clear: left;
	width: 250px;
}
.photo_top {
	float: left;
	width: 700px;
	position: relative;
	height: 275px;
	background-image: url(../images/gilbert_office_outside.jpg);
	background-position: 300px bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.photo_masthead {
	float: left;
	margin-left: 25px;
	position: relative;
	margin-top: 25px;
	width: 500px;
}
.photo_subhead {
	float: left;
	position: relative;
	margin-left: 25px;
	margin-top: 10px;
	clear: left;
	width: 250px;
}
.left_column_2_column {
	float: left;
	width: 540px;
	margin: 0px;
	padding: 10px;
}
.column_two {
	float: left;
	width: 680px;
	margin: 0px;
	padding: 10px;
}
.left_column_subhead_2_column {
	float: left;
	width: 546px;
	margin: 0px;
	padding: 0px;
}
.careers_subhead {
	float: left;
	position: relative;
	margin-left: 275px;
	margin-top: 10px;
	clear: left;
	width: 425px;
}
.left_column_3_column {
	float: left;
	width: 830px;
	margin: 0px;
	padding: 10px;
}
.right_column_subhead_2_column {
	float:right;
	width:546px;
	margin:0px;
	padding: 0px;
}
.right_column_2_column {
	float:right;
	width:546px;
	margin:0px;
	padding: 10px;
}

.label {
	display: inline;
	width: 75px;
	position: relative;
	float: left;
	height: 25px;
}

.thanks {
	color: #009900;	
}

.error {
	color: #FF0000;	
}
.note {
	font-size: 0.8em;
	line-height: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: italic;
}
.doctors_top {
	float: left;
	width: 700px;
	position: relative;
	height: 275px;
	background-image: url(../images/denise_y_belisle_isolated.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.doctors_masthead {
	float: left;
	margin-left: 300px;
	position: relative;
	margin-top: 25px;
	width: 400px;
}
.doctors_subhead {
	float: left;
	position: relative;
	margin-left: 300px;
	margin-top: 10px;
	clear: left;
	width: 400px;
}
.insurance_top {
	float: left;
	width: 700px;
	position: relative;
	height: 185px;
	background-image: url(../images/doctor_with_clipboard.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.insurance_masthead {
	float: left;
	margin-left: 25px;
	position: relative;
	margin-right: 50px;
	margin-top: 25px;
}
.insurance_subhead {
	float: left;
	position: relative;
	margin-left: 25px;
	margin-top: 10px;
	clear: left;
	width: 450px;
}
.family_subhead {
	float: left;
	position: relative;
	margin-left: 25px;
	margin-top: 10px;
	clear: left;
	width: 600px;
}
.forms_top {
	float: left;
	width: 700px;
	position: relative;
	height: 275px;
	background-image: url(../images/doctor_filling_out_form.jpg);
	background-position: 0px bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.forms_masthead {
	float: left;
	margin-left: 350px;
	position: relative;
	margin-top: 25px;
	width: 350px;
}
.forms_subhead {
	float: left;
	position: relative;
	margin-left: 350px;
	margin-top: 10px;
	clear: left;
	width: 350px;
}
.contact_top {
	float: left;
	width: 700px;
	position: relative;
	height: 275px;
	background-image: url(../images/Receptionist_On_Phone.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.contact_masthead {
	float: left;
	margin-left: 250px;
	position: relative;
	margin-top: 25px;
	width: 400px;
}
.contact_subhead {
	float: left;
	position: relative;
	margin-left: 250px;
	margin-top: 10px;
	clear: left;
	width: 400px;
}
.flash {
	width: 900px;
	height: 325px;
	top: 0px;
	left: 0px;
	position: absolute;
	float: left;
}
.fb-like {
	float:left;
	clear:left;
	width:600px;
	position:relative;
}

.fb-like-text {
	position: relative;
	width: 200px;
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
