/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 11 November 2008 @ 17:30 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
* { margin: 0; padding: 0; }

html { font-size: 62.5%; /* about 10px if browser size is set at default (16px) */ }
body {
   padding-bottom: 40px;
   background: #FFF url('../images/bg_html.jpg') top left repeat-x;
}
   a {
		color: #002886;
		text-decoration: underline;
	}
	.content a { position: static; }
   	a:hover { text-decoration: none; }
   	a:visited { color: #655C55; }
   	a img { border: 0; }
    
h1, h2, h3, h4, h5, h6, html { font-family: "Trebuchet MS", Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif; }
   h1, h2, h3, h4, h5, h6 {
   	margin-bottom: 0.5em;
   	line-height: 1.25em;
   	font-weight: normal;
   }
   	h1 { font-size: 1.8em; color: #2F3196; }
   	h2 { font-size: 1.5em; color: #2F3196; font-weight: bold; }
   	h3 { font-size: 1.4em; color: #000; }
   	h4 { font-size: 1.2em; }
   	h5 { font-size: 1.0em; }
   	h6 { font-size: 0.9em; }
   	
   	.content p + p { margin-top: 0; }

div.hr {
	height: 1px;
	margin: 1.6em 0 1.6em 0;
	padding: 0;
	background: #8A8278 no-repeat scroll center;
}
	div.hr hr {
		display: none;
	}

object {
   display: block;
   outline: none;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: transparent url('../images/bg_body.jpg') top left no-repeat;
	min-height: 625px;
}

pre { color: #000; }

#header #topNav ul li.last a, #header #globalNav ul li.last a, #footer #footerNav ul li.last a, #header #topNav ul li.last a:visited, #header #globalNav ul li.last a:visited, #footer #footerNav ul li.last a:visited { background-image: none; }
#header ul, 
#optionsNav ul, 
#footerNav ul, 
#default #sideBar ul,
#optionsBar ul { list-style: none; }

/** Header
-------------------------- **/
/** @group header */
#header { 
   width: inherit;
   height: 143px;
}

#header #masthead a, 
#header #masthead a:visited
{
	position: absolute;
	display: block;
	background: url("../images/logo.gif") 0 0 no-repeat;
	text-indent: -10000px;
	width: 392px;
	height: 47px;
	text-decoration: none;
	overflow: hidden;
	z-index: 5;
	top: 0;
	left: 0;
}
#header #tagline a {
   position: absolute;
   background: url("../images/tagline.jpg") 0 0 no-repeat;
	text-indent: -10000px;
	width: 300px;
	height: 50px;
	text-decoration: none;
	overflow: hidden;
	z-index: 5;
	top: 72px;
	left: 662px;
}
/** @group globalNav */
#header #globalNav {
   position: absolute;
   right: 0;
   top: 24px;
   z-index: 3;
}
   #header #globalNav ul li { display: inline; }
      #header #globalNav ul li a,
      #header #globalNav ul li a:visited {
         font-size: 1.3em;
         color: #CBCDE4;
         float: left;
         padding: 0 18px;
         text-decoration: none;
         background: transparent url('../images/bg_divide-globalNav.gif') 100% 50% no-repeat;
         
      }
      #header #globalNav ul li a:hover { text-decoration: underline; }
/* @end globalNav **/
/** @group search */
#search {
   position: absolute;
   left: 43px;
   top: 70px;
	z-index: 2;
	font-size: 1.2em;
	color: #989CC9;
}
   #search input {
      width: 120px;
      height: 15px;
      background: transparent url('../images/bg_input-search.gif') top left no-repeat;
      border: 0;
      margin-left: 12px;
      padding: 2px 4px;
   }
   #search button {
      border: 0;
      background-color: transparent;
      vertical-align: bottom;
      cursor: pointer;
      cursor: hand;
   }
/* @end search **/

/** @group topNav */
#header #topNav {
   position: absolute;
   left: 35px;
   top: 102px;
	z-index: 4;
}

#header #topNav ul li { display: inline; }

#header #topNav ul li a {
	display: block;
	color: #FFF;
	padding: 8px 15px;
	float: left;
	font-size: 1.5em;
	text-decoration: none;
	background: transparent url('../images/bg_divide-topNav.gif') 100% 50% no-repeat;
	
}
   #header #topNav ul li a:hover { text-decoration: underline; }

/* @end topNav **/
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
   position: relative;
   padding: 0 15px 0 18px;
   min-height: 485px;
}
   #wrapper #contentWrapper div.title,
   #wrapper #contentWrapper h1.title {
      height: 32px;
      margin: 0;
      margin-bottom: 2px;
      width: 602px;
      float: left;
      font-size: 1.8em;
      color: #FFF; 
      padding: 5px 8px 0 8px;
   }
.content h1 { margin-top: 0.2em; }

/** @group optionsNav */
#optionsNav {
   /*position: absolute;
      top: 0;
      right: 6px;*/
   width: 330px;
   float: right;
   margin-right: -9px;
}
#optionsNav ul li { display: inline; }
   #optionsNav ul li a {
      display: block;
      float: left;
      width: 102px;
      height: 32px;
      text-indent: -10000px;
      overflow: hidden;
      margin-right: 8px;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-color: transparent;
   }
      #optionsNav ul li.give a { background-image: url('../images/btn_give.gif'); }
      #optionsNav ul li.advocate a { background-image: url('../images/btn_advocate.gif'); }
      #optionsNav ul li.volunteer a { background-image: url('../images/btn_volunteer.gif'); }
/* @end optionsNav **/
/** @group contentSlot */
#contentSlot, #default #sideBar { 
   margin: 12px;
   font-size: 1.2em;
   line-height: 1.5em;
   color: #121212;
}
   #home #contentSlot { background: #FFF url('../images/bg_contentSlot-home.gif') left top repeat-y; }
   #default #contentSlot {
      width: 738px;
      float: right;
      padding-top: 4px;
      margin: 0;
   }
      #default #contentSlot h2.up, #default #contentSlot h2.down {
         margin: -1px 0 0 0;
         padding: 0.5em 1.5em;
         padding-right: 0;
         cursor: pointer;
         cursor: hand;
         font-size: 1.3em;
         background: transparent url("../images/bg_toggle_down.gif") 3px 9px no-repeat;
         border: 1px solid #2F3196;
      }
         #default #contentSlot h2.up {
            margin: -1px 0 0 0;
            color: #FFF;
            background-color: #2F3196;
            background-image: url("../images/bg_toggle_up.gif");
         }
      #default #contentSlot .togglers blockquote { margin: 0; padding: 1.2em 1.0em; }
      
      #default #contentSlot td.content table td p, #default #contentSlot td.content td { margin: 0; padding: 0.2em; }
/** @group homeTable */
.homeTable { width: 937px; }
.homeOuterContent { padding: 0 14px; }
   .column2 blockquote {
      margin: 0;
      padding: 8px;
      background: transparent url('../images/bg_blockquote-home.jpg') left top repeat-x;
      min-height: 53px;
   }
   .column2 .date {
      width: 29px;
      padding: 10px 3px 0 0;
      min-height: 31px;
      float: left;
      clear: left;
      text-align: center;
      color: #7E83B7;
      font-weight: bold;
      background: transparent url('../images/bg_icon-date.gif') left top no-repeat;
      margin-bottom: 12px;
      margin-right: 8px;
      font-size: 1.2em;
   }
.homeTitle, strong { 
   color: #0C147B;
   font-weight: bold;
}
   .homeTitle { 
      font-size: 1.4em;
      padding-bottom: 3px;
   }
   .homeTitle, .column2 blockquote { border-bottom: 1px solid #9C9C9C; }

.column1 { width: 288px; padding-left: 0; }
.column2 { width: 287px; }
.column3 { width: 292px; }

/* resets for homeTable */
.content table.homeTable, .content table.homeTable table, .content table.homeTable blockquote, .content table.homeTable p { margin: 0;}
/* @end homeTable **/
/** @group default layout */
#default #layout { padding: 4px 8px 8px 4px; }
   #default #layout, #default h3, #default h4, #default h5, #default h6 { font-family: Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif; }
/** @group optionsBar */
#optionsBar {
   text-align: right;
   padding: 15px 20px 10px 0;
   font-size: 1.1em;
}
/* @end optionsBar **/

/* @end default layout **/
/* @end contentSlot **/
/** @group sideBar */
#default #sideBar {
   width: 209px;
   float: left;
   margin: 0;
}
/** @group sectionNav */
#sectionNav, #marginSlot {
   background: transparent url('../images/bg_sideBar-M.gif') left top repeat-y;
   margin-bottom: 25px;
}
/** @group sideNav */
#sideNav, #marginSlot .margincontent { background: transparent url('../images/bg_sideBar-B.gif') left bottom no-repeat; }

#default #sectionNav #sideNav ul.subnav,
#marginSlot h3 {
   width: 183px;
   padding: 8px 5px 10px 5px;
   background: transparent url('../images/bg_sideBar-T.gif') left top no-repeat;
}
   #sideNav ul li.lvl2 { border-bottom: 1px solid #D9DAE1; }
      #sideNav ul li.lvl2 a,
      #sideNav ul li.lvl2 a:visited {
         display: block;
         padding: 8px 25px 10px 25px;
         text-decoration: none;
         color: #333;
         background: transparent url('../images/icon_sideBar-nav.gif') 3px 50% no-repeat;
      
      }
         #sideNav ul li.lvl2 a:hover { text-decoration: underline; }
            #sideNav ul li.lvl1 ul li.last { border: 0; }
         
         #sideNav ul li.lvl2 ul { margin-top: -8px; }
         #sideNav ul li.lvl2 ul li.lvl3 a,
         #sideNav ul li.lvl2 ul li.lvl3 a:visited {
            background-image: url('../images/icon_sideBar-nav-lvl3.gif');
            background-position: 17px 50%;
            padding: 4px 37px;
            padding-bottom: 6px;
         }
/* @end sideNav **/
/* @end sectionNav **/
/** @group marginSlot */
#marginSlot, #donate_online, #e-news_signup { margin: 20px 0; }
#marginSlot h3 {
   width: 173px;
   margin: 0;
   padding: 0 10px;
   padding-top: 8px;
   color: #2F3196;
   font-size: 1.2em;
}
#marginSlot blockquote {
   margin: 5px;
   padding: 5px 10px;
   padding-bottom: 20px;
   border-top: 1px solid #2F3196;
   width: 162px;
}
/*#marginSlot {
   width: 250px;
   float: right;
   clear: right;
}*/
/* @end marginSlot **/

/* @end sideBar **/
/* @end contentWrapper **/


/** @group tool-tip */
.tip-title      { background: url("../images/bubble.png") top left; font-weight: bold; font-size: 11px; margin: 0; color: #9FD4FF; padding: 5px 5px 0px; width:145px; }  
.tip-text       { background: url("../images/bubble.png") bottom right; color:#000; padding: 1px 5px 5px; font-size: 11px; color: #FFF; width:145px; }  
/* @end tool-tip **/


/** Footer
-------------------------- **/
/** @group footer */
#footer {
	text-align: right;
   width: 940px;
   min-height: 40px;
   margin-top: 20px;
   margin: 0 auto;
   padding: 12px 10px;
   background: transparent url('../images/bg_footer.gif') 2px 0 no-repeat;
   font-size: 1.3em;
}
#footer, #optionsBar {
   color: #8A8795;
	line-height: 1.25em;
}
   #footer a, #optionsBar a { 
      color: #8A8795;
      text-decoration: none;
   }
      #footer a:hover, #optionsBar a:hover { text-decoration: underline; }
#footer #copyright {
   float: left;
   clear: left;
}
/** @group footerNav */
#footerNav {
   float: right;
   clear: right;
}
   #footerNav ul li { display: inline; }
   #footerNav ul li a {
      display: block;
      padding: 0 15px;
      float: left;
      background: transparent url('../images/bg_divide-footerNav.gif') 100% 50% no-repeat;
   }
/* @end footerNav **/

/* @end footer **/


/** @group formContent */
#formContent td.content label, #send_to_friend_form div.input label { font-weight: normal; }
#formContent input.input, 
#formContent textarea.textarea, 
#send_to_friend_form div.input input, 
#send_to_friend_form div.input textarea { 
   border: 1px solid #000060; 
   padding: 2px;
}
#formContent input.submit, #send_to_friend_form #submit_button button {
   background-color: #B81704;
   border: 1px solid #B81704;
   border-left-color: #FA1F07;
   border-top-color: #FA1F07;
   color: #FFF;
}


#send_to_friend_form div.input label {
   display: block;
   width: 80%;
   margin-top: 2px;
}
#send_to_friend_form #submit_button button {
   padding: 3px; margin: 2px 0; cursor: pointer; cursor: hand;
}

#send_to_friend_form div.input input {
   width: 186px;
   font-size: 8pt;
}
#send_to_friend_form div.input textarea {
   font-size: 9pt;
   width: 191px;
   height: 100px;
}
#send_to_friend_form #submit_button {
   margin-top: 8px;
}
#send_to_friend_form div.error label {
   border: 1px solid #FA0A00;
   border-bottom: 0;
   background-color: #FFE6EC;
}
   #send_to_friend_form div.error input { border-color: #FA0A00; }
/* @end formContent **/


/** Class Styles
-------------------------- **/
.hidden, .printOnly {
	display: none;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}