/* ================================
    Sitewide Stylesheet
   ================================ */

body
{
	background-image: url(../images/page.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #393939;
	color: #000000;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#centralContainer
{
	background-color: white;
	width: 955px;
	margin: 0px auto;
	background-image: url(../images/sub_bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 20px;
	position: relative;
}

#quickContact
{
	display: block;
	float: left;
	width: 590px;
	height: 63px;
	padding-right: 5px;
	padding-top: 4px;
}

.contactNumber
{
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
}

.contactNumber a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	text-decoration: none;
}

.contactNumber a:hover
{
	text-decoration: underline;
}

.contactForm, .contactForm td
{
	font-size: 12px;
	line-height: 15px;
}

.contactForm td
{
	height: 20px;
}

#footerText a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
	color: #333333;
	text-decoration: none;
}

#footerText a:hover
{
	text-decoration: underline;
}