#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 */
	z-index: 100 !important;
	
}

#topMenu li a {
	display: block; /* DO NOT CHANGE */
	text-decoration: none !important; /* DO NOT CHANGE */
	padding: 0 10px; /* 1st level item padding */
	border-right: 1px solid #4f4416; /* right border of the 1st level item */
	color: #005091; /* text color */
	font-weight: normal; /* font-weight */
	font-size: 11px; /* font-size */
	font-family: 'century gothic', 'arial narrow', serif; /* font-family */
	text-transform: capitalize; /* capitalization */
	white-space: nowrap;
}

#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 #00193e; /* 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 #4f4416; /* 2nd level box border */
	margin-left: -1px; /* DO NOT CHANGE */
	background-color: #fff; /* 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: #d9ecfd 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: #d9ecfd; /* 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);
}

/* 3rd lev nav addition - DO NOT CHANGE
--------------------------------------------- */
#topMenu table, #topMenu table td {
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse:collapse;
}
#topMenu li li ul {
	margin-left: 0; /* DO NOT CHANGE */
}
#topMenu li:hover ul ul, #topMenu li.sfhover ul ul {
	left: -999em; /* DO NOT CHANGE */
}
#topMenu li li:hover ul, #topMenu li li.sfhover ul {
	margin-top: -14px;
	margin-left: -10px;
	left: 100%; /* DO NOT CHANGE */
}
#topMenu li li li {
	white-space: nowrap; /* DO NOT CHANGE */
}
#topMenu li li a.hasThirdLevel {
	background-image: url('graphics/menuarrow_black.gif');
	background-position: 95% 50%;
	background-repeat: no-repeat;
	padding-right: 20px;
}
/* --------------------------------------------- */



body {margin:0px; background-image: url('graphics/background.jpg');}

.practiceheader {background-image: url('graphics/top_bar.jpg');}

.practicename {font-family: century gothic; 
	font-size: 24px; 
	font-weight: bold;
	color: #005091; 
	padding-left:20px; }

.practicetype {font-family: century gothic; 
	font-size: 18px; 
	font-weight: bold;
	color: black; padding-left:40px; }
	
.practicephone {font-family: century gothic; 
	font-size: 18px;
	font-weight: bold; 
	color: #005091; 
	padding-right:15px; }
	
.border {background-color: #999999; }

.content {font-family: century gothic; 
	font-size: 13px;
	background-color: #999999;
	background-image: url('graphics/body_background.jpg');}

.mdText {font-size: 4pt; height: 4pt; color: lightgrey; position: absolute; left: 0; top: 0;}

.footerLink {color: blue;}
.seoLinks {color: blue;}
.seoLinks a {color: blue;}
.footerSEOCopy { color: black;}
