/* CSS Document */



/* PAGE LAYOUT CONTROLS */


* {padding: 0; margin: 0;
}
html, body {width: 100%; height: 100%; text-align: center; /* to centre IE */
}
#wrapper {position: relative; width: 820px; height: 100%; margin: 0 auto; /* to centre compliant browsers */ text-align: left; /* to reset text alignment to default */
}
#header {
	position: absolute;
	left: 0;
	top:16px;
	width: 100%;
	height: 140;
	visibility: visible;
}


#quikfind {
	position: absolute;
	left: 590px;
	top: 167px;
	width: 231px;
	height: 222px;
	z-index: 3;
	visibility: hidden;
}




/* Datacenter Layout Controls */

#datacenter {
	position: absolute;
	left: 542px;
	top: 501px;
	width: 300px;
	height: 300px;
	visibility: visible;
}


#content {
	position: absolute;
	left: 0;
	top: 167px;
	height: 900;
	width: 820;
	background: 1c1b1f;
	background-color: 1c1b1f;
	visibility: visible;
}

#greenstory {
	position: absolute;
	left: 0;
	top: 250px;
	height: 470;
	width: 820;
	background: 1c1b1f;
	background-color: 1c1b1f;
	visibility: visible;
	overflow: visible;
}


#masthead {
	background-image: url(../images/bckgrds/blkmastheadtile.jpg);
	background-repeat: repeat;
}
#nav-top {
	position: absolute;
	left: 0;
	top: 135px;
	height: 31;
	width: 100%;
	visibility: visible;
}
#nav-side {position: absolute; width: 20%; height: 80%; top: 20%; left: 80%; background: #ff0;
}
.mastheadblktile {
	background-image: url(../images/bckgrds/blkmastheadtile.jpg);
	background-repeat: repeat;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.bottomnavlink {
	font-family: "Trebuchet MS", Verdana, "Arial Black", Arial;
	font-weight: normal;
	text-decoration: none;
	color: #466A9C;
	font-size: 11px;
}
