html, body, #wrapper { height: 100%; }

body, #header { 
	background-image: url(../images/fade_bg.gif); 
	background-repeat: repeat-x; }

body {	
	background-color: #e4e4e4;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0; }

#wrapper { 
	width: 964px; height: auto; min-height: 100%; 
	position: relative; 
	margin-left: auto; margin-right: auto;
	border: 0;
	padding: 0; 
	background-color: #fff; }

img { border: 0; }

#header, #content, #footer { width: 100%; }

/* HEADER */
#header { height: 170px; margin: 0; border-top: 1px solid #f6f6f6; }

/* GLOBALHEADER */
#globalheader { width: 720px; height: 24px; margin-top: 140px; margin-left: auto; margin-right: auto; position: relative; z-index: 9998; }
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 120px; height: 0; padding-top: 24px; overflow: hidden; }
#globalheader #globalnav li a,
#globalheader #globalsearch { background-image: url(../images/navbg.png); background-repeat: no-repeat; }

/* BUTTONS */
#globalheader #globalnav li#gn-homepage a { background-position: 0 0; }
#globalheader #globalnav li#gn-services a { background-position: -120px 0; }
#globalheader #globalnav li#gn-linc_service a { background-position: -240px 0; }
#globalheader #globalnav li#gn-about_us a { background-position: -360px 0; }
#globalheader #globalnav li#gn-careers a { background-position: -480px 0; }
#globalheader #globalnav li#gn-contact a { background-position: -600px 0; }

/* OVER STATES */
#globalheader #globalnav li#gn-homepage a:hover { background-position: 0 -24px; }
#globalheader #globalnav li#gn-services a:hover { background-position: -120px -24px; }
#globalheader #globalnav li#gn-linc_service a:hover { background-position: -240px -24px; }
#globalheader #globalnav li#gn-about_us a:hover { background-position: -360px -24px; }
#globalheader #globalnav li#gn-careers a:hover { background-position: -480px -24px; }
#globalheader #globalnav li#gn-contact a:hover { background-position: -600px -24px; }

/* PRESSED STATES */
#globalheader #globalnav li#gn-homepage a:active { background-position: 0 -48px; }
#globalheader #globalnav li#gn-services a:active { background-position: -120px -48px; }
#globalheader #globalnav li#gn-linc_service a:active { background-position: -240px -48px; }
#globalheader #globalnav li#gn-about_us a:active { background-position: -360px -48px; }
#globalheader #globalnav li#gn-careers a:active { background-position: -480px -48px; }
#globalheader #globalnav li#gn-contact a:active { background-position: -600px -48px; }

/* FOOTER */
#footer { position: absolute; left: 0px; bottom: 0px; color: #999; padding-bottom: 25px; font-size: 9px; }
#footer #footwrap { position: relative; margin: 5px 42px; }
#footer #footwrap a:link, a:visited { color: #0085CF; text-decoration: none; }
#footer #footwrap a:hover { color: #0085CF; text-decoration: underline; }
#footer #footwrap hr { color: #DDD; background-color: #DDD; width: 100%; height: 1px; margin: 6px 0; border: 0; }
