
/*-----------------------------------------------CONSTRUCTION ROTATING PANELS CSS--------------------------------------------*/

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
width: 622px; /*width of featured content slider*/
height: 251px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background: white;
width: 622px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 600px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: none;
padding: 5px 10px;
position: absolute;
z-index:50;
margin: -50px 0 0 0;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #ffffff;
background: #cc9933;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #663300;
}



/*------------------------------------------------CONSTRUCTION SCROLLING HEADLINES--------------------------------------------*/

/*Example CSS for the two demo tickers*/

#domticker{
width: 200px;
height: 100px;
border: 1px dashed black;
padding: 5px;
background-color: #FFFFCA;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFFFCA;
}

#domticker a{
font-weight: bold;
}

#domticker2{
width: 350px;
height: 1.2em;
border: 1px solid black;
padding: 3px;
}

#domticker2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

/*--------------------------------------------BEGIN CONSTRUCTION LANDER CSS------------------------------------*/


body {
	background-color: #cccccc;
}

#pg_ground {
	height: 1200px;
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: -50;
	background: url('/atf/cf/{624b8035-378f-481f-b214-60491e4c3cf2}/PAGE_GROUND.JPG') repeat-x;
}

#pg_container {
		margin: 0 auto;
		width: 1000px;
		min-height:1200px;
		padding: 20px;
		background-color: none;
}

#header_container {
	background:url('/atf/cf/{624b8035-378f-481f-b214-60491e4c3cf2}/CONSTRUCT_BANNER.JPG') no-repeat;
	height: 81px;
	width: 1000px;
	position: relative;
	display: inline;
	float: left;
}

#header_signup {
	height: 50px;
	width: 175px;
	margin: 10px 30px 0 0;
	float: right;
	position: relative;
	display: inline;
}

#navigation {
	background-color:#000;
	width: 1000px;
	height: 25px;
	float:left;
	position: relative;
	display: inline;
	clear: left;
	z-index: 100;
	border-top:1px solid #ffffff;
}

#content_container {
	width: 1000px;
	height: 100%;
	position: relative;
	display: inline-block;
	background:#ffffff;
}

#left_column {
	width: 622px;
	min-height: 251px; 
	margin:15px;
	float: left;
	position: relative;
	display: inline;
	clear: left;
	background-color: #ffffff;
}

#rotator {
	width: 100%;
	height: 250px;
	float: left;
	position: relative;
	display: inline-block;
}

#news_feed {
	width: 100%;
	height:30px;
	margin-top: 15px;
	float: left;
	display: none;
	clear: left;
}

#timeline {
	width: 100%;
	height: 100%;
	margin-top: 15px;
	float: left;
	display: inline;
	clear: left;
}

#photo_albums {
	width: 100%;
	height: 140px;
	margin-top: 15px;
	float: left;
	display: inline;
	clear: left;
	background:url('/atf/cf/{624b8035-378f-481f-b214-60491e4c3cf2}/PHOTO_GALLERY_GROUND.JPG') no-repeat;
}

#right_column {
	width: 330px;
	height: 100%;
	float: left;
	position: relative;
	display: inline;
	margin:15px 15px 15px 0;
}

#feature_1 {
	width: 100%;
	height: 93px;
	float: left;
	display: inline;
	position: relative;
}

#feature_2 {
	width: 100%;
	height: 350px;
	float: left;
	display: inline;
	position: relative;
	margin-top: 15px;
	padding: 0 0 0 20px;
}

#mlk_portrait {
	position: absolute;
	display: block;
	width: 525px;
	height:446px;
	margin: -210px 0 0 630px;
	background:url('/atf/cf/{624b8035-378f-481f-b214-60491e4c3cf2}/MLK_PORTRAIT.PNG') no-repeat;
}

#bottom_content {
	width: 100%;
	float:left;
	display: inline;
	position: relative;
	margin-left:-1px;
}


/*----------------------------------------------------- CONSTRUCTION CONTENT STYLES-------------------------------------------*/

#feature_2 form table {
	width: 310px;
	}
	
#feature_2 table {
	width: 310px;
}
	
.poll_title {
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
	}
