@charset "UTF-8";
body {
	font: normal 12px Helvetica, Arial, Verdana, sans-serif;
	background: #ccc;
	margin: 28px 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: #333;
}
#mainContent a.imglink {
	border: none; 
	background-color: #fff;	
}
a img {
	border: none;
}
p {
	margin: 0;
	padding: 0;
}
#mainContent p {
	padding-bottom: 10px;
	line-height: 14px;
}
#mainContent p.projectstats {
	color: #666;
}
#mainContent div.projectcopy {
	margin-top: 15px;
	width: 90%;
	color: #666;
}
#mainContent div.projectHeader {
	height: 24px;
	background-color: #616161;
	padding-top: 4px;
	padding-left: 7px;
	text-transform: uppercase;
}
#mainContent a {
	text-decoration: none;
	border-bottom: 1px dotted #f90;
	color: #333;
}
h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font: bold 16px Helvetica, Arial, Verdana, sans-serif;
	color: #f90;
}
h3 {
	margin: 0;
	padding: 5px 0;
	padding-top: 9px;
	padding-left: 11px;
	background-color: #616161;
	color: #fff;
}
h4 {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #f90;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #container {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header, #header {
	padding: 30px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-bottom: 0;
	padding-right: 34px;
	height: 51px;
	position: relative;
}
.oneColFixCtrHdr #header #logo, #logo {
	float: left;
}
#header #subnav a, #header #subnav a:visited {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #f90;
}
#header #subnav {
	position: absolute;
	width: 77px;
	height: 19px;
	top: 68px;
	right: 91px;
	text-align: right;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.oneColFixCtrHdr #header #logo {
	width: 242px;
}
#header .rightcol {
	float: right;
	padding-top: 12px;
}
.contact {
	width: 150px;
	color: #666;
	text-align: right;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
}
.contactname {
	width: 135px;
	color: #f90;
	font: normal 10px Helvetica, Arial, Verdana, sans-serif;
}
#menu {
	padding: 0 29px;
	margin-top: 30px;
	border: 1px solid #fff;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 1px;
	background: #FFFFFF;
}
#footer {
	text-align: center;
	padding: 5px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px solid #f90;
	margin-top: 10px;
}
#footer a {
	text-decoration: none;
	color: #f90;
}
#footer a:hover {
	color: #666;
	border-bottom-color: #f90;
}
#footer .divider {
	color: #666;
}
#footer p {
	color: #f90;
	font: normal 9px Helvetica, Arial, Verdana, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p.copyright {
	color: #666;
}
.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;
}

/* Column Layout Control */
.twofifths {
	width: 270px;
	float: left;
}
.threefifths {
	width: 375px;
	float: left;
	padding-right: 30px;
}
.oneColFixCtrHdr #container #mainContent .twofifths .content {
	padding: 11px;
	background-color: #f3f3f3;
}
.oneColFixCtrHdr #container #mainContent .twofifths .content ul {
	margin: 0;
	margin-left: 22px;
	padding: 11px 0;
}
.oneColFixCtrHdr #container #mainContent .twofifths .content ul li {
	padding-bottom: 5px;
	list-style-image: url(../images/bullet_orange.gif);
}
.contactRow {
	margin-bottom: 7px;
}.contactLabel {
	float: left;
	width: 48%;
	text-align: right;
	color: #000;
}
.oneColFixCtrHdr #credit {
	width: 740px;
	margin: 0 auto;
	text-align: center;
	margin-top: 7px;
	color: #666;
	font-size: 9px;
}
#mainContent a.button {
	display: block;
	text-align: center;
	padding: 5px 10px;
	padding-top: 10px;
	background-color: #F47F26;
	width: 55%;
	margin: 0 auto;
	margin-top: 10px;
}
#mainContent a.button, #mainContent a.button:visited {
	color: #fff;
	font-weight: bold;
}
#mainContent a.button:hover {
	background-color: #CD6B20;
}
#linkcol {
	float: left;
	width: 134px;
}
#linkcol ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
#linkcol ul li {
	margin-bottom: 5px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}