@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5b5b5b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.twoColFixLt #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 620px;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
} 
.project_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: 5b5b5b;
	line-height: 15px;
}
.Image_Logo {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.twoColFixLt #footer {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-bottom: 20px;
	text-align: center;
	line-height: 100%;
	width: 900px;
	clear: both;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.project_location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #57767f;
}
.project_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 5b5b5b;
}
.project_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: 5b5b5b;
	font-weight: bold;
}
.Image_Nav_H {
	float: right;
}
.twoColFixLt #Index {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 13px;
	line-height: 100%;
	color: 57767f;
	padding-left: 0px;
}
.Image_Main {
}
.Image_Nav_V {
	clear: left;
}
#Gray_Link {
	color: #565656;
}
.twoColFixLt  #rotator1
{
	overflow: hidden;
	position: relative;
	width: 600px;
	height: 600px;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 10px;
}

#rotator img
{
	width: 600px;
	height: 600px;
	
}
.twoColFixLt  #rotator {
	margin-left: 280px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	overflow: hidden;
	height: 600px;
	width: 600px;
	position: relative;
	padding-top: 30px;
}
.project_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #57767f;
}

