#maincontent {
	background: URL('/graphics/bottom-of-menu.gif') repeat-y;
	min-height: 400px;
}

#profmaincontent {
	float: left;
	margin: 0px 0px 14px 139px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #555555;
	text-decoration: none;
}

#profheader {
	height: 123px;
	background: URL('/graphics/professionalheader.jpg');
	margin: 0px 0px 14px 117px;
}

#profsubmenu {
	position: absolute;
	border-top: 14px #fff solid;
	top: 0px;
	left: 0px;
	width: 120px;
}


#profsubmenu a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	display: block;
	background: #666666;
	color: #FFF;
	font-weight: bold;
	padding: 5px 0;
	width: 100%;
	text-decoration: none;
	border-bottom: 1px #fff solid;	
}

#profsubmenu a:hover {
	background: #d30909;
	color: #fff;
}

#servicesmenu { display: none; }