/*** Start Basic Page Layout ***/

body {
	margin: 0px;
	padding: 0px;
	background: #3B9D4A url(images/layout/body.jpg) top left repeat-y;
	text-align: left;
	color: #000;
}

/*** End Basic Page Layout ***/

/*** Start Elements ***/

h2 {
	margin: 30px 0px 20px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	
	text-align: left;
}

h4 {
	margin: 0 0 0 35px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	text-align: left;
	color: #FFF99C;
	
	border-bottom: 1px solid #8cbde8;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	text-align: left;
}

/*** Start Bar Divs ***/

#topBarDIV {
	height: 33px;
	width: 100%;
	background: transparent url(images/layout/topBar.jpg) top left repeat-x;
}

/*** End Bar Divs ***/

#containDIV {
	width: 750px;
	
	position: absolute;
	top: 33px;
	left: 0px;
	
	background: transparent url(images/layout/header.jpg) top left no-repeat;
}

#contactFormDIV {
	padding: 182px 0 0 0;
	width: 210px;
	
	position: absolute;
	top: 33px;
	left: 750px;
}

#contactFormDIV p {
	margin: 0 0 5px 0;
	font-weight: bold;
	text-align: right;
	
	color: #dbd156;
}

#contactFormDIV input, textarea {
	background-color: #fff8a7;
	border: 1px solid #8cbde8;
	color: #191970;
}

#contactFormDIV a.facebook img {
        border: none;
}

#contactFormDIV p.facebook {
        margin: 0 0 30px 22px;
}

#contactFormDIV a.facebook {
	font-size: 17px;
	color: #191970;
        width: 200px;
        height: 64px;
        display: block;
        margin: 0 auto;
}

#contactFormDIV a.facebook:hover {
	color: #8CBDE8;
}

#headerDIV {
	height: 60px;
	width: 420px;
	
	margin: 100px 103px 17px 247px;
	
	background-color: #fff;
	
	/*height: 177px;*/
}


/*** Start Main Navigation ***/

div.navBarDIV {
	margin: 0px 20px 0px 170px;
	padding-top: 5px;
	
	width: 580px;
	height: 20px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF99C;
}

#navMenuDIV ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#navMenuDIV ul li {
	margin-left: 0;
	padding: 1px 10px 1px;
	border-left: 1px solid #FFF99C;
	list-style: none;
	display: inline;
}
		
#navMenuDIV ul li.firstLI {
	margin-left: 5px;
	border-left: none;
	list-style: none;
	display: inline;
}

a.navLinkA:link, a.navLinkA:visited {
	text-decoration: none;
	color: #FFF99C;
}

a.navLinkA:hover, a.navLinkA:active {
	text-decoration: none;
	color: #7CC576;
}
/*** End Main Navigation ***/

#sidebarDIV {
	width: 141px;
	
	position: absolute;
	top: 248px;
	left: 0px;
	
	padding: 23px 5px 5px 23px;
	
	/*border: 1px solid Lime;*/
}

#contentDIV {
	margin: 0px 20px 0px 170px;
	padding: 20px 10px 10px 20px;
	width: 550px;
}

#contentDIV a {
	text-decoration: none;
	color: #191970;
	
	font-weight: bold;
}

#contentDIV a:hover {
	color: #458CCA;
}

#contentDIV ul {
	list-style: square;
}

img.pageTitleIMG {
	margin: 0px 0px 8px 0px;
}

#footerDIV {
	margin-top: 30px;
	background-color: #A2E49C;
	border: 1px solid #3B9D4A;
	clear: both;
}

#footerDIV p {
	margin: 0px;
	padding: 10px 0 10px 0;
	text-align: center;
	font-weight: bold;
}

#footerDIV a {
	text-decoration: none;
	color: #191970;
}

#footerDIV a:hover {
	text-decoration: none;
	color: #458CCA;
}




/*** Start Home Page Content ***/

#homeDIV {
	/*margin-bottom: 200px;*/
}

#homeDIV p {
	margin-left: 15px;
}

#addressDIV {
	
}

#addressDIV p {
	margin-bottom: 8px;
	font-size: 10px;
	color: #191970;
}

span.citySPAN {
	font-size: 11px;
	font-weight: bold;
	color:#3B9D4A;
}

#soundDIV {
	margin-top: 15px;
}

#popupDIV {
	position: absolute;
	top: 20px; left: 25px;
}

#popupDIV span {
	position: relative;
	display: block;
	width: 250px;
	line-height: 18px;
	padding: 10px;
	margin: 0;
	border: 1px solid #3B9D4A;
	text-decoration: none;
	font-size: 0.8em;
}

#popupDIV a span {
	display:none;
}

#popupDIV a:hover {
	overflow: hidden;
	cursor: default;
}

#popupDIV a:hover span {
	display: block;
	position: absolute;
	top: 40px;
	left: 155px;
	width: 250px;
	margin: 0px;
	color: #C06465;
	background: #A2E49C;
	text-align: left;
}

.centerImg{
	display: block;
	text-align: center;
	margin: 0px auto;
}

hr	{
	color: #479041;
	margin: 10px 0px 10px 0px;
}

/*** End Home Page Content ***/

/*** Start Office Content ***/

#officeDIV {
	
}

#officeDIV p {
	margin-left: 15px;
}

#doctorsDIV {
	
}

#doctorsDIV p {
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #191970;
	/*background-color: #FEFF6E;*/
}

#doctorsDIV a {
	text-decoration: none;
	color: #191970;
}

#doctorsDIV a:hover {
	text-decoration: none;
	color: #3B9D4A;
}

img.doctorSmIMG {
	margin-bottom: 1px;
	border: 2px solid #191970;
}

img.doctorIMG {
	border: 1px solid #191970;
}

p.drEmailLink {
	float: right;
	display: inline;
	
	margin: 90px 0 0 0;
	width: 330px;
	
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

table.galleryTABLE {
	text-align: center;
}

table.galleryTABLE td {
	width: 50%;
}

table.galleryTABLE img {
	border: 1px solid Black;
}

table.galleryTABLE p {
	font-weight: bold;
	text-align: center;
}

/*** End Office Content ***/


/*** Start Contact Content ***/

table.contactTABLE {
	width: 375px;
	background-color:#CAE0F4;
}

.contactTABLE p {
	margin: 0px;
}

td.contact1TD {
	width: 30px;
}

/*** End Contact Content ***/


/*** Start Emergency Section ***/

#emergencyDIV h2 {
	font-style: italic;
	color: #479041;
}

p.instructionP {
	font-weight: bold;
	color: #C06465;
}

/*** End Emergency Section ***/

/*** Start FAQ section ***/

#faqDIV h2 {
	font-style: italic;
	color: #479041;
}

#faqListDIV p {
	margin-bottom: 12px;
	font-size: 11px;
	font-weight: bold;
	color: #191970;
	/*background-color: #FEFF6E;*/
}

#faqListDIV a {
	text-decoration: none;
	color: #191970;
}

#faqListDIV a:hover {
	text-decoration: none;
	color: #3B9D4A;
}

/*** End FAQ section ***/

/*** Start Procedures Section ***/

#procLeftDIV {
	width: 275px;
	float: left;
	display: inline;
}

#procRightDIV {
	width: 275px;
	float: right;
	display: inline;
}

#procFlashDIV {
	margin: 0px 0px 20px 0px;
	text-align: center;
}

img.procIMG {
	margin: 0px 0px 20px 0px;
}

#procListDIV {
	
}

#procListDIV p {
	margin-bottom: 12px;
	font-size: 11px;
	font-weight: bold;
	color: #191970;
	/*background-color: #FEFF6E;*/
}

#procListDIV a {
	text-decoration: none;
	color: #191970;
}

#procListDIV a:hover {
	text-decoration: none;
	color: #3B9D4A;
}

#procListDIV ul {
	list-style: square;
}

#procListDIV ul p {
	margin-bottom: 0px;
}

/*** End Procedures Section ***/

/*** Start Site Map Section ***/

#sitemapDIV ul li p {
	margin: 0px;
}

/*** End Site Map Section ***/