﻿HTML
{
	height: 100%;
}

BODY
{
	background: #FCF9EC;
	background-repeat:repeat-x;
}

/********************************************************
*** HOME PAGE ***/

#HomePageWindow
{
	margin: 0 auto 0 auto;
	width: 811px;
	height: 100%;
}

#HomePageContentTD 
{
	height:668px;
	width:811px;
	background-image:url(../Images/homepage_contentpane_bg.jpg);
	background-color:#FCF9EC;
	vertical-align:top;
	background-repeat:no-repeat;
}

.FlashMovie 
{
	height:199px;
	width:732px;
	margin:15px auto 15px auto;
}

.HomePageBoxes 
{
	width:746px;
	margin:0 auto 0 auto;
}

.HomePageBoxesTD 
{
	height:435px;
	width:236px;
	background-image:url(../Images/homepage_content_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:top;
}

.HomePageBox 
{
	width:236px;	
}

.HomePageBoxHeading 
{
	text-align:right;
	vertical-align:top;
	padding-top:3px;
}

.HomePageBoxHeading A
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#F7F4E1;
	text-decoration:none;
}

.HomePageBoxHeading A:Hover
{
	text-decoration:underline;
}

.HomePageBoxContent 
{
	width:236px;
	padding:20px 15px 20px 15px;
	vertical-align:top;
	font-family:Arial;
	font-size:12px;
	color:#77735D;
}

.HomePageBoxContent A
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#327858;
	text-decoration:none;
}

.HomePageBoxContent A:Hover
{
	text-decoration:none;
	color:#FF6803;
}

.HomePageBoxContent IMG 
{
	float:left;
	border:solid 0px #817D67;
	margin-right:5px;
	margin-bottom:3px;
}

.HomePageBoxContent SPAN
{
	display:none;
}

.More 
{
	width:100%;
	text-align:right;
	margin-top:20px;
}

.More TD
{
	width:100%;
}

.More IMG
{
	border:0px;
	padding-left:5px;
}

.MoreImg 
{
	width:20px;
}

.More A
{
	font-family:Arial;
	font-size:12px;
	color:#327858;
	text-decoration:underline;
}

.More A:Hover
{
	color:#FF6803;
	text-decoration:underline;
}


/********************************************************
*** 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
{
	position: relative;
}

#EyebrowHome
{
	position: relative;
}

.EyebrowHomeTD 
{
	height:120px;
	width:811px;
	background-image:url(../Images/eyebrow_logo_home.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
}

/********************************************************
*** NAVIGATION MAIN ***/

#NavigationMain
{
	position: relative;
	top: 0;
}

.NavigationMain_Popout
{
	margin: 123px 0 0 1px;
}