/* CSS Document */
/* Meyer Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #a8a290;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #656565;
}

h1, h2, h3, h4 {text-indent: -9999em;}

sub {
	font-size: 70%;
	position:relative;
	bottom:-0.5em;
}

ul li {
	list-style: none;
}

/* Fixes vertical space between line items. Fix IE. Hide from IE Mac \*/
* #pressItems ul li { float: left; }
* #pressItems ul li a { height: 1%; }
/* End */

.floatLeft {float: left;}

#block_1
	{
	float: left;
	width: 266px;
	margin-left: 534px;
        background-color: #fff;
	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
	float: left;
	width: 534px;
	margin-left: -800px;
        background-color: #fff;
	}
/* Start Mac IE5 filter \*/
#block_1, #block_2
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
/* End Mac IE5 filter */
#wrapper
	{
	width: 800px;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
        margin: 0px auto;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}
#header, #footer
	{
	width: 800px;
        position: relative;
	}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}

	
/***** begin original css *****/

#header {background-color: #fff; margin-top: 55px;}

#acsfLogo {position: absolute; top: -34px; left: 7px; z-index: 100;}

#acsfLogo h1 {text-indent: -9999em; background: url(../images/logo_acsf.gif) 0px 0px no-repeat; width: 127px; height: 115px;}

#acsfStatement {padding: 30px 0px 0px 0px; margin-bottom: 30px; font-size: 14px; line-height: 20px; color: #7b4400;}

#acsfStatement p {width: 540px; padding-left: 150px;}

/***** navigation *****/

#topNavContainer {background-color:#004F75;
margin-left:11px;
padding-left:0;
width:770px;}

ul#topNav {margin:0;height: 35px; color: #ffffff; font-family: "proxima-nova-1", "proxima-nova-2", helvetica, sans-serif; font-size: 11px;}

ul#topNav li {display: inline; height: 32px; }

ul#topNav li a {border-right:1px solid #000000;
color:#FFFFFF;
display:block;
float:left;
padding:10px 17px;
text-decoration:none;
text-transform:uppercase;}
ul#topNav li a.navlast { border: 0; text-align: center; }
ul#topNav li a.active { background: #417696; }


/***** main content ******/

#mainContent {float: left; width: 534px; padding-top: 8px; background-color: #fff;}

#middleContent {position: relative; padding-bottom: 35px!important; padding-bottom: 19px; background-color: #fff;}

#sideBar {float: left; position: relative; width: 238px; padding-left: 10px; margin-top: 8px; background-color: #fff; border-right: 10px solid #fff; overflow: hidden;}

#sideBar ul {width: 238px;}

#sideBar ul li {width: 238px;}

#sideBar ul li p {font-size: 12px; line-height: 16px;}

#sideBar ul li a {color: #2c5d9d; text-decoration: none;}

#footer {position: relative; margin: 19px auto 13px auto; padding: 15px 0px 0px 18px; width: 758px; height: 51px; background: #c3bca7 url(http://test.cleanskies.org/images/logo_acsf_sm2.gif) 706px 2px no-repeat;}


#footer ul {float: left; font-size: 12px; font-weight: bold; color: #fff; clear: left; margin-bottom: 5px;}

#footer ul li {display: inline;}

#footer ul li a {color: #79725c; text-decoration: none;}

#footer ul#footerNavLeft {margin-right: 30px;}

#footer ul#footerInfo {width: 100%;}

.note {color:red;}

/* TF, 03/17/10 */
p img.right {
float: right;
margin: 0 0 4px 0;
}
a.learnMore {
background: url(/images/learn-more-orange.gif) 0 0 no-repeat;
display: block;
height: 29px;
overflow: hidden;
text-indent: -9999em;
width: 107px;
}
form#signup {
margin-left: -5px;
margin-top: 14px;
position: relative;
}
*html form#signup {
padding-bottom: 5px;
}
input.signup {
background: transparent url(/images/signupbg.gif) center top no-repeat;
border: none;
font-size: 11px;
height: 25px;
padding: 0 4px 0 4px;
vertical-align: middle;
width: 140px;
}
/* IE 7 */
html>body input.signup { *padding-top: 8px; *height:17px; }

/* IE 6 */
*html input.signup {padding-top: 8px; height:17px;}
input#sign-action {
right: -9px;
position: absolute;
top: -4px;
}
*html input#sign-action {
right: 2px;
top: 0;
}
label#go {
display: none;
}