

/* GLOBALHEADER */
#globalheader { width: 469px; height: 38px; margin: 4px auto; margin-top:-25px; position: relative; z-index: 9998;}
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 117px; height: 0; padding-top: 38px; overflow: hidden; }
#globalheader #globalnav li a,
#globalheader #globalsearch { background-image: url(../images/globalnavbg.png); background-rep
eat: no-repeat; }

/* BUTTONS */
#globalheader #globalnav li#gn-apply a { background-position: 0 0; }
#globalheader #globalnav li#gn-apply a { background-position: -117px 0; }
#globalheader #globalnav li#gn-floor a { background-position: -234px 0; }
#globalheader #globalnav li#gn-location a { background-position: -351px 0; }


/* OVER STATES */
#globalheader #globalnav li#gn-home a:hover { background-position: 0 -38px; }
#globalheader #globalnav li#gn-apply a:hover { background-position: -117px -38px; }
#globalheader #globalnav li#gn-floor a:hover { background-position: -234px -38px; }
#globalheader #globalnav li#gn-location a:hover { background-position: -351px -38px; }

/* PRESSED STATES */
#globalheader #globalnav li#gn-home a:active { background-position: 0 -76px; }
#globalheader #globalnav li#gn-apply a:active { background-position: -117px -76px; }
#globalheader #globalnav li#gn-floor a:active { background-position: -234px -76px; }
#globalheader #globalnav li#gn-location a:active { background-position: -351px -76px; }


/* ON STATES */
#globalheader.home #globalnav li#gn-home a:hover { background-position: 0 0; cursor: default; }
#globalheader.apply #globalnav li#gn-apply a { background-position: -117px -114px !important; }
#globalheader.floor #globalnav li#gn-floor a { background-position: -234px -114px !important; }
#globalheader.location #globalnav li#gn-location a { background-position: -351px -114px !important; }


body{padding: 20px;background:#FFF;color: #222;text-align: center; background-image:url('../images/acrossbg.gif'); background-repeat:repeat-x; background-position:80px 238px;
    font: 85% "Trebuchet MS",Arial,sans-serif}	
	
h1,h2,p{margin: 0;padding: 0 10px;font-weight:normal}
p{padding: 0 10px 15px}
h1{font-size: 250%;color: #FFF;letter-spacing: 1px}
h2{font-size: 200%;line-height:1;color:#002455 }
div#container{width:1000px !important; width /**/:460px;
    margin: 0 auto;padding:-10px;text-align:left;background:transparent;}
div#header{background: #C4E786;text-align:center; width:1000px;padding:5px 0 5px; height:115px;}
div#flash{background: #FFF; margin:9px 0 10px; height:255px; border-width:thick; border-color:#900; }
div#content{float:left;width:770px;padding:10px 0;margin:5px 0;background: #FFF}
div#nav{float:right;width:220px;padding:10px 0;margin:0px 0;background: #FFD154}
div#nav h2{font-size: 120%;color: #9E4A24}
div#footer{clear:both;width:1000px;background: #C4E786;padding:5px 0;text-align:center}




#newNav {
	margin-top: -10px;
	padding-bottom: 15px;
	text-align: center;
}

#newNav ul {
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#newNav ul li {
	border: none;
	
	display: inline;
	float: none;
	padding: 0;
}

	

#newNav a {
	display: inline-block;

	background: #DBD1C4;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #AE987C),color-stop(1, #DBD1C4));
	background-image: -moz-linear-gradient(center bottom,#AE987C 0%,#DBD1C4 100%);
	border: 1px solid #b19b80;	
		border-left: none;
	color: #574836;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 15px;
	text-decoration: none;
	text-shadow: 0 1px 1px #DBD1C4;
}
	
	#newNav li:first-child a {
		border-top-left-radius: 9px;
		border-bottom-left-radius: 9px;
		border-left: 1px solid #b19b80;	
	}
	
	#newNav li:last-child a {
		border-top-right-radius: 9px;
		border-bottom-right-radius: 9px;
	}

#newNav a:hover {
	background: #DBD1C4;
	color: #444;
	text-decoration: underline;	
	text-shadow: none;
}

