/* -- Construction - */
#page-container
{
	width: 885px;
	margin: 0px auto;
}

#header
{
	text-align: center;
	border-bottom: 1px #BDBDBD solid;
	padding: 25px 0px 9px 0px;
}

#content
{
	position: relative;
}

#interesting-text
{
	height: 282px;
	width: 583px;
	background-image:url(../media/img-blue-hr.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 23px 0px 0px 18px;
}

#areas-served
{
	padding: 23px 18px 0px 18px;
	background-color: #EDEDED;
}

#areas-served ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 9999;
}

#areas-served li
{
	float: left;
	width: 20%;
	margin: 0px 0px 30px 0px;
	background-color: #EDEDED;
}

#mascot-logo
{
	position: absolute;
	right: 0px;
	top: 23px;
}

#footer
{
	border-top: 1px solid #124284;
	margin-top: 3px;
	padding-top: 13px;
}	

.visual-clear
{
	clear: both;
	margin-top: -1px;
}

#ie-fix-part1
{
	position: relative;
}

#ie-fix-part2
{
	position: absolute;
	width: 885px;
}

/* -- Style -- */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	background-color: #F4F4F4;
	margin-top: 0px;
}

#interesting-text .large-text h1
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#interesting-text .large-text,
#interesting-text .large-text h1
{
	font-size: 28px;
	color: #2B2627;
}

#interesting-text .medium-text
{
	/* Empty */
}

#interesting-text .text-spacing
{
	line-height: 30px;
	margin: 25px 0px 25px 0px;
}

#interesting-text h2
{
	font-size: 19px;
	color: #00458A;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#areas-served li a:link,
#areas-served li a:active,
#areas-served li a:visited
{
	display: block;
	text-decoration: none;
	border-bottom: 1px dashed #00458A;
	padding-bottom: 3px;
	color: #00458A;
	text-transform: uppercase;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

#areas-served li a:hover
{
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #00458A;
	padding-bottom: 3px;
	color: #00458A;
	text-transform: uppercase;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

#footer,
#footer a:link,
#footer a:active,
#footer a:hover,
#footer a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 17px;
}

