@charset "UTF-8";
/* CSS Document */

/**

COLORS

gold: #fdb813

**/

* {margin:0; padding:0;}
body {font-family: Verdana, Arial, Helvetica, sans-serif; background: #000; margin: 0; padding: 0;}


/****************** D I V S ******************/

div#container {width: 100%; height: auto;}
div#maincontent {width: 100%; height: 450px; margin: 25px;}
div#splashimages {width: 1203px; height: 400px; margin:0;}

#branding { margin: 0 auto; width: 100%; height: 100px; top: 445px; position:fixed; text-align:center; background-image:url(../images/brand_bckgrnd.gif); background-repeat: repeat-x; }

#bottomnav {
	margin: 10px 0 0 0; 
	}
	
	#scrollright, #scrollleft{width: 100px; margin-top: -10px; cursor: pointer;}
#scrollright{float: right;}
#scrollleft{float: left;}
#scrollright p, #scrollleft p{font-size: 3em !important; line-height: .5em; color: #fff !important; font-weight: bold;}
#scrollright p:hover, #scrollleft p:hover{color: #FDB813 !important;}
