@charset "UTF-8";
/* CSS Document */


#header #intro {
	background-image: url;
../images/contact/contact.jpg;
	background-color: #F7F6F5;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 4px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/contact/contact.jpg);
}
#container #content {
	background-attachment: scroll;
	background-image: url(../images/contact/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#contactUs {
	float: left;
	width: 900px;
	padding-left: 0px;
	margin-top: 15px;
	padding-right: 0px;
	margin-bottom: 75px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
}

.contactInfo {
	float: left;
	width: 240px;
	display: inline;
	margin: 0px;
	padding: 0px;
	border-right-width: 40px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	clear: right;
}


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: 240px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

div.contactInfo ul {
	width: 262px;	
}

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

.bottomPadding {
	padding-bottom: 20px;
}

