﻿body
{
	background:url(Frame/PageBg.png) repeat-x fixed;
	text-align:center;
	margin:0;
	padding:0;
}

.FloatClear { clear:both; }

/************ Page Container */

#pageContainer
{
	width:990px;
	margin:0 auto;
	text-align:left;
	padding:0 0 30px 0;
}

/************ Header Area */

#headerArea
{
	width:968px;
	padding-bottom:15px;
	position:relative;
	overflow:hidden;
}

#headerArea .SiteLogo
{
	float:left;
	margin:42px 0 0 16px;
}

#headerOptions
{
	width:552px;
	padding-left:98px;
	float:right;
	padding-top:58px;
}

#headerOptions .GetHelpButton
{
	float:left;
	width:131px;
	height:32px;
	margin-right:7px;
	background:url(Frame/GetHelpButton.png) no-repeat left top;
	vertical-align:top;
}
#headerOptions .GetHelpButton span { display:none; }

#headerOptions .HideVisitButton
{
	float:left;
	width:143px;
	height:32px;
	margin-right:8px;
	background:url(Frame/HideVisitButton.png) no-repeat left top;
	vertical-align:top;
}
#headerOptions .HideVisitButton span { display:none; }

#headerOptions input
{
	float:left;
	padding:7px 10px 5px 10px;
	margin:0 10px;
	border:0;
	height:20px;
	width:193px;
	color:#7c7c7c;
	background:White url(Frame/HeaderSearchBoxBg.png) no-repeat left top;
	font-size:110%;
	vertical-align:top;
}

#headerOptions .SearchButton
{
	float:left;
	font-family:'Arial Narrow', Sans-Serif;
	padding:0;
	margin:3px 0 0 0;
	border:0;
	width:27px;
	height:27px;
	cursor:pointer;
	background:url(Frame/HeaderSearchButton.png) no-repeat left top;
	font-weight:bold;
	vertical-align:top;
}
#headerOptions .SearchButton span { display:none; }

/************ Main Navigation */

#mainNavArea
{
	width:968px;
	background:url(Frame/MainNavAreaBg.png) no-repeat left top;
	position:relative;
	overflow:hidden;
}

#mainNavArea ul
{
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	width:auto !important;max-width:800px;width:800px;
}

#mainNavArea li
{
	float:left;
	border-right:1px solid #d5d5d5;
	margin:0;
	padding:0;
	background:url(Frame/MainNavAreaBg.png) no-repeat -10px top;
}

#mainNavArea .FirstItem
{
	background:url(Frame/MainNavAreaBg.png) no-repeat left top;
}

#mainNavArea li a
{
	float:left;
	text-decoration:none;
	font-size:120%;
	color:#411747;
	padding:16px 16px 16px 16px;
	white-space:nowrap;
	background:url(Frame/MainNavAreaBg.png) no-repeat -10px top;
}

#mainNavArea .FirstItem a { background:none; }

#mainNavArea li a:hover,
#mainNavArea li.Active a
{
	background:White;
	color:#e84917;
}

#mainNavArea .FirstItem a:hover,
#mainNavArea .FirstItemActive a:hover,
#mainNavArea .FirstItemActive a
{
	background:White url(Frame/MainNavAreaBg.png) no-repeat left -400px;
}

#mainNavArea .MainSiteLink
{
	float:right;
	width:95px;
	padding:16px 12px 16px 25px;
	white-space:normal;
	color:#411747;
	font-size:120%;
	text-transform:uppercase;
	text-decoration:none;
}

#mainNavArea .MainSiteLink span { color:#f98e0f; }

#mainNavArea .MainSiteLink:hover
{
	color:#e84917;
	background:White url(Frame/MainNavAreaBg.png) no-repeat right -400px;
}

/************ Bread Crumb Area */

#breadCrumbArea
{
	width:928px;
	height:auto !important;min-height:10px;height:10px;
	padding:12px 20px 12px 20px;
	text-align:right;
	background-color:White;
	vertical-align:bottom;
}

#breadCrumbArea a
{
	display:inline-block;
	margin:0 4px 0 4px;
	vertical-align:top;
	text-decoration:none;
}

#breadCrumbArea a:hover { text-decoration:underline; }

#breadCrumbArea span
{
	display:inline-block;
	padding:0 0 0 4px;
	vertical-align:top;
}

/************ Main Content Area */

#mainContentArea
{
	font-size:120%;
	width:968px;
	height:auto !important;min-height:500px;height:500px;
	padding:1px 22px 0 0;
	background:url(Frame/MainContentAreaBg.png) repeat-y left top;
}

/************ Footer Area */

#footerArea
{
	width:938px;
	background:url(Frame/FooterAreaShadow.png) no-repeat left top;
	padding:30px 10px 0 20px;
	position:relative;
	overflow:hidden;
}

#footerArea .FooterCopy
{
	float:left;
	width:230px;
	margin-right:20px;
	font-size:80%;
	color:#8a8a8a;
	line-height:1.6em;
}

#footerArea .FooterCopy a
{
	color:#f57b18;
	white-space:nowrap;
}

#footerArea .ShareLinks
{
	float:left;
	width:305px;
	padding-top:8px;
}

#footerArea .SponsorList
{
	float:right;
	width:380px;
	text-align:right;
}

#footerArea .SponsorList .ThankYou
{
	display:inline-block;
	width:150px;
	font-size:140%;
	color:#7f7f7f;
	text-transform:uppercase;
	padding-left:16px;
	text-align:left;
}

#footerArea .SponsorList .LogoDivider
{
	display:inline-block;
	width:1px;
	height:38px;
	background:url(Frame/FooterSponsorDivider.gif) no-repeat left top;
}

#footerArea .SponsorList img { display:inline-block; }