/* #######################
   #######################
   #######################
   ***** css reset ***** */
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;
}
/* ------------------------ */


/* #######################
   #######################
   #######################
    ***** general ***** */
body {
	font-family: Arial, sans-serif;
	font-size: 1em;
	height: 100%;
}

#container {
	position: relative;
	height: 100%;
	width: 970px;
	overflow: hidden !important;
	overflow: visible;
}

.clearer {
	clear: both;
	height: 0;
}

h3 {
	color: #00606c;
	background: transparent;
	margin: 1em 0 .3em 0;
	padding: 0;
	font-size: 1em;
}

#vertLine {
	position: absolute;
	top: 0;
	left: 744px;
	margin-top: 255px;
	margin-bottom: -255px;
	height: 100%;
	width: 213px;
	border-left: 3px solid #00606c;
	z-index: -10;
}
/* ------------------------ */


/* #######################
   #######################
   #######################
    ***** header ***** */
#header {
	position: relative;
	height: 232px;
	width: 960px;
}

#logo {
	height: 72px;
	width: 555px;
}

#tagline {
	position: absolute;
	top: 30px;
	right: 30px;
	height: 42px;
	width: 304px;
}

#littleLogo {
	position: relative;
	top: 0;
	left: 20px;
	height: 195px;
	width: 99px;
	z-index: 2;
}

#afa {
	position: absolute;
	top: 0;
	left: 0;
}

#ccofc {
	position: absolute;
	top: 65px;
	left: 76px;
}

/* hide text offscreen; it's still useful for 
useability and seo; use proper headings */
#logo h1, #tagline h2, #littleLogo h2 {
	position: absolute;
	left: -999em;
	width: 1em;
	overflow: hidden;
}
/* ------------------------ */


/* #######################
   #######################
   #######################
    ***** main ***** */
#main {
	float: left;
	display: inline;
	width: 744px;
}

/* ------------------------ */


/* #######################
    ***** carousel ***** */
#carousel {
	height: 140px;
	padding-top: 20px;
}

#left {
	height: 140px;
	width: 930px;
	overflow: hidden;
	padding: 0px;
	clear: both;
}

#left img {
	height: 140px;
	margin: 0px;
	border: 0px;
	clear: both;
}

#defaultBanner {
	padding-top: 20px;
}
/* ------------------------ */


/* #######################
    ***** page title ***** */
#main h2 {
	height: 2em;
	padding-top: .6em;
}

span#greenTitle {
	color: #00606c;
	font-size: 1em;
	text-align: center;
	background-color: #cccc00;
	padding: .6em .8em .6em .8em;
}
/* ------------------------ */


/* #######################
    ***** home page content ***** */
#content {
	float: left;
	display: inline;
	margin: .5em 0 2em 57px;
	width: 600px;
	height: 100%;
}

.contentItem {
	float: left;
	display: inline;
	width: 270px;
	height: 9em;
	margin-left: 30px;
}

.frontPageIcon {
	float: left;
	display: inline;
	height: 60px;
	width: 60px;
	padding: 16px 10px 0 0;
}

.frontPageLinkText {
	width: 200px;
	float: right;
	display: inline;
}

.contentItem h3 a {
	font-weight: bold;
	font-size: 1em;
	color: #00606c;
	text-decoration: none;
}

.contentItem h3 a:hover {
	color: #cccc00;
}

.contentItem p {
	color: #02ccff;
	font-weight: normal;
}

.contentItem .more {
	margin: .2em 0 1.2em 0;
}

.contentItem a.moreLink {
	color: #cccc00;
	text-decoration: none;
}

.contentItem a.moreLink:hover {
	color: #00606c;
}
/* ------------------------ */


/* #######################
    ***** events and programs page content ***** */
#intro {
	margin: 1.5em 0 1em 57px;
	width: 600px;
}

.blurb p {
	margin-top: 1em;
	color: #000;
}

.eventsItem {
	width: 570px;
	margin: 0;
}
/* ------------------------ */


/* #######################
   #######################
   #######################
    ***** articles ***** */
#articleContent {
	width: 600px;
	margin: 0 0 1em 0;
}

#articleContent ol {
	list-style: decimal;
	margin: 1em 0 0 2.5em;
}

#articleContent ul {
	list-style: disc;
	margin: 1em 0 0 2.5em;
}

#articleContent p {
	margin: 1em 0 0 0;
}

#articleContent a {
	color: #00606c;
	text-decoration: none;
}

#articleContent a:hover {
	color: #cccc00;
}

#return {
	margin: 1.5em 0 0 0;
}

#return a {
	color: #cccc00;
	text-decoration: none;
}

#return a:hover {
	color: #00606c;
}

#floatyImage {
	float: right;
	width: 200px;
	margin: 0 0 20px 20px;
}

#floatyCaption {
	font-size: .7em;
	margin-top: 0;
	padding-top: 0;
}

#floatyCaption p {
	margin-top: .3em;
	padding: 0;
}

#videoContainer div h5 {
	margin-bottom: 2em;
	font-weight: normal;
}

#videoContainer div p {
	margin-bottom: 1em;
}
/* ------------------------ */


/* #######################
   #######################
   #######################
    ***** nav ***** */
#nav {
	float: right;
	position: relative;
	display: inline;
	position: relative;
	width: 223px;
	padding: 15px 0 37px 0;
}
/* ------------------------ */


/* #######################
    ***** menu ***** */
#menu {
	float: right;
	display: inline;
	margin: 30px 0 0 27px;
	width: 183px;
}

#menu li {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: .8em;
}

#here {
	color: #cccc00;
}

#menu li a {
	color: #00606c;
	text-decoration: none;
}

#menu li a:hover {
	color: #cccc00;
}

#menu li a#populart {
	color: #02ccff;
	text-decoration: none;
}

#menu li a#populart:hover {
	color: #cccc00;
}
/* ------------------------ */


/* #######################
    ***** address ***** */
#address {
	float: left;
	display: inline;
	padding: 2.5em 0 0 37px;
	width: 183px;
	font-size: .7em;
	color: #00606c;
	line-height: 1.5em;
}

.accent {
	color: #02ccff;
}

.pushRight {
	margin-right: .3em;
}

#address li a.green {
	color: #00606c;
	text-decoration: none;
}

#address li a.green:hover {
	color: #02ccff;
}

#address li a.blue {
	color: #02ccff;
	text-decoration: none;
}

#address li a.blue:hover {
	color: #00606c;
}
/* ------------------------ */


/* #######################
   #######################
   #######################
    ***** footer ***** */
#footer {
	position: relative;
	width: 960px;
	height: 114px;
	border-top: 3px solid #00606c;
}

#timelineContainer {
	height: 114px;
	width: 747px;
	background-color: #00606c;
}

#funders {
	position: absolute;
	top: 0;
	left: 747px;
}

#flashcontent {
	padding-left: 17px;
}
/* ------------------------ */


/* #######################
   #######################
   #######################
    ***** archive ***** */
ul.archiveUl {
	margin-bottom: 1em;
}

ul.archiveUl li {
	margin-left: .5em;
}

ul.archiveUl li a {
	color: #00606c;
	font-size: .9em;
	text-decoration: none;
}

ul.archiveUl li a:hover {
	color: #cccc00;
}

h2.archiveH2 {
	color: #cccc00;
	margin: 0;
	font-weight: normal;
}

h3.archiveH3 {
	color: #cccc00;
	margin: 0;
	font-weight: bold;
}

ul.archiveUl li .day {
	color: #02ccff;
	font-size: .7em;
}

/* #######################
   #######################
   #######################
    ***** supporters ***** */
#logoContent {
	margin: 3em 0 2em 57px;
	width: 600px;
	height: 100%;
}

#intro p {
	margin: 20px 0 20px 0;
}

#intro p a {
	color: #00606c;
	text-decoration: none;
}

#intro p a:hover {
	color: #cccc00;
}

#logoContent ul li p {
	margin: 50px 0 15px 0;
}

#logoContent ul li {
	width: 570px;
	margin-left: 30px;
}

#logoContent ul li h3 a {
	font-weight: normal;
	font-size: 1em;
	color: #00606c;
	text-decoration: none;
}

#logoContent ul li h3 a:hover {
	color: #cccc00;
}
