﻿HTML
{
	height: 100%;
}

BODY
{
	background: #668EC9;
}

/********************************************************
*** HOME PAGE ***/

#HomePageWindow
{
	height:363px;
	width: 100%;
	background-image:url(../Images/HomeBG.jpg);
	background-position:center;
	background-color:#6189C4;
}


#Banner 
{
	width:560px;
	margin:10px auto 0 auto;
}

.Address 
{
	font-family:Tahoma, Verdana, Sans-Serif;
	font-size:14px;
	color:#214A87;
	width:200px;
	margin:20px auto 0 auto;
	text-align:center;
}



/********************************************************
*** NAVIGATION FLOAT ***/

#NavigationFloat
{
	background: transparent;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

#NavigationFloat A
{
	background: transparent;
	color: #FFFFFF;
	text-decoration: none;
	padding:0 9px 0 3px;
}

#NavigationFloat A:hover
{
	text-decoration: underline;
}



/********************************************************
*** EYEBROW ***/

#Eyebrow
{

}

#HomePage_Eyebrow
{

}

/********************************************************
*** NAVIGATION MAIN ***/

#NavigationMain_Wrapper1
{
	background: url(../Images/topmenu_bg.gif);
}

#NavigationMain_Wrapper2
{
	margin: 0 auto 0 0;
	width: 828px;
}

#NavigationMain
{
	position: relative;
	top: 0;
}

.NavigationMain_Popout
{
	margin: 96px 0 0 1px;
}