@charset "utf-8";


/* GENERAL HTML ELEMENTS */

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFCC;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #653705;
}

img {
	border: none;
}

table {
	border-style: none;
}

/* PAGE BACKGROUNDS */

.homebg {
	background-image: url(images/bg_home.jpg);
}

.projectbg {
	background-image: url(images/bg_project.jpg);
}

/* COLOR BLOCKS */

.kermit {
	background-color: #999933;
	color: #FFFFCC;
}

.night {
	background-color: #333333;
	color: #99CCCC;
}

.blueback {
	background-color: #99CCCC;
	color: #333333;
}

.hot {
	background-color: #990033;
	color: #FFFFFF;
}

.steel {
	background-color: #868686;
	color: #333333;
}

.white {
	background-color: #FFFFFF;
	color: #000000;
}


/* GENERAL LAYOUT */

#containerhome {
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0;
	position: relative;
	top: 0;
}

#container {
	width: 100%;
	height: auto;
	overflow: visible;
	text-align: left;
	top: 0;
}

/* HEADER LAYOUT */

#header {
	margin: 0;
	height: 36px;
	width: 100%;
}

#pa {
	float: left;
/*	width: 32px;*/
	width: auto;
	height: 28px;
/*	padding: 6px 8px 2px 15px;*/
	padding: 8px px 0px 0px;
/*	font-size: 21px;*/
	font-size: 17px;
	font-weight: bold;
/*	letter-spacing: 1px;*/
	vertical-align: middle;
	color: #FFFFCC;
}

#apptrail {
	margin-left: 2px;
	float: left;
/*	width: 446px;*/
	width: auto;
	height: 28px;
/*	padding: 6px 10px 2px 10px;*/
	padding: 8px 10px 0px 4px;
/*	font-size: 21px;*/
	font-size: 17px;
	font-weight: bold;
/*	letter-spacing: 1px;*/
	vertical-align: middle;
}

#home {
	display: none;
}

#contact {
	display: none;
}

#footer {
	display: none;
}
	
/* CONTENT LAYOUT */

#main {
	width: 100%;
	height: 90%;
}

#leftpanel {
	width: 100%;
	height: auto;
}

#centerpanel {
	width: 100%;
	height: auto;
}

#rightpanel {
	width: 100%;
	height: auto;
}

#content {
	margin: 0px 2px 0px 2px;
	width: 100%;
	height: auto;
	float: left;
	vertical-align: top;
	padding: 15px;
}

#sidecontainer {
	vertical-align: top;
	padding: 15px;
}

/* HOME PAGE */

#hometitle {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin: 0px 0px 40px 0px;
}

#homecontent {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-align:justify;
}

#homenav {
	width: 588px;
	margin: 0px 2px 0px 2px;
	float: left;
}

#theproject, #resources {
	margin-top: 2px;
	margin-right: 100px;
	float: left;
	height: 38px;
	width: 224px;
	padding: 8px 10px 12px 10px;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
}

.homeleftarrow {
	float: left;
	background-image: url(images/homebigarrowl.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 20px;
	height: 100%;
	margin-right: 3px;
}

#thetrail {
	margin-top: 2px;
	float: right;
	height: 38px;
	width: 170px;
	padding: 8px 10px 12px 10px;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
}

.homerightarrow {
	float: right;
	background-image: url(images/homebigarrowr.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 20px;
	height: 100%;
	margin-left: 3px;
}

.homenavbutton {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
}

.leftmenu {
	width: 184px;
	position: absolute;
	visibility: hidden;
	margin-right: -2px;
	padding-right: 2px;
	background-image: url('images/transparent.gif');
	background-repeat: repeat;
	float: left;
}

.rightmenu {
	width: 184px;
	text-align: right;
	position: absolute;
	bottom: 0px;
	visibility: hidden;
	margin-left: -2px;
	padding-left: 2px;
	background-image: url('images/transparent.gif');
	background-repeat: repeat;
}

#projectmenu {
	bottom: 60px;
}

#trailmenu {
	bottom: 60px;
}

#resourcesmenu {
	bottom: 0px;
}

.menuitem {
	height: 22px;
	margin-top: 2px;
	cursor: hand;
}

.leftarrow {
	float: left;
	background-image: url(images/homesmallarrowl.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 100%;
}

.rightarrow {
	float: right;
	background-image: url(images/homesmallarrowr.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 100%;
}

.menutext {
	color: #333333;
	text-align: left;
	font-size: 14px;
	padding: 2px 5px 0px 5px;
	text-decoration: none;
	width: 165px;
	height: 20px;
	float: left;
}

/* LEFT NAVIGATION */

#sectiontitle {
	padding: 5px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
}

.othersectionarrow {
	float: left;
	background-image: url(images/sectionotherarrowl.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 7px;
	height: 100%;
	margin-top: 5px;
	margin-right: 5px;
}

#othersection1 {
	display: none;
}

#othersection2 {
	display: none;
}

#navmenu {
	display: none;
}

.navmenutext {
	text-align: left;
	font-size: 14px;
	padding: 3px 5px 0px 3px;
	text-decoration: none;
	width: 164px;
	height: 19px;
	float: left;
}

.leftarrowsteel {
	float: left;
	background-image: url(images/sectionnavarrowloff.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 100%;
}

.leftarrowhot {
	float: left;
	background-image: url(images/sectionnavarrowlon.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 100%;
}

#submenu {
	display: none;
}

.submenutext {
	text-align: left;
	font-size: 14px;
	padding: 0px 5px 0px 8px;
	text-decoration: none;
	width: 155px;
	height: 19px;
	float: right;
}

.lefthanger {
	height: 2px;
	width: 10px;
	margin-left: 20px;
	float: left;
}

.righthanger {
	height: 2px;
	width: 10px;
	margin-right: 5px;
	float: right;
}

.submenumargin {
	height: 5px;
	width: 168px;
	float: right;
}


/* CONTENT */

#pagetitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

#pagecontent {
	font-size: 14px;
	line-height: 24px;
	overflow: visible;
	scrollbar-arrow-color: #FFFFCC;
	scrollbar-3dlight-color: #999933;
	scrollbar-darkshadow-color: #999933;
	scrollbar-face-color: #990033;
	scrollbar-highlight-color: #990033;
	scrollbar-shadow-color: #990033;
	scrollbar-track-color: #999933;
}

#pagecontent ul {
	margin: 0;
	padding: 0;
	margin-left: 18px;
	margin-bottom: 24px;
	font-size: 12px;
	line-height: 20px;
}
	
#pagecontent li {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
	
.contentlink {
	text-decoration: underline;
	color: #990033;
}

.contentitem {
	margin-bottom: 10px;
}

.contentleft {
	width: 215px;
	margin-right: 9px;
	float: left;
}

.contentright {
	float: left;
	width: 317px;
}

#sidetitle {
	font-size: 14px;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 4px;
}

#sidecontent {
	width: 100%;
	height: auto;
	font-size: 10px;
	line-height: 16px;
	overflow: auto;
}


