@charset "utf-8";



/* BASIC SETTINGS
-------------------------------------------------------------------*/
html {
	overflow-y: scroll;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #4D4D4D;
}

body {
	background: #000 url(images/bodybg.jpg) repeat-x fixed top;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;	
}

a:link, a:visited {
	color: #0071BC;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}


/* WRAPPER
-------------------------------------------------------------------*/
#wrapper {
	position: relative;
	top: 20px;
	width: 912px;
	background-color: transparent;
	margin: 0 auto;
}



/* TOP NAVIGATION
-------------------------------------------------------------------*/
#topnav {
	position: absolute;
	top: 0;
	left: 0;
	width: 912px;
	height: 20px;
	background: #000 url(images/topnav.jpg);
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

#headnav {
	color: #B3B3B3;
	font-size: 10px;
	margin: 3px 10px 0 715px;
	background-image: url(images/main-navtab.jpg); /*PRELOADS THE NAVTAB IMG*/
	background-repeat: no-repeat;
	background-position: -9999px -9999px;
}

a.toplinks:link, a.toplinks:visited, a.toplinks:hover {
	color: #EBEBEB;
	padding: 0 3px 0 3px;
}



/* MAIN HEADER
-------------------------------------------------------------------*/
#mainheader {
	position: absolute;
	top: 20px;
	left: 0;
	width: 912px;
	height: 80px;
	background-color: transparent;
	background-image: url(images/main-headerbg.jpg);
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#logo {
	position: absolute;
	top: 14px;
	left: 14px;
	border: none;
}



/* MAIN NAVIGATION
-------------------------------------------------------------------*/
#mainnavwrap {
	position: absolute;
	top: 100px;
	left: 0;
	width: 912px;
	height: 30px;
	background-color: #000;
	background-image: url(images/nav.jpg);
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#mainnav {
	position: absolute;
	top: 0px;
	left: 36px;
	width: 840px;
	height: 30px;
	background-color: transparent;
}

#mainnav p {
	float: left;
	width: 140px;
	height: 30px;
	background-color: transparent;
}

#mainnav a:link, #mainnav a:visited {
	display: block;
	color: #F2F2F2;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	padding: 9px 0 9px 0;
}

#mainnav p:hover a {
	color: #000;
	background-color: transparent;
	background-image: url(images/main-navtab.jpg);
	background-repeat: no-repeat;
}




/* PAGE HEADER (GLOBAL SETTINGS)
-------------------------------------------------------------------*/
#pageheader {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 912px;
	height: 64px;
	border-bottom: 1px solid #FFF;
	/*border-top: 1px solid #FFF;*/
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	z-index: 2;
}

/* LEFT NAVIGATION (GLOBAL SETTINGS)
-------------------------------------------------------------------*/
#leftnavwrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
}

#leftnav {
	position: absolute;
	top: 51px;
	width: 190px;
	background-color: transparent;
}

#leftnav p {
	height: 25px;
	width: 190px;
	background-color: transparent;
}

a.leftnav:link, a.leftnav:visited {
	display: block;
	color: #FFF;
	font-size: 11px;
	background-color: transparent;
	padding: 6px 0 6px 20px;
}

#leftnav p:hover a {
	color: #000;	
	text-decoration: none;
}



/* CONTENT WRAPPER
-------------------------------------------------------------------*/
#content { 
 	position: absolute;
	top: 50px;
	left: 220px;
	width: 464px;
	background: transparent;
}


/* H2 GLOBAL SETTINGS
-------------------------------------------------------------------*/
.headertext {
	color: #FFF;
	padding: 5px 0 0 10px;
}

.underline {
    padding-bottom: 5px;
	border-bottom: 1px solid #4D4D4D;
	margin: 30px 0 0 0;
}

.normh2 {
	margin: 15px 0 0 0;
}

.h2nobold {
	font-weight: normal;
}

/* H3 GLOBAL SETTINGS
-------------------------------------------------------------------*/
.projectpageh3 {
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0 0 0;
}

/* H4 GLOBAL SETTINGS
-------------------------------------------------------------------*/
.projectpageh4 {
	font-size: 13px;
	font-weight: normal;
	margin: 5px 0 0 0;
}


/* GLOBAL TEXT SETTINGS
-------------------------------------------------------------------*/
.norm {
	font-size: 11px;
	color: #4D4D4D;
	margin: 12px 0 0 0;
}

.indent {
	font-size: 11px;
	color: #4D4D4D;
	margin: 12px 0 0 12px;	
}

.nospace {
	font-size: 11px;
	margin: 0;
}

.goingup {
	text-align: right;	
	margin: 20px 0 30px 0;
}
	
a.italic:link, a.italic:visited, a.italic:hover {
	font-size: 11px;
	font-style: italic;
}

.bold {
	font-size: 11px;
	font-weight: bold;
}

.lineheight {
	margin-top: 12px;
	line-height: 16px;
	font-size: 11px;
}

.italicspan {
	font-style: italic;
}


/* IMG AND DIV GLOBAL SETTINGS
-------------------------------------------------------------------*/
.floatright {
	float: right;
}

.floatleft {
	float: left;
}


/* FOOTER AND GOODBYE (GLOBAL SETTINGS)
-------------------------------------------------------------------*/
#footer {
	width: 912px;
	height: 50px;
	background: #333 url(images/footer.jpg) no-repeat;
	padding: 0 0 0 0;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#goodbye {
	width: 912px;
	height: 50px;
	background: transparent;
}



/* FOOTER NAVIGATION
-------------------------------------------------------------------*/
#footnav {
	color: #F5F5F5;
	text-align: center;
	font-size: 10px;
	margin: 12px 0 0 0;
}

#copy {
	color: #F5F5F5;
	text-align: center;
	font-size: 9px;
	margin: 5px 0 0 0;
}

a.footlinks:link, a.footlinks:visited, a.footlinks:hover {
	color: #EBEBEB;
	padding: 0 3px 0 3px;
}

	














