/* CSS Document */

body {
	font: normal .7em/1.5em Helvetica, Arial, sans-serif;
	color: #fff;
}

#contentArea {
	font-size: 12px;
	line-height: 22px;
}

h1 {
	font: 2.0em Georgia, "Times New Roman", Times, serif;
	padding: 10px 5px 5px 0;
	color: #ebc989;
}

	h1.calloutTitle {
		font: normal 24px Georgia, "Times New Roman", Times, serif;
		color: #b59558;
		padding: 15px 0 0 0;
		margin-left: 23px;
		margin-bottom: 19px;
	}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #e7d0a4;
	text-decoration: underline;
}
	
h2 {
	font-size: 1.35em;
	padding: 15px 0 5px 0;
	color: #b59558;
}

	div#callText h2.phoneNumber {
		color: #f7e5c2;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-align: right;
		font-size: 1.75em;
		padding: 0px 18px 7px 0px;
	}
	
h2 a:link, h2 a:visited {
	color: #b59558;
	text-decoration: underline;
}

h2 a:hover {
	color: #e7d0a4;
	text-decoration: underline;
}
	
h3 {
	font-size: 1.2em;
	padding: 0 10px 0 0;
	margin: 0px;
	color: #f7e5c2;
}

	div#contentArea h3 a:link, div#contentArea h3 a:visited {
		text-decoration: none;
		color: #f7e5c2;
	}
		
		div#contentArea h3 a:hover {
			text-decoration: none;
			color: #6e0505;
		}
	
	div#leftcol h3 {
		font-family: Georgia, "Times New Roman", Times, serif;
		padding: 10px 10px 5px 10px;
	}

	div#leftcol div.newsletter h3 {
		padding: 0 0 3px 0;
		font: 700 14px Georgia, "Times New Roman", Times, serif;
		margin: 0;
		border-bottom: 1px dashed #54472e;
	}
	
	div#leftcol div.address h3 {
		text-align: center;
		color: #fff;
		line-height: 18px;
	}
	
		div#leftcol div.address h3 span.yellow {
			color: #fee40a;
		}

p {
	padding: 5px 5px 5px 0;
	line-height: 16px;
}
	
	div#rightcol div.contentData p {
		padding: 5px;
	}
	
	div#rightcol div#contentArea p {
		margin: 0 10px 5px 0;
	}

	div#leftcol div.newsletter p {
		color: #fff;
		padding: 5px 0;
	}

ul {
	margin-left: 25px;
}

hr {
	margin: 5px 0;
}

div#footer div#footerContent {
	color: #fff;
}

div#footer div#footerContent a {
	color: #208122;
}

div#footer div#footerContent div.siteBy a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

span.red {
	color: #cc0000;
}