/*** Elements ***/

body {
	margin: 0;
	padding: 0;
	
	background-color: #888888;
}

h1 {
	margin: 0px 0px 19px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: Black;
	
	text-align: left;
}

h2 {
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: Black;
	
	text-align: left;
}

h3 {
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: Gray;
	
	text-align: left;
}

p {
	margin: 0px 0px 10px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: Black;
	
	text-align: left;
}

a:link, a:visited {
	text-decoration: none;
	color: #1A4768;
}

a:hover, a:active {
	text-decoration: none;
	color: #13B351;
}


/*** General ***/

.rule {
	margin: 20px 0px 20px 0px;
	
	line-height: 3px;
	height: 3px;
	font-size: 3px;
	
	background-color: #1A4768;
	clear: both;
}

.mimicLink {
	color: #1A4768;
	font-weight: bold;
}


/*** Containing DIV ***/

#contain {
	margin: 0 auto;
	width: 920px;
	
	background-image: url(images/nav_color.gif);
	background-repeat: repeat-y;
	background-color: White;
}


/*** Head ***/

#head {
	clear: both;
}

/*#topMenu {
	padding: 3px 10px 3px 0px;
	background-color: #1A4768;
}

#topMenu p {
	margin: 0;
	font-weight: bold;
	color: Red;
	text-align: right;
}

#topMenu a:link, #topMenu a:visited {
	font-weight: normal;
	color: White;
}

#topMenu a:hover, #topMenu a:active {
	font-weight: normal;
	color: #13B351;
}*/

#headGraphic {
	background-color: #DAE5EB;
	border-top: 5px solid #13B351;
	border-bottom: 5px solid #1A4768;
}

#topMenu {
	padding-left: 695px;
	height: 23px;
	background-color: #1A4768;
}

/** Top Dropdown Menu **/

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:20px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:14px;
width:70px;
padding:3px 0;
color:#fff;
background:#1A4768;
text-decoration:none;
margin-right:5px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#13B351;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:70px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}


/*** Navigation ***/

#navigation {
	float: left;
	display: inline;
	width: 175px;
	
	border-top: 23px solid #1A4768;
	
	text-align: center;
}

#homeStates {
	padding: 10px;
}

#homeStates p {
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#homeStates ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#homeStates ul li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}

#ads img {
	margin-bottom: 10px;
}


/*** Content ***/

#page {
	float: right;
	display: inline;
	width: 745px;
}

#siteNav {
	padding: 3px 10px 3px 10px;
	height: 17px;
	background-color: #13B351;
}

#siteNav p {
	margin: 0;
	font-weight: bold;
	color: White;
}

#siteNav a:hover, #siteNav a:active {
	color: Black;
}

#main {
	width: 745px;
}

#content {
	padding: 10px;
}


/*** Home ***/

#homeGraphic {
	margin: 0px 100px 20px 100px;
}

#homeGraphic td {
	width: 175px;
}

#homeGraphic p {
	margin: 0;
	padding: 3px;
}

.homeGraphicTitle {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 15px;
	font-weight: bold;
	color: White;
}

.homeGraphicText {
	font-size: 9px;
}

.homeGraphicImage {
	height: 120px;
	vertical-align: top;
}

.homeGraphicLink {
	margin: 0px;
	padding: 0px;
	position: absolute;
}

.homeGraphicLinkText {
	color: #1A4768;
}

/*** US Map ***/

#usImageMap {
	text-align: center;
}

#usmap td {
	vertical-align: top;
}


/*** State Listings ***/

#stateListings td {
	vertical-align: top;
}

#cities {
	padding-top:10px;
}

#cities a {
	font-weight: bold;
}

/*** City Listings ***/

#cityListings table {
	margin: 10px 0px 10px 0px;
}

#cityListings td {
	vertical-align: top;
}

#cityListings p {
	margin: 0px;
}

.docImageCell {
	width: 80px;
}

.docImageCell img {
	margin: 0px 30px 0px 10px;
}

.platinumContact {
	text-align: right;
	font-weight: bold;
}

.platinumSlogan {
	
}

.platinumPhone {
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 12px;
}

.platinumText {
	font-size: 12px;
}

#goldCity table {
	padding-left: 10px;
}

#goldCity td {
	width: 50%;
}

.goldContact {
	font-weight: bold;
}

.goldText {
	padding-top: 10px;
}


/*** Procedures ***/

#procedures td {
	vertical-align: top;
}

.procTitleCell {
	height: 30px;
}

#procedureList  {
	text-align: left;
}

#procedureList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#procedureList ul li {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}


/*** Articles ***/

.articlesThumb {
	margin-right: 10px;
	float: left;
	display: inline;
}

#articles td {
	vertical-align: top;
}

#articles td h2 {
	text-align: center;
}


/*** Platinum Contact Form ***/

#platinumContactForm {
	
}

#doctorInfo td {
	vertical-align: top;
}

#doctorInfo td h2 {
	margin-bottom: 5px;
}

#doctorInfo td p {
	font-size: 12px;
}

.docLargeImageCell {
	width: 80px;
}

#doctorContactForm td {
	vertical-align: top;
}

#doctorContactForm p {
	margin: 0px;
	font-size: 15px;
}

.required {
	font-weight: bold;
	color: Red;
}

.contactTitle {
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
}


/*** City Listings Index ***/

#cityListingsHome td {
	vertical-align: top;
}


/*** Professional Contact Form ***/

#proContactForm {
	
}

#profContactForm td {
	vertical-align: top;
}

#profContactForm p {
	margin: 0px;
	font-size: 15px;
}

.subHead {
	margin: 0px 0px 15px 18px;
	font-size: 12px;
}

#proContactForm .subHead img {
	vertical-align: text-bottom;
}


/*** Foot ***/

#footInfo h2 {
	margin-bottom: 10px;
}

#footInfo p {
	padding-left: 10px;
	margin-bottom: 10px;
}

#foot {
	clear: both;
	margin-left: 175px;
	border-top: 5px solid #1A4768;
}

#foot p {
	margin: 0;
	padding: 20px 30px 20px 30px;
	
	font-size: 12px;
	font-weight: bold;
	
	text-align: center;
	color: #888888;
}

#foot a {
	font-weight: normal;
}

#tag {
	margin-left: 175px;
}

#tag p {
	margin: 0;
	padding-bottom: 10px;
	font-size: 10px;
	text-align: center;
}tical-align: text-bottom;
}


/*** Foot ***/

#footInfo h2 {
	margin-bottom: 10px;
}

#footInfo p {
	padding-left: 10px;
	margin-bottom: 10px;
}

#foot {
	clear: both;
	margin-left: 175px;
	border-top: 5px solid #1A4768;
}

#foot p {
	margin: 0;
	padding: 20px 30px 20px 30px;
	
	font-size: 12px;
	font-weight: bold;
	
	text-align: center;
	color: #888888;
}

#foot a {
	font-weight: normal;
}

#tag {
	margin-left: 175px;
}

#tag p {
	margin: 0;
	padding-bottom: 10px;
	font-size: 10px;
	text-align: center;
}