﻿
/* Style sheet for the simplified nav */

.SimplifiedNav
{
  padding: 10px 0px 0px 0px;
}

.SimplifiedNav .TopHeader
{
	position: relative;
	left: -1px;
	top: 0px;
}


.SimplifiedNav .CashPhoneNumber
{
  color:#00703C;
  font-family:Verdana, Geneva, Tahoma, sans-serif; 
  font-size:26px; 
  vertical-align:top; 
  position:absolute; 
  top:-6px; 
  left: 275px;
}

.SimplifiedNav .HeaderNav
{
	text-align: right;
	top: 10px;
	position: absolute;
	right: 0;
}

.SimplifiedNav .HeaderNav a
{
	color: #00703C;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
}

.upperContainer
{
	width: 990px;
}

.mainNav
{
	width: 779px;
	padding: 10px 0px 0px 0px;
	height: 47px;
}

.navitem
{
	background: none;
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
	width: 120px;
	position: relative;
}


#applynow a.applynow
{
	display: block;
	background: #fff url('../images/navigation/applyNowOff.gif') right no-repeat;
	margin: 0;
	padding: 0;
	height: 31px;
	text-indent: -9999em;
}
#applynow a.applynow:hover
{
	display: block;
	background: #fff url('../images/navigation/applyNowOn.gif') right no-repeat;
	margin: 0;
	padding: 0;
	height: 31px;
	text-indent: -9999em;
}
#services a.services
{
	display: block;
	background: #fff url('../images/navigation/servicesOff.gif') no-repeat;
	margin: 0;
	padding: 0;
	height: 31px;
	width: 116px;
	text-indent: -9999em;
}
#services a.services:hover
{
	display: block;
	background: #fff url('../images/navigation/servicesOn.gif') no-repeat;
	margin: 0;
	padding: 0;
	height: 31px;
	width: 116px;
	text-indent: -9999em;
}
#resources a.resources
{
	display: block;
	background: #fff url('../images/navigation/resourcesOff.gif') no-repeat;
	margin: 0;
	padding: 0;
	height: 31px;
	width: 115px;
	text-indent: -9999em;
}
#resources a.resources:hover
{
	display: block;
	background: #fff url('../images/navigation/resourcesOn.gif') no-repeat;
	margin: 0;
	padding: 0;
	height: 31px;
	width: 115px;
	text-indent: -9999em;
}
#planning a.planning
{
	display: block;
	background: #fff url('../images/navigation/planningOff.gif') no-repeat;
	margin: 0;
	padding: 0;
	height: 31px;
	width: 116px;
	text-indent: -9999em;
}
#planning a.planning:hover
{
	display: block;
	background: #fff url('../images/navigation/planningOn.gif') no-repeat;
	margin: 0;
	padding: 0;
	height: 31px;
	width: 116px;
	text-indent: -9999em;
}
#aboutus a.aboutUs
{
	display: block;
	background: #fff url('../images/navigation/aboutUsOff.gif') no-repeat;
	margin: 0;
	padding: 0;
	height: 31px;
	width: 116px;
	text-indent: -9999em;
}
#aboutus a.aboutUs:hover
{
	display: block;
	background: #fff url('../images/navigation/aboutUsOn.gif') no-repeat;
	margin: 0;
	padding: 0;
	height: 31px;
	width: 116px;
	text-indent: -9999em;
}

