/* CSS Document */
/* Stage Instructions Design Styles*/

#top {
	margin-top:10px;
	height:55px;
}

#clock {
	float:left;
	margin-right:15px;
	margin-top:5px;
	}
	
#fix {
	margin-bottom:-10px;
	padding-bottom:-10px;
	}
	

	
#padding {
	padding-left:15px;
	padding-right:15px;
	height:auto;
	padding-bottom:10px;
	margin-bottom:0px;
	width:670px;
	}
	
h3 {
	padding-bottom:5px;
	padding-left:5px;
	}
	
	
ul li {
	font-weight: 100;
	}
	
#left {
	float:left;
	width:640px;
	}
#right{
position:relative;
top:20px;
float: right;
width:75px;
}

.stabuttons {
	margin:-1px;
	padding:-1px;
	}
	
#space {
	margin-bottom: 6px;
	}
	
.map{
	position:relative;
	width:675px;
	height:400px;
	
	}
.pdfListing{
	position: absolute;
	text-align:right;
	left:520px;
	top: 230px;
}


.columnLeft {
	clear:left;
	width:285px;
}

.columnRight{
	float:right;
	width:350px;
	border-left: solid #000 1px;
	padding-left:15px;
	margin-left:15px;
}

.blueBox{
	background-color:#DEE3E7;
	padding:10px;	
}

	
.button a {
	display:block;
	background-repeat:no-repeat;
	background-position: left top;
	text-decoration:none;
}
.button a:hover {
	background-repeat:no-repeat;
	background-position: right top;
	text-decoration:none;
}


/*Educational Resources*/
/*map*/
.west a{
	position: absolute;
	background-image:url(../images/buttons/btn_west.png);
	width: 241px;
	height:249px;
}
.midwest a{
	position: absolute;
	background-image:url(../images/buttons/btn_midwest.png);
	width: 254px;
	height:190px;
	left:219px;
	top: 26px;
	z-index:1;
}
.northeast a{
	position: absolute;
	background-image:url(../images/buttons/btn_northeast.png);
	width: 135px;
	height:163px;
	left:462px;
	top: 12px;
}
.southeast a{
	position: absolute;
	background-image:url(../images/buttons/btn_southeast.png);
	width: 222px;
	height:225px;
	left:323px;
	top: 141px;
	
}
.southwest a{
	position: absolute;
	background-image:url(../images/buttons/btn_southwest.png);
	width: 256px;
	height:175px;
	left:83px;
	top: 189px;
	z-index:0;
}

.clock {
	position:absolute;
	width:44px;
	height:42px;
	left:15px;
	top:320px;
}
.time {
	position:absolute;
	width:200px;
	height:42px;
	left:65px;
	top:325px;
}

/*activity listing*/

.benchmarkGuides {
	background-color:#1e4358; color:#FFF; display:block; padding:5px; font-size:15px;
}

.newsletters {
	background-color:#aa8894; color:#FFF; display:block; padding:5px; font-size:15px;
}
.webcasts {
	background-color:#a6968e; color:#FFF; display:block; padding:5px; font-size:15px;
}
.PEG {
	background-color:#48707b; color:#FFF; display:block; padding:5px; font-size:15px; margin-top:10px; clear:left;
}

.listingBox {
	display:block; background-color:#f1edea;  padding-bottom:5px; margin-top:0px; margin-right:0px; margin-left:0px; padding:15px; padding-left:40px; width:615px;
}

.webcastlistingBox {
	background-color:#f1edea; padding-bottom:0px; margin-top:-20px; margin-right:0px; margin-left:0px; padding:15px; padding-left:30px; padding-right:30px; width:610px; height:auto;
}

.resourceFixLeft {width:290px; margin-right:0px; margin-bottom:15px; padding-left:0px; margin-top:-15px;}
.resourceFixRight {width:290px; margin-right:0px; margin-bottom:15px; padding-left:-10px; margin-top:-15px; float: right;}
.webcastList {margin-top:0px; padding-left:15px; height:80px;}
.webcastList2 {padding-left:15px;}

.whiteBackFix {height:auto;}
