
*/
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	background: #fff;
	color: #231f20;
	font: 0.625em/1em 'helvetica neue', helvetica, arial, sans-serif;
}
a#logo_topleft {
    top: 80px	;
    margin-left:30px;
    border:none; } 
body.section-1 { }
body.section-2 { }
body.section-3 { }

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

a img { border: none; }

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

h1 { font-size: 1.4em; font-weight: bold; text-decoration:underline; color: #000000;  line-height: 100%}
h2 { font-size: 1.2em; font-weight: normal; color: #000000; line-height: 140% }
h3 { font-size: 0.9em; font-weight: normal; color: #000000; line-height: 100% }
h4 { font-size: 1.4em; font-weight: bold; text-decoration:underline; color: #808285;  line-height: 100%}
h5 { font-size: 1.2em; font-weight: normal; color: #808285; line-height: 140% }
h6 { font-size: 0.9em; font-weight: normal; color: #808285; line-height: 100% }

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

#menu {
	background-image:;
  height: 400px;
	left: 0px;
  overflow: auto;
	padding: 10px 0 0px 0px;
  position: fixed;
  top: 114px;
  width: 250;
	z-index: 9999;
}

#menu ul {
	font-style: mormal;
	list-style: none;
	margin: 0 0 20px 0; line-height: 1.5em;
}

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

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

#content img {
	border: 0px none ;
	cursor: move;
}

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

#once { clear: left; }