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

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

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

a:link { text-decoration: underline; color:#000000;}
a:active { text-decoration: underline; color:#000000;}
a:visited { text-decoration: underline; color: #AA0000; }
a:hover { text-decoration: underline; background-color:#000000; color:#FFFFFF; }

a img { border: none; }
#logo{
width: 282px;
    top: 0;
	left: 0;
    position: fixed;
    height: 150px;
	background-color: #ffffff;
	z-index:1;
}
#menu {
    position:fixed;
	width: 155px;
    margin-top: 150px;
	left: 0;
    height: auto;
	background-color: #ffffff;
	border-right: 1px solid #7f8d9c;
	
}

#menu ul {
	list-style: none;
	line-height:14px;
	margin-top:0;
	margin-right:0;
	margin-bottom:12px;
	margin-left:0;
	display:block;
	
}
#menu a{
color:#7f8d9c;
display:block;
text-decoration:none;
}
#menu a:hover{
background-color:#AA0000;
color:#eeeeee;
display:block;
	width: 145px;
	text-decoration:none;
}
#menu ul li.section-title {
background-color:#7f8d9c;
font-size:12px;
color:#FFFFFF;}

#content {
    position:absolute;
	height: auto;
	min-height:100%;
    left: 290px;
	overflow:auto;
    top: 0px;
	width:700px;
}

.container {
    padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

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

p {
    margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 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: 610px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
#utility {
    position:absolute;
	width: 300px;
    overflow: auto;
    top: 5px;
	left: 300px;
    height: auto;
	text-align:left;
	z-index:1;
}
 #utility a{
  text-decoration:underline; color:#000000; font-size:9px;
}
  #utility a:hover{
  background-color:#EE0000; color:#ffffff; text-decoration:none;
  }