/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/


* {
	margin: 0;
	padding: 0;
}


/* BODY */

body {
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	line-height: 16px;
	background: #fff;
	color: #333;
}

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



/* LINKS */

a:link { 
	text-decoration: none; 
	color: #666; 
}

a:active { 
	text-decoration: none; 
	color: #666; 
}

a:visited { 
	text-decoration: none; 
	color: #666; 
}

a:hover { 
	text-decoration: none; 
	color: #FFF; 
	background-color:#8EBF00; 
}

a img {
	border: none; 
	}



/* MENU */

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

#menu ul {
	list-style: none;
	margin: 0 0 20px 0;
	background-color:#FFFFFF;
}

#menu ul li.section-title {
	font-size: 11px;
	color: #00A0C6;
	font-weight: normal;
	font-family: georgia, serif;
	line-height: 23px;
	background-color:#fff;
}



/* CONTENT */

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

.container {
    padding: 40px 35px 25px 60px;
}

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


p {
    margin: 0 0 2px 0;
}


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



/* TEXT */

.subinfo {font-size: 11px;
	line-height: 16pt;
	color: #999999
}


.heading {
	font-size: 11px;
	font-family: georgia, serif;
	line-height: 16px;
	color: #8EBF00;
	background: #fff;
}

.projectheading { background-color:#ffe100; }

.pinkbg { background-color:#EC008C; }

.greenbg { background-color:##8EBF00; }

.turquoisebg { background-color:#00A0C6; }

.lightgreybg { background-color:#cccccc; }

.greybg { background-color:#999999; }

.darkgreybg { background-color:#666666; }

.whitebg {background-color:#ffffff; }




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

#once { clear: left; }