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

body {	
	background-image: url(../images/background2.jpg); 
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0; 
}

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

.shadow1 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;

	border: 1px solid #f3f3f3;
	background: #dcdcdc;
	
	-webkit-border-top-left-radius: 8px; /* Safari prototype */
	-webkit-border-top-right-radius: 8px; /* Safari prototype */
	-moz-border-radius-topleft: 8px; /* Gecko browsers */
	-moz-border-radius-topright: 8px; /* Gecko browsers */
	border-top-left-radius: 8px; /* Everything else */ 	
	border-top-right-radius: 8px; /* Everything else */ 
	
	-webkit-border-bottom-left-radius: 9px; /* Safari prototype */
	-webkit-border-bottom-right-radius: 9px; /* Safari prototype */
	-moz-border-radius-bottomleft: 9px; /* Gecko browsers */
	-moz-border-radius-bottomright: 9px; /* Gecko browsers */
	border-bottom-left-radius: 9px; /* Everything else */ 
	border-bottom-right-radius: 9px; /* Everything else */ 
}

.shadow2, .container {
	position: relative;
	-webkit-border-radius: 5px; /* Safari prototype */
	-moz-border-radius: 5px; /* Gecko browsers */
	border-radius: 5px; /* Everything else */ 
}

	.shadow2 {
		background: #ccc;
		padding-bottom: 1px;
	}
 
	.container {
		background: #ffffff;
	}
	
#head-shadow { 
	border: 1px solid #ececec;
	background: #d3d3d3;
}

#head-shadow .shadow2 {
	background: #adadad;
}

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

/* HEADER */
#header { 
	background-image: url(../images/header.jpg); 
	background-repeat: repeat-x;
	height: 154px; 
	margin: 0; 
}

#header #logo {
	margin-top: 13px;
	margin-left: 356px;
	margin-bottom: 13px;
	position: relative; 
}

/* GLOBALHEADER */
#globalheader { width: 720px; height: 24px; margin-top: 0px; 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: relative; color: #999; padding-top: 0px; padding-bottom: 25px; font-size: 9px; }
#footer #footwrap { position: relative; margin: 5px 2px; }
#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; }
#footer #footwrap .right { position: absolute; right: 0; }
#footer #footwrap #facebook { right: -8px; }

img { border: 0; }

