/**
* CSS
*
* @version Down Quark 1.0
* @author Derek Kinsman // Unttld
*/

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-size: 9pt;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #231f20;
	background-color: #F8F8FF;
    overflow: auto;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	height:100%;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a {
	font-style: normal !important;
	outline: none;
}
a:link {
	color: #ec008c;
	text-decoration: none;
}
a:active {
	color: #ec008c;
	text-decoration: underline;
}
a:visited {
	color: #ec008c;
	text-decoration: none;
}
a:hover {
	color: #ec008c;
	text-decoration: underline;
}

a img {
	border: none;
}

p, ul {
	font-size: 1em;
	line-height: 1.2em;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-style: italic;
}

span.header {
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
}

#menu {
	background-image: url(../_img/menu_bkgd.png);
	height: 480px;
	left: 10px;
	overflow: hidden;
	padding: 10px 0 20px 20px;
	position: fixed;
	top: 50px;
	width: 180px;
	z-index: 9999;
}

#menu ul {
	font-style: italic;
	list-style: none;
	margin: 10px 0 10px 0;
}

#menu ul li {
	text-transform: lowercase;
}
#menu ul li.section-title {
	text-transform: uppercase;
}

#content {
	width: 680px;
	float: left;
	position: absolute;
	margin-top: 50px;
	margin-left: 240px;
	color: #696969;
	z-index: 1;
}
#content img {
	border: 1px solid #696969;
}
#content p {
	margin-bottom: 10px;
	line-height: 1.3em;
}
#once { clear: left; }