/* CSS Document */


/* Universal */

h1, h2, h3, h4, h5, h6, ul, p, img {
	margin: 0;
	padding: 0;
	border: none;
	}

ul {
	list-style: none;
	}

p {
	padding-bottom: 1em;
	}

/* Link Effects */

A.type1:link    {color:#666666; text-decoration:none;}
A.type1:visited {color:#666666; text-decoration:none;}
A.type1:active  {color:#666666; text-decoration:none;}
A.type1:hover   {color:#cccccc; text-decoration:none;}

A.type2:link    {color:#003333; text-decoration:none;}
A.type2:visited {color:#003333; text-decoration:none;}
A.type2:active  {color:#003333; text-decoration:none;}
A.type2:hover   {color:#cccccc; text-decoration:none;}

A.type3:link    {color:#003300; text-decoration:none;}
A.type3:visited {color:#003300; text-decoration:none;}
A.type3:active  {color:#003300; text-decoration:none;}
A.type3:hover   {color:#cccccc; text-decoration:none;}

A.type4:link    {color:#003333; text-decoration:none;}
A.type4:visited {color:#003333; text-decoration:none;}
A.type4:active  {color:#003333; text-decoration:none;}
A.type4:hover   {color:#3A8229; text-decoration:underline;}

A.type5:link    {color:#003333; text-decoration:underline;}
A.type5:visited {color:#003333; text-decoration:underline;}
A.type5:active  {color:#003333; text-decoration:underline;}
A.type5:hover   {color:#3A8229; text-decoration:underline;}

.pagetitle {
	background: #8ac865;
	}

/* Main Page Headings */

h1 {
	font: bold 1.3em/1em Arial, Helvetica, sans-serif;
	padding-left: 20px;
	color: #fff;
	}

.tight {
	line-height: 1.2em;
	}

.caption {
	font-size: .8em;
	}
/* Navigation */

.nav {
	width: 108px;
	list-style: none;
	font: bold .65em/1.2em Verdana, Arial, Helvetica, sans-serif;
	background: #D2F0D3;
	padding: 10px;
	margin: 0;
	margin-top: 1.2em;
	}

.nav li {
	margin: 0;
	padding: 0;
	width: 108px;
	margin-bottom: 1.3em;
	text-align: right;
	}

.nav a {
	color: #033;
	text-decoration: none;
	}

.nav a:hover {
	color: #3A8229;
	text-decoration: underline;
	}

/* Thumbnails with Captions */

.para-thumb {
	float: left;
	margin-right: 1em;
	}

.para-thumb img {
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: .2em;
	float: left;
	}

.para-thumb p {
	clear: both;
	font: normal .75em/1.2em Arial, Helvetica, sans-serif;
	width: 150px;
	float: left;
	}

.landscapethumb {
	margin: 1em 0;
	clear: both;
	}

.landscapethumb li {
	float: left;
	display: inline;
	width: 85px;
	margin-right: 10px;
	margin-bottom: 2em;
	}

.landscapethumb p {
	clear: both;
	font: normal .75em/1.2em Arial, Helvetica, sans-serif;
	width: 85px;
	float: left;
	}

.landscapethumb span {
	width: 75px;
	height: 75px;
	border: 1px solid #ccc;
	padding: 2px;
	display: block;
	}

.landscapethumb img {
	width: 75px;
	height: 75px;
	}

/* Active */

.tableheading {
	font: bold 1em/1.2em Arial, Helvetica, sans-serif;
	padding: .5em 1em;
	margin: 0;
	}
	
#projectstatuslist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em; 
	padding: 1em 3em;
	width: 600px;
	}
	
#projectstatuslist li{
	padding: 1em;
	list-style:outside;
	}
	
.graylistitem {
	background-color:#CCC;
	}

.history-content, .font-reset {
	font: normal .9em/1.5em Arial, Helvetica, sans-serif;
	}

.history-content table {
	font: bold 1em/1.2em Arial, Helvetica, sans-serif;
	}

.history-content h2 {
	font: bold 1em/1.2em Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000;
	padding-bottom: .5em;
	}

.history-content h3 {
	font: bold 1em/1.2em Arial, Helvetica, sans-serif;
	color: #666;
	}

/* Site Documents Page */



#maincontent {
	font: normal 1em/1.2em Arial, Helvetica, sans-serif;
	}

h2 {
	font: bold .9em/1.2em Arial, Helvetica, sans-serif;
	}
/*
.section {
	list-style: none;
	padding: 0 0 0 2em;
	}

ul ul {
	list-style: disc;
	padding: 0 0 0 3em;
	}

ul ul ul {
	list-style: circle;
	}

ul ul ul ul {
	list-style: square;
	}
*/

#docslist {
	list-style: none;
	}

#docslist .level-1 {
	padding-bottom: 2em;
	}
	
/*#docslist h2 {
	background: url('../images/bullets_dropdown.gif') no-repeat 0 -24px;
	padding-left: 1em;
	}*/
	
/*#docslist h2.active { /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--
	background-position: 0 -54px;
	} */

/*h2.trigger {
	float: left;
	}*/
	
#docslist .trigger {
	background: url('../images/bullets_dropdown.gif') no-repeat 0 -145px;
	padding-left: 1em;
	float: left;
	}

#docslist .trigger.active {
	background-position: 0 -295px;
	}

/*h2.trigger a {
	text-decoration: none;
	display: block;
	color: #000;
	}*/
	
#docslist .trigger a {
	text-decoration: none;
	display: block;
	color: #000;
	}

#docslist .trigger a:hover { color: #090; }

.toggle_container {
	margin: 0 0 5px;
	padding-bottom: 1em;
	background: #f0f0f0;
	overflow: hidden;
	clear: both;
	width: 580px;
	}

.toggle_container h3, .toggle_container h4, .toggle_container h5, .toggle_container h6 {
	font: normal .85em/1.2em Arial, Helvetica, sans-serif;
	background: url('../images/bullets_dropdown.gif') no-repeat 0 5px;
	padding-left: 1em;
	}

/*.toggle_container h3.trigger {
	background: url('../images/bullets_dropdown.gif') no-repeat 0 -25px;
	}

.toggle_container h3.trigger.active {
	background-position: 0 -55px;
	}*/

.toggle_container li { /*.toggle_container .block {*/
	padding: 1em 0 0 1em; /*--Padding of Container--*/
	/*background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
	float: left;
	margin-left: 1em;
	clear: left;
	}

#docslist li { /* do not add any floats to this selector or it will cause text to improperly shift to the left in IE */
	clear: left; 
	}

.toggle_container li p {
	font: normal .7em/1.2em Arial, Helvetica, sans-serif;
	padding-left: 1.3em;
	}

