/*
 * 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: none;
	font-family: arial, sans-serif;
}

ol, ul {list-style: disc; padding-left: 28px;}

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: auto;}

#background {
	background: none;
}

/* typography */
#content {
	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;
}

#content ul.checklist li {
}

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

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

#wrap {
	width: auto;
	margin: 0;
	background: none;
}

#header {
	display: none;
}

#header-print {
	display: block;
}

/*
 * Top Nav + Search Box
 */
#top-nav {
	display: none;
}

#header form {
	display: none;
}


/*
 * Primary Nav
 */
#primary-nav {
	display: none;
}


#secondary-nav {
	display: none;
}

/*
 * Content Area
 */

#page-title {
	margin-bottom: 12px;
	border-bottom: 4px solid #E6E6E6;	
}

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;
	margin: 4px 0 0 0;
	color: #00678F;
}

#content #page-title p#tasks {
	display: none;
}

#content p#tasks {
	display: none;
}

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

	.body-arts-culture #left-col,
	.body-civic-participation #left-col,
	.body-healthy-families #left-col,
	.body-public-broadcasting #left-col
	{
		float: none;
	}
	
	.body-event-sponsorships #left-col,
	.body-impact-grants #left-col,
	.body-application-calendar #left-col
	{
		width: 340px;
	}
	

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

	.body-arts-culture #right-col,
	.body-civic-participation #right-col,
	.body-healthy-families #right-col,
	.body-public-broadcasting #right-col,
	.body-event-sponsorships #right-col,
	.body-impact-grants #right-col,
	.body-application-calendar #right-col,
	
	.body-resources #right-col
	{
		display: block;
	}
	
	
	.body-event-sponsorships #right-col,
	.body-impact-grants #right-col,
	.body-application-calendar #right-col
	{
		padding-left: 39px;
	}
	


.equal-cols #left-col {
	width: auto;
	float: none;
	clear: both;
}

.equal-cols #right-col {
	width: auto;
	float: none;
	clear: both;
	padding-left: 0;
	padding-top: 5px;
}

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

/*
 * Footer
 */

#footer {
	display: none;
}


/*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;
}

#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 {display: none;}
.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;
}

