/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2009-06-12
* --------------------------------------------------------------
**/

/** 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: 751px;
}

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,
#default.sidebar #sideBar ul,
#optionsBar ul { list-style: none; }

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

#header #masthead a, 
#header #masthead a:visited
{
	position: absolute;
	display: block;
	background: url("../images/logo.gif") 0 0 no-repeat;
	text-indent: -10000px;
	width: 162px;
	height: 110px;
	text-decoration: none;
	overflow: hidden;
	z-index: 5;
	top: 42px;
	right: 32px;
}
   #default #header #overlay { background:transparent url('../images/bg_overlay_default.png') left top no-repeat; }
#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: 66px;
	z-index: 2;
	font-size: 1.2em;
	color: #989CC9;
}
   #search input {
      width: 194px;
      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: 29px;
   top: 100px;
	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 16px 0 17px;
   min-height: 485px;
}
   #wrapper #contentWrapper #title,
   #wrapper #contentWrapper h1.title {
      height: 37px;
      margin: 0 0 2px 0;
      width: 621px;
      float: left;
      font-size: 1.8em;
      color: #FFF;
   }
   #wrapper #contentWrapper #title div {
      width: 602px;
      height: 32px;
      padding: 5px 8px 0 11px;
      background: transparent url("../images/bg_title.jpg") left top no-repeat;
   }
      #wrapper #contentWrapper #title .give,
      #wrapper #contentWrapper #title .advocate,
      #wrapper #contentWrapper #title .volunteer { width: 711px; }
         #wrapper #contentWrapper #title .give { background-image: url("../images/bg_title-give.jpg"); }
         #wrapper #contentWrapper #title .advocate { background-image: url("../images/bg_title-advocate.jpg"); }
         #wrapper #contentWrapper #title .volunteer { background-image: url("../images/bg_title-volunteer.jpg"); }
.content h1 { margin-top: 0.2em; }

/** @group optionsNav */
#optionsNav {
   min-width: 330px;
   float: right;
   margin-right: -13px;
}
   #optionsNav.enabled { min-width: 220px; }
#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'); }
      #optionsNav ul li.hidden { display: none; }
/* @end optionsNav **/
/** @group contentSlot */
#contentSlot, #default #sideBar, #default.sidebar #sideBar {
   font-size: 1.2em;
   line-height: 1.5em;
   color: #121212;
}

#hdrImg { position: relative; }
#hdrImg #img
{
   height: 277px;
   overflow: hidden;
}
   #default #hdrImg #img { width: 738px; }
   #default.sidebar #hdrImg #img { width: 532px; }
#hdrImg #overlay
{
   position: absolute;
   top: 0;
   left: 0;
   height: 277px;
}
   #default #hdrImg #overlay {
      width: 738px;
      background: transparent url('../images/bg_overlay-default.png') left top no-repeat;
   }
   #default.sidebar #hdrImg #overlay {
      width: 532px;
      background: transparent url('../images/bg_overlay-sidebar.png') left top no-repeat;
   }

#optionsBar ul li { display: inline; }
   #optionsBar ul li a {
      display: block;
      float: right;
      padding-top: 7px;
   }
   #optionsBar ul li.donate a {
      background: transparent url('../images/btn_donate.gif') top left no-repeat;
      width: 102px;
      height: 32px;
      display: block;
      text-indent: -10000px;
      overflow: hidden;
      padding: 0;
      margin-left: 8px;
   }

#default #sideBar, #default.sidebar #sideBar { margin: 12px; }
   #default #contentSlot, #default.sidebar #contentSlot, #sideBar #contentSlot {
      width: 738px;
      float: right;
      padding-top: 4px;
      margin: 0;
   }
      #contentSlot h2.up, #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;
      }
         #contentSlot h2.up {
            margin: -1px 0 0 0;
            color: #FFF;
            background-color: #2F3196;
            background-image: url("../images/bg_toggle_up.gif");
         }
            #contentSlot h2.up strong { color: #FFF; }
      #default #contentSlot .togglers blockquote { 
         margin: 0; padding: 1.2em 1.0em;
         background-color: transparent;
         border: 0;
      }
      
      #contentSlot blockquote {
         background-color: #D3E1EF;
         border: 1px solid #6F9CCB;
         padding: 15px 30px;
      }
      
      #default #contentSlot td.content table td p, #default #contentSlot td.content td,
      #default.sidebar #contentSlot td.content table td p, #default.sidebar #contentSlot td.content td { margin: 0; padding: 0.2em; }
   #home #contentSlot #homeGrid div.column {
      float: left;
      padding: 10px 1px;
      width: 234px;
   }
/** @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 0 10px 0;
   font-size: 1.1em;
}
/* @end optionsBar **/

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

#default #sectionNav #sideNav ul.subnav,
#default.sidebar #sectionNav #sideNav ul.subnav,
#marginSlot h3,
#sideBar .box h3 {
   width: 183px;
   padding: 8px 5px 10px 5px;
   background: transparent url('../images/bg_sideBar-T.gif') left top no-repeat;
}
   #marginSlot p { padding: 0.8em 0; }
   #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,
#sideBar .box h3 {
   width: 173px;
   margin: 0;
   padding: 0 10px;
   padding-top: 8px;
   color: #2F3196;
   font-size: 1.2em;
}
#marginSlot blockquote {
   display: block;
   margin: 5px;
   padding: 5px 10px;
   padding-bottom: 20px;
   border-top: 1px solid #2F3196;
   width: 162px;
}
   #default.sidebar #copy {
      width: 505px;
      float: left;
   }
   #default.sidebar #marginSlot {
      width: 196px;
      padding: 11px 0 0;
      float: right;
      background: transparent url('../images/bg_margin-T.jpg') top left no-repeat;
      margin: 0;
      overflow: hidden;
   }
   #default.sidebar #marginSlot ul {
      border-left: 1px solid #CCC;
      border-right: 1px solid #CCC;
      list-style: none;
      width: 194px;
      overflow: hidden;
      margin: -4px 0 0;
   }
   #default.sidebar #marginSlot ul li { margin: 0; }
   #default.sidebar #marginSlot ul li a {
      display: block;
      color: #666;
      text-decoration: none;
      background-color: #E3E4E7;
      border-bottom: 1px solid #CCC;
      border-collapse: collapse;
      margin: 0;
      padding: 8px 10px 8px 15px;
   }
   #default.sidebar #marginSlot ul li a:hover {
      color: #FFF;
      background-color: #74779F;
   }
   #default.sidebar #marginSlot .margincontent {
      width: 196px;
      padding-bottom: 11px;
      background: transparent url('../images/bg_margin-B.jpg') bottom left no-repeat;
   }
   #default.sidebar #marginSlot blockquote {
      padding: 5px 10px;
      margin: 0;
      width: 174px;
      border-top: none;
      border-left: 1px solid #CCC;
      border-right: 1px solid #CCC;
   }
   #default.sidebar #marginSlot h3, #default.sidebar #marginSlot h4 {
      font-size: 1.4em;
      font-weight: bold;
      background: none;
   }
/* @end marginSlot **/
/** @group constant_contact */
#sideBar .box { margin-bottom: 15px; }
#sideBar .box h3 { margin-bottom: 0.2em; }
#sideBar .box #constant_contact { padding: 0 8px 15px; }
   #sideBar .box #constant_contact table { width: 177px; }
   #sideBar .box #constant_contact div.input { padding: 0.8em 0.4em 0.4em; line-height: 1.6em; }
   #sideBar .box #constant_contact #ea { width: 118px; padding: 0.1em 0.3em; }
   #sideBar .box #constant_contact .submit_btn { padding-right: 8px; }
   #sideBar .box #constant_contact .submit {
      background-color: #2F3196;
      color: #D9DAE1;
      border: 1px solid #022960;
      padding: 0.2em 0.3em;
   }
   #sideBar .box #constant_contact_ftr { padding-right: 15px; }
/* @end constant_contact **/

/** @group addthis_toolbox */
.addthis_toolbox {
/*   padding-left: 22px;*/
   text-align: center;
}
/* @end addthis_toolbox **/

/* @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;
   border-top: 20px solid #FFF;
   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;
}