@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
	background-image:url(images/bg.jpg); background-repeat:repeat-x;
	background-position:top;
	background-color: #8b3f55;
	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: #000000;
}

#wrapper {
	width:981px;
	margin:0 auto;
	}

.thrColFixHdr #container { 
	width: 981px;  /* 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/content-repeat.jpg); background-repeat:repeat-y;
} 
.thrColFixHdr #header { 
	background-image:url(images/header.jpg); background-repeat:no-repeat;
	width:981px;
	height:167px;
	margin:0 auto;
	padding: 1px 0px;
}
.thrColFixHdr #header h1 {
	text-align:left;
	margin:30px 0 0 50px;
	}

 
.thrColFixHdr #header h1 a img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image:url(images/logo-Dunwoody-OBGYN.jpg); background-repeat:no-repeat; background-position: 0 0;
	width:591px;
	height:75px;
}
.thrColFixHdr #header h1 a:hover img {
	background-position:-599px 0 ;
	}

a img {
	border:none;
	}
a {
	color:#8b3f55;
	}
a:hover {
	color:#64b3c9;
	}

#address a {
	float:right;
	text-align:right;
	padding:10px 40px 0 0;
	color:#fff;
	text-decoration:none;
	line-height:18px;
	}
#address a:hover {
	color:#000;
	
	}

#nav {
		margin:10px 0 0 0px;
		height:50px;
	}
#nav ul {
		list-style:none; 
		margin:0px 0 0 30px;
		padding:0;
		}

#nav ul li {
		display:inline;
 		line-height:50px;
		float:left;
		display:block;
		}
#nav ul li a {
		color:#fff; 
		font-size:10p5;	
		text-decoration:none;
		padding:15px 10px 30px 10px;	
		}																																	        
#nav ul li a:hover {
		color:#000;
		background-image:url(images/nav_bg_roll.jpg); background-repeat:repeat-x;
	
	
		
		}

#nav ul li.active a {
color:#000;
font-weight:600;
}







.thrColFixHdr #sidebar1home {
	float: left; /* since this element is floated, a width must be given */
	width: 186px; 
	height:446px;
	padding:0px; 
	background-image:url(images/186x458bluecolumn.png); background-repeat:no-repeat;
	overflow:hidden;
	margin:0px 15px 0 40px;
}
.thrColFixHdr #sidebar2 {
	float: right; 
	width: 265px; 
	padding:0px; 
}
.thrColFixHdr #mainContent { 
	margin: 0px; 
	padding: 1px 0px; 
	background-image:url(images/maincontent-bg.jpg); 
	background-repeat:no-repeat; 
	background-position:top;

min-height:600px;
  height:auto !important;
  height:600px;
} 

.thrColFixHdr #mainContentText h1 { 
	margin: 30px 1px 20px 1px;
	}

#mainContentText {
	margin:10px 60px;
	}


/* ------------------ home page graphics and callouts -------------------------*/
#make-appt {
	margin:10px 0 0 15px;
	}
#make-appt a img {
	width:148px;
	height:102px;
	background-image:url(images/make-appt.jpg); background-repeat:no-repeat; background-position:-152px 0;
	}
#make-appt a:hover img {
	background-position: 0 0;
	}
	
#make-appt-bgffffff {
	margin:10px 0 0 15px;
	}
#make-appt-bgffffff a img {
	width:148px;
	height:102px;
	background-image:url(images/make-appt-bgffffff.jpg); background-repeat:no-repeat; background-position:-152px 0;
	}
#make-appt-bgffffff a:hover img {
	background-position: 0 0;
	}
#rx-request {
	margin:10px 0 0 15px;
	float:right;
	width:148px;
	}
#rx-request a img {
	width:148px;
	height:102px;
	background-image:url(images/rx-refill.jpg); background-repeat:no-repeat; background-position:-152px 0;
	}
#rx-request a:hover img {
	background-position: 0 0;
	}	
	
#dr-sermons {
	margin-top:35px;
	}
#dr-sermons a img {
	width:167px;
	height:299px;
	background-image:url(images/dr-sermons.jpg);
	background-repeat:no-repeat;
	background-position:-170px 0;
	}
	
#dr-sermons a:hover img {	
	background-position:0 0 ;
	}
#flash {
	width:948px;
	height:269px;
	background-image:url(images/banner-1.jpg); background-repeat:no-repeat;
	margin:0 0 0 18px;
	}

#callouts-obgyn {
	width:264px;
	float:right;
	margin-top:40px;
	/*margin-left:25px;*/
	}
#callout-gyn a img {
	width:264px;
	height:172px;
	background-image:url(images/callout-gyn.jpg); background-repeat:no-repeat;
	background-position:0 0;
	}
#callout-gyn a:hover img {
	background-position:-266px 0 ;
	}
#callout-ob a img {
	width:264px;
	height:172px;
	background-image:url(images/callout-ob.jpg); background-repeat:no-repeat;
	background-position:0 0;
	}
#callout-ob a:hover img {
	background-position:-266px 0;
	}

#callout-mother a img {
	width:264px;
	height:118px;
	background-image:url(images/callout-mother.jpg); background-repeat:no-repeat;
	background-position:0 0;
	}
#callout-mother a:hover img {
	background-position:-266px 0;
	}

#moms {
float:right;
	background-image:url(client_files/Image/moms-healthy-corner.jpg);
	background-position:top; background-repeat:no-repeat;
	width:350px;
	height:654px;
	background-position:top;
	padding-top:250px;
	padding-left:10px;
	}

#nurse-callback {
	margin:10px 0 0 15px;
	}
#nurse-callback a img {
	width:148px;
	height:102px;
	background-image:url(images/nurse-callback.jpg); background-repeat:no-repeat; background-position:-152px 0;
	}
#nurse-callback a:hover img {
	background-position: 0 0;
	}




/*--------------------------  footer --------------------------------------*/
	
.thrColFixHdr #footer { 
	padding: 0 ; 
	background-image:url(images/footer.jpg); background-repeat:no-repeat; background-position:top;
	width:981px;
	height:36px;
	
} 
.thrColFixHdr #footerText {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	color:#c96581;
	line-height:12px;
}



#footerText ul {
	margin-left:0;line-height:20px;
	}
#footerText ul li {
	display:inline;
	list-style-type: none;
	padding:0 20px 0 0;
	
	}
#footerText ul li a, #footerText p a {
	color:#c96581;
	text-decoration:none;
	}
#footerText ul li a:hover, #footerText p a:hover { 
	color:#fff;
	}

#url {
	width:903px;
	margin:0 auto;
	background-color:#000000;
	padding:5px 0 20px 0;
	text-align:center;
	}

#url ul li {
	display:inline;
	list-style-type:none;
	padding-right:8px;
	}


#url li a {
	font-size:10px;
	color:#ed9d0a;
	text-decoration:none;
	}	
#url li a:hover {
	color:#fff;
	}
	
	
	
.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;}

.printonly {
	display:none;
	visibility:collapse;
	}

a[href $='.pdf'] { 
   padding-right: 30px;
   background: transparent url(images/icon_pdf.gif) no-repeat center right;
}
