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

body {
	font-size: 11px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-color: #000000;
	/**color: #001d4b;*/
	line-height: 120%;
	/**background: #d5e3e9;*/

}

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

a:link { background: #ffffff; color: #000; text-decoration: none; }
/**a:link { text-decoration: underline; color: #001d4b; }*/
a:active { background: #ffffff; color: #000; text-decoration: none; } /**text-decoration: none;*/ 
a:visited { background: #ffffff; color: #000; text-decoration: none; } /**text-decoration: none; color: #000000;*/
a:hover { background: #ffffff; color: #000; text-decoration: none;} /**text-decoration: underline;*/
a img { border: none }

#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: transparent;	
	font-size: 10px;
	font-weight: bold;
	font-family: Helvetica, Verdana, sans-serif;
	/**color: #823172;*/
	line-height: 135%;
	text-transform: uppercase;
	
	margin-left: 10px;
/*	overflow: hidden;*/
}

li.section-title { text-decoration: none; color: #001d4b; font-size: 11px;
	font-family: Helvetica, Verdana, sans-serif ; font-weight: bolder; text-transform: uppercase; line-height: 135%; }

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

#menu ul li.section-title { text-decoration: underline; font-weight: lighter; color: black; }

#content {
/**orizontal rectangle with project description*/
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
	/**color:#001d4b;
	background-color: white;*/
}

/**.container {

	padding: 25px 25px 25px 25px; }*/
	#content .container { padding: 80px 80px 60px 60px; }
	#menu .container { padding: 30px 30px 30px 30px; }


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

p {
    margin: 0 0 9px 0;
}

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; }
