/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
        overflow: hidden;
	background-color: #eee1c5;
	font-size: 75%;
	line-height: 1.3em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
        padding: 5px;
        margin: 5px;
}

blockquote, q {
	quotes: none;
}

p {
	padding: 5px;
	margin: 5px;
}

#main-text ul, #main-text li {
	padding-left: 10px;
	margin-left: 10px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
h1 {
	padding: 0 5px;
	margin: 0 5px;
	padding-top: 4px;
	margin-top: 4px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-family: sans-serif;
	color: #7a6f00;
	font-size: 1.3em;
}
h2 {
	padding: 0 5px;
	margin: 0 5px;
	padding-top: 2px;
	margin-top: 2px;
	font-family: serif;
	color: #e68f1a;
}

html {
	height: 99%;
	min-height: 99%;
}

body {
	font-family: serif;
	color: #572600;
	text-align: center;
	height: 100%;
	min-height: 100%;
}

#nav a, #nav a:link, #nav a:visited, #nav a:active {
	font-size: 1.3em;
	text-decoration:none;
	color: #572600;
	font-weight: normal;
}
#nav a:hover {
	font-size: 1.3em;
	text-decoration: none;
	color: #7c7002;
	font-weight: normal;
}

#side-nav a, #side-nav a:link, #side-nav a:visited, #side-nav a:active {
	font-size: 1.2em;
	text-decoration:none;
	color: #572600;
	font-weight: normal;
}
#side-nav a:hover {
	font-size: 1.2em;
	text-decoration: none;
	color: #7c7002;
	font-weight: normal;
}

a, a:link, a:visited, a:active {
	text-decoration:none;
	color: #e68f1a;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #7c7002;
	font-weight: bold;
}

#container {
	position: relative;
	background-color: white;
	border: 2px solid #7a6f00;
	background-image:url(textBackground.jpg); background-position: bottom right; background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;
	min-width: 810px;
	width: 810px;
	margin-bottom: 5px;
	overflow: auto;
}

#main-text {
	font-size: 1.2em;
	text-align: left;
	margin-right: 180px;
	overflow: auto;
}
#side-nav {
	position: absolute;
	top: 135px;
	right: 0px;
	width: 170px;
	text-align: right;
}
.nav-item {
	padding: 10px 5px;
	border-bottom: thin solid #e68f1a;
}

#nav {
	margin: 0 auto;
	z-index: 100;
	text-align: center;
	padding: 5px 0;
	margin: 5px 0;
	min-width: 800px;
}
#nav li#nav-home, #nav li#nav-home a { display:inline; padding: 5px; z-index:100; }			
#nav li#nav-initiatives, #nav li#nav-initiatives a { display:inline; padding: 5px; z-index:100; }
#nav li#nav-events, #nav li#nav-events a { display:inline; padding: 5px; z-index:100; }
#nav li#nav-partners, #nav li#nav-partners a { display:inline; padding: 5px; z-index:100; }
#nav li#nav-success, #nav li#nav-success a { display:inline; padding: 5px; z-index:100; }
#nav li#nav-giving, #nav li#nav-giving a { display:inline; padding: 5px; z-index:100; }
#nav li#nav-contact_us, #nav li#nav-contact_us a { display:inline; padding: 5px; z-index:100; }
#nav li {
	text-align: center;
	display:inline;
	z-index:100;
	list-style-type: none;
}		
