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: "" "";
}
 
.wrapper {
	margin: 0 auto;
	width: 600px;	
}

.hide {
	position: absolute;
	left: -9999px;	
}
 
body
{
	background: #18453b;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
}

a:link, a:visited, a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;	
	text-decoration: none;
}

	a:hover {
		border-bottom: 1px solid #fff;	
	}


	a.no_border {
		border: none;	
	}

h1 {
	font-size: 2.0em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	padding: .9em 0 .3em 0;	
}

p, ul, ol {
	font-size: .9em;
	padding: .6em 0;
	line-height: 1.4em;
}

ul, ol {
	list-style: disc;
	margin-left: 20px;
}

li {
	padding: .3em 0;	
}

.wall_thumb {
	border: 1px solid #fff;	
	-webkit-box-shadow: 0px 0px 5px #111;
	-moz-box-shadow: 0px 0px 5px #111;
}

.page_title {
	display: block;
	height: 57px;
	width: 466px;
	background: transparent url(/_assets/img/fwav-logo.png) top left no-repeat;
}

.green {
	color: #C5D0CE;
}	

div#header {
	background: #000;
	padding: 1em 0;	
}

.active_res {
	font-weight: bold;
	font-size: 130%;	
}
