/**
* CSS
*
* @version Down Quark 1.0
* @author Derek Kinsman // Unttld
*/
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 105%;
}

body {
	background: #fff;
	color: #231f20;
	font: 0.625em/1em 'helvetica neue', helvetica, arial, sans-serif;
}

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

a { font-style: normal !important; outline: none; }
a:link { text-decoration: none; color:#333333; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color:#333333; }
a:hover { text-decoration: none; background-color:#00aeef; }

a img { border: none; }

p, ul {
	font-size: 10px;
	line-height: 1.5em;

}

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: normal; }

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

#menu {
	background-image: url(../_img/menu_bkgd.png);
  height: auto;
	left: 10px;
  overflow: auto;
	padding: 30px 0 40px 55px;
  position: fixed;
  margin: 0 25px 0 25px;
  top: 50px;
  width: 180px;
	z-index: 9999;
}

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

#menu ul li { text-transform: none; }
#menu ul li.section-title { text-transform: uppercase; font-weight: bold; }

#content {
	margin: 50px 0 0 290px;
	z-index: 1;
}

#content img {
	border: 0px solid #231f20;
	cursor: move;
}

#content p {
	cursor: move;
	margin-bottom: 10px;
	width: 300px;
}

#once { clear: left; }