/* Dothan OBGYN Style Sheet */

  * {
	margin: 0;
	padding: 0;
	}
  body {
    background:#FFFFFF;
	margin:0;
	}
  #browser-back {
    background: transparent url('../images/browser-back.jpg') no-repeat top center;
    }
  #main {
    width:707px;
	margin-left:auto;
	margin-right:auto;
	padding:0 30px;
    }
  #mast {
    width:707px;
	height:179px;
	background: url('../images/mast.jpg');
	}
  #nav {
    width:604px;
	height:35px;
	position: absolute;
	margin-left:51px;
	margin-top:144px;
	}
  #main-ad {
    width:707px;
	height:208px;
	background: url('../images/main-ad-home.jpg');
	}
  #main-ad #blurb {
    width:255px;
	position: absolute;
	margin-left:368px;
	margin-top:50px;
	}
  #main-ad #blurb p {
    font-family: Arial;
	font-size:12pt;
	color:#9B9B9B;
	}
  #content {
    width:707px;
	height:329px;
	background: url('../images/content-home-bg.jpg') no-repeat top;
	}
  #content .providing {
    width:707px;
	font-family: Arial;
	font-size:12pt;
	font-style: italic;
	color:#5D688B;
	text-align: center;
	position: absolute;
	margin-top:20px;
	}
  #content #services {
    width:435px;
	font-family: Arial;
	font-size:10pt;
	color:#5D688B;
	position:absolute;
	margin-left:70px;
	margin-top:98px;
	}
  #content #services a {
    font-family: Arial;
	font-size:10pt;
	color: #7C5CA2;
	text-decoration: none;
	font-weight: bold;
	background: url('../images/purple-arrow.gif') no-repeat top left;
	padding-left:12px;
	margin-left:8px;
	}
  #content #infobox {
    width:187px;
	font-family: Arial;
	font-size:10pt;
	color:#5D688B;
	text-align:center;
	position:absolute;
	}
  #content #infobox a {
    font-family: Arial;
	font-size:8pt;
	color: #7C5CA2;
	text-decoration: none;
	font-weight: bold;
	background: url('../images/purple-arrow.gif') no-repeat top left;
	padding-left:10px;
	padding-top:1px;
	}
  #content .location {
    margin-top:222px;
	margin-left:57px;
	}
  #content .contact {
    margin-top:222px;
	margin-left:259px;
	}
  #content .hours {
    margin-top:222px;
	margin-left:461px;
	}
  #footer {
    width:707px;
	height:52px;
	background: url('../images/footer-bg.jpg') no-repeat top;
	padding-bottom:96px;
	}
  #footer p {
    font-family: Arial;
	font-size:7pt;
	}
  #footer #copyright {
    width:180px;
	color:#5F6783;
	float:left;
	padding-left:30px;
	margin-top:15px;
	}
  #footer #links {
    width:435px;
	color:#FDFEFC;
	float:right;
	padding-right:30px;
	margin-top:20px;
	text-align:right;
    }
  #footer #links a {
    color:#FDFEFC;
	text-decoration: none;
	margin:0 5px;
	}
  #footer #fifth {
    width:180px;
	color:#BFC2BC;
	position: absolute;
	margin-top:57px;
	margin-left:510px;
	}
  #footer #fifth a {
    color:#BFC2BC;
	text-decoration: none;
	}
  
/* Nav Links */

  #nav a {
    display:block;
	float:left;
	}
  #nav .nav-home {
    background: url('../images/nav-home.jpg');
	width:92px;
	height:35px;
	background-position:0px;
	}
  #nav .nav-home:link, #nav .nav-home:visited, #nav .nav-home:active, #nav .nav-home:hover {}
  #nav .nav-services {
    background: url('../images/nav-services.jpg');
	width:77px;
	height:35px;
	background-position:0px;
	}
  #nav .nav-services:link, #nav .nav-services:visited, #nav .nav-services:active, #nav .nav-services:hover {}
  #nav .nav-about {
    background: url('../images/nav-about.jpg');
	width:138px;
	height:35px;
	background-position:0px;
	}
  #nav .nav-about:link, #nav .nav-about:visited, #nav .nav-about:active, #nav .nav-about:hover {}
  #nav .nav-physicians {
    background: url('../images/nav-physicians.jpg');
	width:113px;
	height:35px;
	background-position:0px;
	}
  #nav .nav-physicians:link, #nav .nav-physicians:visited, #nav .nav-physicians:active, #nav .nav-physicians:hover {}
  #nav .nav-forms {
    background: url('../images/nav-forms.jpg');
	width:64px;
	height:35px;
	background-position:0px;
	}
  #nav .nav-forms:link, #nav .nav-forms:visited, #nav .nav-forms:active, #nav .nav-forms:hover {}
  #nav .nav-contact {
    background: url('../images/nav-contact.jpg');
	width:120px;
	height:35px;
	background-position:0px;
	}
  #nav .nav-contact:link, #nav .nav-contact:visited, #nav .nav-contact:active, #nav .nav-contact:hover {}
  