/* RESET DEFAULT BROWSER STYLES */
body, h1, h2, h3, h4, p, a, ul, ol {margin:0;padding:0;}
li {list-style-type:none;}
img {border:none;}
body {
	font-size: 0.63em; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	min-width:925px;
}
/* TEXT STYLES */
h1, h2, h3, p, a, ul, ol {font-size: 1em;}
p, a, h2 {
	line-height: 2.4em;
	letter-spacing: 0.01em;
}
a {
	color: #FF664F;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-size: 1.4em;
}
h1,h2,h3,h4,h5,h6 {
	color: #6699cc;
}
.entry ul,
.entry ol {
	padding:0 0 0 25px;
}
.entry ul li {
	list-style-type: disc;
}
.entry ol li {
	list-style-type: decimal;
}
.entry p,
.entry ul {
	margin:0 0 1em 0;
}
blockquote {
	font-style: italic;
}
/* ANCHOR STYLES */
.wrapper {
	width:925px;
	height: 725px;
	overflow:hidden;
	margin: 20px auto;
	text-align:left;
}
.page {
	height:695px;
	border: 1px solid #FF664F;
	position:relative;
}
/* Center column */
.center-column {
	position: absolute;
	width: auto;
	top: 10px;
	left: 190px;
	right: 190px;
	bottom: 10px;
	overflow:hidden;
}
.center-column-child {
	padding: 0 56px;
}
.cc-top {
	background: transparent url("images/FSHF_title.jpg") 50% 50% no-repeat;
	text-indent: -9999px;
	width: auto;
	height: 128px;
}
/* Side Columns */
.flank-column {
	width: 190px;
	position: absolute;
	top:10px;
	bottom:10px;
	overflow:hidden;
}
.left-column {
	left: 0;
	color: #003366;
}
.right-column {
	right: 0;
}
.flank-column-child {
	width: 180px;
	background: #EBEDAD;
	position: relative;
	text-align:center;
	overflow:hidden;
}
.lc-child {
	margin-left:10px;
}
.rc-child {
	margin-right: 10px;
}
.lc-top {
	height: 236px;
}
.lc-bottom {
	height: 480px;
}
.rc-top {
	height: 128px;
}
.rc-mid {
	height: 234px;
}
.rc-bottom {
	height: 289px;
}
.right-column .address {
	position: absolute;
	bottom: 0px;
	color: #003366;
	letter-spacing: -0.05em;
	z-index:10;
}
.quote {
	background: #EBEDAD url("images/quote.png") 50% 70% no-repeat;
	text-indent: -9999px;
}
/* breaks */
.flank-column-break {
	background-color: #FF664F;
}
.center-column-break {
	background-color: #EBEDAD;
}
.column-break-tall {
	width: 100%;
	height: 16px;
}
.column-break-short {
	width: 100%;
	height: 8px;
}
/* Content */
.entry,
.gallery{
	height: 422px;
	overflow: auto;
}
/* Nav */
.nav {
	display:block;
	height: 28px;
	margin: 30px 0 26px;
	padding-left: 44px;
}
.nav li {
	display:block;
	float:left;
}
.nav li a {
	display: block;
	height: 30px;
	color: #003366;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('images/FSHF_nav.gif');
	text-indent: -9999px;
}
.nav li a:hover {
	color: #FF664F;
}
.nav li.current_page_item a:hover {
	cursor:default;
}
.nav li.page-item-6 {
	width:126px;
}
.nav li.page-item-7 {
	width:114px;
}
.nav li.page-item-8 {
	width:114px;
}
.nav li.page-item-9 {
	width:66px;
}
.nav .page-item-6 a { /*Foundation*/
	background-position:center 0px;
}
.nav .page-item-7 a { /*Grants*/
	background-position:center -30px;
}
.nav .page-item-8 a { /*Contact*/
	background-position:center -90px;
}
.nav .page-item-9 a { /*FAQs*/
	background-position:center -60px;
}
.nav .page-item-6 a:hover { /*Foundation*/
	background-position:center -120px;
}
.nav .page-item-7 a:hover { /*Grants*/
	background-position:center -150px;
}
.nav .page-item-8 a:hover { /*Contact*/
	background-position:center -210px;
}
.nav .page-item-9 a:hover { /*FAQs*/
	background-position:center -180px;
}
/* Sub-nav */
.sub-nav {
	padding: 30px 0 0;
}
.sub-nav li {
	border-bottom: 1px solid #69c;
	padding:4px 0 2px;
	margin: 0 10px;
}
.sub-nav li a {
	font-weight:bold;
	color: #6699cc;
	display:block;
}
.sub-nav li a:hover {
	color: #FF664F;
}
.sub-nav li.current_page_item a {
	color: #FF664F;
}
/* Galleries */
#gallery-list-return {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}
#slideshow-link {
	color: #6699CC;
	padding-left: 56px;
}
.album-title {
	font-size: 1em;
	font-weight: bold;
}
/* Footer */
.footer {
	text-align: center;
}
.footer p,
.footer ul {
	margin: 0 20px 0 0;
}
.footer p,
.footer ul,
.footer ul li {
	display:inline;
}
.footer a,
.footer p {
	color: #003366;
}
