/* CSS Document */

#topContact {
		width: 100%;
		height: 120px;
		
	}
	#middleContact {
		width: 100%;
		
	}
	#middleContact a:link, a:visited {
		color: #000000;
	}
	#middleContact a:hover {
		color: #990000;
	}
	#contactContainer {
		float: left;
		position: relative;
		left: 5em;
		width: 50%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#contactContainer p {
		margin-left: 8em;
	}
	#contactItem {
		position: relative;
		left: 0;
		float: left;
		width: 8em;
		margin-right: 30px;
		padding: 0;
	}
	#contactItem p {
		margin-left: 0;
		padding-bottom: 0.1em;
	}
	
	
	/* RIGHT COLUMN FORMATTING */

#rightCol {
	width: 49%;
	float: right;
}
#rightCol p {
	padding: 2.5em 1.4em 1em 3.8em; /* dimensions: top right bottom left */
	font-family: "Times New Roman", Times, serif;
	line-height: 1.3em;
	font-size: 130%;
	text-align: justify;
}
	
	#textBlurb {
		width: 35%;
		position: relative;
		right: 0;
		float: right;
		padding: 2.5em 1.4em 0.2em 3.8em; /* dimensions: top right bottom left */
}
		#textBlurb p {
		margin-bottom: 0.3em;
		color: #000;
		font-family: "Times New Roman", Times, serif;
		line-height: 1.3em;
		font-size: 115%;
		text-align: justify;
	}
	h1 {
		width: 100%;
		font-family: "Times New Roman", Times, serif;
		color: #990000;
		font-size: 250%;
		margin-bottom: 0em;
		padding-bottom: 0em;
	}
	h5 {
		text-align: left;
		padding-bottom: 0;
		padding-top: 10px;
		margin-bottom: 0;
		margin-left: 0;
		font-weight: bold;
		font-size: 120%;
	}
	#bottom {
		clear: both;
		width: 100%;
		position: relative;
		left: 0;
	}
	#directions {
		position: relative;
		left: 30px;
		float: left;

	}
	#directions p {
		padding-bottom: 3em;
	}
	
	
	#addressFooterContact {
		position: relative;
		left: 0;
		top: 0;
	}
	.clear {clear:both;}
