/*
override padding from main to account for nav
*/
.copy{
	padding-top: 10px;
}

.subNavArea{
	width: 500px;
	padding-right: 52px;
	padding-left: 50px;
	padding-top: 15px;
	height:30px;
	background:repeat;
	background-color: #a9803e;
	background-image: url(img_bgsw/services_bg.gif);
}
.svcList {
	font-size: 12px;
	font-weight: bold;
	top: 50px;
}

.navText{
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #352a1a;
}

#groupsDD{
	background-color:#c19b5f;
	height:100px;
	width:140px;
	position: absolute;
	top: 224px;
	left: 564px;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 11px;
	display:none;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.headBullets {
	font-size: 12px;
	line-height: 20px;
	font-variant: small-caps;
	color: #352a1a;
	font-weight: bold;
}

a:link {
	color: #352a1a;
	text-decoration: none;
} 
a:visited {
	color: #352a1a;
	text-decoration: none;
}
a:hover {
	color: #f4f1df;
	text-decoration: underline;
} 
