@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 180%;
}

a:link {text-decoration: underline; color:#333}
a:visited {text-decoration: underline; color:#333}
a:hover {text-decoration: underline; color:#000}
a:active {text-decoration: underline; color:#333}

h1 {font-size: 20px;	margin-top: 20px;	margin-bottom: 15px;}
h2 {font-size: 18px;	margin-top: 5px;	margin-bottom: 5px;}

.emailphone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-image: url(images/emailphone-bg.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.home-feature {
	background-image: url(images/home-feature.png);
	background-repeat: no-repeat;
	font-size: 20px;
	color: #FFFFFF;
}

.pinned {
	background-image: url(images/note-pin.jpg);
	background-repeat: no-repeat;
	line-height: 120%;
}
.footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	background-color: #BDB0AB;
	font-size: 14px;
	color: #FFFFFF;
}
.footer a:link {text-decoration: none; color:#fff}
.footer a:visited {text-decoration: none; color:#fff}
.footer a:hover {text-decoration: underline; color:#333}
.footer a:active {text-decoration: none; color:#fff}

.credits a:link {color:#FFFFFF; text-decoration:underline;}
.credits a:visited {color:#FFFFFF; text-decoration:underline;}
.credits a:active {color:#FFFFFF; text-decoration:underline;}
.credits a:hover {color:#FFFFFF; text-decoration:underline;}
.credits a:visited:hover {color:#FFFFFF; text-decoration:underline;}