/* body
----------------------------------------------- */
body {
	font-family: Arial, "Arial MT", "MS Sans Serif", sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
        line-height: 1.4em;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	text-align: center; 
	min-width: 780px;
	}

table{border-collapse:collapse;}

.lhb {
        font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #999;
        line-height: 20px;
        text-align: justify;
}

.lhb2 {
        font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #848484;
        text-align: left;
        margin-top: 5px;
        margin-bottom: 5px
}

.lhb3 {
        font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 22px;
	color: #848484;
        text-align: left;
        margin: 0px;

}

.lhb4 {
        font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 13px;
	color: #848484;
        line-height: 18px;
        text-align: justify;
}

a { 
	color: #000000;
	text-decoration: none;
	}
a:link, a:visited  { 
	color: #000000;
	text-decoration: none;
	}
a:hover, a:active {
	color: #000000;
	text-decoration: none;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, "Times NR", Palatino, serif;
	font-size: 24px;
	font-style: normal;
	color: #003366;
	}
h2 {
	font-family: Arial, "Arial MT", "MS Sans Serif", sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	color: #003366;
	}
h3 {
	font-family: Arial, "Arial MT", "MS Sans Serif", sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #003366;
	}
h4 {
	font-family: Arial, "Arial MT", "MS Sans Serif", sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #666666;
	}
h5 {
	font-family: Arial, "Arial MT", "MS Sans Serif", sans-serif;
	font-size: 18px;
	font-style: normal;
	color: gray;
        text-align: justify;
	}

/* header_wrap
----------------------------------------------- */
#header_wrap {
	padding: 20px 0 0 0;
	background-color: #FFFFFF;
	}


/* header
----------------------------------------------- */
#header {
	margin: 0 auto;
	text-align: left;
	height:150px;
	width: 780px;
	}


/* nav_wrap
----------------------------------------------- */
#nav_wrap {
	margin: 0;
	background-color: #FFFFFF;
	}
	
	
/* globalnav
----------------------------------------------- */
/* Root = Horizontal, Secondary = Vertical */

ul#globalNav {
	margin: 0 auto;
	padding: 0;
	border: 0 none;
	float:none;
	width: 780px;
	height: 28px;
	list-style: none;
	cursor: default;
	background: url("../CSS/images/navbar/navbar.jpg");
	}

ul#globalNav li { /* all list items */
	margin: 0;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	width: 156px;
	height: 28px;
}

ul#globalNav li#learn {
	background: url("../CSS/images/navbar/learn.jpg");
}

ul#globalNav li#involve {
	background: url("../CSS/images/navbar/involve.jpg");
}

ul#globalNav li#volunteer {
	background: url("../CSS/images/navbar/volunteer.jpg");
}

ul#globalNav li#donate {
	background: url("../CSS/images/navbar/donate.jpg");
}

ul#globalNav li#contact {
	background: url("../CSS/images/navbar/contact.jpg");
}

ul#globalNav ul { /* second-level lists */
	margin: 0;
	padding: 0;
	border-top: none;
	border-right: solid 1px #0099FF;
	border-bottom: solid 1px #0099FF;
	border-left: solid 1px #0099FF;
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	color: #637F07;
	background-color: #FFFFFF;
}

ul#globalNav ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#globalNav ui li { /*second-level list elements */
	float: left; /*For IE 7 lack of compliance*/
	padding: 4px 0;
	display: block !important;
	display: inline; /*For IE*/
	border-bottom: solid .6px #666666;
	background-color: #FFFFFF;
}

/* Root Menu */
ul#globalNav a {
	border: 0 none;
	padding: 0 none;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}


/* 2nd Menu */
ul#globalNav li:hover li a,
ul#globalNav li.iehover li a {
  float: none;
  background: #FFFFFF;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#globalNav li:hover li a:hover,
ul#globalNav li:hover li:hover a,
ul#globalNav li.iehover li a:hover,
ul#globalNav li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#globalNav li:hover ul ul,
ul#globalNav li:hover ul ul ul,
ul#globalNav li.iehover ul ul,
ul#globalNav li.iehover ul ul ul {
  display: none;
}

ul#globalNav li:hover ul,
ul#globalNav ul li:hover ul,
ul#globalNav ul ul li:hover ul,
ul#globalNav li.iehover ul,
ul#globalNav ul li.iehover ul,
ul#globalNav ul ul li.iehover ul {
  display: block;
}

/* wrapper
----------------------------------------------- */
#wrapper {
	background-color: #FFFFFF;
	}


/* pageBody
----------------------------------------------- */
#pageBody {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	height: 100%;
	min-height: 100%;
	background: transparent url(./images/contentbg.jpg) repeat-y;
	}


/* content
----------------------------------------------- */
#content {
	float: left;
	width: 540px;
	margin: 0;
	padding: 20px;
	}
#content h3, #content h3 a {
	margin-top:0;
	color: #003366;
	}
#content h3 a:hover {
	color: #003366;
	}
#content ul {
	margin-left: 0;
	}
#content ul li a:hover  { 
	color:#900;
	}
#content ol {
	display:block;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#content h4 {
	font-size:1.2em;
	color:#666;
	margin-bottom:0;
	}
#content h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1em;
	line-height:1.7em;
	color:#000;
	text-transform:uppercase;
	letter-spacing:.1em;
	margin-top:0;
	}
#content p {
	margin-top:0;
	}
#content p.caption {
	font-size: 11px;
	text-align:center;
	}
#content img.position_center {
	display: block;
	margin: 20px auto;
	border: none;
	}
#content img.captioned {
    display: block;
	border: none;
    margin: 30px auto 10px;
	}
#content .float_left {
	float: left;
	border: none;
	margin: 0 20px 20px 0;
	padding: 0;
	}
#content .float_right {
	display: inline;
	float: right;
	border: none;
	margin: 0 0 20px 20px;
	padding: 0;
	}
#content a {
	text-decoration: underline;
	}
#content table {
        border: solid 1px gray;
	border-collapse: separate;
	margin: auto;
	width: 60px;
	}
#content tr {
	border: solid 1px grey;
	}
#content td {
	border: solid 1px grey;
	padding: 1px;
	border-spacing: 1px;
	}


/* sidebar
----------------------------------------------- */
#sidebar {
	float: left;
	width: 160px;
	margin: 0;
	padding: 20px 20px;
	}
#sidebar h3 {
	color: #003366;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .25em;
	margin: 0 0 .5em 0;
	}
#sidebar h4 {
	font-size:1em;
	margin:0;
	padding:0;
	margin-top:12px;
	}
#sidebar p {
	margin:0;
	padding:0;
	}
#sidebar a {
	font-weight: bold;
	}
#sidebar a:hover {
	color: #637F07;
	}
#sidebar img.thumbnail {
	display: inline;
    margin: 5px auto;
	border: none;
}


/* footer
----------------------------------------------- */
#footer {
	clear: both;
	margin: 0 auto;
	width: 780px;
	text-align: center;
	background: transparent url(./images/contentbg.jpg) repeat-y;
	}
#footer h4 {
	margin: 0;
	padding: 0;
	}
#footer h5 {
	margin: 0;
	padding: 0;
	font-family: Arial, "Arial MT", "MS Sans Serif", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	}
#footer p {
	font-size: 9px;
	}
#footer a {
	text-decoration: underline;
	}
