@import url("whitespace.css");
@import url("forms.css");
@import url("news.css");
@import url("grant-forms.css");
@import url("jquery.tabs.css");
@import url("jshowoff.css");
@import url("newswire-vertical-multi.css");
@import url("cms.css");


img {
	margin: 5px;
}
a:link, a:visited {
	color: #603913;
	text-decoration: underline;
}
a:hover, a:active {
	color: #C41230;
	text-decoration: none;
}

body {
	background: #ece9e1;
	padding: 0 0 20px;
	font-family: Arial, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
	behavior: url(/css/csshover.htc);
}
#column h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	line-height: 1.35;
	font-weight: bold;
	color: #c51230;
	background: none;
	padding: 0;
}
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 20px;
	background: #FFF;
	border: 1px solid #af9b89;
	border-top-width: 0;
	position: relative;
}
#header {
	background: url(../images/header.gif) 0 0 no-repeat;
	height: 114px;
	margin: 0;
	text-indent: -1234em;
	border-bottom: 3px solid #FFF;
}
#header a {
	display: block;
	height: 114px;
	width: 286px;
	text-decoration: none;
}
#navigation {
	height: 36px;
	vertical-align: middle;
	margin: 0;
	background: #5e4e40 url(../images/menu.gif) 0 0 no-repeat;
	list-style: none;
	position: relative;
	text-indent: -1234em;
	z-index: 1000;
}
#navigation li {
	height: 36px;
	margin: 0;
	position: absolute;
	top: 0;
}
#navigation li a {
	display: block;
	height: 36px;
	text-decoration: none;
	outline: 0;
}
#home {	display: none;}
#about {
	width: 95px;
	left: 11px;
}
li:hover#about,
#about a:hover {	background: url(../images/menu.gif) -11px -36px no-repeat;}
#priorities {
	width: 135px;
	left: 104px;
}
li:hover#priorities,
#priorities a:hover {	background: url(../images/menu.gif) -104px -36px no-repeat;}
#grants {
	width: 88px;
	left: 237px;
}
li:hover#grants,
#grants a:hover {	background: url(../images/menu.gif) -237px -36px no-repeat;}
#impact {
	width: 86px;
	left: 323px;
}
li:hover#impact,
#impact a:hover {	background: url(../images/menu.gif) -323px -36px no-repeat;}
#contribute {
	width: 115px;
	left: 407px;
}
li:hover#contribute,
#contribute a:hover {	background: url(../images/menu.gif) -407px -36px no-repeat;}
#navigation ul {	display: none;}
#navigation li:hover ul {
	display: block;
	position: absolute;
	left: -1px;
	top: 36px;
	margin: 0;
	width: 170px;
	text-indent: 0;
	list-style: none;
	background: #9C836D;
	border: 1px solid #FFF;
	padding: 0 0px;
}
#navigation ul li {
	position: relative;
	height: auto;
	border-bottom: 1px solid #FFF;
	padding: 0;
}
#navigation ul li.last {	border-width: 0; }
#navigation ul li.granteespec {	border-top: 1px solid #FFF;}
#navigation ul li a {
	height: auto;
	line-height: 1;
	padding: 8px;
	color: #FFF;
	_height: 1px;
}
#navigation ul li a:hover {
	color: #FFF;
	background: #C51230;
}
#navigation li:hover ul ul {
	position: static;
	width: auto;
	border-width: 0;
	margin: 0 0 5px;
	padding: 0 0 0 10px;
}
p#nav {
	margin: 0;
	line-height: 29px;
	vertical-align: middle;
	text-transform: lowercase;
	position: absolute;
	left: 376px;
	top: 88px;
	width: 542px;
	height: 29px;
	text-align: right;
	color: #C41230;
}
#nav a {
	color: #C41230;
	text-decoration: none;
	padding: 0 5px;
}
#nav a:hover {
	color: #5E4E40;
	text-decoration: underline;
}
#photo img {
	margin: 0;
	border-width: 0;
}
h2#breadcrumbs {
	color: #5e4e40;
	font-size: 12px;
	margin: 10px 0 15px;
	text-transform: uppercase;
	font-weight: normal;
}
#breadcrumbs a {
	text-decoration: none;
	color: #5e4e40;
}
#breadcrumbs a:hover {	color: #C41230;}
#content {
	min-height: 200px;
	_height: 200px;
	line-height: 1.5;
}
#clear {	height: 15px;}
#footer {
	color: #9b8877;
	text-align: center;
	padding: 0 10px 10px;
}
#footer p {
	margin: 5px 0;
}
#footer a {
	color: #9b8877;
	text-decoration: none;
}
#footer a:hover {
	color: #C41230;
	text-decoration: underline;
}
#links, #links a {
	color: #603913;
	padding: 0 5px;
}
p#copyright {
	margin: 10px 0;
}
p#byline {
	margin: 20px 0 0;
	text-align: right;
	font-size: 10px;
}
#byline a {	color: #CFC4A8}


/* Two Column Layout */
#twocol #content {
	float: right;
	width: 530px;
}
#twocol #column {
	width: 340px;
}

/* Two Equal Column Layout */
#fiftytwocol #content {
	float: right;
	width: 430px;
}
#fiftytwocol #column {
	width: 430px;
}
/* Five Tab */

#fivetab #content .content {
	float: right;
	width: 530px;
}
#fivetab #content .column {
	width: 320px;
}
#fivetab li.hideme {	display: none;}

/* Popup Template */
#moretemplate {
	background: #FFF;
}
#moretemplate #container {
	width: auto;
	background: #FFF url(/images/motto.jpg) 100% 0 no-repeat;
	border-width: 0;
}
#moretemplate #header {
	background: url(/images/sm-logo.jpg) 0 0 no-repeat;
	height: 78px;
}

/* Board and Staff Page */

#boardstaff h3.heading {
	background: #996666;
	color: #FFF;
	padding: 5px;
	margin: 0 3px 0px;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}
#boardstaff dt {
	display: none;
}
#boardstaff dl {
	margin: 3px 0 15px;
}
#boardstaff dd {
	float: left;
	margin: 0;
	width: 286px;
}
dd.ar {
	padding: 0 5px 0 8px;
}
dd.la {
	padding: 0 8px;
}
dd.ms {
	padding: 0 0 0 5px;
}
#boardstaff img.heading {
	margin: 0 -5px 5px;
	border-width: 0;
}
/* Intro Page */
#intropage embed,
#intropage object {margin: 0;}
/* Index Layout */
#index #content {
	float: right;
	width: 391px;
	padding-top: 20px;
}
#index #column {
	width: 489px;
	padding: 20px 0 0;
}
#findfast {
	background: url(/images/findfast-2011.jpg) 0 0 no-repeat;
	height: 208px;
	margin: 0;
	list-style: none;
	position: relative;
	text-indent: -1234em;
}
#findfast li {
	position: absolute;
	left: 11px;
	height: 35px;
	width: 369px;
	margin: 0;
}
#findfast li a {
	display: block;
	height: 35px;
	text-decoration: none;
}
#seek {top: 42px;}
#seek a:hover {background: url(/images/findfast-2011.jpg) -402px -42px no-repeat;}
#grantees {top: 82px;}
#grantees a:hover {background: url(/images/findfast-2011.jpg) -402px -82px no-repeat;}
#searchgrants {top: 122px;}
#searchgrants a:hover {background: url(/images/findfast-2011.jpg) -402px -122px no-repeat;}
#infoclear {top: 162px;}
#infoclear a:hover {background: url(/images/findfast-2011.jpg) -402px -162px no-repeat;}




#newswire {
	background: #FFF url(/images/newswirebg.gif) 0 0 repeat-y;
	border: 1px solid #C41230;
}
#newswire h6.newstitle {
	background: url(/images/recentnews.gif) 0 0 no-repeat;
	height: 28px;
	margin: 0 0 10px;
	text-indent: -1234em;
}
#newswire hr.clear {clear: left;}
#newswire a {color: #000;text-decoration: none;}
#newswire a:hover {text-decoration: underline;}
#newswire p.more a {color: #C41230;text-decoration: underline;}
#newswire p.more a:hover {text-decoration: none;}
#newswire p.more {
	margin: 3px 0;
	text-align: left;
}
#featurednews {
	float: left;
	width: 180px;
	padding: 5px 0 5px 18px;
	text-align: center;
}
#featurednews img {
	margin: 0;
	border-width: 0;
}
#featurednews h5 {
	font-size: 12px;
	text-align: left;
	margin: 5px 0 3px;
}
#featurednews h5 a {color: #000;}
.newswiretop {
	margin: 0 20px 0 225px;
}
#newswire .newswiretop h5 {
	font-weight: normal;
}
#newswire li {
	padding: 0 0 15px 0;
}
#social {
	margin: 20px 0 0;
	background: url(/images/social.jpg) -60px 0 no-repeat;
	list-style: none;
	position: relative;
	text-indent: -1234em;
	width: 489px;
	height: 32px;
}
#social li {
	position: absolute;
	height: 32px;
	top: 0;
	margin: 0;
}
#social li a {
	display: block;
	height: 30px;
	text-decoration: none;
	border-style: solid;
	border-width: 1px 0;
	border-color: #FFF;
}
#social li a:hover {
	border-color: #CCC;
}
#facebook {
	left: 222px;
	width: 55px;
}
#linkedin {
	left: 284px;
	width: 71px;
}
#youtube {
	left: 361px;
	width: 54px;
}
#flickr {
	left: 424px;
	width: 66px;
}
/* Social Media Adjustments */
#facebook, #linkedin, #youtube {background: #FFF;}
#social #facebook a, #social #linkedin a, #social #youtube a {display: none;}
#youtube {
	width: 110px;
	left: 371px;
}
#facebook {
	left: 162px;
}
#linkedin {
	left: 304px;
}
#social li#flickr {
background: url(/images/social.jpg) -424px 0 no-repeat;
left: 60px;
top: 35px;
}
#social {
	background: url(/images/social.jpg) -55px 0 no-repeat;
height: 75px;
border: 1px solid #355899;
}
#social #fb {
text-indent: 0;
width: 300px;
height: 70px;
right: 0;
background: #FFF;
padding: 0;
margin: 0;
}
#social #fb iframe {
padding: 0;
margin: 0;
}
/* End Social Media Adjustments */

#stories {
	margin: 20px 0 0;
	padding: 0 10px 10px;
	border: 1px solid #336633;
}
#stories h2.title {
	background: url(/images/stories.gif) 0 0 no-repeat;
	height: 28px;
	margin: 0 -10px 10px;
	text-indent: -1234em;
}
#homevideos {
	background: #f3e9e9;
	border: 1px solid #b8b0b0;
	padding: 20px 10px;
	color: #323131;
	text-align: center;
	margin: 20px 0 0;
}
#homevideos * {
	margin: 0 auto;
	float: none;
	height: auto;
}
#index .jw_playlist_playlist {
	display: none;
}
div.colsep {
	background: #f3e9e9;
	border: 1px solid #b8b0b0;
	padding: 7px;
	color: #323131;
}



