/* Type & image presets */

img, object, embed {
margin-bottom: 20px;
}

body {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: .9em;
line-height: 24px;		/* Changing this will break the baseline grid. */
-webkit-text-size-adjust: none;		/* Stops the iPhone scalling type up */
background-image:url(../images/wl-header-centered-01.jpg);
background-repeat:repeat-x;
}

a {
text-decoration: none;
color: #036;
font-weight: 400;
border-bottom:none;
}

a:hover {
color: #903;
border-bottom: 1px solid #903;
}

a img {
display: block;		/* Stops image links getting text link styles */
}

img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom: 20px;
}

p, ul, ol, blockquote {
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
}

li {
margin-bottom: 6px;
}

blockquote {
border-left: 1px solid #c1c1c1;
color: #747474;
padding-left: 15px;
margin-left: -15px;
}

h1 {
font-size: 1.8em;
line-height: 36px;		/* Changing this will break the baseline grid. */
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-family: Georgia;
font-weight: lighter;
}

h2 {
font-size: 1.5em;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-family: Georgia, serif;
font-weight: lighter;
}

h3 {
font-size: 1.2em;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-family: Georgia, serif;
font-weight: bold;
}

/******** WOW EDITS BELOW *********/

#header {
	height:158px;
	background-image: url(../images/wl-header-centered-03.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

.logo {
	padding-top:35px;
	padding-left:10px;
	width:270px;
	float:left;
}

.topLinks {
	float:right;
	color:#036;
	text-decoration:none;
	margin-top:-4px;
	background-color:#f8f7f2;
	padding: 6px 10px;
	box-shadow: 0px 0px 5px #9c9c9c;
	border-radius: 3px;
}

.topLinks ul {
	display:inline;
	list-style-type:none;
}

.topLinks li {
	display:inline;
	padding-right:5px;
	padding-left:5px;
	border-right:solid 1px #036;
}

.topLinks li.last {
	display:inline;
	padding-right:8px;
	border-right:none;
}

.topLinks li a.active {
	color:#903;
}

.memberStatement {
	clear:right;
	float:right;
	margin-top:15px;
	margin-right:10px;
	height:71px;
	width:413px;
	color:#036;
	font-weight:bold;
	font-size:1.4em;
	text-align:center;
}

