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

body {
	font-size: 12px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	background: #7A7A00;
}

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

a:link { text-decoration: none; color: white;}
a:active { text-decoration: none; color: white; }
a:visited { text-decoration: none; color: white; }
a:hover { text-decoration: none; color: black; background: #FF00FF;}

a img { border: none; }

#menu {
    width: 215px;
	/*width: 265px;*/
    overflow: auto;
    top: 92px;
    bottom: 0;
	/*left: 30px;*/
	left: 180px;
    position: fixed;
    height: 100%;
	background-color: #7A7A00;
}

#menu ul {
	list-style: none;
	 /* margin: 5px 0 15px 0;
  line-height: 1.5em; */
    color: #000;
    font-size: 12px;
}

/* added this bit */
#menu ul li { line-height: 20px; }
#menu ul li.section-title { line-height: 20px;  }

/*#menu ul li.section-title {
    line-height: 0.3;
    padding-bottom: 5px;*/
  }

#menu ul li.active {
	list-style: none;
	font-weight: bold;
	}

#footer { 
        /*position: relative; */
		position:fixed;
          bottom: 0px; 
         left: 7px;
         z-index: 1;
		 width:100%;
		height:100px;
		margin-top:10px;
		 background: url(../../../files/web-footer-div.jpg) bottom right no-repeat;
		 font-size:10px;
		 color:#FFFFFF;
}

#footer p{
		font-size:10px;
		line-height:13px;
		margin-left:30px;
		margin-top:10px;
		}

#content {
    height: 100%;
  /*  margin: 20px 0 0 265px;*/
   margin: 20px 0 0 415px;
    top: 0;
    color: white;
    line-height: 1.2;
}

#content a:hover { background: #7A7A00;}

#banner { background: url(../../../files/web-header-div.jpg) repeat-x;
	width:100%;
	height:91px;}
	
#banner a {		display:block;
		width:332px;
		height:55px;
		text-indent:-5000px;}
		
	
 #banner a:hover { background: none;} 

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 14px; font-weight: strong; line-height: 0.5; }
h2 { font-size: 12px; font-weight: strong; line-height: 0.5; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

a.thickbox:hover {background: #7A7A00;}




