@charset "utf-8";
/* CSS Document */
#mainText {
	background:url(images/contact-bg.png) top left no-repeat;
}

#specificText.contactText {
	margin-top: 75px;
	margin-left: 42px;
}
/* Override the contact and copyright to adjust the padding to insure they display 
   properly in the new mainText width */
#specificText.contactText h1 {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-left: 19%;
	margin-right: 22%;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 2em;
	font-weight: bold;
	text-decoration: underline;
}

#specificText.contactText ul {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	list-style: none;
}

#specificText.contactText li {
	margin: 0;
	padding: 0;
	margin-left: -60px;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
/*		color: #E4911D; */
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 150%;
	font-weight: normal;
	text-align: center;
}

#specificText.contactText p {
	margin: 0;
	padding: 0;
	margin-left: 60px;
	margin-right: 60px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 4px;
	font-size: 1.4em;
	font-weight: bold;
}
/* Override the contact and copyright to adjust the padding to insure they display 
   properly in the new mainText width */
div#line.divider {
	margin: 0;
	padding: 0;
	margin-top: .5em;
	padding-top: .5em;
	margin-bottom: 1em;
	margin-left: 35%;
	margin-right: 35%;
}

.address {
	font-weight: bold;
	font-variant:small-caps;
}