@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #FFF;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  padding: 0;
  text-align: center;
}
h1 {
  color: #013366;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 12px;
}
h2 {
  color: #CC6600;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  padding-bottom: 10px;
}
p {
  padding-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
}
a,  a:link {
  color: #C90;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: #b80;
  font-weight: bold;
}
a:hover {
  color: #C90;
  text-decoration: underline;
}
a:focus {
  color: #F90;
}
a:active {
  color: #f90;
}

img {
	border:0;
}


/* Clear Float Hack ***************/

.clearFloat {
  clear: both;
  display: block;
}

/* HOME PAGE CONTENT ****************/

#contentWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 960px;
}

#pageHeader {
	width: 900px;
	position:  relative;
	background-image: url(http://media.fusewashington.org/images/email/emaillogo.png);
	background-repeat: no-repeat;
	height: 100px;
	text-align:right;
	vertical-align:text-bottom;
}

#content .homeBlock {
	float: left;
	border-left: 1px solid #CC6600; 
	height: 250px;	
}

#content #news {
	padding-top: 24px;
	/* background-image: url(http://www.couragecampaign.org/page/-/cc2/recent_blog_posts.gif); */
	background-repeat: no-repeat;
	background-position: 16px 0px;
	width: 349px;
	}

#content #jobBank {
	padding-top: 24px;
	/* background-image: url(http://www.couragecampaign.org/page/-/cc2/success_stories.gif); */
	background-repeat: no-repeat;
	background-position: 16px 0px;
	width: 329px;
}

#content .textBlock {
	margin: 0px 16px;
}

#content .textBlock img {
border: 0px;
}

/* FOOTER *************************/
#footer {
	text-align: center;
	font-size: 9px;
	margin: 16px;
	padding-top: 16px;
	border-top: 1px solid #013366; 
color: #CC6600;
}





/* TOP NAV ****************/

#topNav {
	margin-top: 12px;
	border-top: 1px solid #011366;

}

#topNav ul {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#topNav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
white-space: nowrap;
}

/* any anchor in a .nav list item element */
#topNav li a,
#topNav li a:link,
#topNav li a:visited {
  display: block;  
  margin: 0;              
  padding: 4px 0 4px 0; 
  text-decoration: none;  
  color: #011366;
  margin-right: 46px;
}

#topNav li.lastItem a {
	margin-right: 0px;
}

#topNav li a:hover {
  color: #CC6600;
}

