/* Universal Selectors 
----------------------------------------------------------------------------- */
html {}

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #464235;
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #25408f;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}


/* Strutural Elements
----------------------------------------------------------------------------- */
#wrapper {
	padding: 0 15px;
	margin: 0;
}

#logo {
	width: 144px;
	height: 66px;
	background: url(/images/logo_wither-hills-popup.png) no-repeat;
	text-indent: -5000px;
	margin: 40px 30px 45px;
}

#content {
	line-height: 1.6em;
	padding: 0 40px 20px;
}

#close {
	background: url(/images/divider_footer.png) repeat-x;
	padding: 23px 0 17px;
}

.clr {
	clear: both;
	line-height: 0;
	height: 0;
}


/* Lists
----------------------------------------------------------------------------- */
#content ul, #content ul li {
	list-style: disc;
}

#content ol li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom: 10px;
}

#content ol li ul li {
	list-style: disc;
	padding-bottom: 0;
}


/* Links
----------------------------------------------------------------------------- */
#close a:link, #close a:visited {
	display: block;
	width: 78px;
	background: #25408f;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
}

#close a:hover, #close a:active {
	text-decoration: underline;
}


/* Typography
----------------------------------------------------------------------------- */
h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #b5b09f;
	margin-bottom: 1.2em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #464235;
	margin-bottom: 0.6em;
}

p { }