body {
	margin-top: 30px;
	
	background-color: #FFDEAD;
}


/*** Elements ***/

h1 {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	letter-spacing: .3em;
}

h2 {
	margin: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: .3em;
	color: #8B4513;
}

h3 {
	margin: 20px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8B4513;
}

p {
	margin: 0px 0px 10px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

div {
	margin: 0px;
	text-align: left;
}

.phone {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	letter-spacing: 2px;
}

.address {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
}


/*** General Layout ***/

#containDIV {
	margin: 0 auto;
	width: 760px;
	
	background-color: #556B2F;
	
	border-left: 2px solid #8B4513;
	border-right: 2px solid #8B4513;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #8B4513;
}

a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #D2B48C;
}

span.highlight {
	color: #D2B48C;
}


/*** Start Header ***/

#headerDIV {
	width: 760px;
	height: 75px;
	
	background-color: #556B2F;
	
	border-bottom: 3px solid #8B4513;
	border-top: 2px solid #8B4513;
}

#headerDIV h1 {
	padding: 20px 0px 20px 20px;
	color: #FFDEAD;
}

.drName {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	letter-spacing: .3em;
	color: #FFDEAD;
	font-weight: bold;
}

#headerDIV ph{
	padding: 20px 0px 20px 20px;
	color: #FFDEAD;
}

span.specialtySPAN {
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	color: White;
}

.specialtySPAN {
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	color: White;
	letter-spacing: 2px;
}


/*** Navigation ***/

#navigationDIV {
	background-color: #6699CC;
	color: White;

	border-bottom: 3px solid #8B4513;
}

div.navBarDIV {
	margin: 0px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 754px;
	
	background-color: #D2B48C;
	
	border-top: 1px solid White;
	border-bottom: 1px solid White;
}

#navMenuDIV ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#navMenuDIV ul li {
	margin-left: 0;
	padding: 1px 12px 1px;
	border-left: 1px solid #FFDEAD;
	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: #8B4513;
}

a.navLinkA:hover, a.navLinkA:active {
	text-decoration: none;
	color: #556B2F;
}



/*** Content Layout ***/

#infoDIV {
	background-color: #6699CC;
}

#imageColumnDIV {
	width: 230px;
	float: left;
}

#imageColumnDIV table {
	margin-top: 20px;
}

#contentDIV {
	margin: 0 auto;
	padding: 20px 10px 10px 10px;
	
	width: 510px;
	float: right;
	
	background-color: White;
}


/*** Footer ***/

#footDIV {
	padding: 20px 0px 0px 0px;
	text-align: center;
	clear: both;
}

#footDIV p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#footDIV a:link, #footDIV a:visited {
	text-decoration: none;
	color: #8B4513;
}

#footDIV a:hover, #footDIV a:active{
	text-decoration: none;
	color: #D2B48C;
}

#borderDIV {
	font-size: 1px;
	height: 2px;
	clear: both;
	
	background-color: #8B4513;
}

#tagDIV {
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	width: 760px;
	
	text-align: center;
}

#tagDIV p {
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #D2B48C;
}


/*** Global Settings ***/

p.menuP {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

p.topP {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}


/*** Home ***/

#homeDIV {
	
}

#homeDIV h3 {
	margin: 0px 0px 20px 0px;
	color: #FFA500;
}

#homeDIV p {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/*** About Us ***/

img.doctorIMG {
	margin: 0px 10px 0px 0px;

	float: left;
	display: inline;
	
	border: 1px solid Black;
}


/*** Procedures ***/

p.procImageP {
	text-align: left;
	background-color: #FFDEAD;
}

img.procIMG {
	margin: 0px 20px 0px 0px;
}


/*** FAQ Page ***/

#faqDIV {
	
}


/*** Forms ***/

#formsDIV p {
	margin-left: 10px;
}

#formsDIV a {
	text-decoration: none;
	color: Black;
}

#formsDIV a:hover {
	color: #D2B48C;
}

#formsLeftDIV {
	padding: 0px 15px 0px 15px;
	width: 210px;
	float: left;
	display: inline;
}

#formsRightDIV {
	padding: 0px 15px 0px 15px;
	width: 210px;
	float: right;
	display: inline;
}

img.acrobatIMG {
	margin: 90px 0px 0px 120px;
}


/*** Contact Page ***/

img.mapIMG {
	margin: 0px 20px 20px 0px;
	float: left;
	display: inline;
	border: 1px solid Black;
}


/*** Site Map ***/

#sitemapDIV p {
	margin-left: 20px;
}

#sitemapDIV {
	padding-bottom: 100px;
}