/*
 * Gill Foundation
 * Author: Vermilion
 */

/* Reset */
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, font, img, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body {
	line-height: 1;
	color: black;
	background: #fff url(../images/global/body-gradiant.png) repeat-x;
	font-family: arial, sans-serif;
}

.clearing {
	clear: both;	
}

ol, ul {list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

p.footnote {
	font: italic 11px/14px arial, sans-serif;
	color: #999;
}

.alignleft {float: left;}
.alignright {float: right;}

img.alignright {margin: 10px 0 10px 20px;}
img.alignleft {margin: 10px 20px 10px 0;}

html, body {height: 100%;}

#background {
	background: url(../images/global/back.png) center top repeat-y;
	min-height: 100%;
}

/* typography */
#content {
	overflow: hidden; height: 1%;
	min-height: 350px;
	padding-top: 15px;
	padding-bottom: 25px;
	clear: left;
	font-size: 12px;
	color: #717375;
	line-height: 17px;
}

strong {
	color: #4D4D4D;
}

p, ul, ol {
	margin: 12px 0;
}

blockquote {
	border: 2px dotted #9DAC3F;
	padding: 3px 0;
	margin: 20px 0;
	border-width: 2px 0;
	color: #9DAC3F;
}

h1, h2, h3 {
	font-size: 19px;
	line-height: 25px;
	font-weight: bold;
	color: #00678F;
}

h1 strong, h2 strong, h3 strong {
	color: #00678F;	
}

h1 {
	color: #808080;
	font-family: georgia, serif;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	line-height: 25px;	
}

h3 {
	font-size: 14px;
	line-height: 24px;	
	margin: 10px 0 10px 0;
	color: #9DAC3F;
	text-transform: uppercase;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

h4 {
	font-weight: bold;
	margin-top: 20px;
	padding: 4px 0 0 0;
	border-top: 1px dotted #ccc;
	color: #4D4D4D;	
}

ol {
	padding-left: 20px;
	list-style: decimal;
}

li {
	padding: 2px 0;
}

#content ul li {
	padding: 2px 0 2px 22px;
	background: url(../images/global/bullet.png) no-repeat 0 6px;
}

#content ul.checklist li {
	background: url(../images/global/checkbox.gif) no-repeat 3px 6px;
}

.dotted {
	border-top: 1px dotted #ccc;
}

a, a:visited {color: #9DAC3F;}
a:active {color: #DE7203;}

#wrap {
	width: 925px;
	margin: 0 auto;
	background: #fff;
}

#header {
	background: url(../images/global/header.png);
	height: 68px;
	padding-top: 24px;
}

#header h1 {
	position: absolute;
	overflow: hidden;
	text-indent: -5000px;
	top: 10px;
	margin-left: 35px;
}

#header h1 a {
	display: block;
	width: 140px;
	height: 75px;
}

#header-print {
	display: none;
}


/*
 * Top Nav + Search Box
 */
#top-nav {
	float: right;
	padding: 0 15px 0 0;
	margin: 0;
	list-style: none;
}

#top-nav li {
	float: left;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 1px solid #00c0de;
	margin-right: 5px;
	padding: 0 5px 0 0;
}

#top-nav li.last {
	border: 0;
}

#top-nav a {
	color: #fff;
	text-decoration: none;	
}

#top-nav a:hover, #top-nav a.current {
	color: #00FFFF;
}

#header form {
	width: 200px;
	float: right;
	margin: 12px 24px 0 0;
	clear: right;
	display: inline;/*ie6*/
	border: 1px solid #9dc6e2;
	background: #fff url(../images/global/search.gif) repeat-x;
}

#header input {
	float: left;
	border: 1px solid #82b4d5;
}

#header input.text {
	font-size: 11px;
	width: 167px;
	height: 13px;
	padding: 1px 3px;
	background: none;
	border: 1px solid #fff;
	color: #005590;
}

/*
 * Primary Nav ---->  CSS FOR NAV WITHOUT IMAPCT REPORT LINK
 
#primary-nav {
	background: #707274 url(../images/global/nav.png) no-repeat;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 199;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
}

#primary-nav li {
	padding: 0 14px;
	position: relative;
	display: -moz-inline-block;		
	display: inline-block;	
}

#primary-nav a {
	text-decoration: none;
	color: #fff;
	padding: 9px 11px;
	display: block;	
}

#primary-nav a span {
	color: #B2B2B2;
	position: relative;
	top: -1px;
}

#primary-nav li.current a, #primary-nav a:hover, #primary-nav li.hover a {
	color: #D9E021;
}
*/

/*
 * Primary Nav that includes 2009 CIR link
 */
#primary-nav {
	background: #707274 url(../images/global/nav.png) no-repeat;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 199;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
}

#primary-nav li {
	padding: 0 2px;
	position: relative;
	display: -moz-inline-block;		
	display: inline-block;	
}

#primary-nav a {
	text-decoration: none;
	color: #fff;
	padding: 9px 4px;
	display: block;	
}

#primary-nav a span {
	color: #B2B2B2;
	position: relative;
	top: -1px;
}

#primary-nav li.current a, #primary-nav a:hover, #primary-nav li.hover a {
	color: #D9E021;
}


/*dropdown*/

#primary-nav li ul {
	display: none;
	position: absolute;
	z-index: 999;
	background: #E6E7E8 url(../images/global/drop-down.png) repeat-x;
	border: 1px solid #9F9F9F;
	text-align: left;
	width: 175px;
	border-top: 0;
	padding: 5px 0;
	list-style: none;
	margin: 0 0 0 10px;
}

#primary-nav li li {
	padding: 0;
	float: none;
	display: block;
	background: none;
	line-height: 12px;
	border-top: 1px solid #9F9F9F;	
}

#primary-nav li li:first-child {border: 0;}

#primary-nav li li a, #primary-nav li.hover li a {
	display: block;
	padding: 5px 10px;
	color: black;
	background: none;
	font-size: 10px;
	font-weight: bold;
	color: #595959;
	font-family: arial, sans-serif;
}

#primary-nav li li a:hover {
	background: #595959;
	color: #fff;
}

#secondary-nav {
	background: #bdbebe url(../images/global/secondary.png) 0 bottom no-repeat;
	padding: 0 0 0 20px;
	border-top: 1px solid #d1d1d1;
	position: relative;
	z-index: 99;/*ie*/
	margin: 0;
	clear: both;
	list-style: none;
}

#secondary-nav li {
	padding: 0 0 0 5px;
	font-size: 10px;
	text-transform: uppercase;
	display: inline-block;
	background: url(../images/global/secondary-div.gif) 0 center no-repeat;
}

#secondary-nav li.first {background: none;}

#secondary-nav a {
	display: inline-block;
	padding: 8px 5px 9px 5px;
	font-weight: bold;
	color: #595959;
	text-decoration: none;
}

#secondary-nav a:hover, #secondary-nav li.current_page_item a, #secondary-nav li.current_page_ancestor a {color: #CE1141;}

/*
 * Content Area
 */

#page-title {
	position: relative;
	margin-bottom: 12px;
	height: 1%;/*ie6*/
	border-bottom: 4px solid #E6E6E6;	
}

#page-titleCR {
	position: relative;
	margin: 0 0 6px 0;
	height: 1%;/*ie6*/
	padding: 0 20px 0 8px;
	width: 610px;
}

#CR-left-col #page-titleCR h2 {
	display: inline-block;
	float: left;
	font: bold 24px/35px Georgia, "Times New Roman", Times, serif;
	color: #5a92ac;
	margin: 0;
	padding: 0;
}

p.email {
	background: url(../images/global/email.gif) 0 -18px no-repeat;
	padding-left: 17px;
}

p.email a {
	color: #666;
	text-decoration: none;	
}

p.email a:hover {text-decoration: underline;}

#page-title h2 {
	font: bold 24px/35px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	padding: 0 110px 0 0;
	margin: 4px 0 0 0;
	color: #00678F;
}

#content #page-title p#tasks {
	position: absolute;
	bottom: 4px;
	right: 0;
	padding-bottom: 0;
}

#content p#tasks {
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	overflow: hidden;
	height: 1%;
	padding-top: 6px;
	padding-bottom: 3px;
	height: 17px;
}

#content #page-titleCR p#tasks {
	padding-top: 12px;
}

#tasks a {
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
	margin-left: 10px;
	padding-right: 19px;
	display: block;
	float: right;
}

#tasks a#print {background: url(../images/global/print.gif) no-repeat right 0;}
#tasks a#print:hover {background-position: right -23px;}
#tasks a#email {
	padding-right: 16px;
	background: url(../images/global/email.gif) no-repeat right 3px;
}
#tasks a#email:hover {background-position: right -20px;}

#left-col {
	width: 586px;
	float: left;
	padding-bottom: 1px;
}

.body-resources #left-col {
		height: 482px;
}

#right-col {
	float: left;
	padding-bottom: 20px;
	width: 300px;
	padding-left: 39px;
}

.equal-cols #left-col {
	width: 448px;
}

.equal-cols #right-col {
	width: 445px;
	padding-left: 32px;
	padding-top: 5px;
}

#content .border {
	border-left: 1px solid #ccc;
	width: 299px;
	margin-left: 20px;
	padding: 0 0 1px 19px;
}

/*
 * Footer
 */

#footer {
	border-top: 1px solid #d8d8d6;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	padding: 5px 0 30px 0;
}

#footer .alignright {
	padding-top: 3px;
	color: #BFBFBF;
}

#footer img {
	margin: 0 4px -5px 0;
}

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

#footer a#facebook {
	color: #4E62BA; 	
	margin-right: 5px;
}
#footer a#twitter {color: #65ACCB;}

#footer a#contact {margin-left: 7px;}


/*sidebar nav*/
ul#sidebar-nav {
	list-style: none;
	padding: 0;
	margin: 13px 0 0 0;
}

#sidebar-nav a {
	color: #00678F;	
	font: bold 14px/normal 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;	
	text-decoration: none;
	display: block;
	padding: 3px 0;
}

#sidebar-nav a:hover, #sidebar-nav li.current_page_item a, #sidebar-nav li.current_page_ancestor a {
	color: #9DAC3F;
}

#content #sidebar-nav li {
	border-bottom: 4px solid #E6E6E6;
	padding: 0;
	background: none;
}

#sidebar-nav ul {
	padding: 0;
	margin: 0 0 3px 0;
	list-style: none;
}

#content #sidebar-nav li li {
	border: 0;
	border-top: 1px dotted #ccc;
}

#content #sidebar-nav li li a {
	font: 11px/13px arial, sans-serif;
	text-transform: uppercase;
	color: #808080;
	background: url(../images/global/blue-arrow.gif) no-repeat 0 6px;
	padding: 2px 0 2px 10px;
	/*height: 1%;ie6*/
}

#content ul.no-bullets li li a {
	padding-left: 0;
	background: none;
}

#content ul.no-bullets li li a span {text-transform: none;}

#sidebar-nav em {
	color: #00678F;
	font-style: normal;
	font-weight: bold;
}

#content #sidebar-nav li li a:hover, 
#content #sidebar-nav li li.current_page_item a
{color: #9DAC3F;}

#content #sidebar-nav li li.current_page_item a {font-weight: bold;}

#sidebar-nav li li.current_page_item a {
	font-weight: bold;
	background: url(../images/global/green-arrow.gif) no-repeat 0 5px;
}


/* prev/next page links */
#page-nav {margin: 18px 0;}
#page-nav a {
	float: left;
	display: block;
	height: 16px;
	width: 66px;
	text-decoration: none;
	font: bold 9px/normal 'arial black', arial, sans-serif;
	color: #9DAC3F;
	text-transform: uppercase;
	text-align: center;
	padding-top: 3px;
	margin-right: 10px;
}

#page-nav a:hover {color: #00678F;}

#page-nav #prev a {
	background: url(../images/global/prev-page.png);
}

#page-nav #next a {
	background: url(../images/global/next-page.png);
}

.caption {
	color: #88963F;
}

.caption h3 {
	font: bold 16px/18px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	text-transform: none;
	margin: 12px 0 10px 0;
}

.caption p {margin: 0;}

/* media center */
.media-downloads {
	width: 100%;
	margin: 5px 0; 	
	border-bottom: 1px dotted #ccc;	
}

.media-downloads img {
	margin: -7px 10px 0 0;
}

.media-downloads td {
	vertical-align: middle;
	padding: 13px 0 6px 0;
	border-top: 1px dotted #ccc;
}

.media-downloads a, #media-photos a {
	font-size: 9px;
	font-weight: bold;
	color: #DF7C17;
	text-decoration: none;
	text-transform: uppercase;
}

/* 2009 Community Report */

#CR-left-col {
	width: 672px;
	float: left;
	margin: 0px 0 0 3px;
	padding: 0;
}

#CR-left-col p {
	color: #848484;
	margin-left: 8px;
	width: 612px;
}

p#tasks {
	width: auto;	
}

#CR-right-col {
	width: 249px;
	margin: 0 0 0 672px;
	padding: 0;
	background: url(../images/comReport2009/2009CR_NavBG.jpg) no-repeat;
	height: 503px;
}

#CR-right-col.landing {
	background: url(../images/comReport2009/2009CR_LandingNavBG.jpg) no-repeat;
}

#page-titleCR{margin-top: 15px;}


/*
 * Community Report 2009 MENU
 */

#CR2009-nav {
	margin: 0 0 0 18px;
	padding:0;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	z-index: 199;
	list-style: none;
}

#CR2009-home-link {
	padding: 15px 0;
}

#CR2009-home-link a.CR2009-home {
	height: 100px;
	width: 248px;
	display: block;
	text-decoration: none;
	background: none;	
}

#content #CR2009-nav li {
	padding: 0;
	margin-bottom: 5px;
	position: relative;
	display: block; 
	background: none;
	font-weight: normal;
}

#content #CR2009-nav li ul {
	margin-top: 5px;
}


#CR2009-nav a {
	text-decoration: none;
	color: #5a92ac;
	padding: 9px 0 0 20px;
	margin: 0;
	display: block;	
	background: url(../images/comReport2009/blueArrow.png) 0 9px no-repeat;
}

#CR2009-nav.landing a {
	color: #fff;
	display: block;	
	background: url(../images/comReport2009/whiteArrow.png) 0 9px no-repeat;
}

#CR2009-nav li.current_page_item a, #CR2009-nav a:hover, #CR2009-nav li.hover a {
	color: #b93347;
	background: url(../images/comReport2009/redArrow.png) 0 9px no-repeat;
	padding: 9px 0 0 20px;
}

#content #CR2009-nav li li {
	font-size: 10px;
	margin: 0 0 0 20px;
}

#content #CR2009-nav li li a {
	text-decoration: none;
	color: #5a92ac;
	padding: 8px 0 0 20px;
	display: block;	
	background: url(../images/comReport2009/blueArrowSmall.png) 0 9px no-repeat;
}

#content #CR2009-nav.landing li li a {
	color: #fff;
	background: url(../images/comReport2009/whiteArrowSmall.png) 0 9px no-repeat;
}

#content #CR2009-nav li li.current_page_item a, #content #CR2009-nav li li a:hover, #content #CR2009-nav li li.hover a {
	color: #b93347;
	background: url(../images/comReport2009/redArrowSmall.png) 0 9px no-repeat;
	padding: 8px 0 0 20px;
}

/*
 * Community Report Content
 */
 
 #storyImage {
	 display: block;
	 width: 629px;
	 margin: 2px 0 20px 0;
 }
 
 #storyImage a.story-popups {
	display: block;
	margin: 0;
	padding: 0;
	width: 629px;
	height: 343px;
 }
 
 #storyImage.ouryear {
	 background: url(../images/comReport2009/2009CR_OurYear.jpg) 0 0 no-repeat;
	 height: 244px;
 }
 
 #storyImage.artsculture {
	  	background: url(../images/comReport2009/2009CR_ArtCult.jpg) 0 0 no-repeat;
	  	width: 629px;
	  	height: 343px;
 }
 #storyImage.artsculture:hover {
	  	background: url(../images/comReport2009/2009CR_ArtCult.jpg) 0 -343px no-repeat;
 }
 
 #storyImage.civicparticipation {
	  	background: url(../images/comReport2009/2009CR_CivicPart.jpg) 0 0 no-repeat;
	  	width: 629px;
	  	height: 343px;
 }
 #storyImage.civicparticipation:hover {
	  	background: url(../images/comReport2009/2009CR_CivicPart.jpg) 0 -343px no-repeat;
 }
 
 #storyImage.healthyfamilies {
	  	background: url(../images/comReport2009/2009CR_HealthFam.jpg) 0 0 no-repeat;
	  	width: 629px;
	  	height: 343px;
 }
 #storyImage.healthyfamilies:hover {
	  	background: url(../images/comReport2009/2009CR_HealthFam.jpg) 0 -343px no-repeat;
 }
 
 #storyImage.publicbroadcasting {
	  	background: url(../images/comReport2009/2009CR_PublicBroad.jpg) 0 0 no-repeat;
	  	width: 629px;
	  	height: 343px;
 }
 
  #storyImage.publicbroadcasting:hover{
  	  	background: url(../images/comReport2009/2009CR_PublicBroad.jpg) 0 -343px no-repeat;
}
 
 #storyImage.2009grants {
	  	background: url(../images/comReport2009/2009CR_PublicBroad.jpg) 0 0 no-repeat;
	 	height: 351px;
 }
 img.figures {
	margin: 15px 0 0px 0; 
 }
 
 /* h2 and h3 stuff */
 
 #CR-left-col h2{
	 margin: 20px 0 0 6px;
	 padding: 0;
	 font-size: 14px;
	 line-height: 20px;
 }

 #CR-left-col h3 {
	 margin: 0 0 0 6px;
 }
 
#CR-left-col h3.civicparticipation {
	color: #7a6a58; 
 }
 
#CR-left-col h3.artsculture {
	color: #91a13e; 
 }
 
 #CR-left-col h3.healthyfamilies {
	color: #27556b; 
 }
 
 #CR-left-col h3.publicbroadcasting {
	color: #1a978a; 
 }
 
 /* prev/next page CR 2009 links */
#page-navCR {
	float: right;
	display: block;
	margin: -8px 66px 0 0;
	width: 100px;
}
#page-navCR a {
	float: left;
	display: block;
	height: 16px;
	width: 42px;
	text-decoration: none;
	font: normal 9px/normal 'arial', arial, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	padding-top: 2px;
}

#page-navCR a:hover {
	color: #b93347;
}

#page-navCR #prev a {
	text-align: center;
	background: url(../images/comReport2009/btPrev.jpg) no-repeat;
}

#page-navCR #next a {
	background: url(../images/comReport2009/btNext.jpg) no-repeat;
	text-align: center;
}
#page-navCR p#next, #page-navCR p#prev {display: inline;}
/* factoids */
div#factoids {margin-top: 25px; margin-left: 8px;}

div#factoids td {
	padding: 0 20px 10px 0;
	width: 190px;
	height: 170px;
	margin-bottom: 10px;
}

#CR-left-col div#factoids p{
	width: 190px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Georgia;
}

#CR-left-col div#factoids h4.lighter{
	filter:alpha(opacity=70); 
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}

#CR-left-col div#factoids h4{
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: bold;
	font-size: 30px;
	margin: 2px 0 10px 0;
	padding-top: 15px;
}

#CR-left-col div#factoids.green p{color:#91a13e; }
#CR-left-col div#factoids.brown p{color: #7A6A58;}
#CR-left-col div#factoids.blue p{color: #27556B;}
#CR-left-col div#factoids.turq p{color: #18978A;}

#CR-left-col div#factoids.green h4{color:#91a13e; border-top: 1px solid #91a13e;}
#CR-left-col div#factoids.brown h4{color: #7A6A58; border-top: 1px solid #7A6A58;}
#CR-left-col div#factoids.blue h4{color: #27556B; border-top: 1px solid #27556B;}
#CR-left-col div#factoids.turq h4{color: #18978A; border-top: 1px solid #18978A;}


/*homepage flash*/
#flashy{background-color: #a1a3a0; width:669; height: 502px;}