body {
	background: #0cff00 url(../images/bodyBG.gif) repeat-x;
}

* {
	margin:0;
	padding:0;
	border:0;
}

section, article, header, footer, nav {
	display: block;
	width: 1024px;
/*	background: rgba(6,127,0,1);*/
	background: rgb(6,127,0);
	font-family: verdana, helvetica, san-serif;
}
	
header {
	height: 125px;
/*	background: rgba(0,28,12,1);*/
	background: rgb(0,28,12);
	box-shadow: 0 0 4px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .5);

}

header p {
	padding: 30px;
	font-family: arial, verdana, sans-serif;
	color: #877307;
	font-size: 41px;
	font-weight: bold;
	line-height: .7em;
}

header span {
	font-size: 23px;
}

	
section {
	height: 500px;
}
footer {
	padding:25px 0;
	text-align: center;
}

header img {
	margin: 20px 0 0 17px;
}

img.references {
	margin: 0;
	float: right;
	position: absolute;
	right:0px;
	top:0px;
}

#refShow div {
	position: relative;
	z-index: 0;
}
#refShow div.previous{
	z-index: 1;
}
#refShow div.current{
	z-index: 2;
}

#refShow {
	position: relative;
	float:right;
	margin: 20px 17px 0 0;
	width: 500px;
}

nav {
	position:relative;
	font-weight: bold;
	color: #001c0c;
	width: 990px;
	padding: 10px 17px;
}

nav ul {
	float:left;
	padding: 0 0 10px 10px;
/*	background-color: rgb(246,237,132);*/

}

#smIcons {
	position:absolute;
	right:25px;
	top: 11px;
	margin: 2px 0 0 0;
}

#smIcons a {
	margin-right: 10px;
}

#smIcons img {
	box-shadow: 0 0 4px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
}	

nav li {
	margin: auto;
	width: 150px;
	padding-right: 20px;
	display: inline;
}

nav li a {
	margin:auto;
	width: 150px;
	background-image: url(../images/tab-grd.jpg);
	border-bottom-left-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-right-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	padding: 10px 5px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

nav li a:hover {
	text-shadow: 0px 0px 5px rgba(12,255,0,.9);
	color: #0cff00;
	background-color: #001c0c;
}


img.icon {
	position: absolute;
	top: 12px;
	left: 10px;
}

img .grn {
	visibility: hidden;
}

#wrapper {
	margin-left: 120px;
}
