body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #d3d7cf;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #69696a;
	}

#shell {
	width: 740px;
	margin: 30px auto 10px auto;
	padding: 0;
	}

/* PRE-NAVIGATION */

#pre {
	width: 720px;
	padding: 0 10px;
	margin:0;
	position: relative;
	}
	
	#pre ul {
		list-style:none;
		padding:0;
		margin:0;
		}
	
	#pre li {
		float: left;
		padding: 10px 0;
		}
	
	#pre li#logo {
		padding-right: 300px;
		}

	#pre #searchForm {
		padding:0;
		margin:0;
		position: absolute;
		top: 15px;
		}

	#pre #searchBox {
		height:14px;
		width: 100px;
		margin: 0 5px;
		border: 1px solid #dddddd;
		font-size: 9px;
		color: #b4b2a7;
		}

#flash {
	background-image: url(images/home_rightImage2.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width: 740px;
	position: relative;
	}
	
	
	#flash #rotatingImage {
		float: left;
		width: 388px;
		}
	
	#flash ul {
		float: left;
		width: 280px;
		margin:0;
		padding:0;
		padding: 95px 0 0 40px;
		
		color: #FFFFFF;
		font-size: 12px;
		list-style-type:disc;
		}	
	
	#flash ul li {
		padding:0;
		margin:0;
		padding-bottom:4px;
		}
		
	#flash #donate {
		position:absolute;
		top:19px;
		right:20px;
		}
	
#innerContent {
	position: relative;
	background-color: #FFFFFF;
	
	width: 740px;
	height: 230px;
	margin: 0;
	padding:0;
	}	
	
	#innerContent #moreRed {
		position: absolute;
		top: -50px;
		right: 30px;
		}	
	
	#actNow {
		background-image:url(images/home_actNow_bg.gif);
		background-repeat: no-repeat;
		width: 221px;
		height: 194px;
		
		padding: 45px 10px 10px 20px;
		
		position: absolute;
		top: -40px;
		left: 3px;
		z-index:1;
		}
		
			#actNow ul {
				list-style:none;
				padding:0;
				margin:0;
				}
			
			#actNow ul li {
				margin:0;
				padding:0;
				padding-bottom: 6px;
				}
			
			#actNow ul li a {
				color: #FFFFFF;
				font-weight: bold;
				text-decoration:none;
				}
			
			#actNow .icons {
				margin-right: 5px;
				}	
			
			#actNow #moreBlue {
				position: absolute;
				bottom: 20px;
				right:25px;
				}
			
	#stayUpdated {
		background-image:url(images/home_stayUpdated_bg.gif);
		background-repeat: no-repeat;
		width: 471px;
		height: 194px;
		
		padding: 40px 10px 10px 10px;
		
		position: absolute;
		top: -40px;
		left: 246px;
		}

		#stayUpdated #recentNews, #stayUpdated #lawsuitCoverage {
			width: 190px;
			height: 135px;
			overflow: hidden;
			padding: 10px 20px;
			float: left;
			}
		
			#stayUpdated #recentNews h1, #stayUpdated #lawsuitCoverage h1 {
				color: #69696a;
				font-size: 14px;
				margin: 0;
				padding:0;
				padding-bottom:10px;
				}
			
			#stayUpdated #recentNews p, #stayUpdated #lawsuitCoverage p {
				color: #69696a;
				font-size: 11px;
				margin:0;
				padding:0;
				padding-bottom:10px;
				}
			
			#stayUpdated #recentNews a, #stayUpdated #lawsuitCoverage a {
				color: #336dae;
				}
			
			#stayUpdated #signUp {
				position: absolute;
				top:205px;
				right: 50px;
				}
			
			#stayUpdated #signUp #emailBox {
			border: 1px solid #dddddd;
			width: 130px;
			height: 14px;
			font-size: 9px;
			color: #b4b2a7;
			margin-right: 10px;
			}
	
	/* removed for now 
		#breakingNews {
		position: absolute;
		top: -31px;
		right: 20px;
		width: 250px;
		height: 25px;
		}
		
		#breakingNews #newsItem {
			float: left;
			display: block;
			height: 12px;
			width: 190px;
			padding: 2px;
			margin-right:5px;
			border: 1px solid #875252;
			font-size: 9px;
			color: #FFFFFF;
			overflow: hidden;
			}
	*/	
			
/* FOOTER */

#footer {
	position: relative;
	width:720px;
	height: 82px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	padding: 0 10px;
	}
	
	#footer #spread {
		position: absolute;
		left: 420px;
		top:10px;
		width: 300px;
		}
	
	#footer #spread p {
		color: #b4b2a7;
		font-weight:bold;
		font-size:11px;
		margin:0;
		padding:0;
		padding-bottom:7px;
		}
	
	#footer #spread ul {
		list-style: none;
		margin:0;
		padding:0;
		}

	#footer #spread ul li {
		float: left;
		padding-right:10px;
		}	
	
	#footer #stop {
		position: absolute;
		left: 666px;
		}

/* POST-FOOTER */

#post {
	width: 720px;
	padding: 10px;
	padding-bottom:20px;
	margin:0;
	color: #555753;
	font-size:11px;
	}
		
	#post ul {
		list-style:none;
		padding:0;
		margin:0;
		}
	
	#post ul li {
		float: left;
		padding-right:10px;
		}
	
	#post ul li#last {
		padding-right:0;
		}
	
	#post ul li#copyright {
		padding-right:175px;
		}
	
	#post a {
		color: #555753;
		text-decoration:none;
		}
	
	#post a:hover {
		text-decoration:underline;
		}


#content { position:relative; min-height:480px; background:#fff; }

#content #actNow2 { background: url(images/bg_act_now.png) no-repeat 0 0; width:454px; height:245px; position:absolute; top:223px; left:4px; z-index:999; }
#content #actNow2 ul { float:left; width:212px; margin:45px 0 0 19px; padding:0; list-style:none; }
#content #actNow2 li { padding-bottom:8px; }
#content #actNow2 li a { padding:12px 0 12px 43px; text-decoration:none; font:bold 12px verdana; color:#fff; display:block;}
#content #actNow2 li a:hover { text-decoration:underline; }
#content #actNow2 li.stop a { background: url(images/icn_stop.png) no-repeat 0 0; }
#content #actNow2 li.check a { background: url(images/icn_check.png) no-repeat 0 0; }
#content #actNow2 li.down a { background: url(images/icn_down.png) no-repeat 0 0; }
#content #actNow2 li.people a { background: url(images/icn_people.png) no-repeat 0 0; }
#content #actNow2 .share { float:left; width:197px; margin-top:92px; }
#content #actNow2 .share a { height:55px; width:196px; display:block; background: url(images/btn_share_story.png) no-repeat 0 0 }
#content #actNow2 .share a:hover { margin:1px 0 0 1px; }

#content #actNow2 .videoCampaign { float:left; width:210px; font:normal .9em arial; color:#fff }
#content #actNow2 .videoCampaign #lawsuitAbuse  {margin:41px 0 0 22px; display:block; width:130px; height:106px; background: url(images/btn_pla.png) no-repeat 0 0; }
#content #actNow2 .videoCampaign #lawsuitAbuse:hover { display:block; background: url(images/btn_pla.png) no-repeat 0 -106px; }
#content #actNow2 .videoCampaign a { color:#fff; text-decoration:none; }
#content #actNow2 .videoCampaign a:hover span { text-decoration:underline; }

#content #stayUpdated2 { background: url(images/bg_stay_updated.png) no-repeat 0 0; width:278px; height:245px; position:absolute; top:223px; left:458px; z-index:999; }
#content #stayUpdated2 .inside { margin:60px 20px 0 20px; }
#content #stayUpdated2 .inside p { font-size:11px; padding:0; margin:0; }
#content #stayUpdated2 .inside p a { font-weight:bold; color:#336dae; text-decoration:none; }
#content #stayUpdated2 .inside p a:hover { text-decoration:underline; }
#content #stayUpdated2 .inside .last { position:absolute; top:155px; width:200px; }
#content #stayUpdated2 .inside .more { position:absolute; bottom:18px; right:20px; }

#content #stayUpdated2 #connect { position:absolute; top:1px; right:25px; }
#content #stayUpdated2 #connect ul { list-style:none; }
#content #stayUpdated2 #connect ul li { float:left; padding-left:14px; }
#content #stayUpdated2 #connect ul li a { display:block; width:26px; height:26px; text-indent:-9999px; font-size:0; }
#content #stayUpdated2 #connect ul li#twitter a { background: url(images/icn_twitter.png) no-repeat 0 0; }
#content #stayUpdated2 #connect ul li#facebook a { background: url(images/icn_facebook.png) no-repeat 0 0; }
#content #stayUpdated2 #connect ul li a:hover { background-position: 1px 1px !important; }



.hide { text-indent:-9999em; font-size:0; height:0; line-height:0; position:absolute; left:-9999px; }
img { border:none; }

.clear { clear:both; visibility:hidden; font-size:0; line-height:0; height:0; }
