body
{
	background: url(/images/page_bkg.gif) repeat;
	margin: 0;
	padding: 0;
	font-family: arial narrow, arial, helvetica;
}

#container
{
	margin: 0 auto;
	padding: 0 16px;
	width: 1024px;
}

.home
{
	background: url(/images/container_bkg_home.gif) repeat-y;
}

#homecontent
{
	background: url(/images/home_bkg.jpg) no-repeat top left;
	width: 1024px;
	height: 485px;
}

.header
{
	width: 800px;
	height: 91px;
	border-bottom: 1px solid #ffffff;
}

.contact
{
	font-family: arial narrow, arial, helvetica;
	font-size: 11px;
	color: #ffffff;
	height: 25px;
	padding-top: 25px;
	text-align:right;
}

.contact a
{
	color: #ffffff;
	text-decoration: none;
}

.contact span
{
	padding-right: 15px;
}

#topnav
{
	border-right: 1px solid #e4e8ea;
	width: 575px;
	height: 31px;
	margin-left: 23px;
	float: left;
	background-image: none;
	position: absolute;
	top: 85px;
}

#topnav a
{
	background: url(/images/topnav_bkg.gif) repeat-x;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	width: 90px;
	height: 25px;
	padding: 2px;
	border-left: 2px solid #e4e8ea;
	border-top: 1px solid #e4e8ea;
	border-bottom: 1px solid #e4e8ea;	
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
}

#topnav a:hover,
#topnav a.selected
{
	color: #ffffff;
	background: #9bbdd8;
}

.contactus
{
	font-family: arial narrow, arial, helvetica;
	width: 111px;
	height: 15px;
	text-align: center;
	margin: 49px 0 0 690px;
	float: right;
}

.contactus a
{
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#homecontent div.homecopy
{
	clear:both;
	padding-top: 200px;
	padding-bottom: 10px;
	margin-left: 70px;
	width: 470px;
	font-size: 17px;
	line-height: 28px;
	font-family: arial narrow, arial, helvetica;
	background: url(/images/logo_home.gif) no-repeat bottom right;
}


/*----------------------------------------------*/
/*----------------- Footer Styles --------------*/
/*----------------------------------------------*/

div.footer
{
	font-size: 12px;
	font-family: arial narrow, arial, helvetica;
	padding: 15px 20px 100px 20px;
	height: 10px;
}

div.footer input
{
	margin-left: 7px;
}

input.search
{
	width: 80px;
	margi1-top: 2px;
}

div.footer div
{
	float: left;
}

div.footer div.links
{
	float: right;
	padding-top: 5px;
}

div.footer a
{
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
	border-left: 1px solid #000;
	padding: 0 5px;
}

.pagebottom
{
	margin: 0 auto;
	width: 1056px;
}

