#maintabs {
	border: 1px solid #6e8544;
	clear: both;
	background: #FFF;
	width: 425px
}

#contentstabs {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#headertabs {
	position: relative;
	width: 100%;
	height: 30px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#headertabs ul#primary {
	margin: 0;
	padding: 0;
	padding-left: 7px;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#headertabs ul#primary li  {
	display: inline;
	list-style: none;
}

#headertabs ul#primary a,#headertabs ul#primary span,#headertabs ul#primary a.current {
	width: 80px;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	background: url(contact_tab_bg.jpg) top left no-repeat;
}

#headertabs ul#primary span,#headertabs ul#primary a.current,#headertabs ul#primary a.current:hover {
	border-bottom: none;
	background: url(contact_tab_bg_over.jpg) top left no-repeat;
	padding-bottom: 8px;
	margin-top: 0;
}

#headertabs ul#primary span {
	color: #000;
}

#headertabs ul#primary a {
}

#headertabs ul#primary a:hover {
	color: #000;
}

.contacttitle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #454545;
	border-bottom: 1px solid #454545;
	padding-bottom: 0px;
}

.contactinfo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666;
	margin-top: -10px;
}

.contactinfo a:link, .contactinfo a:visited, .contactinfo a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #79291d;
	text-decoration: none;
}

.contactinfo a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #303030;
	text-decoration: none;
}

