/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;

}

body {
  font-size: 8 px;
	font-family: Georgia;
	background: #bcbec0;
	position: absolute;
	height: 100%;
	padding-left:50px;
}

.header {
  font-size: 14pt;
  color: black;  
  width: 260px;
  display: inline-block;   
  vertical-align: top;
  
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {font-size: 10pt; text-decoration: none;color:#FFFFFF; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #FFFFFF; }
a:hover { text-decoration: none; }

a img { border: none; }

#menu {
    width: 253px;
    top: 0 px;
    bottom: 0;    
    display: inline-block;    
    height: 800 px;
    font-size: 8 pt;
    font-family: Georgia;
    background: #bcbec0;   
    line-height: 1 px; 
    float:left;            
}
.whiteLine 
{
  width : 240px;
  margin : 0 0 0 0;
  margin-right: 20px;  
  background-color: white;
  color:white;
  display:inline-block;
  border: none;  
  position:absolute;
  top:760px;
  left:50px; 
  height:1px;
}
#menu ul {
	list-style: none;
	font-size: 12 pt;
	margin: 0 0 12px 0;	
	position:relative;
}

#menu ul li.section-title {	
  font-weight: bold;
  margin-left: 0px; 
  font-size: 10 pt;
	color:#FFFFFF;
	cursor:	pointer;
	
}

#menu ul li.active a{   
color: black;
}
#menu ul li.hidden { 
  font-weight: bold;
  margin-left: 0px; 
  font-size: 10 pt;
  color:#FF0000;
  cursor: pointer;
  
}


#menu ul li {
  margin-left: 0px;
  font-size: 10 pt;
  color:#FFFFFF;
  margin-top: -3px;  
}

#content {
     font-size: 8 pt;
    margin-left: 0px;    
    top:10px;
}
.whiteBox {
  width : 240px;
  margin: 0 0 0 0;
  margin-right: 20px;
  padding: 0 0 0 0;  
  background-color: white;
  color:white;
  display:inline-block;
  border: none;
  height: 10px;  
  position: absolute;  
}
.container {
    font-size: 14pt;
    height: 620px;    
    display: block;
    line-height: 17px;    
}

#content p { width: 400px; margin-bottom: 9px; font-size: 8 pt;}

p {
    margin: 0 0 9px 0;
    font-size: 8 pt;
}

.aboutText {
  font-size: 10pt;
  padding-bottom: 10px;
  line-height: 17px;
}
.aboutHeader {
  font-size: 12pt;
  width: 260px;
  vertical-align: top;
  font-weight: bold;
   
}


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ padding: 0;  }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0 0; font-size: 8pt;}
#txt-container p  { width: 400px; margin-left: 10px; line-height:17px; padding: 0 0 12px 0; font-size: 10pt;}

#once { clear: left; }	
