@charset "UTF-8";

/** {
	margin: 0;
	padding: 0;
}*/

body {
	background: #000050 url(img/rainier.jpg) no-repeat top center;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	width: 940px;
	background: #000050;
	margin: 0 auto;
	text-align: left;
	height: 100%;
}

#header {
	/*height: 200px;*/
	width: 900px;
	/*background-color: #FFFFFF;*/
	margin: 10px 20px -21px;
	/*padding: 5px 0px;*/
	text-align: center;
	float: left;
	position: relative;
	z-index:1000;
}

#headersub {
	width: 940px;
	height: 330px;
	text-align: center;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-top: -20px;
	margin-bottom: 0px;
	background-image: url(/img/subheader.png);
}

#main {
	width: 900px;
	height: 100%;
	background: #FFFFFF;	
	margin: 0px 20px 0px;
	padding: 5px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	float: left;
}

#threecell {
	width: 900px;
	margin: 5px auto;
	text-align: center;
	float: left;
}

div#test {
	background-image: url(/img/sidebox.png);
	background-repeat: no-repeat;
	height: 258px;
	width: 335px;
	margin: -23px 0px -42px 2px;
	padding-top: 20px;
	float: left;
}

#blogbar {
	width: 535px;
	border-right: 2px solid #000050;
	padding: 21px 15px 10px 15px;
	margin: 0px;
	background: #FFFFFF;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	float: left;
	position: relative;
	height: 100%;
}

#sidebar {
	width: 300px;
	background: #FFFFFF;
	text-align: left;
	float: right;
	margin-left: 0px;
	padding: 0px 14px 10px 14px;
	height: 100%;
	position: relative;
	/*border-left: 2px solid #000050;*/
}

#footer {
	width: 100%;
	background-image: url(/img/footer.png);
	/*padding: 0px 10px;
	/*color: #FFFFFF;*/
	text-align: center;
	float: left;
	position: relative;
}

#footer p {
	margin: 0;
	padding: 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000050;
}

#footer_left {
	float: left;
	width: 20%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: auto;
	margin-bottom: 10px;
}

#footer_center {
	width: 60%;
	margin: 0px auto;
	margin-bottom: 10px;
	/*float: left;*/
}

#footer_right {
	float: right;
	width: 20%;
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: auto;
}

h1, endorsegroup {
	color: #000050;
	font-size: 20px;
	background: url(img/h1_bg.png);
	background-repeat: no-repeat;
	padding: 4px 5px 10px;
	/*margin-bottom: 0px;*/
}

h2 {
	color: #000050;
	font-size: 16px;
}

h2.blogheading {
	color: #000050;
	font-size: 16px;
	margin-bottom: 2px;
	margin-top: 0px;
}

h1.blogheading {
	color: #000050;
	font-size: 18px;
	margin-bottom: 2px;
	/*margin-top: 0px;*/
	background: url(img/h1_bg.png);
	background-repeat: no-repeat;
	padding: 8px 5px 8px;
	text-decoration: none;
}


a:link {
	color: #000050;
}

a:visited {
	color: #000050;
}

p, ol, td.text {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

p.headersub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
	padding-left: 15px;
}

p.comments {
	font-size: 10px;
	padding: 0px 0px 14px 0px;
	border-bottom: 1px solid #000050;
	margin-bottom: 10px;
}

p.blogdate {
	font-size: 10px;
	margin: 0px;
	color: #676767;
}

#menubuttons {
	float: left;
	padding: 2px;
}

#home_but
{
  display: table-cell;
  width: 226px;
  height: 105px;
  background: url("img/logo.png") no-repeat 0 0;
}

#home_but span
{
  display: none;
}

#blog_but
{
  display: table-cell;
  width: 130px;
  height: 50px;
  background: url("img/blog_but.png") no-repeat 0 0;
}

#blog_but:hover
{ 
  background-position: 0 -50px;
}

#blog_but span
{
  display: none;
}

#about_but
{
  display: table-cell;
  width: 130px;
  height: 50px;
  background: url("img/about_but.png") no-repeat 0 0;
}

#about_but:hover
{ 
  background-position: 0 -50px;
}

#about_but span
{
  display: none;
}

#issues_but
{
  display: table-cell;
  width: 130px;
  height: 50px;
  background: url("img/issues_but.png") no-repeat 0 0;
}

#issues_but:hover
{ 
  background-position: 0 -50px;
}

#issues_but span
{
  display: none;
}

#endorsements_but
{
  display: block;
  width: 130px;
  height: 50px;
  background: url("img/endorsements_but.png") no-repeat 0 0;
}

#endorsements_but:hover
{ 
  background-position: 0 -50px;
}

#endorsements_but span
{
  display: none;
}

#news_but
{
  display: inline-block;
  width: 130px;
  height: 50px;
  background: url("img/news_but.png") no-repeat 0 0;
}

#news_but:hover
{
  background-position: 0 -50px;
}

#news_but span
{
  display: none;
}

#photos_but
{
  display: inline-block;
  width: 130px;
  height: 50px;
  background: url("img/photos_but.png") no-repeat 0 0;
}

#photos_but:hover
{ 
  background-position: 0 -50px;
}

#photos_but span
{
  display: none;
}

#volunteer_but
{
  display: inline-block;
  width: 130px;
  height: 50px;
  background: url("img/volunteer_but.png") no-repeat 0 0;
}

#volunteer_but:hover
{ 
  background-position: 0 -50px;
}

#volunteer_but span
{
  display: none;
}

#contact_but
{
  display: inline-block;
  width: 130px;
  height: 50px;
  background: url("img/contact_but.png") no-repeat 0 0;
}

#contact_but:hover
{ 
  background-position: 0 -50px;
}

#contact_but span
{
  display: none;
}

#donate_but
{
	display: inline-block;
	width: 130px;
	height: 103px;
	background: url("img/donate_but.png") no-repeat 0 0;
}

#donate_but:hover
{ 
  background-position: 0 -103px;
}

#donate_but span
{
  display: none;
}

ul.menu {
	list-style-type:none;
	text-align:center;
	margin:0px;
	padding:0px;
	overflow:hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/*background: url(img/menuholder.png);*/
	text-transform: uppercase;
	position:absolute;
	right:0px;
	bottom:48px;
}

li.menu {
	float:right;
	/*background-image: url(img/star.png);
	background-repeat: no-repeat;
	background-position: 0px 11px;*/
	position: relative;
	padding: 10px 13px 5px;
}

a.menu {
	display:block;
	vertical-align: middle;
	color: #000050;
	text-decoration: none;
	/*background: url(img/menuholder.png);*/
}

div#header a img
{
	display: none;
	/*height: 0;
	width: 0;*/
	border-width: 0;
}

div#header a:hover img
{
	display: inline;
	position: absolute;
	/*bottom: 8px;
	left: -9px;
	height: 17px;
	width: 18px;*/
}


a.menu:hover {
}

ul.submenu {
	width: 650px;
	height: 27px;
	list-style-type:none;
	text-align:center;
	margin:0;
	padding:0;
	overflow:hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	position: absolute;
	bottom: 21px;
	right: 0px;
}

li.submenu {
	float:right;
	padding: 4px 0px 5px;
}

a.submenu {
	width: 100px;
	margin: 0px 0px;
	display:block;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
}

a.submenu:hover {
	font-weight: bold;
	text-decoration: underline;
}

a.white{
	color: #FFFFFF;
}

a.blue{
	color: #000050;
}

input.non_text {
	border: 0;
	margin: 0;
}

table td.left {
	font-weight: bold;
	padding-right: 10px;
	vertical-align: center;
}

table.form {
	padding: 5px 0px 0px 10px;
}

table.form input, textarea {
	border: solid 1px #000050;
	padding: 1px;
	margin: 2px 0px 2px 0px;
}

table.form input.filled, table.form input.never_describe {
	color: black;
	font-style: normal;
}

table.form td {
	vertical-align: center;
	padding: 4px 5px 4px 5px;
}

table.form td.type {
	font-size: 12px;
	font-weight: bold;
	width: 110px;
	color: #000050;
	vertical-align: center;
}

table.form td.type2 {
	font-size: 12px;
	vertical-align: center;
	width: 30px;
	/*font-weight: bold;
	color: #000050;
	width: 7px;*/
}

table.form td.type3 {
	font-size: 12px;
	vertical-align: center;
}

table.form2 {
	padding: 5px 25px;
}

table.form2 input, textarea {
	border: solid 1px #000050;
	/*padding: 1px;
	margin: 2px 0px 2px 0px;*/
}

table.form2 input.filled, table.form2 input.never_describe {
	color: black;
	font-style: normal;
}

table.form2 td {
	vertical-align: top;
	/*padding: 4px 5px 4px 5px;*/
	padding: 3px 0px 0px;
}

table.form2 td.type {
	font-size: 12px;
	font-weight: bold;
	color: #000050;
	vertical-align: bottom;
	text-align: left;
}

/** {
	margin: 0;
	padding: 0;
}  

body {
	background: url(resources/bg.png) top center repeat-x #2a2a2a;
}*/ 

a img, img {
	border: none;
}

#page-wrap {
	width: 100%px;
	margin: 10px auto;
}

.photo-link {
	padding: 5px;
	margin: 3px;
	display: block;
	width: 115px;
	float: left;
	border: 1px solid #FFFFFF;
}

.photo-link:hover {
	border: 1px solid #000050;
}

#name {
	display: block;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

info {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-style: italic;
}

ul {
	list-style-type:none;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding-left: 5px;

}

textarea.contact {
	font-style: normal;
	color: black;
	font-size: 13px;
	font: Verdana, Arial, Helvetica, sans-serif;		
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

/* Begin Sidebar */
#sidebar {
	width: 301px;
	background: #FFFFFF;
	text-align: left;
	float: right;
	/*margin-left: 5px;*/
	margin-bottom: 0px;
	padding: 0px 16px 10px 10px;
}

/*#sidebar {
	padding: 0px 14px 10px 0px;
	/*margin-left: 0px;*/
	/*width: 190px;
}*/

#sidebar form {
	margin: 0;
	text-align: left;
}
/* End Sidebar */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	/*border: 2px;*/
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: solid 1px #000050;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {
	border: solid 1px #000050;
	width: 100%;
	padding: 2px;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/*h2.ui-accordion-header {
	color: #000050;
	font-size: 22px;
	padding: 0px;
}

p.ui-accordion-content {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}*/

/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 5px;
	zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
	display: inline;
}
.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	height: 34px;
	padding: 2px 25px 8px;
	color: #000050;
	font-size: 24px;
	font-weight: bold;
	background: url(img/h1_bg.png);
	background-repeat: no-repeat;
}
.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -12px;
}
.ui-accordion .ui-accordion-content {
	padding: 0px 10px;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.ui-accordion .ui-accordion-content-active {
	display: block;
}

#donateB {
	border:none;
	width: 100px;
	padding:0;
	margin: 0px 0px;
	/*font-size:xx-small;*/
	color: #FFFFFF;
	background-color:transparent;
}
/*
a.submenu {
	width: 100px;
	margin: 0px 0px;
	display:block;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
}
a.submenu:hover {
	font-weight: bold;
	
}
*/

#donateB:hover {
	font-weight: bold;
	text-decoration: underline;
}
