/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/

/*
body {
	font-family: Palatino, Georgia, serif;
	}

h1, h2, h3, h4, h5, h6, .navigation {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	}

body {
	background-color: #ddd;
	}

.container {
	background-color: #fff;
	padding: 5em;
	border: solid 1px #bbb;
	}
*/


body {
	margin: 0;
/* 	background: url(../img/site/watermark.jpg) no-repeat bottom right #fff; */
	}

a:hover {
	color: #9cf;
	}

p	{
	color: #333;
	}

textarea, input[type='text'] {
	 font-style: italic; color: #999;
	}

.controlbar {
	margin: 0 auto;
	width: 100%;
	background: url("../img/site/control-bar-bg.png") top center repeat-x #fcfcfc; 
	border-top: solid 1px #777;
	border-bottom: solid 1px #aaa;
	}
#searchbar {
	background: url("../img/site/control-bar-bg.png") top center repeat-x #fcfcfc;
	}


/**************************************/
/*              HEADER                */
/**************************************/

div.header {
	background: url("../img/site/sfcnaiw-bg.gif") top center repeat-x #99ccff;
	height: 215px;
	width: 100%;
	}

img.header-graphic {
	margin: 0 auto;
	display: block;
	height: 216px;
	background: #99ccff;
	}



/**************************************/
/*             NAVIGATION             */
/**************************************/

ul.navigation li {
/* 	padding-bottom: 0.15em; */
	list-style-type: none;
	margin: 0;
	}

ul.navigation {
	margin: 0 auto;
	
	}

ul.navigation a {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.5em;
	color: #69c;
	}

ul.navigation a:hover {
	color: #9cf;
	}

a.currentpage {
	color: #333 !important;
	text-decoration: none;
	}

#nav-fundraising { color: #369 !important;}




/**************************************/
/*            MAIN CONTENT            */
/**************************************/


.fineprint {
	}

h1 {
	margin-left: -10000px;
	float: left;
	}


h2 {
	color: #69c;
	margin-bottom: 2em;
	font-weight: normal;
	font-size: 2em;
	}	

.description {
	font-size: 1.25em;
	}



/**************************************/
/*               IMAGES               */
/**************************************/


.thumbnail {
	float: left;
	margin: 0 3em 1em 0;
	padding: 1em;	
	}

.right { float: right; }



/**************************************/
/*               FOOTER               */
/**************************************/


span.tagline {
	float: right;
	color: #999;
	}
span.tagline a {
	text-decoration: none;
	font-weight: bold;
	}







/**************************************/
/*               SEARCH               */
/**************************************/

#searchbar {
	background-color: #fcfcfc;
/* 	border: solid 1px #dcdcdc; */
	padding: 0.5em 0.5em;
	text-align: left;
	}

#searchbar form {
	margin: 0 0 0.25em 0;
	}

#searchbar form input#textfield {
	height: 2em;
	background-color: #fcfcfc;
	}

#searchbar form input#textfield:hover {
	height: 2em;
	background-color: #fff;
	}




/**************************************/
/*               TABLES               */
/**************************************/

.zebra thead {
	font-size: large;
	}


.highlight		{ background:transparent; }
.even			{ background:#fff; }
.mo			{ background:#e3f1fb; }
.odd			{ background:#f9f9f9; }
.zebra th		{ padding:5px; background: url("../img/site/table-bg.png") repeat-x center center #9cf; color: #fff; border-bottom:1px solid #999; text-align:left; font-weight:bold; }
.zebra td		{ padding:5px 20px 5px 5px; border-bottom:1px solid #ddd; }






/**************************************/
/*               G-I BANNERS          */
/**************************************/

.get-involved {
	color: #fff;
	font-size: 28px;
	background: #ffffff url("../img/site/get-involved-banner.png") no-repeat top left;
	width: 550px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	padding-top: 24px;
	}

.get-involved p {
	width: 333px;
	float: right;
	}





/**************************************/
/*               SIGN-UP BOX          */
/**************************************/

#signup-header {background: url("../img/site/bg-signup-header.jpg") bottom center repeat-x #6699cc;}
#signup-header h3 {margin:0; color: #fff;}
#signup-footer {background: url("../img/site/control-bar-bg.png") top center repeat-x #fcfcfc; text-align: right;}





/**************************************/
/*               THANK YOU MSG        */
/**************************************/


div#thankyou {
	width: 500px;
	height: 400px;
	margin: 0 auto;
	display: block;
	padding: 3em;
	}

#thankyou p {font-size: 1.5em;}






/**************************************/
/*               GLOSSARY             */
/**************************************/

.GlossaryLetterHeading {border-bottom: solid 1px; border-top: solid 1px; text-align: center; padding: 1em 0;}
.GlossaryLetterIndex {text-align: center;}






dl {
	margin-bottom: 1em;
	border-bottom: dashed 1px #ccc;
	}



