@charset "UTF-8";
/* CSS Document */
#header #menu {
	background-image: none;
}
#header #submenu {
	background-image: none;
}

#header #intro {
	background-image: url(../images/contact/contact.gif);
	background-color: #F7F6F5;
	border-bottom-style: none;
}


#contactUs {
	float: left;
	width: 786px;
	padding-left: 57px;
	margin-top: 15px;
	padding-right: 57px;
	margin-bottom: 10px;
}

.contactInfo {
	float: left;
	width: 242px;
	padding-right: 20px;
}


div.contactInfo h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #FF0000;
	float: left;
	display: inline;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #8F8F8F;
	width: 100%;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

div.contactInfo ul {
	width: 262px;	
}

div.contactInfo li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
	float: left;
	width: 100%;
}
div.contactInfo a {
	color: #FF0000;
	font-weight: normal;
}

.bottomPadding {
	padding-bottom: 20px;
}
