* {
	padding: 0;
	margin: 0;
}

a {
	outline-style: none;
}

img {
	border: 0;
}

body {
	background-position: top;
	background-color: #0b0b0b;
	background-image: url('../images/subPages/bg.jpg');
	background-repeat: repeat-x;
	background-position: 0 24px;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 970px;
	/*background-color: #333333;*/
}

#container:after{
			content: ".";
		    display: block;
		    height: 0;
		    clear: both;
		    visibility: hidden;
}

#contentHeader {
	height: 157px;
}

div.clay {
	background: transparent url('../images/subPages/subPageHeader_clay.jpg') no-repeat;
}

div.tree {
	background: transparent url('../images/subPages/subPageHeader_tree.jpg') no-repeat;
}



#contentMenu {
	position: relative;
	width: 450px;
	height: 1%;
	top: 25px;
	left: 25px;
	float: left;
	/*background-color: #0b0b0b;*/
}

#contentMenu ul {
	list-style: none;
}

#content {
	position: relative;
	float: left;
	z-index: 1;
	min-height:375px;
	height:auto !important;
	height:375px;
	color: #a0a0a0;
	/*margin: 0 0 0 450px;*/
	width: 500px;
	/*background-color: #0b0b0b;*/
}

.outreachImg {
	width: 200px;
	margin: 5px;
}

.outreachHeaders {
	color: #ffcc66;
	font-size: 17px;
	font-weight: bold;
}



#content h2 {
	color: #ffcc66;
	padding: 15px;
	font-size: 26px;
}

#content h3 {
	color: #a0a0a0;
	padding: 10px 10px 10px 25px;
	font-size: 22px;
}

#content p {
	position: relative;
	font-family: Arial;
	background-color: none;
	color: #a0a0a0;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 17px;
	font-size: 17px;
	padding: 10px 10px 10px 30px;
}

#content a {
	color: #FFFFFF;
}

#content ul {
	position: relative;
	font-family: Arial;
	background-color: none;
	color: #a0a0a0;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 16px;
	font-size: 16px;
	padding: 15px;
	margin: 0 0 0 30px;
}

#content li {
	margin: 0 0 10px 0;
}

.topLevelMenu a:link, .topLevelMenu a:visited, .topLevelMenu a:active {
	font-family: Arial;
	color: #a0a0a0;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
}

.topLevelMenu a:hover {
	color: #666666;
}

.contentNavMenu {
	display: none;
}

.contentNavMenu strong {
	color: #a0a0a0;
}

.contentNavMenu a:link, .contentNavMenu a:visited, .contentNavMenu a:active {
	font-family: Arial;
	color: #a0a0a0;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 17px;
	font-size: 17px;
	font-weight: none;
	padding-left: 25px;
}

.contentNavMenu a:hover {
	color: #666666;
	background: none;
}

#footer {
	width: 100%;
	background: #0B0B0B url('../images/subPages/footerBorder.jpg') repeat-x top;
	margin: 25px 0 0 0;
}

#footerContent {
	width: 970px;
	height: 75px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	padding: 25px 0 0 0;
	text-align:center;

}

#footerContent a:link, #footerContent a:visited, #footerContent a:hover, #footerContent a:active {
	color: #FFFFFF;
}

/*.triggerRight {
	background: none;
}

.triggerDown {
	background: none;
}*/

#spacer {
	height: 600px;
}


/*************************
*********SUGGESTIONS******
*************************/

form {
	margin: 0 0 0 25px;

}

.suggest table {
	color: #a0a0a0;
	font-weight: bold;
}

.suggestTitles {
	padding: 5px;
}

.suggest .textBox {
	margin: 5px;
}

.suggest .textArea {
	margin: 5px;
	width: 300px;
	height: 100px;
}

.suggest .inputSelect {
	margin: 5px;
}
