body {
	margin:0px;
	background-image: url(../images/bgborder.jpg) /*url(../images/split.png),*/;
	background-repeat: repeat-x;
	background-position:center top;
/*	background-color:#878787;*/
	background-attachment:fixed;
	}
#leftnav {
	background-image: url(../images/Gray_80.png);
/*	background-repeat: no-repeat;*/
    height: 100%;
    left: 20px;
    margin-right: 40px;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 250px;
}
#navWrap {
	left:20px;
    top: 185px;
    width: 250px;
    position: fixed;
}
.breaker {
	background-image:url(../images/breaker.png);
	background-repeat: repeat-x;
	margin-right:1px;
}
.title {
	font-size:18px;
	text-decoration:underline;
	border-top:#fff double solid;
}
.wrap_content {
	background:#fff;
	background-image:url(../images/grad_02.png);
	background-repeat: repeat-y;
	border:solid medium #000;
	border-bottom:solid medium #000;
	position:fixed;
	left:20px;
	top:0px;
	margin:0 0 0 0;
	color:#fff;
	font-size: 13px;
	text-shadow:1px 1px 0 #fff;
	color:#000;
}
.wrap_content table {
	margin:0 0px 0 3px;
/*	vertical-align:text-top;*/
}
.wrap_content a {
	color:#00F;		/*#FF9;
	text-shadow:1px 1px 0 #333;*/
}	
#wrap {
/*	margin:0 auto;*/
	width: 900px;
	padding-left: 275px;
	}
#header {
	clear:both;
	position:absolute;
	float:left;
	background-image: url(../images/logoheader.jpg);
	background-repeat: no-repeat;
	height: 185px;
	width: 900px;
	margin:0px auto 0 auto;
/*	border-bottom:solid 10px #000;*/
	}
#header2{
	float:left;
	height: 365px;
	width: 900px;
	padding-top: 185px;
/*	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	*/}
#foot_L {
	float: left;
	height: 45px;
/*	margin-top: 5px;*/
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#foot_R {
	float: right;
	height: 45px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-shadow:1px 1px 4px #000;
}
#foot_R a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
}
#foot_R a:hover {
	color: #FF0;
	text-shadow:1px 1px 3px #000;
}

/*  Begin TABS     **************************************************   */

#map_canvas {
	width: 896px;
	border:solid 2px #000;
	display:block;
	}
#tab1{
	width: 896px;
}
#tab2{
	width: 896px;
}

#tab3 {
	border-TOP:solid 1px #000;
	border-BOTTOM:solid 1px #000;
/*	border-left:130px solid #333;
	border-right:130px solid #333;*/
	width: 898px;
	height: 600px;
	overflow:hidden;
}

.container {
	float:left;
	width: 900px; 
	margin-top: 185px;}
.tab_container {
	border-top: 2px solid #555;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	width: 896px;
/*	border-top: none;
	background: url(../images/texture.png) repeat;
	clear: both;*/
	margin-top:0px;
	background: #888;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	overflow: hidden;
	float: left; 
	position:relative;
}

.tab_content{
	color:#fff;
	}
	
.tab_content h1{
	text-shadow:2px 2px 2px #000;
	padding-left: 10px;
	padding-top: 20px;
	margin-top:-10px;
	margin-bottom:-10px;
	font-size: 24px;
	}

.tab_content p {
	margin:0px 0px 10px 20px;
	font-size: 20px;
	text-align: left;
	text-shadow:2px 2px 2px #000;
}

.tab_content ol,ul {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	text-shadow:2px 2px 2px #000;
	}
.tab_content li {
	margin-top: 5px;
	padding-left: 0px;
	font-size: 18px;
	text-shadow:1px 1px 1px #000;
	text-decoration:underline;
	}
