@charset "utf-8";
/* CSS Document */

body  {
	font: 80% Arial, Helvetica, sans-serif;
	background-image:url(images/body_bg.jpg); background-repeat:repeat-x;
	background-color:#6e1921;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #414141;
	
	
}
a img {border:none;}



.thrColFixHdr #container { 
	width: 1023px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/footer.jpg); background-repeat:no-repeat; background-position:bottom;
	padding-bottom:50px;
	
} 
.thrColFixHdr #header { 
	background-image:url(images/header.jpg); background-repeat:no-repeat; 
	width:1023px; 
	height:332px;
	padding:0px;
} 
.thrColFixHdr #header h1 {
	position:relative;top:10px; left:125px;
	width:860px;
	color:#a42a35;
	size:20px;
}
#title a img {
	width:592px;
	height:50px;
	margin-top:5px;
	background-image:url(images/title.jpg); background-repeat:no-repeat;
	background-position:0 0;
	}
#title a:hover img {
	background-position:0 -53px;
	background-color:none;
	}

h1,h2,h3 {
	color:#a42a35;
	margin-bottom:0px;
	}
h2.title {
	width:600px;
	}

	/*-----------------------------------SIDEBARS for interior pages ------------------------------------------*/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin:0px 15px 0 0px;
}

	
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin:40px 0px 0 40px;
	font-size:.8em;
}

#sidebar2 ul li {
	padding-bottom:5px;
	}
#sidebar2 ul li a{
	padding:2px;
	}
#sidebar2 ul li a:hover {
	background-color:#d25d68;
	}

/*-----------------------------------------------------for HOME page-----------------------------------------*/
/*-----------------------columns ---------------*/
#sidebarhome_right {
	width:300px;
	float:right;
	}

#sidebarhome_left {
	width:300px;
	float:left;
	}
#sidebarhome_center {
	width:300px;
	float:left;
	margin-left:5px;
	}

/*------------------callout graphics---------------*/
#callouts {
	width:900px;
	padding-top:25px;
	
	}
#callouts * h4{
	color:#fff;
	padding-left:15px;
	font-size:20px;
	font-weight:300;
	margin-top:8px;
	}
#callouts * ul li a{
	color:#414141;
	}
#callouts * ul li a:hover {
	background-color:#d25d68;
	color:#fff;
	}

#calloutpatient {
float:right;
	background-image:url(images/callout_forms.jpg); background-repeat:no-repeat;
	width:300px;
	height:177px;
	}
#callouts #calloutpatient h4 a {
	color:#fff;
	text-decoration:none;
	}

#calloutservices {	
float:left;
	background-image:url(images/callout_bg.jpg); background-repeat:no-repeat;
	width:300px;
	height:177px;
	}

#callouts #calloutservices h4 a {
	color:#fff;
	text-decoration:none;
	}
#calloutlocations {
float:left;
	background-image:url(images/callout_locations.jpg); background-repeat:no-repeat;
	width:300px;
	height:177px;
	}
#callouts #calloutlocations h4 a {
	color:#fff;
	text-decoration:none;
	}
#camelback {
float:right; width:120px; text-align:right;padding-right:10px; margin-top:-15px;
}

#foothills {
	width:140px; padding-left:10px; float:left; margin-top:-15px;
	}


/*-----------------------------------------------------NAVIGATION-------------------------------------------*/
#navigation {
	border-top:2px solid black;
	border-bottom:2px solid black;
	height:34px;
	width:950px;
	margin-left:-20px;
	}
#navigation ul {
	margin-left:-40px;
	margin-top:-2px;
	}
#navigation ul li{
	list-style-type:none;
	display:inline;
	}
/*------------nav graphical buttons------------*/	
#nav_home a img {
	background-image:url(images/nav_home.jpg); background-repeat:no-repeat; background-position:0 0;
	width:87px;
	height:47px;
	float:left;
	display:block;
	}
#nav_home a:hover img, #nav_home_current a:hover img {
	background-position:0 -56px;
	}
#nav_home_current a img {
	background-image:url(images/nav_home.jpg); background-repeat:no-repeat; background-position:0 -56px;
	width:87px;
	height:47px;
	float:left;
	display:block;
	
	}

	
#nav_ob a img {
	background-image:url(images/nav_ob.jpg); background-repeat:no-repeat; background-position:0 0;
	width:117px;
	height:47px;
	float:left;
	display:block;
	}
#nav_ob a:hover img, #nav_ob_current a:hover img {
	background-position:0 -56px;
	}
#nav_ob_current a img {
	background-image:url(images/nav_ob.jpg); background-repeat:no-repeat; background-position:0 -56px;
	width:117px;
	height:47px;
	float:left;
	display:block;
	}	

		
#nav_gyn a img {
	background-image:url(images/nav_gyn.jpg); background-repeat:no-repeat; background-position:0 0;
	width:127px;
	height:47px;
	float:left;
	display:block;
	}
#nav_gyn a:hover img, #nav_gyn_current a:hover img {
	background-position:0 -56px;
	}
#nav_gyn_current a img {
	background-image:url(images/nav_gyn.jpg); background-repeat:no-repeat; background-position:0 -56px;
	width:127px;
	height:47px;
	float:left;
	display:block;
	}	
	

		
#nav_infertility a img {
	background-image:url(images/nav_hospital.jpg); background-repeat:no-repeat; background-position:0 0;
	width:111px;
	height:47px;
	float:left;
	display:block;
	}
#nav_infertility a:hover img, #nav_infertility_current a:hover img {
	background-position:0 -56px;
	}
#nav_infertility_current a img{
	background-image:url(images/nav_hospital.jpg); background-repeat:no-repeat; background-position:0 -56px;
	width:111px;
	height:47px;
	float:left;
	display:block;
	} 	
	
		
#nav_providers a img {
	background-image:url(images/nav_providers.jpg); background-repeat:no-repeat; background-position:0 0;
	width:139px;
	height:47px;
	float:left;
	display:block;
	}
#nav_providers a:hover img, #nav_providers_current a:hover img {
	background-position:0 -56px;
	}	
#nav_providers_current a img {
	background-image:url(images/nav_providers.jpg); background-repeat:no-repeat; background-position:0 -56px;
	width:139px;
	height:47px;
	float:left;
	display:block;
	}	
	
	
	
		
#nav_patient a img {
	background-image:url(images/nav_patient.jpg); background-repeat:no-repeat; background-position:0 0;
	width:144px;
	height:47px;
	float:left;
	display:block;
	}
#nav_patient a:hover img, #nav_patient_current a:hover img {
	background-position:0 -56px;
	}
	
	
	
#nav_patient_current a img {
	background-image:url(images/nav_patient.jpg); background-repeat:no-repeat; background-position:0 -56px;
	width:144px;
	height:47px;
	float:left;
	display:block;
	}	
		
		
#nav_locations a img {
	background-image:url(images/nav_locations.jpg); background-repeat:no-repeat; background-position:0 0;
	width:109px;
	height:47px;
	float:left;
	display:block;
	}
#nav_locations a:hover img, #nav_locations_current a:hover img {
	background-position:0 -56px;
	}
#nav_locations_current a img {
	background-image:url(images/nav_locations.jpg); background-repeat:no-repeat; background-position:0 -56px;
	width:109px;
	height:47px;
	float:left;
	display:block;
	}	
	
			
#nav_contact a img {
	background-image:url(images/nav_contact.jpg); background-repeat:no-repeat; background-position:0 0;
	width:116px;
	height:47px;
	float:left;
	display:block;
	}
#nav_contact a:hover img, #nav_contact_current a:hover img{
	background-position:0 -56px;
	}

#nav_contact_current a img {
	background-image:url(images/nav_contact.jpg); background-repeat:no-repeat; background-position:0 -56px;
	width:116px;
	height:47px;
	float:left;
	display:block;
	}


/*-----------------------------------------CONTENT----------------------------------------------*/	
.thrColFixHdr #mainContent { 
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 50px 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/content_bg_repeat.jpg); background-repeat:repeat-y;
	min-height:700px;
  height:auto !important;
  height:700px;
}

#mainContent ul li {
	padding:0 0 8px 0;
	}
#mainContent #calloutservices ul li {
	padding:0;
	}
 
.thrColFixHdr #mainContent h1 {
	color:#fff;
	}
/*---------------------------------- links --------------------------------------------------*/
#phone a{ 
 	color:#6e1921;
	}
#phone a:hover {
	background-color:#d25d68;
	color:#fff;
	}


li a{ 
 	color:#6e1921;
	}
li a:hover {
	background-color:#d25d68;
	color:#fff;
	}

p a{ 
 	color:#6e1921;
	border:0px solid black;
	}
p a:hover {
	background-color:#d25d68;
	color:#fff;
	padding:0;
	margin:0;
	}
p a img {
	border:0px solid red;
	padding:0;
	margin:0;
	}
p a:hover img {
	background-color:none;
	padding:0;
	margin:0;
	}

table.docs td a {
	text-decoration:none;
	color:#6e1921;
	}
table.docs td a img {
	text-decoration:none;
	}
table.docs td a:hover {
	text-decoration:underline;
	}







table.links {
	width:600px;
	}

table.links td {
	border-bottom:2px solid #cccccc;
	padding:15px 0;
	vertical-align:middle;
	}
	
/*---------------------------------------FOOTER-------------------------------------------------*/
.thrColFixHdr #footer { 
	padding: 1px 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	background-image:url(images/content_bg_repeat.jpg); background-repeat:repeat-y;
	
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:.9em;
	line-height:15px;
}

.thrColFixHdr #footer ul{ 
	margin-left:-0px;
	padding-bottom:0px;
	margin-bottom:0px;
		
	}
.thrColFixHdr #footer ul li {
	display:inline;
	padding-right:10px;
	
	}
.thrColFixHdr #footer ul li a {
	font-size:.9em;
	color:#6e1921;
	padding:2px;
	
	}
.thrColFixHdr #footer ul li a:hover {
	background-color:#d25d68;
	color:#fff;
	}
#urls {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	}
#urls a {
	font-size:.7em;
	color:#000;
	font-weight:100;
	padding:2px;
	
	}
#urls a:hover {
	background-color:#d25d68;
	color:#fff;
	}

/*---------------------------------------other styles-------------------------------------------*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


td {
	vertical-align:top;
	}



.moveup {
	margin-top:-5px;
	margin-left:125px;
	}

.breadcrumbs {
	margin-top:10px;
	font-size:12px;
	}
a.breadcrumb {
	color:#333333;
	}
a:hover.breadcrumb {
	text-decoration:none;
	}
.readabout a {
	font-size:12px;
	font-weight:600;
	color:#d25d68;
	}
.readabout a:hover {
	background-color:#d25d68;
	color:#fff;
	}
.topdoc {
	color:#fff;
	margin-left:310px;
	margin-top:110px;
	width:170px;
	font-size:20px;
	}
.noprint {
	display:block;
	}
.noscreen {
	display:none;
	}
.notincontainer p, .notincontainer p a {
	font-size:10px;
	color:#000;
	}
#phone {
	float:right;
	width:200px;
	margin-right:20px;
	margin-top:10px;
	}
.boldred {
	color:#6e1921;
	text-transform:uppercase;
	font-weight:600;
	}
	
#logo {
	float:left;
	margin:5px 0 0 45px;
	}
