@charset "UTF-8";
/* ***************************** Reset browsers  ****************************** */
html {
	font-size: 100%;
}
html, body {
	height:100%;
	margin-bottom:1px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	}
fieldset,img { 
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
	}
ol,ul {
	list-style: none;
	}
ul#sitemap {
	list-style-type: disc;
	margin: 10px;
	padding-left: 10px;
}
ul#sitemap ul, ul#sitemap ol {
	list-style-type: circle;
	margin: 10px;
}


th {
	text-align: left;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border: 0;
	}
a {
	text-decoration: none;
	color: #000000;
}

/* ***************************** Layout  ****************************** */


#header {
	
	
}
#header a {
	display:block;
	height: 160px;
	width: 100%;
	background: url(../images/smheader.gif) no-repeat center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
}
#contentwrapper {
	width: 980px;
	margin: 5px auto;
}

#sidebar {
	float: right;
	width: 240px;
}
#sidebar img {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}

#sidebar  h3 {
	text-align: center;
	font-size: 1.6em;
	background-color: #A8B4E9;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 4px;
	padding-top: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#sidebar  h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px;
	text-align: center;
	font-size: 12px;
}
#sidebar p {
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar .promobox p{
	font-size: 0.8em;
}

#maincontent {
	margin-left: 180px;
	margin-right: 260px;
}
#maincontent  a:hover {
	text-decoration: underline;
}
#maincontent a {
	color: #FF0000;
}
#maincontent h1, #maincontent h2, #maincontent h3 {
	padding: 5px;
}
#maincontent h1 {
	font-size: 2em;
	line-height: 1.3em;
	background-color: #B5C3FD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #FFCCCC;
	text-align: center;
	margin-left: 50px;
}
#maincontent h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 90%;
	font-size: 1.6em;
	text-align: center;
}
#maincontent p {
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	line-height: 1.3em;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82.5%;
	background-image: url(../images/backgroundgradient2.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#navbar {
	width: 160px;
	float:left;
}
div.promobox {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	text-align: left;
	padding: 6px;
	font-size: 0.9em;
}
#navbar ul {
	position:relative;
	line-height:1.5em;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
#navbar li {
	padding-bottom: 3px;
	width: 150px;
}
#navbar a img.logo {
	margin-top: 10px;
	margin-left: 25px;
}

#navbar li.popoutmenu ul{
	display:none;
	position:absolute;
	left:150px;
	width:275px;
	top: 25px;
	background-color: #D8DCF4;
	padding: 4px;
}
#navbar li.popoutmenu.howtohelp ul{
	top: 48px;
	width: 80px;
	display: none;
}
#navbar li.popoutmenu.howtohelp li {
	width: 80px;
}


#navbar li.popoutmenu li {
	width: 270px;
}

#navbar li.popoutmenu:hover ul  {
	display:block;
}
#navbar li a:link, #navbar li a:active, #navbar li a:visited {
	display:block;
	background-color:#FFCCCC;
}
#navbar li a:hover {
	background-color:#FF99CC;
}

#footer {
	text-align: center;
	width: 100%;
	font-size: 0.8em;
	margin: 20px 0px;
	clear: both;
}
#footer ul {
	height: 1.2em;
	margin: 5px auto;
	border-top: 1px solid #666666;
	padding: 5px 0px;
	width: 730px;
}

#footer ul li {
	float:left;
}
#footer ul li a {
	padding: 10px 10px;
}
#footer ul li a:hover {
	text-decoration: underline;
}

img.rightside {
	float: right;
}
.promobox img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.promobox h5 {
	text-align: center;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}
a span {
	display: none;
}
a#button {
	display: block;
	height: 45px;
	width: 240px;
	background-image: url(../images/helpbutton.png);
	background-repeat: no-repeat;
	background-position: 8px -45px;
}
a#button:hover {
	background-position: 8px 0px;
}
#maincontent table {
	margin-left: 20px;
	margin-top: 20px;
}
#maincontent table tr:hover {
	background-color: #DCE3FE;
}

caption {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
}
.floatright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#javascriptLinks/* hide links on contribution page to ensure non-Javascript links are available to browsers with Javascript turned off*/
 {
	
	display:none;

}
#contributeForm {
	margin: 0px;
	padding: 0px;
	width: 140px;
}


#contributeForm label {
	width: 120px;
	font-weight: bold;
}

ul.donations {
	margin-left: 40px;
	list-style-type: disc;
	margin-top: 5px;
}
div.staffbio {
	margin: 10px;
	display: none;
}
.staffbio img {
	margin: 10px;
}

ul#staff {
	margin: 10px;
	line-height: 2em;
}
ul#staff a {
	padding-left: 30px;
	display: block;	
}
ul#staff a.open {
	background-image: url(../images/downarrow.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}
ul#staff a.close {
	background-image: url(../images/uparrow.gif);
	background-repeat: no-repeat;
	background-position: 3px center;

}
ul#staff li {
	background-color: #ADBDFC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFCCCC;
	border-right-color: #FFCCCC;
	border-bottom-color: #FFCCCC;
	border-left-color: #FFCCCC;
}
ol.employment {
	list-style-type: decimal;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.promobox p a {
	color: #03F;
}
.promobox p a:hover {
	text-decoration: underline;
}
p.specialmessage {
	color: #F00;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	border: 1px solid #F00;
	font-size: 1.1em;
}
#sidebar img.centerimage {
	margin: 0px;
}
#sidebar #hiddendisplay {
	text-align: center;
	display: none;
	background-color: #FFF7A8;
}
#sidebar #hiddendisplay p {
	padding: 5px;
	font-size: 1em;
}
#sidebar #hiddendisplay a {
	text-decoration: underline;
	color: #03F;
}
h3 {
	font-size: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
ul.defaultulstyles {
	display: block;
	margin-left: 40px;
}
ul.defaultulstyles li { 
	display: list-item;
}
.boldtext {
	font-weight: bold;
}
#maincontent .rightside {
	margin: 7px 7px 7px 15px;
}
ul.liststyles {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 40px;
}
ul.liststyles li {
	margin-top: 10px;
}
#announcementbox {
	border: thin solid #000;
	padding: 10px;
	background-color: #E5E5E5;
}
#announcementbox ul {
	padding: 0px;
	margin: 10px;
	list-style-type: disc;
	list-style-position: inside;
}
#maincontent #newsbox {
	border: thin solid #000;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFF;
}
#newsbox h2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B5C3FD;
	font-family: Verdana, Geneva, sans-serif;
}
#sidebar .promobox a img {
	margin: 5px 0px;
}
img.centerimage {
	display: block;
	margin: 0px auto 10px;
}
#maincontent #newsbox h2 {
	text-align: center;
	width: auto;
	font-size: 2em;
	border: none;
	margin-bottom: 0px;
}
#newsbox h3 {
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCCC;
	font-size: 1.8em;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	padding-top: 0px;
}
#newsbox h4 {
	font-size: 1.3em;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
#maincontent img.addmargin {
	margin: 5px;
}
#maincontent #mainstory h2 {
	text-align: center;
	width: auto;
}
#maincontent #mainstory {
	margin-bottom: 20px;
}
.centerimg  {
	text-align: center;
}
#maincontent img.logo {
	border: 1px solid #000000;
}
#maincontent #mainstory p {
	line-height: 1.5em;
}
#mainstory .quote {
	width: 300px;
	float: right;
	border: 1px solid #999;
	padding: 10px;
	margin: 10px;
	font-style: italic;
}
#mainstory .quote span {
	float: right;
}
div h3.borders {
	border-top-width: 1px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	width: 120px;
	margin-left: 20px;
}
#mainstory p.homepageCutline {
	width: 150px;
	text-align: left;
	position: static;
	float: right;
	margin-top: -370px;
}
.photoCredit {
	font-size: 10px;
	margin-top: -5px;
}
