﻿body
{
	background-image: url('images/pagebackground.jpg');
	background-repeat: repeat-x;
	background-color: #393939;
	margin: 0 0 0 0;
}

/*******************************************
Header Content
*******************************************/
div#alignHeaderTop
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: left;
	height: 175px;
}

div#alignHeaderCenter
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 980px;
}

div#headerBackground
{
	position: relative;
	top: 42px;
	height: 133px;
	background-color: #262626;
	width: 980px;
}

div#headerLogo
{
	position: absolute;
	top: 0px;
	left: 10px;
	height: 135px;
	width: 127px;
}

div#headerInformation
{
	position: absolute;
	top: 50px;
	left: 137px;
	height: 60px;
	width: 815px;
}

div#headerLinks
{
	position: absolute;
	top: 135px;
	left: 35px;
	height: 40px;
	width: 920px;
	text-align: center;
}

.navHeader, .navHeader a:Link, .navHeader a:Visited
{
	color: #ffffff;
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.navHeader a:hover, .navHeader a:visited:hover
{
	color: orange;
}

.navSeperator
{
	float: left;
	padding-right: 32px;
	padding-left: 32px;
}

.smallNav
{
	font-size: 8pt;
	font-weight: normal;
}

/*******************************************
Main Content
*******************************************/
div#alignMainContentCenter
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	top: 175px;
}

div#mainContentWrapper
{
	position: relative;
	width: 978px;
	background-color: #ffffff;
	overflow: auto;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
}

div#pageTitle
{
	padding-left: 20px;
	padding-top: 10px;
	width: 685px;
	float: left;
}

div#pageMessage
{
	padding-top: 10px;
	width: 685px;
	float: left;
}

div#pageImage
{
	padding-top: 10px;
	float: left;
	width: 270px;
	text-align: center;
}

/***************************************
/Footer 
***************************************/
div#alignFooterCenter
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 980px;
}

div#footerSeperator
{
	position: relative;
	float: left;
	background-image: url('images/footerSeperatorBackground.jpg');
	height: 71px;
	width: 100%;
	top: 175px;
}

.featuredSite
{
	font-family:Arial;
	font-size:10pt;
	color:White;
}

.footerContainer
{
	float: left;
	text-align: center;
	width: 196px;
	margin-left: auto;
	margin-right: auto;
}

.footerHeader
{
	margin-left: 6px;
	margin-right: 6px;
	text-align: left;
	padding-left: 18px;
	width: 166px;
	height: 25px;
	font-size: 10pt;
	line-height: 25px;
	font-family: arial;
	font-weight: bold;
	color: #fa9b03;
	background-image: url('images/footerHeaderBackground.jpg');
}

.footerLinks
{
	padding-left: 26px;
	color: White;
	font-family: Arial;
	font-size: 10pt;
	line-height: 14pt;
	text-align: left;
}

h1
{
	margin: 0 0 0 0;
	color: #4c4c4c;
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
}

.highlightTitleGray
{
	font-family: Arial;
	font-size: 15pt;
	font-weight: bold;
	color: #404040;
}

.highlightTitleWhite
{
	font-family: Arial;
	font-size: 15pt;
	font-weight: bold;
	color: #ffffff;
}

.information
{
	font-family: Arial;
	font-size: 10pt;
	line-height:14pt;
	color: #3d3d3d;
}

.servicesLinks, .servicesLinks a:Link, .servicesLinks a:Visited
{
	color: blue;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	line-height:21pt;
}

.servicesLinks a:hover, .servicesLinks a:visited:hover
{
	color: orange;
}

.recentBlogPosts, .recentBlogPosts a:Link, .recentBlogPosts a:Visited
{
	color: white;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height:21pt;
}

.recentBlogPosts a:hover, .recentBlogPosts a:visited:hover
{
	color: orange;
}