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: #cc6600;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 12px;
}
.budget h1 {
  color: #34b04a;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 12px;
}
.scoop h1 {
	font-family: Helvetica, Arial sans-serif;
	font-size: 24px;
	color:#003166;
	font-weight: bold;
	padding-bottom: 0px;
	border-bottom: dashed thin #003166;
}
.innovation h1 {
	font-family: Helvetica, Arial sans-serif;
	font-size: 18px;
	color: #ff6600;
}
.bot ul {
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
}
.bot li {
	text-indent: -1em; margin-left: 1em;
}
h1.entry-title {
color: #ff6600;
}

h2 {
  color: #000066;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  padding-bottom: 10px;
}
.budget h2 {
  color: #15499f;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  padding-top: 10px;
  padding-bottom: 10px;
}
p {
  padding-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
}
p.question {
	font-family: Hevetica, Arial, sans-serif;
	font-size: 16px;
	font-style:italic;
	padding-bottom:10px;
}
p.answer {
	font-family: Hevetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
}
/*
ol, ul {
	list-style: none;
}
*/
a,  a:link {
  color: #003166;
  font-weight: bold;
  text-decoration: underline;
}

.scoop a {
	text-decoration:none;
	font-weight:normal;
}

a.sizzle {
	color: #013366;
    text-decoration: none;
}

a.sizzle:hover {
	color: #013366;
	text-decoration: none;
}

a.fizzle {
	color: #CC6600;
    text-decoration: none;
}

a.fizzle:hover {
	text-decoration: none;
}

a:visited {
  color: #003166;
  font-weight: bold;
}

a:hover {
  color: #c85500;
  text-decoration: underline;
}

a:focus {
  color: #003166;
}

a:active {
  color: #003166;
}


#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 960px;
}
#outerWrapper #contentWrapper {
  margin: 20px 30px 0 30px;
}
#contentWrapper #content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  width: 900px;
  margin: 30px 0 0 0;
  padding: 0;
}

#contentsm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
padding-left:10px;padding-right:10px;
text-align: left;
}

#pageHeader {
	width: 900px;
	position:  relative;
	background-image: url(http://static.pnstate.net/wa/10/fuselogo1.gif);
	background-repeat: no-repeat;
	height: 90px;
}

#pageHeaderInnovation {
	width: 750px;
	position:  relative;
	background-image: url(http://fusewashington.org/images/FuseInnovation.png);
	background-repeat: no-repeat;
	height: 109px;
padding-left:150px;
}

#homeLink {
	float: left;
	height: 90px;
	width: 150px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

img {
border: 0px;
}

/* EMAIL FORM ****************/

#pageHeader #emailQuickForm {
	float: right;
    width: 260px;
}

#emailQuickForm #joinUs {
	margin: 0;
	padding: 0;
}

#emailQuickForm fieldset {
	border: none;
	margin: 0;
    padding: 0;
}

#emailQuickForm input {
   margin: 2px 6px 2px 0;
   padding: 0;
}

#emailQuickForm #email {
	font-size: 10px;
    width: 120px;
}
#emailQuickForm #cons_email {
	font-size: 10px;
    width: 120px;
}}
#emailQuickForm #zip {
	font-size: 10px;
    width: 80px;
}
#emailQuickForm #cons_zip_code {
	font-size: 10px;
    width: 80px;
}}
#emailQuickForm #go {
    height: 18px;
    margin: 0 0 2px 0;
    padding: 0;
	vertical-align: bottom;
}

/* TOP NAV ****************/

#topNav {
	margin-top: 12px;
	border-top: 1px solid #003166;

}

#topNav ul {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style:none;
}

#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: #003166;
  margin-right: 50px;
}

#topNav li.lastItem a {
	margin-right: 0px;
}

#topNav li a:hover {
  color: #003166;
}

#dropmenudiv{
position:absolute;
border:1px solid #c85500;padding-top:2px;
font-size: 11px;
line-height:15px;
text-align:left;
z-index:1000;
}
#dropmenudiv a{display: block;margin-right: 5px;margin-left:5px;margin-bottom:5px;padding: 0px;text-decoration: none;color: #c85500;width:190px;}
#dropmenudiv a:hover{ /*hover background color*/
color: #EB0;
}

#budgetdropmenudiv{
position:absolute;
border:1px solid #15499f;padding-top:2px;
font-size: 11px;
line-height:15px;
text-align:left;
z-index:1000;
}
#budgetdropmenudiv a{display: block;margin-right: 5px;margin-left:5px;margin-bottom:5px;padding: 0px;text-decoration: none;color: #15499f;width:230px;}
#budgetdropmenudiv a:hover{ /*hover background color*/
color: #34b04a;
}



/* SUB NAV ****************/

#subNav {
	margin: 0 0 32px 0;
	border-top: 1px solid #C90;
}

#subNav ul {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

#subNav ul li {
	margin: 2px 0 0 0;
	padding: 0;
	display: inline;
	float: left;
}

/* any anchor in a .nav list item element */
#subNav li a,
#subNav li a:link,
#subNav li a:visited {
	display: block;
	margin: 0 22px 0 0;
	padding: 0px 4px 4px 20px; 
	text-decoration: none;  
	color: #C90;
}

#subNav li.lastItem a {
	margin-right: 0px;
}

#subNav li a:hover {
  color: #EB0;
}

/* Clear Float Hack ***************/

.clearFloat {
  clear: both;
  display: block;
}

/* HOME PAGE CONTENT ****************/

#content .article
{
	border-bottom: 1px solid #003166;	
}

#content .slideshow li {list-style-type:none !important;}

#content .homeBlock {
	float: left;
	min-height:910px;
}

#content #budget {
	width: 670px;
	border-left: 1px solid #34b04a; 
}

#content .budgetCallout {
	float: left;
	border-left: 1px dashed #15499f; 
	min-height:910px;
	width:219px;
}

#content .budgetHomeBlock {
	float: left;
	border-left: 1px solid #34b04a; 
	min-height:910px;
	width: 440px;
}

#content #currentAction {
	padding-top: 70px;
	background-image: url(http://static.pnstate.net/wa/10/currentactions2.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	/* width: 349px; */
	width: 582px;
	border-right: 1px solid #c85500; 
}

#content #currentAction table td { padding: 2px; }

#content #campaigns {
	padding-top: 70px;
	background-image: url(http://static.pnstate.net/wa/10/campaigns.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	width: 329px;
}

#content #campaigns table td { padding: 2px; }

/*
#content #successStories {
	padding-top: 70px;
	background-image: url(http://static.pnstate.net/wa/10/successstories2.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
*/

#content #connect {
	padding-top: 30px;
	/* background-image: url(http://static.pnstate.net/wa/10/connect.gif); */
	background-repeat: no-repeat;
	background-position: 10px 0px;
	/* width: 219px; */
	width: 315px;
}

#content #budgetTakeAction {
	padding-top: 30px;
	padding-left: 10px;
	margin-top:30px;
	background-image: url(http://static.pnstate.net/wa/budget/TakeAction10.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content #budgetConnect {
	padding-top: 30px;
	padding-left: 10px;
	margin-top:30px;
	background-image: url(http://static.pnstate.net/wa/budget/Connect10.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content #budgetFactSheets {
	padding-top: 30px;
	padding-left: 10px;
	margin-top:30px;
	background-image: url(http://static.pnstate.net/wa/budget/FactSheets10.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content #budgetNews {
	padding-top: 30px;
	padding-left: 15px;
	margin-top:30px;
	background-image: url(http://static.pnstate.net/wa/budget/LatestNewsBig.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content #budgetSchools {
	padding-top: 38px;
	padding-left: 15px;
	margin-top:30px;
	background-image: url(http://static.pnstate.net/wa/budget/ProtectWashingtonSchoolsSmall.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content #recentBlogPosts {
	padding-top: 114px;
	background-image: url(http://static.pnstate.net/wa/10/fusemuse.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	width: 219px;
}

#content .textBlock {
	margin: 0px 16px;
}

#content .textBlock img {
border: 0px;
}

#content .last.textBlock {
	margin-right: 0px;
}

#content li {list-style: disc;}

/* FOOTER *************************/
#footer, .bot {
	text-align: center;
	font-size: 9px;
	margin: 16px;
}

.bot {margin-top: 12px; border-top: 1px solid #003166;}

.bot a {color:#666666;text-decoration: none;}

/* BLOG CLASSES *****************/
#content #other {
	float: right; 
	width: 179px;
	border-left: 1px solid #CCC;
}

#content #other .other_content {
	margin-left: 18px;
}

#content #other h3 {
  color: #069;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  padding-bottom: 10px;
}

#content #other .blogposts {
	margin-bottom: 22px;
}

#content #other a {
	text-decoration: none;
}

#content #other a:hover {
	text-decoration: underline;
}

.blogposts ul {
	margin: 0px;
	padding: 0px;
	
}

.blogposts li {
	margin: 0 0 12px 0;
}

.blogposts .postauthor a {
	font-weight: normal;
}


#community {
	width: 680px;
	float: left;
        margin-top: 0 !important;
}

#community .journaltitle {
	margin: 0 0 0 0;
	color: 666;
	font-size: 9px;
	line-height: 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

#community .title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  padding-bottom: 2px;
  margin-bottom: 2px;
  border-bottom: 1px solid #666;
}

#community .communitypostinlist .title a {
        font-size: 120%;
        color: #069;
}

#community .bylineactionstable td {
	font-size: 9px;
	line-height: 12px;
}

#community .postactions {
	background-color: #FFF6CD;
    padding: 8px;
	margin: 12px 0;
	font-size: 10px;
	line-height: 12px;
}

#community a {
	text-decoration: none;
}

#community img {
border:0px;padding-left:10px;padding-right:10px;
}

#community a:hover {
	text-decoration: underline;
}


#community .postactions hr {
	color: #FFF6CD;
	height: 1px;
	margin: 2px 0;
	padding: 0;
	border: none;
}

#community .rating {  
  float: right;
  margin: 0 0 10px 10px;
  padding: 10px 10px 0 10px;
  border: solid 1px #aaa;
}

#community .rating .what {  
  font-size: .7em;
  text-align: center;
  color: #44b;
  padding: 5px 0;
}

#community .rating .what a {  
  color: #44b;
}

#community .rating .teaser {  
  padding: 0 0 8px 0;
  text-align: center;
}
#community  .rating .teaser .teasertop {  
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #0a5095;
}
#community  .rating .teaser .teasertop img {
  margin: 3px 0 5px 0;
}
#community  .rating .teaser .teaserbottom {  
  text-align: justify;
  font-size: .9em;
}

#community  .rating .teaser .teaserbottom strong {  
  text-align: justify;
  font-size: .9em;
  color: #0a5095;
}

#community  .rating .teaser .teaserbottom a,
#community  .rating .teaser .teaserbottom a:link,
#community  .rating .teaser .teaserbottom a:visited {  
  text-decoration: none;
  color: #0a5095;
}

#community  .rating .teaser .teaserbottom a:hover {
	text-decoration: underline;
}

#community .post strong {
  color: #0a5095;
}

#community .post blockquote {
	background-color: #EFF7FF;
	padding: 12px;
	border: 1px solid #D6D6E7;

}

#community .post blockquote a,
#community .post blockquote a:link,
#community .post blockquote a:visited,
#community .post blockquote a:hover {
	color: #69C;
}

#community .comments .titleactionstable {  
  border-top: solid 1px #69C;
  padding: 5px 0 10px 0;
  width: 100%;                          
}

#community .comments .titleactionstable td {  
	border: none;
}

#community .comments .commentstitle {  
  font-weight: bold;
}

#community .comments .commentactions {  
  text-align: right;
}
#community .comments .commentactions ul {  
  padding: 0;
  margin: 2px 0 0 0;
}
#community .comments .commentactions li {  
  display: inline;                                  
  padding: 0 5px 0 5px;
  margin: 0;
}

#community .comments .commentactions li a {  
  font-weight: bold;
  font-size: 9px;
}

#community .comments .nocomments {  
  padding: 10px;
  border: solid 1px #ccc;
  font-style: italic;
  text-align: center;
  width: 50%;
  margin: 5px auto;
}

#community .comments .commenttoplevelbreak {  
	height: 18px;
}

#community .comment {
	margin-left: 32px;
}

#community .comment .commenttitle {
	font-size: 14px;
	line-height: 19px;
	color: #0a5095;
	font-weight: bold;

}

#community .comment .commentlink {  
  display: inline;
  font-size: 10px;
  margin-left: 24px;
}

#community .comment .commentauthor {
	font-size: 9px;
	line-height: 12px;
}

#community .comment .commenttext {
	margin: 12px 0 24px 0;
}


input#processbutton { width: 225px; height:62px; border:0; background-image: url('http://static.pnstate.net/wa/common/buttons/submitbutton.gif'); font-size:1px; line-height:62px; vertical-align:bottom; color: #CFC; cursor:pointer; }

div.quoteleft {
	float:left;
	width:375px;
	margin-right:20px;
	margin-bottom:10px;
}
div.quoteright {
	float:right;
	width:375px;
	margin-left:20px;
	margin-bottom:10px;
}
div.quotecenter {
	align:center;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
}
div.quote {
	border:thin solid; 
	padding-left:5px;
	padding-right:5px;
}

.note  {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}



