@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #505A4D;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 15pt;
	background-color: #B0C3AA;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
.spc #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #C6DABE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #663399;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*round corners*/
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 10px;
	/*shadows*/
	-moz-box-shadow: #000000 0 1px 10px;
	-webkit-box-shadow: #000000 0 1px 10px;
	box-shadow: #000000 0 1px 10px;
	behavior: url(/css/PIE.htc);
}
.spc #header {
	background-color: #663399;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.spc #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.spc #nav {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9966;
	background-color: #663399;
	height: 22px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9966;
}
.spc #navinside {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.spc #fade {
	background-image: url(../images/fade.jpg);
	background-repeat: no-repeat;
	height: 10px;
	background-position: 0px 0px;
}
.spc #fadeadmin {
	background-image: url(../images/fadeadmin.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 10px;
}
.spc #sideContent {
	float: left; /* since this element is floated, a width must be given */
	width: 270px;
	background-image: url(../images/woman-baby.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 650px;
}
.spc #mainContent {
	font-size: 0.875em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 270px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
	overflow: visible;
}
.spc #mainContent ul {
	padding-left: 23px;
}
.spc #mainContent li {
	list-style-image: url("../images/bullet.jpg");
	display: list-item;
	margin-bottom: 5px;
}
.spc #adminContent {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.spc #footer {
	font-size: 0.75em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663399;
	text-align: center;
	/*background-color: #C6DABE;*/
	background-color: #6D8166;
	/*round corners*/
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 0 0 10px 10px;
	behavior: url(/css/PIE.htc);
	color: #C6DABE;
}
.spc #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#copyright {
	font-size: .75em;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#headerimg {
	margin-bottom: 5px;
}
#headerinside {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	height: 100px;
	text-align: right;
}
#headerRight {
	float: right;
}
h1 {
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
}
p {
	margin-bottom: 10px;
}
td {
	color: #333;
	/*font-size: .75em;*/
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif
}
a:link {
	color: #639
}
a:visited {
	color: #639
}
a:hover {
	color: #96c
}
a:active {
	color: #96c
}
.table td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.evenrow {
	background-color: #B0C3AA;
}
.oddrow {
}
.highlightrow {
	background-color: #F3D68D;
}
.inputbox {
	border: 1px solid #660099;
	height: 20px;
	background-color: #B0C3AA;
}
/*publications*/
.PubTitle {
	font-weight: bold;
	font-size: 1.125em;
}
.PubDescription {
	margin-bottom: 10px;
}
.PubFilesize {
	font-weight: normal;
	color: #666666;
}
/*search & results*/
#search {
	/*text-align: right;*/
	padding-top: 10px;
}
.spc #search .inputbox {
	height: 35px;
	width: 200px;
	background-image: url(../images/search-box.png);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	/*background-color: #004674;*/
	color: #666666;
	background-color: transparent;
	font-size: 1em;
}
.spc #search .searchImg {
	vertical-align: middle;
	float: right;
	padding-left: 0px;
}
.spc #search button.btn {
	width: 30px;
	height: 30px;
	background-image: url(../images/search-button.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: transparent;
}
.spc #search button.btn:hover {
	/*background-color: #00416D;*/
	background-image: url(../images/search-button-over.png);
	background-repeat: no-repeat;
}
.spc .resultHeader {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 1.125em;
}
.spc .searchResults {
	font-style: italic;
	margin-bottom: 10px;
}
.spc #sideNav {
	margin-top: 440px;
}
.spc #sideNav a {
	text-decoration: none;
}
.spc #sideNav div {
	/*float: left;*/
	/*margin-right: 20px;*/
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: normal;
}
#mailAddress {
	width: 400px;
	margin-bottom: 10px;
}
#mailAddress .instructions {
	margin-bottom: 5px;
}
#donationDiv {
	text-align:right;
	float: right;
}
#donateTop {
	text-align: right;
}
/*tooltip*/
.tooltip {
	color: #FFFFFF;
	line-height: normal;
}
.tooltip h1 {
	margin-bottom: 10px;
}
.tooltip .divItem {
	margin-bottom: 10px;
}
.tooltipDonate {
	display:none;
	font-size:12px;
	height:200px;
	width:240px;
	/*color:#fff;*/
	background-color: transparent;
	background-image: url(../images/tooltip.png);
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	position: absolute;
	z-index: 1000;
	text-align: left;
}
.tooltipSearch {
	display:none;
	font-size:12px;
	height:200px;
	width:240px;
	background-color: transparent;
	background-image: url(../images/tooltip.png);
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	position: absolute;
	z-index: 1000;
	text-align: left;
}
#topnavButtons {
	float: right;
}
#topnavButtons .navDiv {
	float: right;
	margin-top: 5px;
}
#topnavButtons .link-donate {
	background-color: transparent;
	background-image: url(../images/topnav/topnavButtons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 33px;
	width: 170px;/*	width: 125px;
*/
}
#topnavButtons a:hover.link-donate {
	background-position: 0px -33px;
}
#topnavButtons .link-search {
	background-color: transparent;
	background-image: url(../images/topnav/topnavButtons.png);
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	background-position: -170px 0px;
	width:110px;/*background-position: -125px 0px;
	width: 125px;
*/}
#topnavButtons a:hover.link-search {
	/*background-position: -125px -33px;*/
	background-position: -170px -33px;
}
#topnavButtons .link-facebook {
	background-color: transparent;
	background-image: url(../images/topnav/topnavButtons.png);
	background-repeat: no-repeat;
	/*background-position: -250px 0px;
		width: 125px;*/
	background-position: -280px 0px;
	width: 100px;
	height: 33px;
	display: block;
}
#topnavButtons a:hover.link-facebook {
	background-position: -280px -33px;
}
.donate-text {
	margin-left: 35px;
	margin-bottom: 10px;
}

