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

body {
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Georgia; Arial, Helvetica, sans-serif;
	background: #fff;
	color:#666;
}

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

#menu a { text-decoration: none; font-weight: normal; color: #666; padding: 0; }
#menu li.active a { font-weight: bold; color: #5C8A74; padding-bottom: 1px; }
#menu a:hover {  text-decoration: underline; font-weight: normal; solid #666; color: #444; }
#menu a.name:hover { background-color: white; }

#menu em { color: #00CC00; font-weight: normal; }
p.copyright { color: #666; font-weight: normal; font-size: 9px; }

a:link { border-bottom: none; color: #666; }
a:visited { color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }
a { outline: none; }

#menu .container {
padding-left: 35px;
padding-top: 25px;
}

#content .container {
padding-left: 4px;
padding-top: 25px;
}

#menu {
    width: 280px;
    left: 10px;
    overflow: auto;
    position: fixed;
    z-index: 9999;
    font-weight: normal;
    background-color: #fff;
}

#menu ul {
	list-style: none;
        list-style-position: outside;
        list-style-type: none;
	margin: 0 0 2px 0;
}

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

#content {
    height: 100%;
    margin: 0 0 0 320px;
    top: 0;
    z-index: 1;
}

.container {
    padding: 0 5px 5px;
}

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

p {
    margin: 0px 0px 9px 0;
}

h1 { font-size: 11px; font-weight: bold; color: #5C8A74; }
h2 { font-size: 20px; font-weight: normal; color: #444; line-height: 48px; }
h3 { font-size: 11px; font-weight: bold; color: #444; line-height: 24px; }
h4 { font-size: 20px; font-weight: normal; color: #444; line-height: 24px; }

#content strong { 
	font-weight: bold; color: #666; 
}

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

#once { clear: left; }
