/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Pat Armstrong
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link,
a:visited { 
	text-decoration: none;
	color: #00c;
}
a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

a img { border: none; }


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

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { font-weight: bold;}

#menu ul li a {
	padding: 1px 1px 1px 0;
	text-decoration: none;
	line-height: 1.5em
}


#menu ul li a,
#menu ul li a:link,
#menu ul li a:visited {
	background: #ff0;
	color: #000;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li.active a,
#menu ul li.active a:hover { 
	background: #fff;
	cursor: default;
	margin-left: -10px;
	text-decoration: none;
}

#menu ul li.active a:before {
	content:'\25B8';
	color: #ff0;
	padding: 1px 4px 1px 0;
}

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

.container {
    padding: 25px 5px 15px 25px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 18px;
	font-family: "Adobe Caslon Pro", "Adobe Caslon", Georgia, Times, serif;
	display: inline-block;
	background: #fff;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	line-height: 18px;
}


h1 a { padding: 3px; }

h1 a:link,
h1 a:visited {
	color: #666;
	background: #fff;
	text-decoration: none;
}

h1 a:hover
{ 
	color: #000;
	background: #ff0;
	text-decoration: none;
}

h2 { font-size: 12px; }
h3 { font-size: 10px; }
h4 { font-size: 10px; }

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

#once { clear: left; }