/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #fff;
}body.section-3 { }

body.section-1 { }
body.section-2 { }


A:link { color: #666; text-decoration: none; }
A:active { text-decoration: none; }
A:visited { text-decoration: none; color: #666; }
A:hover { text-decoration: none;  color: #ffffff; }

a img { border: none; }



#menu {
    width: 240px;
       top: 20px;
    bottom: 0px;
	left: 20px;
height:100%;
margin-left:20px;
margin-top:20px;
margin-bottom:20px;
    position:fixed;
overflow:auto

}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
font-weight:bolder;
color: #4e4680;
}


#content {
    height: 100%;
   margin-left:50px;
    top: 120px;
position:absolute;

float:left;
left:257px;
width:666px;
}

#menu ul a:link { color: #666; text-decoration: none; }
#menu ul a:active { text-decoration: none; background-color: #6bb8c1; color: #ffffff;}
#menu ul a:visited { text-decoration: none; color: #666; }
#menu ul a:hover { text-decoration: none; background-color: #6bb8c1; color: #ffffff; }

.container {
    padding: 0px 0px 25px 0px;
 
}

#content p { 
width:666px;
margin: 12px 0 12px 0;
}

P {
    margin: 0px 0 12px 0;
}

.navlink a:link { color: #666; text-decoration: none; }
.navlink a:active { text-decoration: none;background-color: #ff1223; color: #ffffff;  }
.navlink a:visited { text-decoration: none; color: #666; }
.navlink a:hover { text-decoration: none; background-color: #ff1223; color: #ffffff; }

#content a:link { text-decoration: underline; color: #6bb8c1; }
#content a:active { text-decoration: none; background-color: #6bb8c1; color: #ffffff; }
#content a:visited { text-decoration: underline; color: #6bb8c1; }
#content a:hover { text-decoration: none; background-color: #6bb8c1; color: #ffffff; }

h1 { font-family:times, georgia;  font-weight:bold; font-size: 16px; color:#4e4680;}
h2 { font-family:times, georgia; font-size: 24px;color:#6bb8c1;}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin 0; padding-bottom: 12px; }
#img-container p	{ width:666px; margin-bottom: 12px; padding: 12px 0 12px 0; }
#img-container a:hover {background-color:transparent; }

#once { clear: left; }