﻿body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #ccc7b2 url('../Images/Master/BodyRepeat.gif') repeat-x;
}

img 
{
	border: 0px;
}

*
{
	outline: 0;
}
.ContentText
{
	font-family:Verdana;
	font-size:12px;
	list-style: none;
}
.ContentText li
{
	padding-top:3px;
	padding-bottom:3px;
}
#Site
{
	clear: both;
	position: relative;
	width: 996px;
	min-height: 660px;
	height: auto !important;
	height: 660px;
	margin: 0 auto;
}

ul#Header
{
	clear: both;
	position: relative;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	height: 102px;
	width: 973px; 
	margin: 0px 11px 0px 12px;
	background: transparent url('../Images/Master/ContentRepeat.png') repeat-y;
}

ul#Header li#LogoSection
{
	float: left;
	width: 500px;
}

ul#Header li#LogoSection a.A
{
	display: block;
	padding: 10px 0px 0px 20px;	
	width: 245px;
}

ul#Header li#HeaderContent
{
	float: left;
	width: 473px;
	text-align: right;
}

ul#Header li#HeaderContent div.ContactText
{
	clear: both;
	font: normal normal 11px Arial, Verdana, Sans-Serif;
	color: #68625b;
	padding: 5px 25px 0px 0px;
}

ul#Header li#HeaderContent div.ContactText span
{
	font-weight: bold;
	color: #000052;
}

ul#Header li#HeaderContent div.StartDate
{
	position: absolute;
	right: 15px;
	bottom: 0px;
	width: 290px;
	height: 28px;
	background:url('../Images/Master/StartDateTab.gif') no-repeat;
	text-align: left;
}

ul#Header li#HeaderContent div.StartDate div
{
	font: normal normal 11px Verdana, Arial, Sans-Serif;
	color: #ffffff;
	padding: 10px;
}

ul#Header li#HeaderContent div.StartDate div span
{
	font-weight: bold;
	text-transform: uppercase;
}

#NavigationSection
{
	clear: both; 
	background: #811a21 url('../Images/Master/BackgroundGradient.gif') repeat-y; 
	width: 996px; 
	min-height: 348px; 
	height: auto !important; 
	height: 348px;
}

#MainContent
{
	position: relative;
	clear: both;
	width: 973px; 
	margin: 0px 11px 0px 12px;
	background: transparent url('../Images/Master/ContentRepeat.png') repeat-y;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	overflow: hidden;
}

#ContentBottom
{
	clear: both;
	position: relative;
	width: 973px; 
	margin: 0px 11px 0px 12px;
	background: transparent url('../Images/Master/ContentBottom.png') no-repeat;
	height: 15px;
	z-index: 1;
}

#Footer
{
	clear: both;
	position: relative;
	width: 941px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 70px;
	margin: 0 auto;
	top: -10px;
	z-index: 0;
}

#Footer li
{
	float: left;
	height: 70px;
}

#Footer li.FooterLeft
{
	width: 11px;
	background: url('../Images/Master/FooterLeft.png') no-repeat;
}

#Footer li.FooterRepeat
{
	width: 916px;
	background: url('../Images/Master/FooterRepeat.png') repeat-x;
}

#Footer li.FooterRepeat div
{
	padding: 20px 15px 15px 15px;
	font: normal bold 10px/17px Arial, Verdana, Sans-Serif;
	color: #ffffff;
}

#Footer li.FooterRepeat div a
{
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

#Footer li.FooterRepeat div a:hover
{
	text-decoration: underline;
}

#Footer li.FooterRight
{
	width: 14px;
	background: url('../Images/Master/FooterRight.png') no-repeat;
}

/****************** Navigation *******************/
ul#Navigation
{
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 177px;
	background-color: transparent;
	padding-top: 15px;
}

ul#Navigation li
{
	width: 177px;
	border-bottom: solid 1px #7e6667;
}

ul#Navigation li a
{
	display: block;
	font: normal normal 13px Arial, Verdana, Sans-Seif;
	color: #ffffff;
	padding: 10px 10px 10px 15px;
	text-decoration: none;
}

ul#Navigation li a:hover,
ul#Navigation li a.MainNavOn
{
	color: #ffa600;
	background: transparent url('../Images/Master/LinkArrow.png') no-repeat 90% center;
}

ul#Navigation li.LastItem
{
	border: 0px;
}

ul#Navigation li ul.SubLevelNav
{
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: solid 1px #7e6667;
	padding-bottom: 10px;
}

ul#Navigation li ul.SubLevelNav li
{
	font: normal bold 11px Arial, Verdana, Sans-Serif;
	color: #ffa600;
	border: 0px;
	width:145px;
	padding: 12px 0px 0px 25px;
}

ul#Navigation li ul.SubLevelNav li a
{
	font: normal normal 11px Arial, Verdana, Sans-Serif;
	color: #ffffff;
	text-decoration: none;
	padding: 0px;
}

ul#Navigation li ul.SubLevelNav li a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
/********************************************************/