body { background: #fff; margin:0; padding:0; font-family: "Trebuchet MS", sans-serif; font-size: 14px; }
img { border: 0; }
a { color: #475EA9; }
a: hover: { color: #007477; } 
#container { position: relative; width: 950px; margin: auto; margin-top: 30px; }


#topBar { width: 940px; }
#logoDiv { width: 441px; float: left; }
#topNav {  width: 400px; float: right; padding-top: 16px; padding-bottom: 6px; padding-right: 10px; text-align: right;   }
#topNav a {  text-decoration: none; margin-left: 30px; }


#innerContainer {position: absolute; top: 37px; width: 942px; padding-bottom: 20px; }
 #outlineDiv { position: relative; border: 1px solid #999; margin-bottom: 4px;  } 

#navBar { clear: both; width: 940px; height: 28px; background: #369; }

#leftCol { float: left; width: 300px; padding-left: 10px; padding-top: 80px; padding-bottom: 30px; text-align: right; }
#midCol { }

#rightCol { width: 588px; padding-left: 20px; float: right; padding-top: 30px; padding-bottom: 20px}

#rightCol ul { list-style-type: none; padding: 0; margin: 0;}
#rightCol ul li { padding: 0; margin: 0; margin-bottom: 6px; }
#rightCol ul li a { text-decoration: none; }

#rightCol dl { list-style-type: none; padding: 0; margin: 0;}
#rightCol dl dt { padding: 0; margin: 0; margin-bottom: 6px; }
#rightCol dl dd { margin: 0; padding: 0; margin-bottom: 20px; margin-left: 20px; }


#rightCol dl.doctors { list-style-type: none; padding: 0; margin: 0;}
#rightCol dl.doctors dt { padding: 0; margin: 0; margin-bottom: 2px; font-weight: bold;}
#rightCol dl.doctors dd { margin: 0; padding: 0; margin-bottom: 12px; margin-left: 12px; font-style: italic; }

#rightCol h1 { font-size: 14px; font-weight: bold; margin-top: 0;  }
#rightCol p {  margin-top: 0; line-height: 1.5em; }

#heading { margin-bottom: 20px;}
#textLeft, #textLeft2 { float: left; width: 270px;/*  background: #ccc; */  margin-right: 20px;}
#textRight, #textRight2 { float: left; width: 270px;  margin-right: 20px; /* background: #efefef; */}

h2  { font-size: 14px; }
table.hours { border: 1px solid #ccc; width: 100%; border-width: 0 0 1px 1px; margin-bottom: 20px;}
table.hours td { padding: 2px 10px 2px 6px; border: 1px solid #ccc; border-width: 1px 1px 0 0;}


.imageLeft { float: left; margin-right: 20px; }
.imageRight { float: right; margin-left: 20px; margin-right: 20px; margin-bottom: 20px; }

#footer { width: 939px; margin-top: 6px; font-size: 10px; color: #666; margin-bottom: 20px;}
#footerLeft { width: 300px; float: left; }
#footerRight { width: 400px; float: right; text-align: right; }

.clearer { clear: both; width: 940px; height: 2px; overflow: hidden;}


/* nav */

 #nav { position: absolute; left: 441px; top: 26px; }
 
#nav, #nav ul, #homeNavList, #homeNavList ul {
	font: 11px arial, sans-serif;
	float: left;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;	
	margin: 0;
}
#nav li ul  { /* This is the individual drop-down border */
	border: solid #ccc;
	border-width: 1px;
	padding: 3px;
}

#nav, #homeNavList {
	margin-top: 12px; 
}

/* #homeNavList { 
	margin-left: 160px; 
}
 */
#nav li {
	float: left;
	padding: 0;
	margin-left: 2px;
}

#nav li ul {
	position: absolute;
	left: -999em; 
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em;
	height: 20px;
	padding-top: 4px;
	padding-bottom: 4px; 
}

#nav li ul a {
	display: block;
	height: 16px;
	padding-top: 4px;
	padding-left: 3px;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}


#nav li:hover ul, #nav li li:hover ul,  #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #D1D9EC;
}
#nav li li a:hover {
	color: #007477;
	}

/* #content {
	clear: left;
} */


#doctorsNav a { display: block; background: url(../images/nav/your_doctors.gif) no-repeat top left; width: 98px; height: 28px; }
#doctorsNav a:hover { background: url(../images/nav/your_doctors.gif) no-repeat bottom; }

#servicesNav a { width: 200px; }
/* these are addressed to link to avoid cascade of style to menulinks */
a#servicesLink { display: block; background: url(../images/nav/services.gif) no-repeat top left; width: 98px; height: 28px; }
a#servicesLink:hover { background: url(../images/nav/services.gif) no-repeat bottom; }

#hoursNav a { display: block; background: url(../images/nav/office_hours.gif) no-repeat top left; width: 98px; height: 28px; }
#hoursNav a:hover { background: url(../images/nav/office_hours.gif) no-repeat bottom; }

#directionsNav a { display: block; background: url(../images/nav/directions.gif) no-repeat top left; width: 98px; height: 28px; }
#directionsNav a:hover { background: url(../images/nav/directions.gif) no-repeat bottom; }

#contactNav a { display: block; background: url(../images/nav/contact.gif) no-repeat top left; width: 98px; height: 28px; }
#contactNav a:hover { background: url(../images/nav/contact.gif) no-repeat bottom; }


