/*-------------------------------------------------------------------------------------------------------*/
/*	Header
/*-------------------------------------------------------------------------------------------------------*/
#header 
{
	background-color: #000;
	background-image: url(/images/home_header.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 180px;
}


#rightlogo
{
	position: absolute;
	top: 83px;
	left: 630px;
	border-style: none;
}

#rightlogo a
{
	position: fixed;
	top: 83px;
	left: 630px;
	height: 96px;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Top Navigation 3-Tier DHTML Menu
/*-------------------------------------------------------------------------------------------------------*/
#topnav
{
	clear: both;
	width: 100%;
	text-align: left;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	HTML Elements
/*-------------------------------------------------------------------------------------------------------*/
body
{
	margin: 0px;
	padding: 0px;
	background-image: url(/images/home_back.gif);
	background-repeat: repeat-y;
	background-color: #000;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Footer Text Content
/*-------------------------------------------------------------------------------------------------------*/
#footernav a
{
	padding: 0px 0px;
	white-space: nowrap;
	color: rgb(102, 102, 153);
}

#footernav a:hover
{
	text-decoration: underline;
}

.footernavdivider
{
	padding:			0em;
	color:				rgb(187,187,187);
}


#footertext
{
	clear: both;
	margin: 0px 0px 50px;
	padding: 1em 2em;
	line-height: 1.9em;
	font-family: verdana,arial,sans serif;
	font-size: 0.65em;
	color: rgb(153, 153, 153);
}

#footertext a
{
	padding:			0px 0px;
	white-space:		nowrap;
	
	color:				rgb(0,136,102);
}
