@charset "utf-8"; 

* { margin:0; padding:0; }

body { font-family: Helvetica, Arial; }

#page-wrap { min-width:560px; margin:0 auto; }

#header { height:100px; position:relative; }
	#logo { position:absolute; top:10px; left:10px; }
	#title { position:absolute; top:55px; left:13px; }
	#seal { position:absolute; bottom:-40px; right:10px; }
	#timestamp { position:absolute; bottom:5px; left:13px; font-size:11px; color:#999; margin:0; line-height:14px; }
	
#content { background:#004179; border-top:2px solid #DF1F27; color:#fff; }
	.top { background:url(images/seal-top-bg.jpg) repeat-y top right; padding:20px 20px 5px; }
	.wrap { padding:15px 20px 15px; }
	#status { text-transform:uppercase; font-size:14px; margin:-10px 0 0; height:26px; line-height:26px; position:relative; }
	#status span { background:#2C9B35; display:block; font-weight:bold; font-size:13px; text-align:center; height:26px; line-height:26px; padding:0 15px; -webkit-border-radius:3px; -moz-border-radius:3px; width:auto; position:absolute; top:0; left:80px; }
	h1,
	h2 { font-size:14px; text-transform:uppercase; font-weight:normal; margin:0 0 3px; }
	h1 strong,
	h2 strong { font-size:16px; text-transform:none; font-weight:400; margin-left:6px; }
	
	h3 { font-size:13px; text-transform:uppercase; margin-bottom:6px; }
	ul { margin-bottom:15px; }
	ul li { list-style:none; margin:0 0 6px 0; font-size:12px; }
	
	ul.bullets li { }
	ul.bullets li:before { content:"✓  "; }
	
	p { font-size:12px; line-height:16px; margin-bottom:16px; }

	a { color:#fff; font-weight:bold; }

	.colored-wrap { background:#777; padding:20px 20px 6px; margin-bottom:15px; -moz-border-radius:5px; -webkit-border-radius:5px; }

	p.a-center { text-align:center; }
	p.a-center a { font-weight:normal; margin:0 8px; }
	
	.facebook { text-align:center; margin-bottom:20px; }
	.facebook a,
	.facebook a img { border:none; }

#footer {}	
	#footer p { text-align:center; font-size:11px; color:#999; }
	#footer p a { color:#999; text-decoration:none; }
	
	#footer p.report { text-align:right; text-transform:uppercase; font-size:10px; line-height:18px; padding:5px 10px 0 0; }
	#footer p.report a { color:#950030; text-decoration:none; }
	#footer p.report a:hover { text-decoration:underline; }


