/* This project is using Museo, a font by Jos Buivenga (exljbris) -> www.exljbris.com */
html {
	background-color:#FFF;
}
p, li {
	font-size:1.5em;
}
h1, h2 {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'Museo700Regular', sans-serif;
	font-size:60px;
	margin:14px;
	letter-spacing:-2px;
}
h2 {
	font-size:3em;
}
a:link {
	color:#000;
	font-weight:bold;
}
a:visited {
	color:#00b8ec;
	font-weight:bold;
}
span.eagle {
	font-family: 'Museo700Regular', sans-serif;
	color:#00b8ec;	
}
span.tweet {
	font-family: 'Museo700Regular', sans-serif;
	color:#000000;
}
h1 a, h2 a {
	text-decoration:none;
	color:#000000;
	border:none;
}
div#bd p, div#bd li {
	margin:1em;
	line-height:1.5em;
}
body.wizard div#bd form {
	margin:1em;
	line-height:1.5em;
}
p.cancel a{
	font-size:.8em;
}
p#two, p#lo {
	display:none;
	padding-left:10px;
	background-image:url("/i/right.gif");
	background-position:center left;
	background-repeat:no-repeat;
	float:left;
}
p.fl, form.fl {
	width:10em;
	float:left;
}
p.fl {
	clear:left;
}
p#two.open, p#lo.open {
	background-image:url("/i/down.gif");
}
p#tweetoptions, p#locationoptions {
	border-left:3px solid #CBF8FD;
	padding-left:1em;
	clear:left;
}
div#sb ul li ul li {
	padding:0;
	margin:0;
	display:inline;
}
div#map_canvas {
	width: 711px;
	height: 200px;
	margin:14px;
}
div#ft {
	border-top:3px double #CBF8FD;
	margin-top:2em;
	padding:.3em;
	line-height:2em;
}
div#disclaimer {
	padding-top:1em;
	margin-bottom:5em;
}