/*
// $Id: wrapper.css,v 1.9 2009/12/17 23:15:40 zachb Exp $
// $Revision: 1.9 $
// $Author: zachb $
//
// $Log: wrapper.css,v $
// Revision 1.9  2009/12/17 23:15:40  zachb
// *** empty log message ***
//
// Revision 1.8  2009/12/11 23:10:10  zachb
// *** empty log message ***
//
// Revision 1.6  2009/10/15 02:12:54  zachb
// *** empty log message ***
//
// Revision 1.5  2009/10/13 20:43:58  zachb
// *** empty log message ***
//
// Revision 1.4  2009/10/08 22:50:07  zachb
// *** empty log message ***
//
// Revision 1.3  2009/09/22 21:36:58  zachb
// *** empty log message ***
//
// Revision 1.2  2009/09/15 22:02:01  zachb
// *** empty log message ***
//
// Revision 1.1  2009/09/10 17:28:56  zachb
// interactive site install
//
//
*/


#headerContainer 
{
	height: 100px;
	/*border: 1px solid red;*/
}

#navBox 
{
	/*float: left;
	position: relative;
	left: 153px;
	top: 48px;*/
	position: absolute;
	left: 243px;
	top: 48px;
	width: 605px;
	height: 50px;
	/*border: 1px solid red;*/
}

/* NAVIGATION STYLES */
table.primaryNav
{
	font-family: Arial;
	line-height: 16px;
	font-size: 10px;
	color: #897e75;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
}

table.primaryNav A
{
	font-family: Arial;
	line-height: 16px;
	font-size: 10px;
	color: #897e75;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
}

table.primaryNav A:hover 
{
	color: #D44E29;
}

table.primaryNav A.navOn 
{
	color: #D44E29;
}

#logoBox 
{
	float: left;
	position: relative;
	top: 20px;
	left: 80px;
	width: 91px;
}

#contentContainer 
{
	float: left;
	/*border: 1px solid orange;*/
	position: relative;
}

#footerContainer 
{
	width: 840px;
	margin-left: 25px;
	/*border: 1px solid green;*/
}

#flashBox 
{
	/*height: 700px;*/
	/*border: 1px solid red;*/
}

#footerContainerHome 
{
	/*width: 840px;
	margin-left: 300px;
	position: relative;
	top: -100px;*/
	width: 840px;
	position: absolute;
	top: 717px;
	left: 30px;
	margin-top: 5px;
	z-index:3;
}

#contentBox 
{
	position: absolute;
	top: 30px;
	left: 275px;
	/*border: 1px solid red;*/
	width: 564px;
}

#contentBoxHome
{
	position: absolute;
	left: 0px; 
	top: 100px;
	width: 100%;
	/*width: 564px;*/
}

#contentHomeBox 
{
	position: absolute;
	top: 30px;
	left: 50px;
	width: 1200px;
}

#contentNoHeight
{
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #98938f;
}
#contentNoHeight P:first-child 
{
	margin:0;
	padding:0;
}
#contentNoHeight A 
{
	color: #D64C2B;
	text-decoration: none;
}
#contentNoHeight A:hover
{
	color: #D64C2B;
	text-decoration: underline;
}

#content 
{
	height: 625px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #98938f;
	/*border: 1px solid blue;*/
}
#content P:first-child 
{
	margin:0;
	padding:0;
}
#content A 
{
	color: #D64C2B;
	text-decoration: none;
}
#content A:hover
{
	color: #D64C2B;
	text-decoration: underline;
}

#jumpBox
{
	float: left;
	position: relative;
	top: 129px;
	/*border: 1px solid red;*/
	z-index: 10;
}
#jumpSiteBox
{
	position: absolute;
	top: 206px;	
	left: 0px;
	/*border: 1px solid blue;*/
}

#jumpSiteBoxHome
{
	position: absolute;
	top: 306px;	
	left: 0px;
	/*border: 1px solid blue;*/
}
