﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	background-color: #e8f3e7;
	margin: 0;
	padding: 0;
	position:relative;
}


ul, li
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.Container
{
	width: 960px;
	height: 100%;
	margin: 0 auto;
}
.Page
{
	margin: 32px 0px;
}

.Left
{
	float: left;
}
.Right
{
	float: right;
}
/* Top Header */

#TopHeader 
{
	margin-top:-12px;
		margin-bottom:20px;
		width:100%;
	height:32px;
	color:#fff;
}
#HomeAd {}
/* Header */

#Header
{
	width: 100%;
	height: 157px;
	background: url('/Images/Header.jpg') repeat-x;
}

#Logo
{
	width: 960px;
	height: 100%;
	background: url('/Images/logo.jpg') no-repeat;
}

/* Main Navigation */

#NavigationBar
{
	height: 29px;
	width: 100%;
	background: url('/Images/navigationbar.jpg') repeat-x;
	padding-top: 4px;
	font-size: .9em;
}
.MainNavigation li
{
	padding-right: 10px;
	float: left;
	position: relative;
	z-index: 100;
}
.MainNavigation li a
{
	display: block;
	height: 29px;
}
.MainNavigation li a:hover
{
	text-decoration: underline;
}


.MainNavigation li:hover ul, li.over ul
{
	display: block;
}


.SubNav
{
	display: none;
	position: absolute;
	width: 180px;
	top: 0;
	left: 0;
	margin-top: 28px;
	margin-left: -1px;
	background: #a81c1b;
	padding: 4px;
	border: 1px solid #860000;
}
.SubNav li
{
	clear: both;
	display: block;
	width: 172px;
	border-bottom: 1px solid #860000;
}
.SubNav li a
{
	display: block;
	cursor: pointer;
	color: #b6b587;
}
.SubNav li a:hover
{
	color: #e8f3e7;
}

#IndexNav
{
	width: 313px;
	height: 500px;
}

/* RedButton Navigation */
ul.RedButtons
{
	float: left;
	width: 313px;
}
.RedButtons li
{
	background: url('/images/Redbutton.jpg') no-repeat;
	height: 48px;
	width: 313px;
	margin-bottom: 16px;
	text-align: center;
	padding: 8px 0px;
	font-size: 32px;
}

.RedButtons a:visited
{
	color: #b6b587;
}

/* Networks */
#Networks a { margin-top:16px; float:left; margin-right:16px; display:block; height:64px; width:64px; cursor:pointer; }


/* Banners */
/*Banners Fade In */
#Banners
{
	position: relative;
	height: 500px;
	width: 580px;
	border: 8px solid #000000;
	overflow: hidden;
}

#Banners IMG
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	height:500px;
	width:580px;
	opacity:0.0;
}

#Banners IMG.active
{
	z-index: 10;
	opacity:1.0;
}

#Banners IMG.last-active
{
	z-index: 9;
}

#ExperienceOverlay { height:72px; width:500px; position:relative; z-index:100; margin-left:-72px; margin-top:-84px;}
/* Inner Pages */
.Center
{
	text-align: center;
	margin: 0 auto;
	margin-bottom: 16px;
}


.ImageHeader
{
	margin-bottom: 16px;
}

.GoldTextBox
{
	padding: 8px 16px;
	border: 4px solid #d70000;
	background-color: #b6b587;
}

.GoldTextBox .Left { width:320px; padding-right:60px; }
.WhiteBorder
{
	border: 4px solid #fff;
}
.GoldBorder
{
	border: 4px solid #b6b587;
}
.BlackBorder
{
	border: 4px solid #000000;
}
.GoldBoxes3
{
	float: left;
	width: 23%;
	height: 216px;
	text-align: center;
	margin-bottom: 32px;
	margin-right: 2%;
}
.GoldBoxes3 a, .GoldBoxes3 a:visited
{
	color: #4c8b9a;
}
.GoldBoxes4
{
	float: left;
	width: 23%;
	height: 216px;
	text-align: center;
	margin-bottom: 32px;
	margin-right: 2%;
}
.GoldBoxes3 h3, .GoldBoxes4 h3
{
	margin-top: -8px;
}
.GoldBoxes4 a, .GoldBoxes4 a:visited
{
	color: #4c8b9a;
}

.GoldBox
{
	background: url('/images/goldbox.jpg') no-repeat;
	height: 208px;
	width: 216px;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
}

.Column
{
	float: left;
	width: 32%;
	height: 100%;
	text-align: center;
	margin-right: 1%;
}
.Column table
{
	text-align: left;
}

/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}




/* Footer */

#Footer
{
	clear: both;
	padding-top: 32px;
}

