ul#topMenu {	/* do not have to change this */
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	height: 26px;
}

ul#topMenu li {	/* here you can define border and background color for buttons in “normal state”. */
	list-style-type: none;
	float: left;
	padding: 3px;
	margin: 0;
	height: 20px;
	border-right: solid 1px #4f4416;
	background-color: #d6cc99;
}

ul#topMenu li:hover, ul#topMenu li.sfhover {	/* here you can define background color for buttons at mouseover. */
	background-color: #fff;
}

ul#topMenu li a {	/* here you can define text on buttons. */
	padding: 3px 6px;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #4d4214;
	font-family: 'Comic Sans MS', 'Times New Roman', serif;
	text-transform: capitalize;
}

ul#topMenu li ul {	/* do not have to change this */
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
	display: none;
	width: auto !important;
	width: 70px;
}

ul#topMenu li li {	/* borders for 2nd level buttons */
	float: none;
	border: solid 1px #4f4416;
	border-width: 0 1px 1px 1px;
}

ul#topMenu li li.first {	/* borders for 2nd level first button */
	border-top: solid 1px #4f4416;
}

ul#topMenu li:hover ul, ul#topMenu li.sfhover ul {	/* do not have to change this */
	position: absolute;
	left: auto;
	top: 106px;
	padding: 0;
	margin: 0 0 0 -4px;
	display: block;
}


body {margin:0px; background-image: url('graphics/background.jpg');}

.practiceheader {background-image: url('graphics/top_bar.jpg');}

.practicename {font-family: alba, Arial, Helvetica, sans-serif; 
	font-size: 30px; 
	font-weight: bold;
	color: #006666; 
	padding-left:20px; }

.practicetype {font-family: alba, Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	font-weight: bold;
	color: white; padding-left:40px; }
	
.practicephone {font-family: alba, Arial, Helvetica, sans-serif; 
	font-size: 22px; 
	color: #000080; 
	font-weight: bold;
	padding-right:15px; }
	
.border {background-color: #CCCCCC; }

.content {font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	background-image: url('graphics/body_background.jpg');}

.mdText {font-size: 4pt; height: 4pt; color: lightgrey; position: absolute; left: 0; top: 0;}
