@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.twoColFixRtHdr #container {
	width: 1024px;
	/*margin: 0;
	text-align: left;  this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr  #header  {
	height: 102px;
	background-color: #472d0b;
}
#logo_img {
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 476px;
	height: 522px;
	background-color: #E0F2F8;
	vertical-align: middle;
}
#featured_project {
	z-index: 2;
	position: absolute;
	top: 447px;
	left: 637px;
	background-color:#E6E6E6;
}

#featured_project_nonIE {
	z-index: 2;
	position: absolute;
	top: 430px;
	left: 637px;
	background-color:#E6E6E6;
}
.twoColFixRtHdr #mainContent {
	width: 544px;
	float: left;
	height: 259px;
} 
#bulletedList1 {
	background-color: #006666;
	height: 263px;
	width: 544px;
	float: left;
	margin-left: 0px;
}
#content_copy {
	font-size: 11px;
	padding-left: 30px;
	padding-right: 20px;
	color: #472D0B;
}
#bulleted_list_content {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 80px;
	padding-top: 20px;
}
#banner {
	height: 202px;
}
#mouse_img {
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 600px;
}
.twoColFixRtHdr #container #footer p {
}
#footer_copy {
	font-size: 10px;
	color: #FFFFFF;
	float: right;
	padding-top: 30px;
	padding-right: 40px;
}
#nav {
	font-size: 11px;
	color: #006666;
	float: right;
	padding-top: 45px;
	padding-right: 85px;
	letter-spacing: 0.23em;
}
.twoColFixRtHdr #footer {
	height: 70px;
	background-color: #472d0b;
} 
#spacer1 {
	height: 3px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
