/**
* CSS
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	line-height: 16px;
	color: #666;
}

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

a:focus, a:hover, a:active { outline:none }

a:link { text-decoration: none; color: #666; border-bottom: 1px dotted #666; }
a:active { text-decoration: none; color: #666; border-bottom: 1px dotted #666; }
a:visited { text-decoration: none; color: #666; border-bottom: 1px dotted #666; }
a:hover { text-decoration: none; color: #666; border-bottom: 1px dotted #666; background-color: #00FF99; }

#menu a:link { text-decoration: none; color: #666; border-bottom: none; }
#menu a:active { text-decoration: none; color: #666; border-bottom: none; }
#menu a:visited { text-decoration: none; color: #666; border-bottom: none; }
#menu a:hover { text-decoration: none; color: #666; border-bottom: none; background-color: #00FF99; }

a img { text-decoration: none; border: none; }

a img:hover { text-decoration: none; border: none; }

#menu a img { text-decoration: none; border-bottom: none; }

#menu a img:hover { text-decoration: none; border-bottom: none; }

#menu p { margin: 0 0 0 0; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	font-size: 11px;
	list-style: none;
	margin: 6px 0 0 2px;
	line-height: 15px;
}

#menu ul li.section-title { font-size: 10px; font-weight: bold; text-transform: uppercase; letter-spacing: .5px }

#content {
    height: 100%;
    margin: 0 0 0 200px;
    top: 0;
}

.container {
    padding: 7px 0 25px 8px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

.nav {
	font-size: 11px;
}

#img-container { font-size: 11px; }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
