@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fdfaf5;
	background-image: url(../images/site/back.jpg);
	background-repeat: repeat-x;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc8c32;
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
}

a:link {
	color: #9d521f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9d521f;
}
a:hover {
	text-decoration: underline;
	color: #9d521f;
}
a:active {
	text-decoration: none;
	color: #9d521f;
	}
a:focus { -moz-outline-style: none; } /* remove dotted lines in firefox */
.oneColFixCtrHdr #container {
	width: 818px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fdfaf5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #content {
	background-image: url(../images/site/container_back.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/site/header.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	height: 108px;
	width: 818px;
	padding: 0;
}

/*home hero button*/

.oneColFixCtrHdr #hero_home a {
	position: relative;
	height: 50px;
	width: 160px;
	top: 175px;
	text-decoration: none;
	display: block;
  }
  
.oneColFixCtrHdr #hero_home a i { visibility: hidden; }

a#home_hero_link {
	left: 345px;
}

/*home foot buttons*/

.oneColFixCtrHdr #footer_home a {
	position: absolute;
	height: 135px;
	width: 255px;
	top: 0px;
	text-decoration: none;
	display: block;
  }
  
.oneColFixCtrHdr #footer_home a i { visibility: hidden; }

a#footone {
	left: 15px;
}
a#foottwo {
	left: 280px;
}
a#footthree {
	left: 550px;
}



/*header home button*/

.oneColFixCtrHdr #header a {
	position: relative;
	height: 88px;
	width: 243px;
	top: 10px;
	text-decoration: none;
	display: block;
  }
  
.oneColFixCtrHdr #header a i { visibility: hidden; }

a#gohome {
	left: 35px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fdfaf5;
}
.oneColFixCtrHdr #footer {
	background-color: #fdfaf5;
	background-image: url(../images/site/foot.jpg);
	height: 89px;
	width: 818px;
	padding: 0;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer_home {
	background-color: #fdfaf5;
	background-image: url(../images/site/foot_home.jpg);
	height: 141px;
	width: 818px;
	padding: 0;
	background-repeat: no-repeat;
	position: relative;
}
.oneColFixCtrHdr #nav {
	background-image: url(../images/site/nav.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 818px;
}
/* hero images per section*/
.oneColFixCtrHdr #hero {
	background-image: url(../images/site/hero_about.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 818px;
}
.oneColFixCtrHdr #hero_home {
	background-image: url(../images/site/hero_home.jpg);
	background-repeat: no-repeat;
	height: 344px;
	width: 818px;
}
.oneColFixCtrHdr #hero_members {
	background-image: url(../images/site/hero_members.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 818px;
}
.oneColFixCtrHdr #hero_partners {
	background-image: url(../images/site/hero_partners.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 818px;
}
.oneColFixCtrHdr #hero_programs {
	background-image: url(../images/site/hero_programs.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 818px;
}
.oneColFixCtrHdr #hero_leadership {
	background-image: url(../images/site/hero_leadership.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 818px;
}
.oneColFixCtrHdr #hero_students {
	background-image: url(../images/site/hero_students.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 818px;
}
.oneColFixCtrHdr #hero_contact {
	background-image: url(../images/site/hero_contact.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 818px;
}
.oneColFixCtrHdr #hero_donate {
	background-image: url(../images/site/hero_donate.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 818px;
}
/* hero images end */
.oneColFixCtrHdr #subnav {
	background-image: url(../images/site/subnav_back.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 818px;
}
.oneColFixCtrHdr #container #subnav p {
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 40px;
}
.oneColFixCtrHdr #subnavalt { /* when there is no sub nav on the page */
	background-image: url(../images/site/subnav_back_alt.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 818px;
}
.oneColFixCtrHdr #contentleft {
	width: 538px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #cld {
	padding-left: 35px;
	padding-right: 10px;
	line-height: 20px;
}

/*nav*/	
	
#tabs {
    width: 818px; height: 35px;
    background: url(../images/site/navsprite.jpg);
    margin: 0; padding: 0;
    position: relative;}
  #tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
  #tabs li, #tabs a {
    height: 35px; text-indent: -100em; display: block;}
	

 #panel1b {left: 70px; width: 74px;}
 #panel2b {left: 144px; width: 84px;}
 #panel3b {left: 228px; width: 80px;}
 #panel4b {left: 308px; width: 86px; }
 #panel5b {left: 394px; width: 132px;}
 #panel6b {left: 526px; width: 84px;}
 #panel7b {left: 610px; width: 77px;}
 #panel8b {left: 687px; width: 68px;}
 
   #panel1b a:hover {
    background: transparent url(../images/site/navsprite.jpg)
    -70px -35px no-repeat;}
  #panel2b a:hover {
    background: transparent url(../images/site/navsprite.jpg)
    -144px -35px no-repeat;}
  #panel3b a:hover {
    background: transparent url(../images/site/navsprite.jpg)
    -228px -35px no-repeat;}
  #panel4b a:hover {
    background: transparent url(../images/site/navsprite.jpg)
    -308px -35px no-repeat;}
  #panel5b a:hover {
    background: transparent url(../images/site/navsprite.jpg)
    -394px -35px no-repeat;}
  #panel6b a:hover {
    background: transparent url(../images/site/navsprite.jpg)
    -526px -35px no-repeat;}
  #panel7b a:hover {
    background: transparent url(../images/site/navsprite.jpg)
    -610px -35px no-repeat;}
  #panel8b a:hover {
    background: transparent url(../images/site/navsprite.jpg)
    -687px -35px no-repeat;}

#ntitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc8c32;
	font-size: 14px;
	padding: 0px;
}


#ntitle a:link {
	color: #cc8c32;
	text-decoration: none;
}
#ntitle a:visited {
	text-decoration: none;
	color: #cc8c32;
}
#ntitle a:hover {
	text-decoration: underline;
	color: #cc8c32;
}
#ntitle a:active {
	text-decoration: none;
	color: #cc8c32;
	}
	
#nrmtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc8c32;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#nrmtitle a:link {
	color: #cc8c32;
	text-decoration: none;
}
#nrmtitle a:visited {
	text-decoration: none;
	color: #cc8c32;
}
#nrmtitle a:hover {
	text-decoration: underline;
	color: #cc8c32;
}
#nrmtitle a:active {
	text-decoration: none;
	color: #cc8c32;
	}
	
#maillist {
	padding-left: 25px;
	height: 134px;
	width: 250px;
	padding-top: 10px;
	background-image: url(../images/site/emailsignup.jpg);
	background-repeat: no-repeat;
}
#maillist h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc8c32;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
}

