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

@import "/styles/reset";

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

html { background: url(/page/-/images/bg-html.png) repeat-y 800px 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; }

#top { height: 97px; }

 #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: 540px;
	float: left;
}


#footer { 
	width: 540px;
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #406ca0;
	color: #000;
	font-size: 10px;
}

#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
-------------------------------- */

#btn-contribute {
	width: 174px;
	height: 42px;
	float: right;
	background: url(/page/-/images/btn-contribute.png) no-repeat 0 0;
	text-indent: -100em;
	overflow: hidden;
}

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

#nav li { 
	position: relative;
	float: left;
	padding: 4px 7px;
}

#nav li a {
	display: block;
	padding: 2px 6px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
        vertical-align: middle;
}


#nav li a.active,
#nav li a:hover { color: #003b80; background: #BCD1E4; }

#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;
	float: none;
	display: block;
	border-bottom: 1px solid #003b80;
	background: #003b80;
        z-index: 10000;
}

#nav li ul li a {
	font-weight: normal;
	text-transform: none;
	display: inline;
	text-align: left;
        z-index: 10000;
}

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

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

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

}

#side-nav #action-mod li {
	display: block;
	width: 225px;
	height: 45px;
	padding: 5px 0;

}

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

#side-nav #action-mod .action-1 a { background: url(/page/-/images/action-1-over.gif) no-repeat 0 0; }
#side-nav #action-mod .action-2 a { background: url(/page/-/images/action-2-over.gif) no-repeat 0 0; }
#side-nav #action-mod .action-3 a { background: url(/page/-/images/action-3-over.gif) no-repeat 0 0; }
#side-nav #action-mod .action-4 a { background: url(/page/-/images/action-4-over.gif) no-repeat 0 0; }
#side-nav #action-mod .action-5 a { background: url(/page/-/images/action-5-over.gif) 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 48px;
	padding: 30px 10px 10px;
	background: #eaeaea url(/page/-/images/bg-search.png) no-repeat 10px 10px;
}

#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 48px;
	padding: 10px;
	background: #eaeaea;
	overflow: hidden;
}


#connected-mod h4 {
	height: 20px;
	background: #eaeaea url(/page/-/images/bg-connected.png) no-repeat 0 0;
	text-indent: -100em;
	overflow: hidden;
}

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

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

#flickr-mod h4 {
	height: 20px;
	background: #eaeaea url(/page/-/images/bg-flickr.png) no-repeat 0 0;
	text-indent: -100em;
	overflow: hidden;
}

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

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

#blogroll-mod h4 {
	height: 20px;
	background: #eaeaea url(/page/-/images/bg-blogroll.png) no-repeat 0 0;
	text-indent: -100em;
	overflow: hidden;
}

#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: 256px;
	float: left;
	margin: 13px 0 0 13px;
}

ul.wide{
width: auto;
}

.recent h3 {
	font-family: Arial, Helvetica, sans-serif;
	width: 256px;
	height: 25px;
	margin: 0 0 13px;
	text-indent: -100em;
	overflow: hidden;
}

.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 { background: url(/page/-/images/hd-news.png) no-repeat 0 0; }
#news-mod ul { background: url(/page/-/images/bg-news.png) repeat-x 0 0; }

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

#blog-mod h3 { background: url(/page/-/images/hd-blog.png) 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: url(/page/-/images/bg-content.png) repeat-x 0 0; padding: 10px; }

#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; }
#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:#FFFFFF none repeat scroll 0%;
        color: #003b80;
}

.blogtitle a {
	text-decoration: none;
}

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


#subpage.wide #content { 
	width: 740px; 
	padding: 0;
	margin: 15px 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 {
	padding: 4px;
	background: #dedede;
	text-align: right;
	margin-top: 300px;
}

.pagination li, .pagination a { 
	display: inline; 
	padding: 0 4px;
}

.pagination a, .pagination li { 
	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;
}