/* Homepage styles
----------------------------------------------- */

#contentHome h3 {
	padding-bottom: 5px;
	border-bottom: 2px solid #7eb397;
}
#contentHome ul {
	font-size: 0.92em;
	margin: 0px;
}
#contentHome li {
	list-style: none;
	line-height: 14px;
	margin-top: 8px;
	margin-left: 0px;
}
/* Home page main content */
#main {
	float: left;
	width: 540px;
	padding-right: 15px;
	padding-left: 15px;
}
	#main p {
	line-height: 1.7em;
	margin-bottom: 20px;
	}
#columnOne, #columnTwo, #columnThree {
	float: left;
	width: 170px;
	height: 130px;
	margin-right: 15px;
	margin-bottom: 20px;
}
#columnThree {
	margin-right: 0px;
}
#additionalContent {
	clear: both;
	padding: 5px;
	border: 1px solid #bdcbe7;
}
#additionalContent a {
	border-style: none;
	font-size: 1.2em;
	font-weight: bold;
}
#additionalContent img {
	vertical-align: middle;
	padding-right: 5px;		
}

/* Banners column */
#banners {
	float: right;
	width: 170px;
	margin-right: 10px;
}
	#banners img {
		display: block;
	}
#locationMap{
	border: 2px solid #2d4ea2;
	padding: 2px;
	width: 162px;
	margin-bottom: 15px;
}
	#locationMap img {
	margin-bottom: 15px;
	}

/* Additional info */
#additionalInfo {
	width: 170px;
	background: #E8E2C4;
	float: right;
	margin: 0px;
}
#additionalInfo h4 {
	color: #B39E3C;
	border-bottom: 1px dotted #999999;
	padding-bottom: 0.3em;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#additionalInfo p {
	color: #666666;
}
#additionalInfo ul {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 1px;
}

/* Location page styles */
div.locationAddress {
	clear: both;
}
div.locationAddressOdd {
	clear: both;
	background: #E2E3FF;
	float: left;
	width: 355px;
}
	div.locationAddress p, div.locationAddressOdd p {
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	}
.streetAddress {
	width: 185px;
	float: left;
}
.mailAddress {
	width: 165px;
	float: left;
}
	h3.streetAddress, h3.mailAddress {
	color: #999999;
	margin-top: 10px;
	margin-bottom: 5px;
	}
