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

body {
	font-size: 11px;
	font-family: verdana;
	line-height:18px;
	color:#666666;
	background-color: #FFFFFF;
}

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

a:link { text-decoration: none;	color: #999999}
a:active { text-decoration: none;	color:#FF0000 }
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	background-color:#000126;
	color: #FFFFFF
}

#menu {
	position: absolute;
	width: 200px;
	height: auto;
	overflow: auto;
	top: 0;
	margin-left: 0px;
	left: 0;
	color:#333333;
	margin-top: 9px;
}


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

#menu ul li a,#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
	padding: 0 0 0 0;
	margin: 0 0 0 0px;

}

#menu ul li.section-title {
	font-size: 11px;
	color:#000000;
	font-weight: bold;
}

#content {
    height: 100%;
    margin: 0 0 0 180px;
    top: 0;
}

.container {
    padding:18px;
	
}

#content p { width: 500px; margin-bottom: 18px;}

p { }

h1 {
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #CCCCCC;
	width:650px;
	text-indent: 5px;
	text-transform: uppercase;
	margin-bottom:-18px;
}
h2 { font-size: 11px;
font-weight: normal;
background-color: #ce6c21;
color:#FFFFFF;
width:650px;
margin-bottom:18px;
text-indent: 5px;
text-transform: uppercase;
}
h3 { font-size: 11px;
	font-family: verdana;
	line-height:18px;
	color:#666666;
	background-color:#FFFFFF;
	width: 650px;
	margin-bottom:18px;
	font-weight:normal }
h4 {font-size: 11px;
font-weight: normal;
background-color: #EDEDED;
color: #FF6600;
width:650px;
text-indent: 5px;
margin-bottom: 0px;}
h5 {font-size: 10px;
font-weight: normal;
background-color: #999999;
color: #FFFFFF;
width:650px;
text-indent: 5px;
margin-bottom: 18px;
margin-top: 0px}


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

#once { clear: left; }

.hidden { display: none; }
.unhidden { display: block; }
