﻿#wrapper
{
	background: url(../images/darkBg.jpg) repeat-x left top;	
	height: 810px;
	padding-left: 100px;
	width: 1001px;
}

#banner
{
	background: url(../images/hpBanner.jpg) no-repeat left top;
	height: 226px;
	width: 1001px;
}
#navHP
{
	height: 33px;
	line-height: 33px;	
	width: 775px;
	position: relative;
	left: 225px;
	top: 193px;
}
#navHP a, #navHP a:visited
{
	background: url(../images/navSpacer.jpg) no-repeat right center;
	color: #FFFFFF;
	display: inline-block;
	padding: 0 33px 0 10px;
	text-decoration: none;
}

#hpContent
{
	background: url(../images/hpContentBG.jpg) no-repeat left top;
	height: 573px;
	width: 1001px;	
}
#hpContent .text
{
	height: 553px;
	padding: 10px;
	width: 694px;
	position: relative;
	left: 287px;
}

#footer
{
	background: #FFFFFF;
	border-left: solid 100px #617A9E;	
	padding: 20px;
	text-align: left;
	width: 961px;
}
#sturgis
{
	float: right;
}

/* Secondary Pages */
#wrapperSec
{
	background: #617A9E;
	min-height: 810px;
	padding-left: 100px;
	width: 1001px;
}

#bannerSec
{
	background: url(../images/bannerSec.jpg) no-repeat left top;
	height: 226px;
	width: 1001px;
}

#navSec
{
	height: 33px;
	line-height: 33px;
	width: 1001px;
	position: relative;
	top: 193px;
}
#navSec a, #navSec a:visited
{
	background: url(../images/navSpacer.jpg) no-repeat right center;
	color: #FFFFFF;
	display: inline-block;
	padding: 0 44px 0 20px;
	text-decoration: none;
}

#contentSec
{
	background: #FFFFFF url(../images/secContentGradiant.jpg) repeat-y left top;		
}
#contentSec2
{
	background: url(../images/secConentBGTop.jpg) no-repeat left top;	
	width: 1001px;
}
#contentSec2 .text
{
	margin: auto;
	padding: 20px;
	width: 961px;
}

#footerSec
{
	background: #FFFFFF url(../images/footerBorder.jpg) repeat-x left top;	
	min-height: 50px;
	line-height: 50px;
	padding-top: 11px;
}
#footerSec .left
{
	background: #617A9E;
	float: left;
	min-height: 50px;
	width: 100px;
}
#footerSec .mid
{
	background: #FFFFFF url(../images/secContentGradiant.jpg) repeat-y left top;	
	float: left;
	min-height: 50px;
	padding: 0 10px;
	width: 981px;
}
#footerSec .right
{
	background: #B1C8D9;
	min-height: 50px;
	margin-left: 1101px;
}