/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 0.875em/1.5 'Helvetica Neue', Arial, sans-serif;
	color: #000655;
}

body.default {
	font-size: 0.875em;
}

body.big {
	font-size: 1em;
}

body.bigger {
	font-size: 1.125em;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.785em;
}

h2 {
	font-size: 1.643em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.357em;
}

h5 {
	font-size: 1.214em;
}

h6 {
	font-size: 1.071em;
}

#title_section {
	margin: 0 0 10px;
	height: 58px;
	background: transparent url(../graphics/bg_title_section.jpg) 0 0 repeat-x;
	padding: 0 30px;
	color: #fff;
	font: bold 2.143em/58px 'Arial Narrow','Helvetica Neue',Arial,sans-serif;
	text-transform: uppercase;
}

.home #title_page {
	margin: 0 0 20px;
	color: #2a6ebb;
	font:bold 1.929em/1.5 'Arial Narrow','Arial','Helvetica Neue',Arial,sans-serif;
	text-transform:uppercase;
}

#title_page {
	margin: 0 0 20px;
	color: #2a6ebb;
	font:bold 1.929em/1.5 'Helvetica Neue',Arial,sans-serif;
	}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* Basic layout styles
-----------------------------------------------------------------------------*/

body {
	background: #a9c3e4 url(../graphics/bg_body.gif) center top no-repeat;
	padding: 0;
}

a:link {
	color: #97ac00;
	text-decoration: underline;
}

a:visited {
	color: #296dc0;
}

a:hover,
a:active {
	color: #00204e;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999em;
}

/* Self-clearing floats
-----------------------------------------------------------------------------*/

.clr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clr {
	display: inline-block; /* IE 7 */
}

.clr {
	display: block;
}

* html .clr {
	height: 1px; /* IE < 7 */
}

/* Header
-----------------------------------------------------------------------------*/

#header {
	position: relative;
	width: 960px;
	height: 121px;
	margin: 0 auto;
	background: transparent;
}

#logo {
	display: block;
	float: left;
	/*position: absolute;
	top: 31px;
	left: 20px;*/
	border: 0;
	padding: 31px 0 0 20px;
}

#header .contents {
	float: right;
	width: 400px;
	padding: 5px 10px 0 0;
}

#menu_ur {
	float: right;
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 18px;
}

#menu_ur ul {
list-style:none;
display:inline;
}

#menu_ur li {
	float: left;
	margin: 0;
	border-left: 1px solid #002e5f;
	padding: 0 5px;
}

#menu_ur li div.collection_item_label  {
font-weight:normal;
}

#menu_ur li.first {
	border: 0;
	padding: 0 5px 0 0;
}

#menu_ur li.resizer {
position:relative;
top:-2px;
}

#menu_ur li a:link,
#menu_ur li a:visited {
	color: #002e5f;
	text-decoration: none;
}

#menu_ur li a:hover,
#menu_ur li a:active {
	color: #000;
	text-decoration: underline;
}

#default {
	font-size: 10px;
	margin: 0 2px;
}

#big {
	font-size: 12px;
	margin: 0 2px;
}

#bigger {
	font-size: 14px;
	margin: 0 2px;
}

#search {
	float: right;
	margin: 0 0 10px;
}

#sharethis {
	float: right;
	margin: 0 0 10px;
	text-align:right;
}

/* Primary
-----------------------------------------------------------------------------*/

#primary {
	width: 960px;
	margin: 0 auto;
}

/* Main Menu
-----------------------------------------------------------------------------*/

#menu_main {
	position: relative;
	width: 940px;
	height: 45px;
	margin: 0;
	background: transparent url(../graphics/bg_menu_main.gif) 0 0 repeat;
	padding: 0 10px;
	text-align: center;
	z-index: 1000;
}

#menu_main ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu_main li {
	float: left;
	margin: 0;
}

#nav {
	width: 940px;
	height: 45px;
}

/* all list items */
#nav li {
	position: relative;
	display: inline-block;
	margin: 0;
}

/* all top level links */
#nav li a.top:link,
#nav li a.top:visited {
	display: block;
	float: left;
	height: 45px;
	padding: 0 10px;
	font: bold 14px/45px 'Arial Narrow','Helvetica Neue',Arial,sans-serif;
	line-height: 45px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

/* This hover effect is placed on the list item rather than the link
so as to the keep effect intact as the user mouses over the submenus */
#nav li:hover a.top:link,
#nav li:hover a.top:visited,
#nav li.sfhover a.top:link,
#nav li.sfhover a.top:visited {
	color: #fff;
	background: #003596;
	padding: 0 9px;
	border: 1px solid #fff;
	border-width: 0 1px;
}

/* This triggers the dropdown effect. */
#nav li:hover ul,
#nav li.sfhover ul {
	left: 0;
}

/* second-level lists */
#nav li ul {
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	position: absolute;
	z-index: 300;
	top: 45px;
	width: 160px;
	margin: 0;
	border: 1px solid #fff;
	border-width: 0 1px 1px;
	background: #003596;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

#nav li ul li {
	float: none;
	margin: 0;
	border-top: 1px solid #1855c4;
	border-bottom: 1px solid #01276c;
}

#nav li ul li.first {
	border-top: 0;
}
	
#nav li ul li.last {
	border-bottom: 0;
}
	
#nav li ul a:link,
#nav li ul a:visited {
	display: block;
	width: 160px;
	color: #c1d81e;
	text-decoration: none;
	padding: 5px 0;
}
	
#nav li ul a:hover,
#nav li ul a:active {
	border: 0;
	color: #fff;
}

/* Section Menu
-----------------------------------------------------------------------------*/

#menu_section,
#menu_section ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Georgia,serif;
}

#menu_section {
	width: 240px;
	margin: 0 auto 60px;
	font-size: 1.286em;
	line-height: 1.25;
}

#menu_section ul {
	font-size: 1.071em;
}

#menu_section li {
	margin: 0;
	border-bottom: 1px solid #e1eefc;
	padding: 0;
}

#menu_section li a:link,
#menu_section li a:visited {
	display: block;
	width: 210px;
	background: transparent url(../graphics/bg_menu_section_arrow.gif) right center no-repeat;
	padding: 10px 30px 10px 0;
	color: #296dc0;
	text-decoration: none;
}

#menu_section li a:hover,
#menu_section li a:active {
	color: #000655;
	text-decoration: none;
}

#menu_section li.here a:link,
#menu_section li.here a:visited {
	color: #000655;
	background: transparent url(../graphics/bg_menu_section_arrow_here.gif) right center no-repeat;
	text-decoration: none;
}

#menu_section li.here ul {
	padding: 0 0 10px;
}

#menu_section li.here li {
	margin: 0;
	padding: 0 0;
	background: 0;
	border: 0;
	font-size: .8em;
	font-style: italic;
}

#menu_section li.here li a:link,
#menu_section li.here li a:visited {
	width: 190px;
	padding: 5px 0 5px 20px;
	background: none;
}

  	#menu_section li.here ul li ul li a:link, #menu_section li.here ul li ul li a:visited {
  		padding-left:30px;
  		font-style:normal;
  		color:#296dc0;
  	}
  	
  	  	#menu_section li.here ul li ul li a:hover, #menu_section li.here ul li ul li a:active {
  		padding-left:30px;
  		font-style:normal;
  		color:#000655;
  	}

/* Content
-----------------------------------------------------------------------------*/

#content {
	width: 920px;
	padding: 36px 20px 20px;
	background: #fff url(../graphics/bg_content.gif) 0 0 no-repeat;
}

#masthead {
	width: 920px;
	height: 160px;
	margin: 0 0 10px;
}

#masthead img {
	display: block;
	border: 0;
}

#testimonial {
	background: #dfe0e0;
	padding: 15px;
	font: italic 1.143em/1.5 Georgia,serif;
	color: #383838;
	margin-top:15px;
}

/* Columns
-----------------------------------------------------------------------------*/

.column {
	float: left;
}

#content .columns {
	width: 920px;
	background: transparent url(../graphics/bg_columns.gif) 0 0 no-repeat;
}

body.home #content .columns {
	background: transparent url(../graphics/bg_columns_home.gif) 0 0 no-repeat;
}

#content .column_l {
	width: 300px;
	padding: 20px 0 30px;
}

#content .column_r {
	width: 560px;
	padding: 30px;
}

#footer_top .column_r,
#footer_bot .column_r {
	float: right;
}

body.home #content .column_l {
	width: 501px;
	padding: 20px 30px 0 10px;
}

body.home #content .column_r {
	width: 351px;
	padding: 25px 14px 0;
}

/* Spotlight
-----------------------------------------------------------------------------*/

#spotlight {
	position: relative;
	width: 920px;
	height: 280px;
	margin: 0;
}

body.home #spotlight .column_l {
	float: left;
	padding: 0;
	margin: 0;
	width: 543px;
	height: 280px;
	position: absolute;
}

body.home #spotlight .column_r {
	float: right;
	padding: 0;
	margin: 0;
	width: 377px;
	height: 280px;
}

#spotlight img {
	display: block;
	margin: 0;
	border: 0;
}

#spotlight_nav {
	position: absolute;
	bottom: 10px;
	left: 20px;
	z-index: 100;
}

#spotlight_nav a:link, #spotlight_nav a:visited {
background:url(../graphics/slide_button.png) top left no-repeat;
border:0px solid #E3ECD1;
display:block;
float:left;
font-size:1px;
height:20px;
line-height:1px;
margin:0 5px 0 0;
text-indent:-9999em;
width:24px;
}

#spotlight_nav a.activeSlide:link, #spotlight_nav a.activeSlide:visited {
background:url(../graphics/slide_button_current.png) top left no-repeat;
border:0px solid #FFFFFF;
}

#spotlight li {
	margin-left: 12px;
}

/* Homepage
-----------------------------------------------------------------------------*/

#news {
	width: 351px;
	margin: 0 auto;
}

#news h2 {
	margin: 0 0 15px;
	font: bold 2.143em/1 'Arial Narrow','Helvetica Neue',Arial,sans-serif;
	background: transparent url(../graphics/icon_calendar.gif) left center no-repeat;
	padding: 0 0 0 42px;
	text-transform: uppercase;
	color: #2a6ebb;
}

#news ul {
	margin: 0 0 8px;
	border-top: 1px solid #e6f4fb;
	padding: 0;
	list-style: none;
}

#news li {
	margin: 0;
	border-bottom: 1px solid #e6f4fb;
	padding: 8px 0;
}

#news li a {
	margin: 0 0 0 10px;
}

#news .news_archives {
	margin: 0 0 30px;
	text-align: right;
}

#spotlets {
	margin: 0 0 20px;
}

#spotlets ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#spotlets li {
	margin: 0 0 0 6px;
	float: left;
}

#spotlets li.first {
	margin: 0;
	float: left;
}

#spotlets img {
	display: block;
	float: left;
	margin: 0;
}

#donate {
	margin: 0 0 20px;
}

#donate img {
	display: block;
	border: 0;
}

#sign_up {
	width: 350px;
	background: #002252 url(../graphics/bg_signup_bot.gif) left bottom no-repeat;
	padding: 0 0 15px;
}

#sign_up .contents {
	width: 310px;
	background: transparent url(../graphics/bg_signup_top.jpg) 0 0 no-repeat;
	padding: 20px 20px 5px;
}

#sign_up h2 {
    color: #002252;
    font: bold 1.929em/1 'Arial Narrow','Helvetica Neue',Arial,sans-serif;
    margin: 5px 15px;
    text-align: center;
    text-transform: uppercase;
}

#sign_up form * {
	margin: 0;
	vertical-align: middle;
}

#subscribe_email {
	width: 230px;
	border: 3px solid #e4e4e4;
	padding: 3px;
}

/* Footer
-----------------------------------------------------------------------------*/

#footer_top {
	background: #002252 url(../graphics/bg_footer_top.gif) 0 0 repeat-x;
	padding: 30px;
}

#contact_info {
	margin: 0 0 15px;
	color: #fff;
	font: normal 1.071em/1.5 'Helvetica Neue',Arial,sans-serif;
}

#contact_info h4 {
	margin: 0;
	font:bold 1.929em/1.5 'Arial Narrow','Arial','Helvetica Neue',Arial,sans-serif;
	color: #2a6ebb;
	text-transform: uppercase;
}

#copyright {
	margin: 0 0 50px;
	color: #bbbcbd;
	font: normal 1.071em/1.5 'Helvetica Neue',Arial,sans-serif;
}

#footer_links {
	font-size:0.9em;
	color: #b9d300;
}

#footer_links a:link,
#footer_links a:visited {
	color: #b9d300;
	text-decoration: none;
}

#footer_links a:hover,
#footer_links a:active {
	color: #fff;
	text-decoration: none;
}

#footer_links ul {
margin-bottom:0px;
}

#footer_links ul li, #footer_links ul li div {
display:inline;
font-weight:normal;
}

#footer_links ul li {
margin-left:0px;
padding:0px 5px;
border-left:1px solid #b9d300;
}

#footer_links ul li.first {
padding-left:0px;
border:0px;
}

#footer_bot {
	background: transparent url(../graphics/bg_footer_bot.gif) 0 0 no-repeat;
	padding: 30px;
}

#social_links {
    position: relative;
    width: 238px !important;
    height: 185px;
    background: transparent url(../graphics/social_links.jpg) 0 0 no-repeat !important;
}

#social_links a:link,
#social_links a:visited {
    display: block;
    position: absolute;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999em;
}

#social_links a.carf:link,
#social_links a.carf:visited {
    top: 0;
    right: 0;
    width: 115px;
    height: 102px;
}

#social_links a.twitter:link,
#social_links a.twitter:visited {
    bottom: 0;
    left: 0;
    width: 46px;
    height: 49px;
}

#social_links a.linkedin:link,
#social_links a.linkedin:visited {
    bottom: 0;
    left: 61px;
    width: 46px;
    height: 49px;
}

#social_links a.facebook:link,
#social_links a.facebook:visited {
    bottom: 0;
    left: 123px;
    width: 46px;
    height: 49px;
}

#social_links a.youtube:link,
#social_links a.youtube:visited {
    bottom: 0;
    left: 188px;
    width: 46px;
    height: 49px;
}


.content_image_box  {
background:none;
border:0px solid #959595;
}

table.gadget tr td div {
background:none !important;
border:0px !important;
}

.collection_item_description  {
font-style:normal;
}

div#testimonial .collection_item_description  {
font-style:italic;
}

div#testimonial ul li {
margin-left:0px;
}

div#testimonial .align_image_left  {
float:left;
margin:0 15px 0 0;
}

table.calendar ul {
font-size:0.95em;
line-height:1.4em;
padding:2px 2px 2px 10px;
margin:0px;
}

table.calendar ul li {
	padding:0px 0px 5px 0px;
	margin-left:4px;
}

h5.form_title, div.form_row_submit, div.portal_login div.form_row_submit {
background:none repeat scroll 0 0 #052758;
color:#ffffff;

}

div#sign_up div.e2ma_signup_form_label {
display:none;
}

div#sign_up div.e2ma_signup_form_required_footnote {
display:none;
}

div#sign_up div.e2ma_signup_form_button_row {
float:left;
}

div#sign_up div.e2ma_signup_form_button_row input#e2ma_signup_reset_button {
display:none;
}

div#sign_up div.e2ma_signup_form_row {
float:left;
}

div#sign_up div.e2ma_signup_message {
display:none;
}



div#sign_up div.e2ma_signup_form  {
width:310px;
}

div#sign_up div.e2ma_signup_form_element input {
padding:3px;
border:solid 3px #e4e4e4;
width:230px !important;
}

div#sign_up input.e2ma_signup_form_button  {
height:25px;
width:60px !important;
}


#header .contents #menu_ur ul li {
	background:url('../graphics_content/donate.png') no-repeat top left transparent;
	width:90px;
	height:39px;
	text-indent:-9999px;
}

#header .contents #menu_ur ul li a {
	width: 88px;
	height: 35px;
	display: block;
}

#header .contents #menu_ur ul li+li, .resizer {
	background:#B9cde5;
	width:auto;
	height:30px;
	line-height:30px;
	border-left:0;
	padding:0px 8px 0 8px;
	margin-top:2px;
	text-indent:0;
}

#header .contents #menu_ur ul li+li a {
	width:auto;
	height:auto;
	display:inline;
}

#menu_ur li.resizer {
	position: relative;
	top: 0px;
	background: none;
	text-indent:0;
}

li.resizer {
	background: none !important;
	text-indent: 0 !important;
	background: #B9CDE5 !important;
	height: 30px !important;
	margin-top: 2px !important;
	width: 50px !important;
}

li.resizer a {
	display:inline !important;
}

#header {
	overflow: hidden;
}

/********************************************
 * FIREFOX FIX CODE HERE
 ********************************************/
@-moz-document url-prefix() {
	#spotlight div.column.column_l {width: 543px; position: absolute;}
}


