@charset "UTF-8";
/* CSS Document */

html, body {
   padding: 0;
   margin: 0;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   background: #efefd4 url(images/background.jpg) repeat-x;
   }

#wrapper {
	margin: 0 auto;
	width: 780px;
	background:#333333;
	}

#header {
	background-color:#990000;
	height: 121px;
	}

#tabnav {
	text-align: right;
	background: url(images/header_part.jpg) no-repeat left top #333333;
	height:33px;
	font-size: 16px;
	font-weight:bold;
	margin:0;
	padding:0;
}

ul#tabs, ul#tabs li {
     list-style: none;
     margin: 0;
     padding: 0;
 }

ul#tabs {
     text-align: right;
     padding: 8px 8px;
 }
 
ul#tabs li {
     display: inline;
 }

 ul#tabs a {
    padding: 3px 0;
    text-decoration: none;
	background: url(images/tabs_right.jpg) no-repeat right top;
	color:#FFFFFF;
 }
 
 ul#tabs a:hover {
    background-position: 100% -30px;
 }

 ul#tabs a:hover span {
    background-position: 0 -30px;
 }


 ul#tabs a span {
    padding: 3px 0.9em;
	background: url(images/tabs_left.jpg) no-repeat left top;
 }

 ul#tabs a.active {
    padding: 7px 0 3px;
    background-position: 100% -60px;
	color:#333333;
 }

 ul#tabs a.active span {
    padding: 7px 0.9em;
    background-position: 0 -60px;
 }


* +html ul#tabs a, * +html ul#tabs a.active  {
    padding: 0; /*-- tells IE7 to make padding 0--*/
 }
 
* html ul#tabs a, * html ul#tabs a.active  {
    padding: 0;/*-- tells IE6 to make padding 0. need to test, maybe need to use !important hack--*/
 } 
 
 
#sidenav {
	float: left;
	width: 180px;
	background-color:#333333;
	font-size:13px;
		}
		
/* One line buttons */
.sidenav1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align:center;
	font-weight:bold;
}

.sidenav1 a {
	display:block;
	width:170px;
	color:#FFFFFF;
	text-decoration:none;
	background:url("images/buttons1.jpg") no-repeat;
	padding:7px 0px;
	margin:0 5px 5px 5px;
}
	
.sidenav1 a:hover {
	background-position:0 -33px;
	color: #FFFFFF;
}

.sidenav1 a.active {
	background-position:0 -66px;
	color:#FFFFFF;
}

/* Two line buttons */
.sidenav2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align:center;
	font-weight:bold;
}

.sidenav2 a {
	display:block;
	width:170px;
	color:#FFFFFF;
	text-decoration:none;
	background:url("images/buttons2.jpg") no-repeat;
	padding:7px 0px;
	margin:0 5px 5px 5px;
}
	
.sidenav2 a:hover {
	background-position:0 -50px;
	color: #FFFFFF;
}

.sidenav2 a.active {
	background-position:0 -100px;
	color:#FFFFFF;
}	

#main {
	float: left;
	width: 600px;
	padding: 0;
	}

#content { 
	padding:2px 20px;
	background: #FFFFFF url(images/linegradient.gif) repeat-x;
	font-size:12px;
	color: #333333;
	line-height:1.4em;
}

#content li {
	padding:2px;
	}
	
#content a {
	text-decoration:underline;
	color:#999933;
	font-weight:bold;
	}
	
#content a:hover {
	text-decoration:underline;
	color:#CCCC99;
	}
	
#content a:visited {
	text-decoration:underline;
	color:#333366;
	}
	
p#backtotop {
	text-align:right;
	margin:0;
	padding:0 0 5px 0;
	font-size:11px;
	}
	
p#backtotop a {
	text-decoration:underline;
	color:#999999;
	}
	
p#backtotop a:hover {
	text-decoration:underline;
	color:#666666;
	}
	
p#backtotop a:visited {
	text-decoration:underline;
	color:#999999;
}

h1 {
	font-size: 18px;
	color:#333366;
	padding:2px 0;
	}

h2 {
	font-size:14px;
	color:#990000;
	}

h3 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	}


.underline {
	text-decoration:underline;
	color:#990000;
}
	

#footer {
	width: 750px;
	height: 20px;
	background:#990000 url(images/footer.jpg) repeat-x;
	clear: both;
	color:#FFFFFF;
	font-style:italic;
	font-size:15px;
	text-align:right;
	padding:5px 15px;
}

#base {
	text-align: left;
	color:#999999;
	font-size: 10px;
	width:780px;
	margin: auto;
	padding: 5px 0;
	
	}
#base a {
	text-decoration:none;
	color:#999999;
	font-weight:bold
	}
	
#base a:hover {
	color:#999999;
	font-weight:bold;
	text-decoration:underline;
	}