#menuContainer {
	padding: 0; /* DO NOT CHANGE */
	width: 129px; /* DO NOT CHANGE */
	text-align: left; /* DO NOT CHANGE */
	background: url(graphics/menu_bar.jpg) no-repeat center top; /* menu container background */
	z-index: 100 !important; /* DO NOT CHANGE */
}

#topMenu, #topMenu ul { /* all lists */
	padding: 0; /* DO NOT CHANGE */
	margin: 0; /* DO NOT CHANGE */
	list-style: none; /* DO NOT CHANGE */
	float : left; /* DO NOT CHANGE */
	width : 129px; /* DO NOT CHANGE */
	z-index: 100 !important;
}

#topMenu li#menuFirstElement a, li.first a {
	border-top: 1px solid #333333; /* first item's top border color. make the same color as regular border (see #topMenu li a) */
}

#topMenu li { /* all list items */
	float:left; /* DO NOT CHANGE */
	line-height : 24px; /* DO NOT CHANGE */
}

#topMenu li li {
	width: auto; /* DO NOT CHANGE */
	float: none; /* DO NOT CHANGE */
}

#topMenu li ul { /* second-level lists */
	width: auto; /* DO NOT CHANGE */
	position : absolute; /* DO NOT CHANGE */
	left: -999em; /* DO NOT CHANGE */
	margin-left : 129px; /* DO NOT CHANGE */
	margin-top : -26px; /* DO NOT CHANGE */
}

#topMenu li ul ul { /* third-and-above-level lists */
	left: -999em; /* DO NOT CHANGE */
}

#topMenu li a {
	text-align: right; /* text alignment */
	width: 110px; /* DO NOT CHANGE */
	display : block; /* DO NOT CHANGE */
	color : #ffffff; /* link color */
	font-size: 11px; /* font-size */
	font-family: arial, "Century Gothic", Century, "Century Schoolbook", serif; /* font-family */
	text-decoration : none; /* text-decoration */
	background-color : #000000; /* background-color */
	border : 1px solid #000000;  /* border */
	border-top: 0; /* DO NOT CHANGE */
	padding : 0 10px; /* DO NOT CHANGE */
	text-transform: capitalize; /* text-transform */
	white-space: nowrap;
}
#topMenu li li a {
	width: auto;
	text-align: left; /* text alignment */
	_width: 105%; /* DO NOT CHANGE */
}

#topMenu li a:hover {
	color : #000000; /* hover color */
	background-color : #9BA658; /* hover background-color */
}

#topMenu li:hover ul, #topMenu li.sfhover ul { /* lists nested under hovered list items */
	left: auto; 
}

#topMenu iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

body {margin:0px; background-image: url('graphics/background.jpg');}

.practiceheader {background-image: url('graphics/top_bar.jpg');}

.practicename {
	font-family: arial, "Century Gothic", Century, "Century Schoolbook";
	font-weight: bold; 
	color: #ffffff;
	font-size: 30px;
	padding-left: 20px;
 }

.practicetype {
	font-family: arial, "Century Gothic", Century, "Century Schoolbook"; 
	color: #FFFFFF; 
	font-size: 18px; 
	padding-left: 40px; }
	
.practicephone {
	font-family: arial, "Century Gothic", Century, "Century Schoolbook";
	font-weight: bold; 
	font-size: 18px;
	color: #000000;
	padding-right: 20px; }
	
.border {background-color: #000000; }

.content {font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
color: #FFFFFF;
	background-image: url('graphics/body_background.jpg');}

.mdText {font-size: 4pt; height: 4pt; color: lightgrey; position: absolute; left: 0; top: 0;}

.footerLink {color: white;}
.seoLinks {color: white;}
.seoLinks a {color: white;} 

.hitCounter {
	color: #a59b5d;
}


.footerLink {color: white;}
.seoLinks {color: white;}
.seoLinks a {color: white;}
.footerSEOCopy { color: White;}