#menuContainer {
	padding: 0 0 0 0; /* whole menu padding */
	width: 785px; /* 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 */
}


ul#topMenu, #topMenu ul {
	float: left; /* DO NOT CHANGE */
	padding: 0; /* DO NOT CHANGE */
	margin: 0; /* DO NOT CHANGE */
	list-style: none; /* DO NOT CHANGE */
	border: 0; /* 1st level box border */
	
}

#topMenu li a {
	display: block; /* DO NOT CHANGE */
	text-decoration: none !important; /* DO NOT CHANGE */
	padding: 0 8px; /* 1st level item padding */
	border-right: 1px solid #ffffff; /* right border of the 1st level item */
	color: black; /* text color */
	font-weight: bold; /* font-weight */
	font-size: 11px; /* font-size */
	font-family: 'times new roman', 'times', serif; /* font-family */
	text-transform: capitalize; /* capitalization */
}

#topMenu li {
	float: left; /* DO NOT CHANGE */
	line-height: 25px; /* item's height */
}

#topMenu li li {
	float: none; /* DO NOT CHANGE */
	border-top: 1px solid #ffffff; /* 2nd level divider */
}
#topMenu li li.first {
	border: 0 /* DO NOT CHANGE */
}

#topMenu li li a {
	border: 0 !important; /* DO NOT CHANGE */
}
#topMenu li ul {
	position: absolute; /* DO NOT CHANGE */
	left: -999em; /* DO NOT CHANGE */
	border: 1px solid #ffffff; /* 2nd level box border */
	margin-left: -1px; /* DO NOT CHANGE */
	background-color: #979387; /* 2nd level box background color */
}

#topMenu li:hover ul, #topMenu li.sfhover ul {
	left: auto; /* DO NOT CHANGE */
}

#topMenu li:hover, #topMenu li.sfhover {
	background: #cdcbc5 url(graphics/menu_bar_down.jpg) repeat-x center top; /* 1st level item hover */
}

#topMenu li li:hover, #topMenu li li.sfhover {
	background: none;
	background-color: #cdcbc5; /* 2nd level item hover background */
}

#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: brush script mt, Times New Roman, Times, serif; 
	font-size: 38px; 
	color: White; 
	padding-left:30px; }

.practicetype {font-family: Times New Roman, Times, serif; 
	font-size: 20px; 
	font-wheigt: bold;
	color: black; padding-left:50px; }
	
.practicephone {font-family: Times New Roman, Times, serif; 
	font-size: 20px; 
	color: black; 
	font-wheigt: bold;
	padding-right:20px; }
	
.border {background-color: white; }

.content {font-family: Times New Roman, Times, serif; 
	font-size: 12px;
	background-image: url('graphics/body_background.jpg');}

.mdText {font-size: 4pt; height: 4pt; color: Sienna; position: absolute; left: 0; top: 0;}

.footerLink {color: white;}
.seoLinks {color: Black;}
.seoLinks a {color: black;} 

