@charset "UTF-8";
/* CSS Document */
body {
	min-height: 3000px;
	background: url(../img/bg-large-road.jpg) no-repeat top center;
	background-attachment: fixed;
	
}

h1{
margin-bottom: 20px;
}

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1;
	overflow:hidden;
}

.scale {
	width:100%;
	min-width: 1280px;
}

#sitecontainer{
	width: 900px;
	margin: auto;
	z-index:5;

}

#wrap {
	position: relative;
	float:left;
	width:550px;
	z-index: 5;
}

.global{
	position: fixed;
	top: 0px;
	background: url() rgb(70,70,70);
	margin: 0px;
	padding: 1px 0px 0px 0px;
	text-align: left;
	display: block;
	z-index: 10;
}

.global a, .global a:hover, .global a:visited{
	color: white;
	text-decoration: underline;
}

.global h3{
	position: relative;
	float: right;
	text-align: right;
	width: 300px;
	font-family: verdana;
	font-size: 10px;
	color: rgb(0,153,0);
	font-weight: normal;
	margin: 0px;
	padding: 7px 20px 7px 25px;
	display: block;
}

.global h1{

	text-align: left;
	font-family: 'Lucida Grande', arial, sans-serif;
	font-size: 24px;
	color: white;
	font-weight: normal;
	margin: 10px 0px 0px 30px;
	padding: 0px 0px 10px 0px;
	display: block;
}

#Tabs{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 0px;
	display: block;
	z-index: 10;
	background:url(../img/bg-5pctblack.png) repeat;
}

#Tabs ul{
	background: url() rgb(70,70,70);
	margin: 0px;
	padding: 0px;
	padding-left: 200px;
	padding-right: 200px;
	display: block;
	list-style-type: disc;
}

#Tabs li{
	border: none;
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 16px;
	text-transform:uppercase;
	line-height: 13px;
}

#Tabs li a, #Tabs a:hover, #Tabs a:visited{
	color:#CCC;
	background: url() transparant;
	font-weight: normal;
	text-decoration: none;
	float: left;
	font-size: 11px;
	padding: 12px 20px 10px 20px;
	cursor: auto;
}

#Tabs li a:hover{
	color: black;
	background: url() white;
	font-weight: normal;
	text-decoration: none;
	float: left;
	font-size: 11px;
	padding: 12px 20px 10px 20px;
	cursor: auto;
}

#Tabs li a.current{
	color: black;
	background: url() white;
	font-weight: bold;
	font-size: 11px;
	padding: 12px 20px 10px 20px;
}

.content_links{
	float: right;
	text-align:right;
	display: block;
	
}

.content h3{
	margin-bottom: 10px;
}

.rightnote{
	float:right;
	margin:0px;
	padding:0px;
	width:200px;
	margin-left:15px;
	margin-bottom:15px;
	border-left:3px solid white;
	padding-left:15px;
	padding-bottom:5px;
	padding-top:5px;
}

.rightnote h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:oblique;
	font-weight:normal;
	margin-bottom:10px;
}

.rightnote p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:oblique;
	font-weight:normal;
	margin-bottom:5px;
	color:#9fc54d;
}

