/* --------------------------------
	01. YAHOO RESET LIBRARY
-------------------------------- */

@import "/styles/reset";

/* --------------------------------
	02. MAIN CONSTRUCT ELEMENTS
-------------------------------- */

html { background:url(/page/-/images/bg-html-new.png) repeat 0 0; }
body { 
	background: url(/page/-/images/bg-body.png) repeat-x 0 0; 
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif
}

#page { width: 800px; margin-left:auto; margin-right:auto; background-color:#fff; border-right:1px solid #aaa; border-left:1px solid #aaa; padding-bottom:15px;}

#top { height: 97px; width: 800px; margin-left:auto; margin-right:auto; }

#logo { 
	float: left; 
	margin: 10px 10px 0;
}

#logo img { display: block; }




#newsletter {
	width: 270px;
	height: 24px;
	float: right;
	margin: 48px 0 0;
	padding: 25px 10px 0;
	background: url(/page/-/images/bg-newsletter.png) no-repeat 0 0;
	text-align: right;
}

#newsletter legend { display: none; }


#newsletter .text { 
	position: relative;
	top: -4px;
	width: 140px;
	padding: 1px 2px;
	border: 1px solid #d7d7d7;
	color: #acacad;
	font-size: 9px;
}

#newsletter #ns-zip { width: 50px; }

#content {
	width: 565px;
        padding-right:0px;
	float: left;
}


#footer { 
	width: 800px;
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #406ca0;
	color: #000;
	font-size: 10px;
        background-color:#fff;
        margin-left:auto;
        margin-right:auto;
        border-right:1px solid #aaa; border-left:1px solid #aaa;
}

#footer a { 
	color: #000;
	text-decoration: none;
}

#footer p,
#footer ul,
#footer li { 
	display: inline; 
	padding: 0 7px;	
	}



#footer ul { padding: 0; }
#footer ul li { border-left: 1px solid #000; }


#footer address {
	display: block;
	color: #999;
}

#footer address a {
	color: #999;
	text-decoration: underline;
}

#footer address span {
	padding: 0 7px;
	border-left: 1px solid #999;
}

#footer address span.first-item { border: none; }


.aural { position: absolute; left: -1000em; }


a.more { 
	padding: 0 9px 0 0;
	color: #388ccc; 
	background: url(/page/-/images/icon-gt.png) no-repeat 100% 65%;
	text-decoration: underline;
	display: inline-block;
}

/* --------------------------------
	03. NAVIGATION ELEMENTS
-------------------------------- */

#nav {
	width: 800px;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	float: left;
	clear: both;
	height: 30px;
	margin: 0 0 13px;
	background: #003b80 url(/page/-/images/bg-nav-new.png) repeat-x top;
}

#nav li { 
	position: relative;
	float: left;
}

#nav li a {
        display:block;
	padding: 6px 9px 9px;
	font-size: 14px;
	color: #fff;
/*	font-weight: bold; */
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
        vertical-align: middle;
	background: #003b80 url(/page/-/images/bg-nav-new.png) repeat-x top;
}


/*#nav li a.active,*/
#nav li a:hover { 
     color: #003b80; 
     background: #BCD1E4 url(/page/-/images/bg-nav-new.png) repeat-x bottom;
}

#nav li.hover {  z-index: 10000; display: block; }

#nav li ul {
	display: none;
	width: 200px;
	position: absolute;
	left: 0; top: 25px;
	height: auto;
	padding: 5px 0 0;
        z-index: 10000;
}


#nav li ul li {
	position: static;
        padding:0;
        width:200px;
	float: none;
	display: block;
	border-bottom: 1px solid #5581b4;
	background: #003b80;
        z-index: 10000;
}

#nav li ul li a {
        padding:7px 0 7px 6px;
        width:194px;
	font-weight: normal;
	text-transform: none;
	display: block;
	text-align: left;
        background: #003b80;
        z-index: 10000;
}

#nav li ul li a:hover {background:#BCD1E4;}


#nav li.hover ul,
#nav li:hover ul { display: block; z-index: 10000;  }


/*
#nav #btn-contribute {
        padding-top:0px;
        padding-bottom:0px;
        float:right;
}
*/

#btn-contribute {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
        vertical-align: middle;
       font-family: Arial, Helvetica, sans-serif;

       float:right;
       padding:10px 13px 9px 13px;
       font-size: 16px;
       background: #f85d0a url(/page/-/images/bg-contribute.png) repeat-x top left;
       margin-top:-43px;
}

#btn-contribute:hover { color:#ffda6b; background: #faabab url(/page/-/images/bg-contribute.png) repeat-x bottom left; }

#side-nav {
	width: 230px;
	margin: 0 0 0 0px;
	float: right;
	background: url(/page/-/images/bg-side-nav.png) repeat-y top right;
}

#side-nav h3 {
	font-family: Arial, Helvetica, sans-serif;
        font-size:13px;
        font-weight:bold;
        text-transform:uppercase;
        margin-bottom:4px;
}

#side-nav #action-mod {
        padding: 10px 0px 10px 12px;
	background: url(/page/-/images/bg-actions-new2.png) no-repeat top right;
}

#side-nav #action-mod li {
	display: block;
	width: 211px;
	height: 42px;
	padding: 0;
        margin-left:0px;
        margin-bottom:10px;
}

#side-nav #action-mod a {
	display: block;
	width: 211px;
	height: 42px;
	text-indent: -100em;
}

#side-nav #action-mod #volunteer a { background: url(/page/-/images/btn-volunteer.png) no-repeat 0 0; }
#side-nav #action-mod #share a { background: url(/page/-/images/btn-share.png) no-repeat 0 0; }
#side-nav #action-mod #write a { background: url(/page/-/images/btn-write.png) no-repeat 0 0; }
#side-nav #action-mod #event a { background: url(/page/-/images/btn-event.png) no-repeat 0 0; }

#video-mod {
	width: 195px;
	margin: -10px 0 10px 48px;
	background: url(/page/-/images/bg-video.png) no-repeat 100% 0;
}


#search {
	width: 175px;
	margin: 0 0 10px 26px;
	padding: 10px 10px 10px;
	background: #eaeaea;
}

#search h3 {color:#002774;}

#search legend { display: none; }

#search .text { 
	position: relative;
	top: -4px;
	width: 140px;
	padding: 1px 2px;
	border: 1px solid #d7d7d7;
	color: #acacad;
	font-size: 9px;
}


#connected-mod {
	width: 175px;
	margin: 0 0 10px 26px;
	padding: 10px;
	background: #eaeaea;
	overflow: hidden;
}


#connected-mod h3 {color:#f24a00;}

#connected-mod ul li {
	width: 85px;
	height: 35px;
	float: left;
}

#flickr-mod {
	font-family: Arial, Helvetica, sans-serif;
	width: 175px;
	margin: 0 0 10px 26px;
	padding: 10px;
	background: #eaeaea;
}

#flickr-mod h3 {color:#3e75ac;}

#flickr-mod img {
	float:left;
	margin:0 0px 8px 2px;
	background:#4D76A6;
	padding:2px;
}

#youtube-mod {
	font-family: Arial, Helvetica, sans-serif;
 /*       font-weight:bold; */
	width: 180px;
	margin: 0 0 10px 26px;
	padding: 10px 5px 10px 10px;
	background: #eaeaea;
}

#primary-mod {
	font-family: Arial, Helvetica, sans-serif;
 /*       font-weight:bold; */
	width: 195px;
	margin: 0 0 5px 16px;
	padding: 0px 0px 0 10px;
}

#youtube-mod h3 {color:#3e75ac;}

#youtube-mod img {
	float:left;
	margin:0 0px 8px 2px;
	background:#4D76A6;
	padding:2px;
        width:100px;
}

#youtube-mod p {
        height:100px;
        font-size:10px;
        padding-left:7px;
        margin-right:2px;
        line-height:16px;
        overflow:hidden;
}
#youtube-mod p.more, #flickr-mod p.more {
	color: #003b80;
        height:12px;
        font-size:10px;
        padding-left:7px;
        margin-right:2px;
        line-height:10px;
	text-align: right;
        overflow:hidden;
}

#youtube-mod a:link, #flickr-mod a:link {
	color: #003b80;
	text-decoration: none;
}

#youtube-mod a:visited, #flickr-mod a:visited {
	text-decoration: none;
	color: #003b80;
}
#youtube-mod a:hover, #flickr-mod a:hover {
	text-decoration: underline;
	color: #dc642e;
}
#youtube-mod a:active, #flickr-mod a:active {
	text-decoration: none;
	color: #003b80;
}


#feedburner-mod {
	font-family: Arial, Helvetica, sans-serif;
	width: 175px;
	margin: 0 0 10px 26px;
	padding: 10px;
	background: #eaeaea;
}

#feedburner-mod h3 {color:#3e75ac;}

#blogroll-mod {
	font-family: Arial, Helvetica, sans-serif;
	width: 175px;
	margin: 0 0 10px 26px;
	padding: 10px;
	background: #eaeaea;
}

#blogroll-mod h3 {color:#3e75ac;}

#blogroll-mod a:link {
	color: #dc642e;
	text-decoration: none;
}
#blogroll-mod a:visited {
	text-decoration: none;
	color: #dc642e;
}
#blogroll-mod a:hover {
	text-decoration: underline;
	color: #003b80;
}
#blogroll-mod a:active {
	text-decoration: none;
	color: #dc642e;
}




/* --------------------------------
	04. HOMEPAGE ELEMENTS
-------------------------------- */

.recent {
	width: 268px;
	float: left;
	margin: 13px 0 0 13px;
}

ul.wide{
width: auto;
}

.recent h3 {
	font-family: Arial, Helvetica, sans-serif;
        padding-left:14px;
        padding-top:5px;
        padding-bottom:3px;
	width: 253px;
	height: 20px;
	margin: 0 0 9px;
        font-size:15px;
        font-weight:bold;
}

.recent li { 
       padding: 6px 15px; 
}

.recent a,
.recent .date, 
cite { 
	color: #388ccc; 
	text-decoration: none;
}

.recent quote a { color: #003b80; }

#blog-mod, #news-mod, #press-mod, #map-mod { float: left; }

#clear-both-mod { height: 1px; width:400px; clear: both; }

#news-mod h3 { color:#000; background: #ffd800 no-repeat 0 0; }
#news-mod ul { background: url(/page/-/images/bg-news.png) repeat-x 0 0; }

#press-mod h3 { color:#000; background: #a7c7e2 no-repeat 0 0; }
#press-mod ul { background: url(/page/-/images/bg-press.png) repeat-x 0 0; }

#blog-mod h3 { color:#fff; background: #f85d0a no-repeat 0 0; }
#blog-mod ul { background: url(/page/-/images/bg-blog.png) repeat-x 0 0; }

#map-mod { 
	margin: 0 0 0 25px;
	overflow: hidden;
}

#map-mod h3 { display: none; }

#map-mod p {
	margin: 70px 10px 10px;
	text-align: justify;
}

#map-mod .more {
	padding: 0 0 0 17px;
	color: #388ccc;
	background: url(/page/-/images/icon-laquo.png) no-repeat 0 55%;
	text-transform: uppercase;
	
	
}

#map-flash-mod {
	width: 221px;
	height: 211px;
	float: left;
}


/* --------------------------------
	04. CONTENT ELEMENTS
-------------------------------- */

#content strong { font-weight: bold; }

#content em { font-style: italic; }
.title { font-weight: bold; }

a.title { display: block; }
.left { float: left; margin: 0 15px 15px 0; }
.right { float: right; margin: 0 0 15px 15px; }


.left img,
.right img { display: block; }

.left p,
.right p { 
	width: 180px;
	padding: 2px 5px; 
	font-weight: bold;
}

.line { 
	margin-bottom: 1em;
	border-bottom: 1px solid #406ca0; 
}

#subpage #content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height:20px;
	color:#DC642E;
}

#subpage #summary { width: 500px; margin: 0; background: #fff; padding: 0px 40px 10px 15px; }

#content p, ul, li { color: #3C3C3C; }

#summary.orange p { color: #dc642e; font-family: Arial, Helvetica, sans-serif; }
#summary.blue p { color: #013b80; font-family: Arial, Helvetica, sans-serif; }
#content .white { color: #fff; }
#content .grey { color: #212832; }

#content .bg-blue { background: #013b80; }
#content .bg-orange { background: #dc642e; }

#content .enormus { line-height: 34px; font-size: 32px; padding-top:10px;}
#content .large { line-height: 28px; font-size: 26px; }
#content .great { line-height: 20px; font-size: 18px; }
#content .bigger { line-height: 20px; font-size: 18px; }
#content .big { line-height: 18px; font-size: 16px; }

#content .bold { font-weight: bold; }

#content .padding-s { padding: 5px; }
#content .padding-l { padding: 10px; }
#content .margin-s { margin: 5px 0; }
#content .margin-l { margin: 10px 0; }

#content .bg-orange .more { background-image: url(/page/-/images/icon-gt2.png) }
#content .bg-blue .more { background-image: url(/page/-/images/icon-gt3.png) }

#content a:link {
	color: #003b80;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #003b80;
}
#content a:hover {
	text-decoration: underline;
	color: #dc642e;
}
#content a:active {
	text-decoration: none;
	color: #003b80;
}

#subpage #content h4.blogtitle {
        margin:0px; 
        padding:8px 0px;
        font-weight:bold;
        font-size:24px;
        line-height:26px;
        background: none repeat scroll 0%;
        color: #003b80;
}

.blogtitle a {
	text-decoration: none;
}

#subpage #content {
	width: 500px;
	line-height: 17px;
	padding: 0 30px 0 10px;
	font-size: 13px;
}


#subpage.wide #content { 
	width: 740px; 
	padding: 0;
	margin: 10px 20px 0;
	padding: 10px;
	background: url(/page/-/images/bg-content.png) repeat-x 0 0;
}

#subpage #content p { padding-bottom: 1em; }

#subpage #content h1 { font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; font-weight:bold; font-size:32px;
line-height:34px; color:#212832; }

#subpage #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	text-transform: uppercase;
        margin:10px 0pt; 
        padding:5px;
        font-weight:normal;
        font-size:14px;
        line-height:18px;
        background:#013B80 none repeat scroll 0%;
        color: #FFFFFF;
}

#subpage #content h3 {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	text-transform: uppercase;
        margin:10px 0pt; 
        padding:5px;
        font-weight:normal;
        font-size:14px;
        line-height:18px;
        background:#BED2E3 none repeat scroll 0%;
        color: #000000;
}

#subpage #content h4 {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	text-transform: normal;
        margin: 0px; 
        padding:0px;
        font-weight:bold;
        font-size:16px;
        line-height:18px;
        background: none repeat scroll 0%;
        color: #003b80;
}

#blogentry-credit {
	padding: 10px 0;
	border-bottom: 1px solid #406ca0;
        color: #000000;
        font-size:12px;
        line-height:14px;
}

#blogentry-readmore {
	padding: 0px 0;
        color: #3C3C3C;
        font-size:12px;
        line-height:14px;
}

#pressrelease-date {
	padding: 10px 0;
        color: #000000;
        font-size:12px;
        line-height:14px;
}

.pagination {
	font: normal 10px Arial, Helvetica, sans-serif;
	padding: 4px;
	color: #003b80; 
	background: #F5F5F5; 
	text-align: right;
	margin-top: 300px;
}

.pagination li, .pagination a { 
	display: inline; 
	padding: 0 4px;
	color: #dc642e; 
	text-transform: uppercase;
	text-decoration: none;
}

blockquote { 
        color: #3C3C3C;
        background:#BED2E3 none repeat scroll 0%;
	padding: 10px;
	margin: 12px 12px;
}


#rss {
float: right;
}
.pagination a.activeSlide {
background-color: #eee;
border: 1px solid #ccc;
}

.entry { margin-bottom: 12px; border-bottom:1px solid #545454; }
.posted { font-size: 10px; color: #545454;  margin-top: 0; }

.fieldlabel, .contribheader {
	text-transform: capitalize;
	line-height:24px;
}

#content div.issue {clear:left;}

.issue-img {

    float:left;
    width:140px;
    height:105px;
    padding-right:25px;
    margin-bottom:10px;

}

#content a.issue-link:hover {text-decoration:none;}

#content a.issue-link:hover .title {
   text-decoration:underline;
   color:#dc642e;
}

#content .issue .title {color:#013b80;}

/* New material for new cycler */

#rotation {

height:260px;
background:#000;
margin-top:-5px;
width:560px;
}

#rotation img {
   width:445px;
   height:260px;
   position:absolute;
   display:none;
   margin-left:115px;
}

#rotation_links {
/*
    float:left;
    margin-left:461px;
    margin-top:-253px;
    width:97px;
    font-weight:bold;
*/
    background:#000;
    padding-left:15px;
    margin-top:-260px;
    height:250px;
    width:95px;
    padding-right:5px;
    padding-top:10px;

/*    border-top:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #ccc;*/

    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
}

#rotation_links li {
    color:#aaa;
    cursor:pointer;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #272727;
    z-index:10;
/*    border-bottom:1px solid #aaa;*/
}

#rotation_links li:hover {
     text-decoration:underline;
      color:#f9df58;
/*     color:#ffeabb; */
}

#rotation_links li.current {
/*    color:#f04600; */
/*      color:#ffeabb;*/
      color:#f9df58; 
      font-size:12px;
      font-weight:bold;
}

#rotation_links li.current:hover {text-decoration:none;}

.rotate_pointer {
   font-size:11px;
   position:absolute;
   margin-left:-10px;
   margin-top:-2px;

   color:#aaa;
}

.clearer {clear:both;}

/* New for e.g. YouTube formatting */

#content p object {margin-top:10px;}

/* New for Spanish-language toggle */

#language {
	font: bold 12px/20px Arial, sans-serif;
	color: #666666;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}