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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

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

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

a img { border: none; }

#menu {
    width: 215px;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	padding-left: 20px;
	overflow:visible;
}

#logo{
	padding: 5px 0 25px 10px;
	background-image: url(images/hr.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu ul {
	list-style: none;
	padding:5px 0px 25px 10px;
	background-image: url(images/hr.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}

.menu-text{
padding:0px 0px 0px 10px;
}	
	
/* The section title */
#menu ul li.section-title {
color:#333333;
font-size:9px;
font-weight:lighter;
}

/* list of pages */
#menu ul li {
	color:#000000;
	font-size:12px;
	margin-bottom:2px;
}

#menu ul li  a{
	color:#000000;
}
#menu ul li a:visited {
	text-decoration: none; color: #000000;
}

#menu ul li a:hover { text-decoration: underline; }

/* active page in menu */
#menu ul li.active {
	color:#ffffff;
}
#menu ul li.active  a{
	background-color:#F7931E;
	color:#ffffff;
}

#content {
    height: 100%;
	margin: 100px 0 0 240px;
    top: 0;
}
#menu-container{
    padding: 5px;
	background-image: url(images/menu-bg.png);
	overflow:hidden;
}

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

#content p { width: 550px; margin-bottom: 9px; font-size:12px;}
#content a{background-color:#F7931E; color:#ffffff;}
#content a:visited {text-decoration: none; color:#ffffff; background-color:#F7931E;}
#content a:hover {text-decoration: underline; color:#ffffff; background-color:#666666;}

p { margin: 0 0 0 0;}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }