/* !Normalize Browsers */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6
{ font-size: 100%; }

/* Removes list-style from lists */
ol,ul,dl
{ list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes border spacing from tables */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset,img
{ border: 0; }

/* Left-aligns text in caption and th */
caption,th
{ text-align: left; }

/* Removes quotation marks from q */
q:before,q:after
{ content: ''; }

/* !Page structure */

html {
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
	background: #140d08 url(../images/banners/banner.jpg) 0 36px no-repeat;
	text-align: center;
}

img {
	border: 0;
}

* { 
	outline: 0;	
}

body {
	position: absolute;
	width: 1058px;
	height: 100%;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%;
	text-align: left;
}

div#fixHeight {
	position: absolute;
	top: 0;
	left: 0;
	width: 984px;
	height: auto;
	min-height: 655px;	
}

div#container {
	margin: 0;
	width: 1058px;
	height: auto;	
	background: transparent url(../images/other/edge.jpg) right top repeat-y;
}

div#content_area {
	position: relative;
	margin: 36px 0 0 0;
	width: 984px;
	height: auto;
	min-height: 353px;
}

div#content {
	position: relative;
	height: 100%;
	min-height: 353px;	
	margin-top: 302px;	
	padding: 0 20px 0;
	font-size: 1.4em;
	color: #fff;
}

div#col_full {
	position: relative;
	width: 100%;
	height: auto;
	padding: 1px 0 0 0;
}

div#col_2Rv1 {
	position: relative;
	width: 371px;
	height: auto;
	float: right;
	clear: left;
}

div#col_2Lv1 {
	position: relative;
	width: 607px;
	height: auto;
}

/* Move off screen, but available, for accessibility purposes */

.offScreen {
	position: absolute;
	text-indent: -9999px;
}

/* !Misc */

h1 { font-size: 1.71em; color: #806a41; }
h2 { font-size: 1.43em; color: #806a41; margin-bottom: .5em; }
h3 { font-size: 1.29em; color: #806a41; margin-bottom: .5em; }
h4 { font-size: 1.14em; color: #806a41; }

h1#pageTitle {
	margin-top: 44px;
	margin-bottom: 1.25em;
	font-weight: normal;
}

.strong, strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.em, em {
	font-style: italic;
}

p {
	margin-bottom: 1em;
}

p.quotation {
	font-size: 1.14em;
	color: #dbcaa1;
}

p.quotation cite {
	display: block;
	font-size: .875em;
	color: #fff;
}

ul {
	margin-bottom: 1em;
}

/* !Nav Top & Bottom */

ul#navMain {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../images/bg/topmenubg.jpg) top left repeat-x;		
}

ul#navSub {
	position: absolute;
	top: 266px;
	left: 0;
	background: transparent url(../images/bg/menu2bg.jpg) left top repeat-x;
}

ul#navMain,
ul#navSub {
	width: 100%;
	height: 36px;		
}

ul#navMain li,
ul#navSub li {
	display: inline;
	float: left;
}

ul#navMain li a:link,
ul#navMain li a:visited,
ul#navMain li a:active,
ul#navSub li a:link,
ul#navSub li a:visited,
ul#navSub li a:active {
	display: block;
	font-size: 1.5em;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;	
}

ul#navMain li a {
	color: #bbaea1;
	padding: 10px 25px;
}

ul#navSub li a {
	color: #77695e;
	padding: 10px 35px;
}

ul#navMain li a:focus,
ul#navMain li a:hover,
ul#navSub li a:focus,
ul#navSub li a:hover {
	color: #fff;
}

ul#navMain li#homeLink {
	position: absolute;
	top: 43px;
	left: 35px;
}

ul#navMain li#homeLink a {
	width: 200px;
	height: 200px; 
}

body#index ul#navMain li#homeLink {
	visibility: hidden;
}

/* !Nav Footer */

ul#navSiteInfo {
	position: relative;
	margin: 0;
	padding: 0;
	width: 1004px;
	height: 46px;
	margin-top: 0;
	background: transparent url(../images/bg/footerbg.jpg) left top repeat-x;
}

ul#navSiteInfo li {
	display: inline;
	float: left;
	margin: 14px 0 0 10px;
	font-family: "Century Gothic", "Times New Roman", Times, serif;
	font-size: 1em;
	color: #ece0c7;
}

ul#navSiteInfo li a {
	color: #b8a170;
	text-decoration: none;
}

ul#navSiteInfo li a:hover {
	color: #fff;
}

/* !Page Styles */

ul.boardList {
	float: left;
	padding-right: 2em;
}

div#boardOther {
	float: right;
}

ul.boardList li,
ul#exOfficioList li,
ul#staffList li,
ul#linksList li,
dl.fundsList dd,
ul.grantsList li {
	margin-bottom: 1em;
}

ul.boardList li span.title {
	font-size: 1.2em;
	font-style: italic;
}

ul#linksList li a {
	display: block;
}

dl.fundsList dt {
	font-size: 1.2em;
}

dl.fundsList dd {
	color: #f0e8d8;
}

ul.grantsList li {
	color: #f0e8d8;
}

ul.grantsList li span {
	font-weight: bold;
	color: #fff;
}

img.donorPhoto,
img.fundsPhoto,
img#staffPhoto,
img.grantsPhoto {
	float: right;
	margin: 0 0 1em 1em;
}

p.giftInfo {
	padding: 5px;
	border: 1px solid #80693e;
	background: #e2d2b2;
	color: #170000;
}

p.giftInfo a:link,
p.giftInfo a:visited,
p.giftInfo a:active {
	color: #000;
}

p.giftInfo a:focus,
p.giftInfo a:hover {
	text-decoration: none;
}

/* !Link Styling */

a:link, a:visited, a:active {
	color: #e2d2b2;
	text-decoration: underline;
}

a:focus, a:hover {
	color: #fff;
	text-decoration: underline;
}