﻿body 
{
	background: #E7E7E7 url('/images/bg.jpg') repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Sans-Serif;
}
img
{
	border: 0px;
}
#container
{
	margin: 40px auto 0px auto; 
	width: 591px; 
	padding: 0px; 
	border: 0px; 
	background-color: #FFFFFF;
}
#topBannerArea
{
	width: 581px; 
	border: 10px solid #D7D7D7; 
	height: 103px;	
}
#topBannerText
{
	margin-left: 75px; 
	color: #163572; 
	height: 90px; 
	vertical-align: middle;
	padding-top: 10px;
}
#topBannerLineOne
{
	font-family: Impact, Arial, Sans-Serif; 
	font-size: 32px;
}
#topBannerLineTwo
{
	font-size: 16px; 
	font-weight: bold; 
	font-style: italic;
}
#topBannerLineThree
{
	font-size: 12px; 
	color: #AFAFAF; 
	font-weight: bold;  
	font-style:italic;
}
#topBannerImage
{
	width: 581px; 
	border: 10px solid #D7D7D7; 
	height: 269px; 
	border-top: 0px; 
	overflow: visible;
}
#contentArea
{
	width: 581px; 
	border: 10px solid #D7D7D7; 
	border-top: 0px; 
	overflow: hidden;
}
#contentMenu
{
	 width: 582px; 
	 border-bottom: 10px solid #D7D7D7;
}
#contentMenu ul li
{
	float: left;
}
#contentMenu ul li a
{
	background-image: url('/images/button_off.jpg');	
	width: 193px;
	height: 42px;
	padding-right: 1px;
	line-height: 40px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #425B88;
	text-decoration: none;
}
#contentMenu ul li a:hover
{
	background-image: url('/images/button_on.jpg');	
}
#contentMenu ul
{
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#contentInfo
{
	width: 561px;
	padding: 10px;
	font-size: 14px;
	line-height: 21px;
	color: #5E5E5E;
}
#locationInfo
{
	font-weight: bold;
	color:#425B88;
	font-style: italic;
	line-height: 24px;
	font-size: 12px;
}
#rightBar
{
	width: 180px;
	float: right;
	text-align: right;
	margin-left: 3px;
}
#rightBar img
{
	padding-bottom: 10px;
}
#footer
{
	background-color: #E7E7E7;
	padding-top: 8px;
	padding-bottom: 15px;
	font-size: 12px;
	width: 601px; /* For IE 6 */
}
#footerCallToday
{
	background-image: url('/images/yellow_bg.jpg'); 
	width: 100%; 
	font-size: 22px; 
	line-height: 60px; 
	text-align: center; 
	color: #163572; 
	font-family: Impact, Sans-Serif;
	text-decoration: none;
	cursor: pointer;	
}
#callToday
{
	position: absolute; 
	left: 475px; 
	top: -65px;
}
#eliteLogo
{
	position: absolute;
	left: -50px;
	top: -115px;
}
