﻿.wrapper
{
	width: 700px;
}

.banner
{
	background: url(images/nav/banner.jpg);
	height: 125px;	
	width: 698px;
	width: 726px;
}

/* Nav */

.nav
{
	margin-left: 33px;
	padding-top: 90px;
}

.nav a, .nav a:hover
{
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 0 5px;
	padding: 3px;
}

.forms
{
	background: url(images/nav/onlineForms.jpg);
	height: 17px;
	width: 92px;
}

.forms:hover
{
	background: url(images/nav/onlineForms_h.jpg);
}

.about
{
	background: url(images/nav/about.jpg);
	height: 17px;
	width: 69px;
}

.about:hover
{
	background: url(images/nav/about_h.jpg);
}

.contact
{
	background: url(images/nav/contact.jpg);
	height: 17px;
	width: 74px;
}

.contact:hover
{
	background: url(images/nav/contact_h.jpg);
}

.time
{
	background: url(images/nav/time.jpg);
	height: 17px;
	width: 74px;
}

.time:hover
{
	background: url(images/nav/time_h.jpg);
}

.hr
{
	background: url(images/nav/hr.jpg);
	height: 17px;
	width: 112px;
}

.hr:hover
{
	background: url(images/nav/hr_h.jpg);
}

.home
{
	background: url(images/nav/home.jpg);
	height: 17px;
	width: 43px;
}

.home:hover
{
	background: url(images/nav/home_h.jpg);
}

#PlatinumLinks a
{
	margin:3px 5px 7px 5px;
	display: block;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	color: #333365;
	font-weight: bold;
}

#PlatinumLinks a:hover
{
	color: #E63A36;
	text-decoration: underline;
}

#PlatinumLinks
{
	text-align: center;
}

