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

/* COLORS
GREY - 6A6A6A
BLUE - 0F75BC
YELL - FFD503
LITE GREY - F0F0F0
LITE BRWN - CBAD8F
DARK GREY - 908a84
WHITE - FFF
BLACK - 000 
*/
		
body {
text-align: center;
min-width: 940px;
background-color: #FFFFFF;
margin: 0;
padding: 0;
border: 0;
font: 100%;
background-image: url(art/TILE-bg.gif);
background-position: top center;
background-repeat: repeat-x;
}

#wrapper {
clear: both;
margin: 0 auto;
padding: 20px 0 0 0;
border: 0;
background-image: url(art/TILE-BOT.gif);
background-position: top center;
background-repeat: repeat-x;
background-color: #6a6a6a;
}

#wrapper-bottom {
margin: 0 auto;
padding: 0;
border: 0;
background-image: url(art/Mountain-bg.jpg);
background-position: bottom center;
background-repeat: repeat-x;
}
		
#container {
width: 900px;
margin: 0 auto;
text-align: left;
padding: 0;
border: 0;
}

#container-sub {
width: 900px;
margin: 0 auto;
text-align: left;
padding: 0;
border: 0;
}

#navigation {
width: 900px;
height: 265px;
border: 0;
padding: 0;
margin: 0 0 35px 0;
background-image: url(art/NAV-BANNER-2.gif);
background-position: top center;
background-repeat: no-repeat;
}

#navigation img {
border: 0;
padding: 0;
margin: 0 0 10px 0;
}

#social-navigation {
position: relative;
left: 550px;
top: 0px;
padding: 0;
margin: 0 0 155px 0;
width: 344px;
height: 35px;
}

/* text global ************************** */

p {
font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
line-height: 1.6em;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
}

.title {
font-size: .7em;
line-height: 1.2em;
font-family: Arial, Helvetica, sans-serif;
letter-spacing: -.02em;
color: #e6e6e6;
font-weight: normal;
margin: 15px 0 4px 0;
padding: 0;
}

/* COLORS
GREY - 6A6A6A
BLUE - 0F75BC
YELL - FFD503
LITE GREY - F0F0F0
LITE BRWN - CBAD8F
DARK GREY - 908a84
WHITE - FFF
BLACK - 000 
*/

/* Home INTRO division structure on left hand side of the page. ************************** */

#main {
width: 600px;
float: left;
border: 0;
padding: 0;
margin: 0 0 20px 0;
}

#breadcrumbs {
display: block;
margin: 0;
padding: 0;
padding: 0px;
}

#main p {
font-size: .875em;
color: #999;
margin: 0 0 10px 20px;
padding: 0;
}

#main blockquote p {
font-size: 1.375em;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 1.375em;
text-align: center;
color: #090;
margin: 0 0 8px 0;
padding: 0;
}

#main blockquote.littleone p {
font-size: 1.1em;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 1.25em;
text-align: center;
color: #090;
margin: 0 15px 8px 15px;
padding: 0;
}

#main p.cite {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: .8em;
font-style: italic;
line-height: 1.2em;
color: #999;
margin: 0 0 15px 20px;
padding: 0;
}

#main h2 {
font-size: 1.4em;
line-height: 1.1em;
color: #0F75BC;
font-weight: normal;
margin: 30px 0 8px 20px;
padding: 0;
}

#main h3 {
font-size: 1.4em;
line-height: 1.em;
color: #090;
font-weight: normal;
margin: 25px 0 8px 20px;
padding: 0;
}

#main h2.mission {
font-size: 1.4em;
line-height: 1.1em;
color: #908a84;
font-weight: normal;
margin: 25px 0 8px 75px;
padding: 0;
}

#main img {
border: 3px solid #ccc;
margin: 8px 0 10px 0;
padding: 0px;
}

#main img.alignleft {
float: left;
margin: 8px 10px 10px 0;
}

#main img.alignright {
float: right;
margin: 8px 5px 10px 10px;
}

.main-sub {
float: left;
width: 260px;
padding: 0;
margin: 0 10px 0 20px;
border: 0;
}

.main-sub img {
float: left;
background-color: #0F75BC;
border: 1px solid #FFF;
margin: 8px 10px 0 0;
padding: 3px;
}

.main-sub p {
font-size: .75em;
color: #FFF;
margin: 5px 0 8px 0;
}

.main-sub p.newslettertext {
font-size: .9em;
line-height: 1em;
color: #FFF;
margin: 2px 0 2px 0;
padding: 0;
}

span.smaller {
font-size: 80%;
margin-right: 10px;
}

span.sm {
font-size: 80%;
}

.main-sub h2 {
display: inline;
font-size: 1.1em;
color: #FFF;
line-height: 1.375em;
margin: 0 0 25px 0;
padding: 52px 0 0 0;
border-bottom: 1px solid #FFF;
font-weight: normal;
}

.main-sub a {
color: #FFD503;
text-decoration: none;
border-bottom: 1px solid #FFD503;
margin: 0;
padding: 0;
}

.main-sub a:hover {
background-color: #FFD503;
color: #0F75BC;
}

#main a {
color: #0F75BC;
text-decoration: none;
border-bottom: 1px solid #0F75BC;
margin: 0;
padding: 0;
}

#main a:hover {
background-color: #F0F0F0;
color: #0F75BC;
}

/* Division instuctions for AUTHOR ************************** */

/* COLORS
GREY - 6A6A6A
BLUE - 0F75BC
YELL - FFD503
LITE GREY - F0F0F0
LITE BRWN - CBAD8F
DARK GREY - 908a84
WHITE - FFF
BLACK - 000 
*/

.authors {
border-top: 1px dotted #666;
position: relative;
left: 0px;
width: 600px;
padding: 15px 0 0 0;
margin: 15px 0 15px 0;
}

#main .authors p {
font-size: .825em;
line-height: 1.5em;
color: #999;
margin: 5px 0 8px 0;
padding: 0 0 0 0;
}

#main .authors h2 {
font-size: 1.2em;
line-height: 1.1em;
color: #0F75BC;
font-weight: normal;
margin: 0 0 6px 0;
padding: 0 0 0 0;
}

#main .authors h3 {
font-size: 1.1em;
line-height: 1.15em;
color: #090;
font-weight: normal;
margin: 10px 0 6px 5px;
padding: 0;
}

.individual_1 {
position: relative;
float: left;
left: 20px;
margin: 0;
padding: 12px 0 0 0;
width: 275px;
}

.individual_2 {
position: relative;
float: left;
left: 40px;
margin: 0;
padding: 12px 0 0 0;
width: 275px;
}

#main .authors img {
float: left;
border: 3px solid #0F75BC;
border-bottom: 10px solid #0F75BC;
margin: 3px 10px 3px 0;
padding: 0;
}

#main ul {
margin: 5px 0 5px 50px;
padding: 0;
list-style-type: disc;
}
		
#main ul li {
font-size: 1em;
line-height: 1.3em;
margin: 0 0 3px 0;
padding: 0px;
color: #0F75BC;
}

#main .authors ul {
margin: 5px 0 0 0;
padding: 0;
list-style-type: none;
font-style: italic;
}
		
#main .authors li a {
display: block;
text-decoration: none;
border-bottom: 1px dotted #CCC;
padding: 5px 25px 5px 5px;
font-size: 1em;
color: #0F75BC;
}

#sub a:hover {
background-color: #CCC;
color: #FFF;
}




/* Clearing a division snippet ************************** */

.clear {
clear: both;
}

.clearright {
padding: 0 21px 0 0;
clear: both;
text-align: right;
background-image: url(art/up.gif);
background-position: top right;
background-repeat: no-repeat;
}

.clearleft {
padding: 0;
clear: both;
text-align: left;
background-image: url(art/up.gif);
background-position: top left;
background-repeat: no-repeat;
}

/* COLORS
GREY - 6A6A6A
BLUE - 0F75BC
YELL - FFD503
LITE GREY - F0F0F0
LITE BRWN - CBAD8F
DARK GREY - 908a84
WHITE - FFF
BLACK - 000 
*/

/* Home PAGE division structure for SUB LINKS **************** SUB LINKS ************************** */

#sub {
width: 200px;
float: right;
border: 0;
padding: 0;
margin: 12px 50px 20px 0;
}

#sub ul {
margin: 20px 0 0 0;
padding: 0;
list-style-type: none;
}
		
#sub a {
display: block;
text-decoration: none;
border-bottom: 1px dotted #CCC;
padding: 5px 0 5px 5px;
font-size: 1.1em;
color: #0F75BC;
}

#sub a:hover {
background-color: #CCC;
color: #FFF;
}
		
li.current {
border-bottom: 1px dotted #6A6A6A;
padding: 5px 0 5px 5px;
font-size: 1.1em;
color: #FFF;
background-color: #0F75BC;
}

li.individual {
background-color: #e2f3e2;
}

#sub p {
font-size: .875em;
color: #999;
margin: 0 0 10px 0;
}

#sub .registration {
font-size: .8em;
color: #999;
margin: 5px 0 5px 0;
}

#sub h2 {
font-size: 1.2em;
line-height: 1.1em;
color: #9C9;
font-style: italic;
margin: 17px 0 4px 0;
padding: 0;
}

#sub h3 {
font-size: 1.2em;
line-height: 1.15em;
color: #0F75BC;
font-style: italic;
font-weight: normal;
margin: 5px 0 4px 0;
padding: 0;
}

#sub h4 {
font-size: 1.1em;
line-height: 1.15em;
color: #090;
font-weight: normal;
margin: 8px 0 6px 0;
padding: 0;
}

#sub a.reg {
display: block;
text-decoration: none;
border-bottom: 0px;
padding: 0 0 0 10px;
font-size: 1em;
font-style: italic;
color: #0F75BC;
margin: 10px 0 5px 0;
}

#sub a:hover.reg {
background-color: #0F75BC;
color: #FFF;
}

#sub a {
display: block;
text-decoration: none;
border-bottom: 1px dotted #CCC;
padding: 5px 0 5px 5px;
font-size: 1.1em;
color: #0F75BC;
}

#sub a:hover {
background-color: #CCC;
color: #FFF;
}

#sub a.icon {
display: inline;
text-decoration: none;
border-bottom: 0px;
padding: 0 0 0 10px;
font-size: 1em;
font-style: italic;
color: #0F75BC;
margin: 5px 0 5px 0;
}

#sub a:hover.icon {
background-color: #fff;
color: #FFF;
}


/* QUOTE AREA ************************** */

.quote {
width: 200px;
background-color: #090;
margin: 20px 0 20px 0;
padding: 10px 0 10px 0;
}

#sub .quote h3 {
font-size: 1.3em;
line-height: 1.15em;
color: #FFF;
font-style: italic;
font-weight: normal;
margin: 12px 8px 4px 12px;
padding: 0;
}

#sub .quote p {
font-size: .8em;
color: #eaeaea;
margin: 0 12px 10px 12px;
}

#sub .quote a {
display: block;
text-decoration: none;
border-bottom: 0px;
padding: 0;
font-size: 1.1em;
color: #9C9;
}

#sub .quote a:hover {
background-color: #9C9;
color: #090;
}

#nav {
  width: 865px;
  height: 35px;
  position: relative;
  left: 17px;
  background: url(art/NAV-MAIN-2.gif);
  margin: 0 0 8px 0;    
  padding: 0;
}
#nav li {
  float: left;
  list-style-type: none;
}
#nav li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 35px;
  background: url(art/NAV-MAIN-2.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}



/* navigation position

hom	0	62
our	62	88
hel	150	175
cou	325	102
sem	427	86
old	513	152
hum	665	200
************************** */

li#nav_hom a {
  left: 0;
  width: 62px;
  background-position: 0 0;
}
li#nav_our a {
  left: 62px;
  width: 88px;
  background-position: -62px 0;
}
li#nav_hel a {
  left: 150px;
  width: 175px;
  background-position: -150px 0;
}
li#nav_cou a {
  left: 325px;
  width: 102px;
  background-position: -325px 0;
}
li#nav_sem a {
  left: 427px;
  width: 86px;
  background-position: -427px 0;
}
li#nav_old a {
  left: 513px;
  width: 152px;
  background-position: -513px 0;
}
li#nav_hum a {
  left: 665px;
  width: 200px;
  background-position: -665px 0;
}

li#nav_hom a:hover {
  background-position: 0 -35px;
  background-color: transparent;
  border-bottom: 0px;
}
li#nav_our a:hover {
  background-position: -62px -35px;
  background-color: transparent;
  border-bottom: 0px;  
}
li#nav_hel a:hover {
  background-position: -150px -35px;
  background-color: transparent;
  border-bottom: 0px;
}
li#nav_cou a:hover {
  background-position: -325px -35px;
  background-color: transparent;
  border-bottom: 0px;
}
li#nav_sem a:hover {
  background-position: -427px -35px;
  background-color: transparent;
  border-bottom: 0px;
}
li#nav_old a:hover {
  background-position: -513px -35px;
  background-color: transparent;
  border-bottom: 0px;
}
li#nav_hum a:hover {
  background-position: -665px -35px;
  background-color: transparent;
  border-bottom: 0px;
}
#body_hom li#nav_hom  a {
  background-position: 0 -70px;
}
#body_our li#nav_our a {
  background-position: -62px -70px;
}
#body_hel li#nav_hel a {
  background-position: -150px -70px;
}
#body_cou li#nav_cou a {
  background-position: -325px -70px;
}
#body_sem li#nav_sem a {
  background-position: -427px -70px;
}
#body_old li#nav_old a {
  background-position: -513px -70px;
}
#body_hum li#nav_hum a {
  background-position: -665px -70px;
}

/* navigation for the top portion on the page************************** */

#navsub {
  width: 500px;
  height: 35px;
  position: relative;
  left: 382px;
  background: url(art/NAV-MAIN-SUB.gif);
  margin: 0;    
  padding: 0;
}
#navsub li {
  float: left;
  list-style-type: none;
}
#navsub li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 35px;
  background: url(art/NAV-MAIN-SUB.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}

li#nav_boo a {
  left: 0;
  width: 106px;
  background-position: 0 0;
}
li#nav_faq a {
  left: 106px;
  width: 47px;
  background-position: -106px 0;
}
li#nav_dwn a {
  left: 153px;
  width: 132px;
  background-position: -153px 0;
}
li#nav_con a {
  left: 285px;
  width: 92px;
  background-position: -285px 0;
}
li#nav_cal a {
  left: 377px;
  width: 123px;
  background-position: -377px 0;
}


li#nav_boo a:hover {
  background-position: 0 -35px;
  background-color: transparent;
  border-bottom: 0px;
}
li#nav_faq a:hover {
  background-position: -106px -35px;
  background-color: transparent;
  border-bottom: 0px;
}
li#nav_dwn a:hover {
  background-position: -153px -35px;
  background-color: transparent;
  border-bottom: 0px;
}
li#nav_con a:hover {
  background-position: -285px -35px;
  background-color: transparent;
  border-bottom: 0px;
}
li#nav_cal a:hover {
  background-position: -377px -35px;
  background-color: transparent;
  border-bottom: 0px;
}

#body_boo li#nav_boo  a {
  background-position: 0 -70px;
}
#body_faq li#nav_faq  a {
  background-position: -106px -70px;
}
#body_dwn li#nav_dwn  a {
  background-position: -153px -70px;
}
#body_con li#nav_con  a {
  background-position: -285px -70px;
}
#body_cal li#nav_cal  a {
  background-position: -377px -70px;
}

/* sub nav in SIDEBARE for social icons. ----------------------------- SOCIAL ICONS */

#social-navigation a {
text-decoration: none;
}

#social-nav {
  width: 344px;
  height: 35px;
  position: relative;
  left: 0px;
  float: left;
  background: url(art/blog-social-2.gif);
  margin: 0;    
  padding: 0;
}
#social-nav {
  float: left;
  list-style-type: none;
}
#social-nav a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 35px;
  background: url(art/blog-social-2.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
  border: 0px;
}

li#nav_blg a {
  left: 0;
  width: 139px;
  background-position: 0 0;
}
li#nav_fac a {
  left: 139px;
  width: 105px;
  background-position: -139px 0;
}
li#nav_twt a {
  left: 244px;
  width: 100px;
  background-position: -244px 0;
}
li#nav_blg a:hover {
  background-position: 0 -35px;
  background-color: transparent;
  border-bottom: 0px;
}
li#nav_fac a:hover {
  background-position: -139px -35px;
  background-color: transparent;
  border-bottom: 0px;
}
li#nav_twt a:hover {
  background-position: -244px -35px;
  background-color: transparent;
  border-bottom: 0px;
}
#body_blg li#nav_blg a {
  background-position: 0 -70px;
}



/* FOOTER division structure ************************** */

#footer {
clear: both;
width: 900px;
margin: 0 auto;
text-align: left;
padding: 160px 0 0 0;
border: 0;
background-image: url(art/footer-bg.jpg);
background-position: bottom right;
background-repeat: no-repeat;
height: 70px;
}

#footer p {
color: #FFF;
padding: 0;
font-size: .875em;
line-height: 1em;
margin: 0 0 3px 25px;
}

#footer p.links {
color: #FFF;
padding: 0;
font-size: .75em;
line-height: 1em;
margin: 0 0 0 25px;
}

#footer span {
font-size: 80%;
color: #e0ffd5;
}

#footer a {
color: #FFD503;
text-decoration: none;
border-bottom: 1px solid #FFD503;
margin: 0;
padding: 0;
}

#footer a:hover {
background-color: #0F75BC;
color: #FFD503;
}

/* COLORS
GREY - 6A6A6A
BLUE - 0F75BC
YELL - FFD503
LITE GREY - F0F0F0
LITE BRWN - CBAD8F
DARK GREY - 908a84
WHITE - FFF
BLACK - 000 
*/
