/*background */
html,
	body {
		background-image: url(../img/lights.jpg);
		background-repeat:no-repeat;
background-attachment:fixed;
		margin: 0 auto;
		padding:0;
		height:100%;
	}
	
	/* Faking a Stretched Background */
		#divbg {
		width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	 z-index: -1; 
		} 
	 
/* End faking  Stretched Background*/

h2 { font-size : 16px; margin : 0 0 15px 0; color : #30561b;}




/* header*/

#header-wrap {z-index:2; width : 100%; height : 75px; background :#fff; border-bottom : 1px solid #30561b;}
#header { width : 940px; margin : 0 auto;}
.container_16 {z-index:2;}

#logo { margin : 10px 20px 0 0;}
#join_pow {margin : 0px 0px 5px 0; }

#newsletter { float : right; position : relative; top : 20px; background-image: url(../img/newsletter.gif); width : 361px; height : 44px;}

#intro p { color : #30561b; font-size : 14px;}
#about p { color : #30561b; font-size : 14px;}
#about h2 { font-size : 20px;}

.vid_wrap { float : left; margin : 0 20px 0 0;}

/* Count Down Timer */
#defaultCountdown { width: 430px; height: 75px; Float : right;}

/* Navigation */
#top_nav { width : 390px; float : left; margin : 20px 0 0 0;}
#top_nav li { list-style : none; display: inline; margin : 0 0px 0 0px;}
#top_nav li a {color : #30561b; font-size :18px; padding : 10px 15px;}
#top_nav li a:hover {color : #f5aa1c; }
#top_nav li .active {color : #fff; background : #30561b;}
#top_nav li .active:hover {color : #fff;}

/*main cont */
#action {background-image: url(../img/action_bg.gif); height : 60px; width :940px; margin : 0 0 30px 0;}
.facebook { margin : 20px 10px 0 380px;}

#generations {background: #fff url(../img/bg_top.gif) no-repeat; background-position : top; margin : 0 0 0px 0;}
#generations h2 { margin : 0 0 5px 0; font-size : 16px;}
#generations p { color : #30561b; font-size : 14px;}
.gen_nav { padding : 20px 10px; border : 1px solid #30561b; width : 260px; text-align : center; float : left; margin : 0 20px 0 0;}
.vid_item {color : #fff; background : #30561b; font-size : 14px; padding : 8px 10px; margin :0 0 10px 20px; width : 200px;}

.vid_item a { color : #fff;}

/*table */
#senator {width : 940px;}


#senator tr { padding : 0 0 5px 0; border : 1px solid #30561b; color : #30561b;}
#senator td { padding : 8px 0 8px 30px; font-size : 16px; border-right : 1px solid #30561b; }

#senator .top td { padding : 15px 0 15px 30px; background : #fff;}
#senator .white td { background :#fff;}
#senator .white .action {color : #30561b; background : #ffd17b; font-weight : bold;}


#senator .green td { background :#c9d5c0;}
#senator .green .action {color : #fff; background : #f5aa1c; font-weight : bold;}

#senator .orange td { background :#ff9900;}
#senator .orange .action {color : #fff; background : #f5aa1c; font-weight : bold;}


/* footer */
#footer {margin : 100px 0 0 0; color : #30561b;}
#footer a {color : #30561b;}



/* Easy Slider */
#slider {margin : 0 0 30px 0;}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:940px;
		height:65px;
		overflow:hidden; 
		
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
