/*--------------------------------------------------------------------
	Clear all the default styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*--------------------------------------------------------------------
	Layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

html, body {
	font:12px arial, helvetica, sans-serif;
	color:#383838;
	background:#fff;
}

#header {
	height:114px;
}

	#header_left {
		width:150px;
		float:left;
		display:inline;
	}
	
	#header_right {
		width:740px;
		float:right;
		display:inline;
		text-align:right;
	}

#wrapper {
	width:920px;
	margin:0 auto;
}

#billboard {
	height:350px;
	padding:4px;
	background:#fff;
	border:1px solid #ccc;
}

	#billboard_left {
		float:left;
		display:inline;
		width:578px;
		height:349px;
		background:url('images/billboard_bg.jpg') no-repeat;
	}
	
		#map_btns {
			margin:239px 0 0 258px;
		}
		
		#map_btns ul {
			list-style-type:none;
		}
		
		#map_btns ul li {
			height:36px;
			width:303px;
			margin-bottom:7px;
		}
		
		#map_btns ul li a {
			text-decoration:none;
		}
			
		#map_btns ul li.sandy a span {
			background:url('images/btn_sandy.png') no-repeat;
			display:block;
			padding:14px 0 10px 0;
		}
		
		#map_btns ul li.slc a span {
			background:url('images/btn_slc.png') no-repeat;
			display:block;
			padding:14px 0 10px 0;
		}
		
		#map_btns ul li a:hover span {
			background-position:0 -38px;
		}
	
	#billboard_right {
		float:right;
		display:inline;
		width:332px;
	}
	
#advocate {
	background:url('images/advocate.png') no-repeat;
	height:93px;
}
	#advocate_header {
		height:95px;
	}
	
	#advocate_left_col {
		width:599px;
		float:left;
		display:inline;
		border:1px solid #c2c2c2;
		border-right:none;
	}
		#advocate_facebook {
			width:273px;
			margin:22px 0 0 0;
			padding:58px 22px 22px 22px;
			float:left;
			display:inline;
			background:url('images/facebook.gif') top no-repeat;
		}
		
		#advocate_twitter {
			width:273px;
			margin:23px 0 0 0;
			padding:57px 9px 22px 0;
			float:left;
			display:inline;
			background:url('images/twitter.gif') top no-repeat;
		}
		
	#advocate_right_col {
		width:319px;
		float:left;
		display:inline;
		border:1px solid #c2c2c2;
		border-left:none;
	}
	
		#advocate_more {
			width:273px;
			margin:21px 0 0 0;
			padding:58px 9px 23px 22px;
			float:left;
			display:inline;
			background:url('images/more.gif') top no-repeat;
		}
		
ul.checks {
	list-style-type:none;
	margin:0 0 5px 0;
	border-bottom:1px solid #c2c2c2;
}
	ul.checks li {
		margin:0;
		padding:0;
		border-top:1px solid #c2c2c2;
	}
	ul.checks li a {
		background:url('images/check_mark.png') no-repeat;
		display:block;
		padding:7px 0 7px 23px;
		text-decoration:none;
		color:#575757;
	}
	ul.checks li a:hover {
		background:#f2fafe url('images/check_mark.png') no-repeat;
		display:block;
		text-decoration:none;
		color:#575757;
	}
	
#save_lives {
	height:88px;
	background:url('images/save_lives.jpg') no-repeat;
}

#last_div {
	height:228px;
	border:1px solid #ccc;
	border-top:none;
	margin:0 0 40px 0;
	background:url('images/baby.jpg') no-repeat top right;
}

	#last_div_left {
		float:left;
		display:inline;
		width:223px;
		margin:20px 0 0 20px;
	}
	
	#last_div_right {
		float:left;
		display:inline;
		width:480px;
		margin:20px 0 0 20px;
	}
	
.grey_border {
	border:1px solid #ccc;
	padding:2px;
	background:#fff;
}

ul.column1 {
	width:140px;
	float:left;
	display:inline;
}

	ul.column1 li, ul.column2 li {
		list-style-type:none;
		margin-bottom:3px;
		background:url('images/bullet.png') no-repeat;
		padding-left:10px;
	}
	
ul.column2 {
	width:305px;
	float:left;
	display:inline;
	margin:0;
}

/*--------------------------------------------------------------------
	Typography
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

p {
	line-height:18px;
	margin:0 0 20px 0;
}

.babyP {
	width:426px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	text-decoration:none;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/*--------------------------------------------------------------------
	Clearfix
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

