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

body {
	font-size: 13px;
	font-family: Garrison Sans, sans-serif;
	background: #fff;
}

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

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

a img { border: none; }

#menu {
    width: 240px;
    overflow: auto;
    top: 0;
    bottom: 10px;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	z-index: 20;

}

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

#menu ul li.section-title {
	font-family: Garrison Sans, sans-serif;
	font-size: 14px;
	text-decoration: ;  
	color: #000;
	margin: 0 0 5px 0;

	}

#content {
    height: 100%;
    width: 1000px;
    margin: 15px 0 0 250px;
    top: 0;
    z-index: 1;
}

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

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
    
 #content p { width: 400px; margin-bottom: 6px; }

p {
    margin: 0 0 9px 0;
    font-size: 11px;

}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 13px;
	font-family: Garrison Sans, sans-serif;
	font-weight: normal;
	margin-top: -10px;
}

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

#once { clear: left; }

.text-spaceÊ{
	float:left;
	line-height:15pt;
	padding:Ê0Ê20px;
	width:Ê300px;
}
