
/*********************************
START: Header CSS
*********************************/

#header {
	position: absolute;
	top: 0;
	left: 0;
	margin:0;
	height: 110px;
	width: 100%;
	min-width: 1000px;
	background: url("../images/hdr_bg.gif") repeat-x top left;
}

#headerTitle {
	position: absolute;
	top: 55px;
	right: 15px;
	margin: 0;
	line-height: 150%;
	text-shadow: #bbb 3px 3px 2px;
	font-size: 1.8em;
}

#headerTitle a, #header a:visited {
	text-decoration: none;
	color: #e6e6e6;
}

#headerTitle a:hover {
	text-decoration: none;
	color: #bdf;
}

#headerLogo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 140px;
	height: 98px;
	background: url("../images/hdr_logo.gif") no-repeat;
}

#headerLogo:hover {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 140px;
	height: 98px;
	background: url("../images/hdr_logo_hover.gif") no-repeat;
}

#headerTrees {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 630px;
	height: 98px;
	background: url("../images/hdr_full.gif") no-repeat;
}

#headerBottom {
	position: absolute;
	top: 98px;
	left: 0;
	margin: 0;
	height: 12px;
	width: 100%;
	min-width: 1000px;
	background: url("../images/nav_bg.gif") repeat-x left;
}


/*********************************
END: Header CSS
*********************************/

/*********************************
START: Menu CSS
*********************************/

.menuContainer {
	position: absolute;
	width: 100%;
	/*height: 12px;*/
	white-space: nowrap;
	top: 93px;
	left: 0;
	z-index: +1;
	padding: 0;
	margin: 0;
/*	text-align: center;*/
}

.menuSubContainer {
	margin: 0;
	padding: 0;
	display: block;
/*	float: left;*/
/*	text-align: left;*/
}

.menuSubContainer table td {
/*	width: 100px;
	text-align: center;*/
	padding: 0 10px 0 10px;
	white-space: nowrap;
	/*font-size: 0.85em;*/
}

.ulMenuLevel1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*
.liMenuLevel1 {
	list-style-type: none;
	float: left;
}
*/
.liMenuLevel1 a.linkMenuLevel1 {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	/*font-weight: bold;*/
}
/*
.liMenuLevel1 a.linkMenuLevel1:visted {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
*/
.liMenuLevel1 a.linkMenuLevel1:hover {
	color: #bdf;
}

.ulMenuLevel2 {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	display: none;

/*	background-color: #333333;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	KhtmlOpacity: .9;*/
	opacity: .9;

	background: #e6e6e6 url("../images/box-gray-bottom.gif") no-repeat bottom left;
}

.liMenuLevel2 {
	line-height: 120%;
	font-size: 0.8em;
}

.liMenuLevel2 a, .liMenuLevel2 a:visited {
	text-decoration: none;
	display: block;
	color: #666;
/*	width: 210px;*/

	padding-left: 25px;

	margin-top: 3px;
	margin-bottom: 5px;
	width: 185px;

}

.liMenuLevel2 a:hover {
	text-decoration: none;
/*	display: block;

	background: transparent; 
	background: #424242;
	color: #76B900;
*/

	background: #bdf;
	color: #666;

}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#mainMenuUL li > ul { 
	top: auto;
	left: auto;
}


/*********************************
END: Menu CSS
*********************************/

/*********************************
START: Main CSS
*********************************/

body {
/*	margin: 0 30px 2em 30px;
	color: #333;
	line-height: 140%;*/
	background: url("../images/background.gif") repeat-x;
	font-size: 0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main {
	position: absolute;
	top: 130px;
	left: 0;
	margin: 0;
	width: 100%;
	min-width: 1000px;
	z-index: 0;
}


/*********************************
END: Main CSS
*********************************/

/*********************************
END: Page CSS
*********************************/

#page {
	/*position: absolute;
	top: 150px;*/
	width: 932px;
	margin-left: auto;
	margin-right: auto;
}

#pageTopLeft {
	background: #fff url("../images/cs1tl.gif") top left no-repeat;
	width: 9px;
	height: 8px;
}

#pageTopLeft2 {
	background: url("../images/cs1tl2.gif") top left no-repeat;
	width: 7px;
	height: 8px;
}

#pageTopLeft3 {
	background: url("../images/cs1tl3.gif") top left no-repeat;
	width: 16px;
	height: 8px;
}

#pageTopMiddle {
	background-color: #fff;
	height: 8px;
	width: 900px;
}

#pageTopMiddle2 {
	background: #fff url("../images/cs1tm.gif") top repeat-x;
	height: 8px;
	width: 900px;
}

#pageTopRight {
	background: url("../images/cs1tr.gif") top right no-repeat;
	width: 9px;
	height: 8px;
}

#pageTopRight2 {
	background: url("../images/cs1tr2.gif") top right no-repeat;
	width: 7px;
	height: 8px;
}

#pageTopRight3 {
	background: url("../images/cs1tr3.gif") top right no-repeat;
	width: 16px;
	height: 8px;;
}

#pageMainLeft {
	width: 7px;
}

#pageMainMiddle {
	/*position: relative;*/
	background-color: #fff;
	padding: 0 8px 25px 8px;
}

#pageMainRight {
	width: 9px;
}


/*********************************
END: Page CSS
*********************************/

/*********************************
START: Pagetools CSS
*********************************/

div.pagetools {
	background: #e6e6e6 url("../images/box-gray-bottom.gif") no-repeat bottom left;
	margin: 0 0 16px;
}

div.pagetools div {
	background: url("../images/box-gray-top.gif") no-repeat top left;
	padding: 8px;
}

div.pagetools h3 {
	color: #666;
}

div.pagetools a {
	color: #666;
	text-decoration: none;
}

div.pagetools .new a {
	color: #ba0000;
}


/*********************************
END: Pagetools CSS
*********************************/

/*********************************
START: Sidebar CSS
*********************************/

#sidebar {
	position: relative;
	top: 20px;
	left: 25px;
	background: transparent;
	width: 210px;
	line-height: 120%;
	float: left;
}

#sidebar h3 {
	font-weight: bold;
	font-size: 0.85em;
	margin: 1em 0 0.3em;
	text-shadow: #bbb 3px 3px 2px;
}

#sidebar h3:first-child {
	margin: 0 0 0.3em;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar p, #sidebar li {
	font-size: 0.8em;
	margin: 0 0 0 2em;
	padding: 0;
}

#sidebar li a:hover {
	text-decoration: none; 
	background: #bdf;
/*	opacity: .85; */
}

#sidebar p {
	margin-bottom: 6px;
}

#sidebar p:last-child {
	margin-bottom: 0;
}


/*********************************
END: Sidebar CSS
*********************************/

/*********************************
START: Content CSS
*********************************/

#content {
	position: relative;
	top: 20px;
	left: 75px;
	background: transparent;
	width: 570px;
	line-height: 120%;
	float: left;
}

h3.title {
	text-shadow: #bbb 3px 3px 2px;
	color: #003366;
	/*font-weight: bold;*/
}


h2.title {
	text-shadow: #bbb 3px 3px 2px;
	color: #003366;
	/*font-weight: bold;*/
}

span.title {
	text-shadow: #bbb 3px 3px 2px;
	color: #003366;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 25px;
	background: url("../images/treeicon.gif") top left no-repeat;
}

span.text {
	color: #333;

}

hr.line {
	color: #e6e6e6;
	height: 1px;
	margin-bottom: 20px;
}

.titleimg, .topimg {
	border: 0;
}

div.top {
	text-align: right;
}

a.extlink {
	color: #0033aa;
	background: url("../images/external.png") bottom right no-repeat;
	padding-right: 14px;
}

a.extlink:visited {
	color: #66A;
}

a.extlink:hover {
	color: #333;
}

a.intlink {
	color: #0033aa;
}

a.intlink:visited {
	color: #66A;
}

a.intlink:hover {
	color: #333;
}
/*********************************
END: Content CSS
*********************************/

/*********************************
START: Footer CSS
*********************************/

#footer {
/*	position: absolute;
	bottom: 0;
	left: 0;*/
	margin:0;
	width: 100%;
	min-width: 1000px;
	text-align: center;
	font-size: 0.8em;
	background: url("../images/page-background.gif") repeat-x top left;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
}


/*********************************
END: Footer CSS
*********************************/

/*********************************
START: Table CSS
*********************************/

#listtable {
	margin-left: auto;
	margin-right: auto;
}

div#listtable table {
	border-collapse: collapse;
	border: 1px solid #666;
	font-size: 0.75em;
	color: #003366;
	background: #fff;
}

div#listtable caption {
	text-align: center;
	background: transparent;
	padding: 6px 4px 8px 0px;
	color: #003366;
	font-weight: bold;
	font-size: 1.25em;
}

div#listtable td, div#listtable th {
	border: 1px dotted #666;
	padding: 0.4em;
	color: #333;
}

div#listtable thead th {
	text-align: center;
	border: 1px solid #666;
	background: #e6e6e6;
	color: #666;
	padding-top: 3px;
	font-variant: small-caps;
}

div#listtable tfoot th, div#listtable tfoot td {
	font-weight: bold;
	border: none;
	text-align: left;
	background: #e6e6e6;
	color: #333;
	padding-top: 3px;
	font-variant: small-caps;
}

div#listtable tbody th {
	vertical-align: top;
	text-align: left;
}

div#listtable tbody td {
	vertical-align: top;
	text-align: left;
}

div#listtable tbody tr:hover {
	background: #bdf;
}

/*********************************
END: Table CSS
*********************************/

/*********************************
START: Flash CSS
*********************************/

#swf {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	height: 400px;
	z-index: 0;
}


/*********************************
END: Flash CSS
*********************************/

/*********************************
START: No Script CSS
*********************************/

#no_access_dimmer {
	background-color: #cccccc;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	min-width: 1000px;
	z-index: 10;
	opacity: 0.7;
	overflow: hidden;
}


#no_access_message {
	background-color: #fff;
/*	position: relative;*/
	position: fixed;
/*	width: 500px;*/
	width: 100%;
/*	margin: 250px auto;*/
/*	margin: 0px auto;*/
	margin: 0;
	top: 0px;
	left: 0px;
	border: 1px dashed #333;
	padding: 10px;
	text-align: center;
	font-size: 1.5em;
	color: #003366;
	z-index: 100;
}

/*********************************
END: No Script CSS
*********************************/

#overview {
  position: fixed;
/*
  left: 0px;
  top: 0px;
*/

  left: 50%;
  top: 50%;
  background: #e6e6e6;
  padding: 5px;
  display: none;
}

#overview:target {
  display: block ! important;
}
