﻿body
{
	margin: 0;
	padding: 0;
	width: 758px;
	margin-left: auto;
	margin-right: auto;
	background-color: #616160;
	color: #FFF;
	font-family: Arial, serif;
	font-size: 1em;
}

a, a:hover, a:visited
{
	color: #ff7900;
	text-decoration: none;
	outline: none;
}

.clear
{
	clear: both;
}

.dropShadow
{
	padding: 0px 8px 0px 8px;
	width: 758px;
	background-image: url(../images/DropShadowBG.gif);
	background-repeat: repeat-y;
	background-position: 0px -15px;
}

.dropShadowBottom
{
	width: 778px;
	height: 13px;
	background-image: url(../images/DropShadowBottom.gif);
	background-repeat: no-repeat;
}

.headerTower
{
	margin: 20px 8px 0px 8px;
	height: 21px;
	background-image: url(../images/HeaderTower.gif);
}

.header
{
	height: 102px;
	background-image: url(../images/HeaderBG.jpg);
}

.header a
{
	width: 160px;
	height: 80px;
	border: none;
	float: left;
}

form fieldset
{
	border: none;
}

form fieldset legend
{
	display: none;
}

.formLabel, .formTextbox, .formDropDownList, .formCheckBox, .formButton, .additionalInfo
{
	font-family: Arial, serif;
	font-size: 1em;
	color: #676767;
}

.formLabel
{
	width: 200px;
	line-height: 1em;
	float: left;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
}

.formTextbox
{
	width: 200px;
	margin: 0 0 10px 0;
}

.formDropDownList
{
	margin: 0 0 10px 0;
}

.formCheckBox
{
	margin: 0 5px 0 25px;
	padding: 0;
}

.formButton
{
	margin: 20px 10px 0 0;
}

.additionalInfo
{
	margin: 5px 0 0 50px;
}

.footer
{
	height: 15px;
	background-image: url(../images/FooterBG.gif);
	background-repeat: repeat-x;
}

/* Primary Site Navigation */
/* ===================================================== */
.primaryNav
{
	height: 28px;
}

.primaryNav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.primaryNav ul li
{
	display: inline;
	float: left;
}

.primaryNav ul li a
{
	display: block;
	overflow: hidden;
}

.aboutUs, .aboutUsSelected
{
	background-image: url(../images/PrimaryAboutUs.gif);
	height: 28px;
	width: 122px;
}

.services, .servicesSelected
{
	background-image: url(../images/PrimaryServices.gif);
	height: 28px;
	width: 97px;
}

.resources, .resourcesSelected
{
	background-image: url(../images/PrimaryResources.gif);
	height: 28px;
	width: 101px;
}

.employment, .employmentSelected
{
	background-image: url(../images/PrimaryEmployment.gif);
	height: 28px;
	width: 109px;
}

.contactUs, .contactUsSelected
{
	background-image: url(../images/PrimaryContactUs.gif);
	height: 28px;
	width: 96px;
}

#primaryFiller
{
	background-image: url(../images/PrimaryFiller.gif);
	height: 28px;
	width: 233px;
}

.aboutUs:hover, .services:hover, .resources:hover, .employment:hover, .contactUs:hover
{
	background-position: 1000% -28px;
}

.aboutUsSelected, .servicesSelected, .resourcesSelected, .employmentSelected, .contactUsSelected
{
	background-position: 1000% -56px;
}

/* End Primary Site Navigation */
/* ===================================================== */