/*
========================
===== HTML STYLING =====
========================
*/
body {
	margin:0px;
	background-image:url("images/home-bg-main.gif");
	background-repeat:repeat-x;
	background-color:#ffffff;
	height:100%;
}
/*
========================
====== ID STYLING =====
========================
*/
#header {
	background-image:url("images/home-bg-header.jpg");
	background-repeat:repeat-y;
	height:105px;
	vertical-align:middle
}

#hexagonsTop {
	height:105px;
	margin-left:65px;
	width:245px;
}

#logo {
	position:absolute;
	top:5px;
	left:560px;
}

#barTop {
	height:24px;
	background-color:#E0E0E0;
}

#content {
	height:264px; /*removed by bfrost 2007-01-26 because IE7 doesn't like it - clear it! */
	margin-bottom:-4px;
	background-color:#FFF;
}
#content td {
	padding-left:16px;
	padding-bottom:14px;
	text-align:center;
	vertical-align:top;
}
#content td img {
	border:1px solid #024589;
}
#content a {
	font-family:"Tahoma", arial, verdana;
	font-size:11px;
	color:#024589;
	text-decoration:none;
}
#content a:hover {
	color:#99B7D7;
}
#menu {
	margin:-250px auto auto 392px;
}
#barBottom {
	background-color:#E0E0E0;
	clear:both;
	padding:5px;
}
#barBottom a {
	font-family:"Tahoma", arial, verdana;
	font-size:11px;
	color:#1f723f;
	text-decoration:none;
}
#barBottom a:hover {
	text-decoration:underline;
}
#hexgonsBottom {
	margin-left:4px;
}
#companyInfo {
	margin:-100px auto auto 450px;
	text-align:right;
	width:300px;
}
#companyInfo p {
	font-family:"Tahoma", arial, verdana;
	font-size:9px;
	color:#000000;
	margin:0px;
}

a.linknav{
	color:#1f723f;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: normal;
	font-size:12px;
	
}
a:hover.linknav{color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: normal;
		font-size:12px;}
