@charset "UTF-8";
body {margin:0;padding:0;background:#EEEEEE;font-family:Arial,Verdana,Helvetica,Sans-Serif;line-height:150%;font-size:10px;}

/* FRONT PAGE STYLES */
#frontHead {position:absolute; width:978px;height:182px; background-color:#FFFFFF;}
#logo {position:absolute;  top:-150px; left:56px; width:391px;height:390px;background-image:url(../images/logo.png);}
#frontGreen {position:absolute; top:182px;height:382px; width:978px;background-color:#b6b761;}
#topButtons{ position:absolute; top:0px; right:337px; width:132px;height:182px;}
#downloads {
	position:absolute;
	top:165px;
	right:1px;
	width:200px;
	height:17px;
}
#mainImage {position:absolute; top:0px;width:733px;height:382px;right:0px; background-image:url(../images/mainFront.gif);}
#frontMenu {position:absolute; top:382px;width:978px;height:37px;background-image:url(../images/menuBG.gif);}
#frontMenu ul {float:right;list-style:none;}
* #frontMenu ul {padding-top:10px;}
#frontMenu li {float:right;padding-left:30px;padding-right:40px;font-weight:bold;font-size:12px;}
#frontMenu li a {color:#ea6528;text-decoration:none;}
#frontMenu li a:hover {color:#b6b761;}
#bottom {position:absolute;right:0px;width:978px;height:inherit;top:420px;background-image:url(../images/bottom.gif);background-color:#FFFFFF; background-repeat:no-repeat; background-position:top right;}
#page, #footer { width:978px; margin:0 auto; margin-top:0; padding:0; } 
#page { background:#fff; height:100%;}
#footer { position:fixed; margin-bottom:0; bottom:0;color:#554d45;height:50px; background-color:#FFFFFF;}
#footer a {color:#b6b761;text-decoration:none;}

/* CONTENT PAGE STYLES */
#mainContent {
	position:absolute;
	top:20px;
	width:488px;
	height:352px;
	right:20px;
	overflow:auto;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	
}
#pageHeader {position:absolute; width:391px;  top:349px; font-size:70px; color:#FFFFFF; left:56px; text-align:center;}
 * #pageHeader {height:80px; line-height:70px; top:320px;}
p {padding-top:-10px;}
