/* bug fixes*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* End bug fixes*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 1.8em;
/*	background-color:#CCCCCC;
*/}
#wrapper {
	width: 70em;
/*	border: 1px solid #666666;
*/	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color:#ffffff;
}
.image {
	margin-bottom: 1.2em;
}

#header {
	background-color: #7A6313;
	clear: both;
	width: 237px;
	text-align:center;
	height: 34px;
}
#header h1 {
	font-size: 0px;
	display: none;
	position: absolute;
	visibility: hidden;
	left: -2000px;
	top: -50px;
	margin: 0px;
	padding: 0px;
}
.photocredit {
	font-size: .9em;

}


#content-wrapper{
	padding-top: 5em;
	padding-right: 2em;
	padding-bottom: 2em;
/*	padding-left: 2em;
*/	line-height: 1.6em;
}

#content-right {
	width: 24em;
	padding-right: 2em;
	float:right;
	margin-left: 4em;
	padding-top: 0px;
}
#content-right a:link {
	text-decoration: underline;
	color: #7A6313;	
}
#content-right a:visited {
	text-decoration: underline;
	color: #7A6313;	
}
#content-right a:hover {
	text-decoration: underline;
	color: #FF6600;	
}
#content-right a:visited {
	text-decoration: underline;
	color: #7A6313;	
}

#content-rightAdmin {
	width: 40em;
	padding-right: 2em;
	float:right;
	margin-left: 4em;
}

#content-center {
	width: 20em;
	float: right;
	padding-top: 2px;

}
.intro {
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
margin-top: 0px;
padding-top: 0px;
}
.intro h2 {
	font-size: 1.0em;
	color: #000000;
	/*display: inline;*/
}
#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 25px;
	text-align:right;
	font-size: .9em;
	color: #999999;
}

#navigation{
	width:15em;
	float:left;
	margin: 0px;
	padding: 0px;
}
#navigation ul {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
#navigation .proj {
	color: #999999;
}
#navigation li {
	list-style-type: none;
	margin: 0px;
	padding-bottom: 1.2em;
}
#navigation a:link {
	text-decoration: none;
	color: #333333;
}
#navigation a:visited {
	text-decoration: none;
	color: #333333;
}
#navigation a:hover {
	text-decoration: underline;
	color:#FF6600;
}
#navigation a:active {
	text-decoration: none;
	color:#FF6600;
}
#navigation li.proj a:link  {
	text-decoration: none;
	color: #666666;
}
#navigation li.proj a:visited  {
	text-decoration: none;
	color: #666666;
}
#navigation li.proj a:hover  {
	text-decoration: underline;
	color:#FF9900;
	
}
#navigation li.proj a:active  {
	text-decoration: none;
	color: #FF6600;
}

#navigation li.textOrange a:link  {
	text-decoration: none;
	color: #FF6600;
}

#navigation li.textOrange a:visited  {
	text-decoration: none;
	color: #FF6600;
}
#navigation li.textOrange a:hover  {
	text-decoration: none;
	color: #FF6600;
}
#navigation li.textOrange a:active  {
	text-decoration: none;
	color: #FF6600;
}

#myOnPageContent {
	visibility:hidden;
	left: -2000px;
	top: -1000px;
	position: absolute;
}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 60px;
  text-align: right;
  }

div.row span.formw {
  float: left;
  text-align: left;
 margin-left:10px;
  }

div.row span.input {
  float: left;
/*  width: 335px;
*/  text-align: left;
 margin-left:60px;
	margin-bottom:15px;

  }

fieldset {
 	width: 40em;
	margin-bottom: 2em;
	padding-bottom:2em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-size: 1.1em;
	color: #000000;
	display: inline;
}
input {
	margin: 0px;
	padding: 0px;
}
.buttonGreen {
	margin-right:10px;
	color:#FFFFFF;
	background-color:#66CC00;
	padding:1px 8px 1px 8px;
	border-width: 2px;
	border-style: solid;
	border-color: #339900;
}

.buttonRed {
	margin-right:10px;
	color:#FFFFFF;
	background-color: #CC3300;
	border:solid;
	border-color: #990000;
	border-width: 2px;
	padding:1px 8px 1px 8px;
}

.buttonBlue {
	color:#ffffff;
	background-color:#00CCCC;
	border:solid;
	border-color:#006699;
	border-width: 2px;
	margin-right: 8px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}

.textRed {
	color: #CC3300;
}
.textGreen {
	color:#339900;
}
#bannerPic {
	clear: both;
	height: 210px;
	margin-bottom: 30px;
}
