/* CSS
 *@version 1.0* 
 *@author Vaska * 
 *@author Gregory Cadar *
 * 
 * modified by MCG v1.02 15mar09
 *  
 */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	font-family: Helvetica, Ariel, Trebuchet MS, sans-serif;
	background: #fff;
}
a {
	color: #000;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background: #F5F5F5;
}
a img {
	border: none;
}

.top-section {
  margin-bottom: 75px;
}

#menu {
	width: 250px;
	margin-top: 10px;
	/*overflow: auto;*/
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #fff;
}
#menu ul {
	list-style: none;
	margin: 5px 0 10px 0;
}

#menu ul.nav sectional {  }


#menu ul.bottom-section {
  margin:115px 0 20px ;
}

#menu ul li {
        margin: 1px 5px 0px 5px;
}
/*#menu ul li.section-title {
	line-height: 18pt;
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 1.5em;
}*/

#menu ul h3 {	
  margin-bottom:10px;
	border-bottom-color: silver;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 1.2em;
}
li.active,li.active a {
	background: black;
	text-decoration: none;
	color: white;
}

#content {
	height: 100%;
	margin: 70px 0 0 250px;
	top: 0;
}
.container {
	padding: 15px;
}
#content p {
	width: 350px;
	margin-bottom: 9px;
}

p {
line-height: 17px;
margin: 0 0 9px 0;
}


h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
#img-container {
	margin: 0;
	padding: 0;
}

/*#img-container .captioning {
  display: none;
}*/

#img-container .picture {
  border: 1px solid #EEE;
}
#img-container p {
	width: 350px;
	margin: 0;
	padding: 0 0 12px 0;
}
#once {
	clear: left;
}

