@charset "utf-8";
/* PGE Foundation CSS Style Sheet - Created 1/20/10 by Celena Carr */

html, body {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

img { border: 0; }

.main {
width: 725px; 
margin: 10px auto 0 auto; 
padding-bottom:50px;
font-family:Arial, Helvetica, sans-serif; 
font-size:13px; 
line-height:16px; 
color: #242424
}

.wrapper {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-transform:uppercase;
text-align:right;
font-weight:bold;
}

.wrapper img {
float:left;
border: none;
}


#nav {
clear:both;
margin: 0 0 15px 0;
padding-top:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}

/*LINK STYLES*/
/* Top nav link style*/
a.nav:link {color: #242424; text-decoration: none; margin-right: 70px; margin-left: 5px; }
a.nav:visited {color: #242424; text-decoration: none; margin-right: 70px; margin-left: 5px;}
a.nav:hover {color: #242424; text-decoration: none; background-image: url('/images/nav_on_background_image.gif'); background-attachment:inherit; background-position:0 0; background-repeat:no-repeat; padding-top: 5px; margin-right: 70px; margin-left: 5px;}
a.nav:active {color: #242424; text-decoration: none; margin-right: 70px; margin-left: 5px; }

/* Supplemental style, keeps nav element global_body_highlighted on active page */
.nav_on {color: #242424; text-decoration: none; background-image: url('/images/nav_on_background_image.gif'); background-attachment:inherit; background-position:0 0; background-repeat:no-repeat; padding-top: 5px; margin-right: 70px; margin-left: 5px;
}

/*Utility nav link style*/
a.utility_nav:link {color: #3d4b84; text-decoration: none; }
a.utility_nav:visited {color: #3d4b84; text-decoration: none; }
a.utility_nav:hover {color: #9a9696; text-decoration: none; }
a.utility_nav:active {color: #3d4b84; text-decoration: none; } 

/* Pullquote link style*/
a.pullquote:link {color: #006b91; text-decoration:none;}
a.pullquote:visited {color: #006b91; text-decoration:none;}
a.pullquote:hover {color: #9a9696; text-decoration:none;}
a.pullquote:active {color: #006b91; text-decoration:none;}

/* Main body/text link style*/
a:link {color: #006b91; text-decoration: underline;}
a:visited {color: #006b91; text-decoration: underline;}
a:hover {color: #9a9696;}
a:active {color: #006b91; text-decoration: underline;}
	
.main hr {
background-color:#242424;
width:725px;
height:15px;
margin: -10px 0 0 0;
}

.main .hero_image {
margin: -8px 0 15px 0;
border:none;
}

.main .sliver_image {
float:right;
margin: -8px 0 15px 0;
border:none;
position:relative;
z-index:-1;
}

.main .two_column {
width:465px;
}

/* for images floated left of content*/
.global_float_left, float_left {
float:left;
position:relative;
display:inline;
margin-right:15px;
margin-bottom:45px;
}



.global_float_right, float_right {
float:right;
position:relative;
display:inline;
}

/* for text not paired with image of board members, left aligns it */
.indent {
margin-left:123px;
}

/*for captions/images on who we fund page*/

.global_image_caption, caption {
float:left;
position:relative;
display:inline;
margin-right:15px;
margin-bottom:15px; !important
font-size:10px;
width: 200px;
}


/*GRID VARIATIONS*/
.grid { position:relative; width:725px;}
.grid .unit { position:relative; float:left; display:inline; }
.grid .first { padding:0 30px 0 5px; width:200px;}
.grid .middle { padding:0 30px 0 15px; border-right:1px dotted #616161; border-left: 1px dotted #616161; width:200px; }
.grid .last { padding:0 0 0 15px; width:200px;}

.grid .two_column { padding: 0 30px 30px 5px; width:447px; }
.grid .two_column_sidebar { padding:0 0 0 15px; width:200px; font-size:11px; line-height:14px; border-left: 1px dotted #616161;}

/* TYPOGRAPHY */
.pullquote {
font-family: Palatino, Georgia, Times, serif;
font-size: 28px;
line-height: 34px;
margin-bottom:45px;
padding-left:5px;
}

.page_title {
font-family: Palatino, Georgia, Times, serif;
font-size:20px;
line-height:26px;
color:#006b91;
margin-top: 15px;
}

.global_subhead, subhead {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
line-height:19px;
font-weight: bold;
color:#006b91;
}

.global_subhead2, subhead2 {
font-family:Arial,Helvetica;
font-size:13px;
line-height:18px;
font-weight:bold;
color:#000000;
}

.sidebar_subhead { 
font-family: Arial, Helvetica, sans-serif; 
font-size:13px; 
line-height: 15px; 
font-weight:regular; 
color:#006b91; 
}

.italic {
font-style:italic; !important
}

.global_body_highlighted, highlighted, highlight {
font-weight:bold;
color: #242424; !important
}

.bold {
font-weight:bold; !important
}

.global_annotate, annotate, annotated {
font-size: 10px;
}

.global_caption {
font-size: 10px;
}

.center {
text-align:center;
}

ul li {
background-image:url(/images/bullet11px.gif);
background-position:0 5px;
background-repeat:no-repeat;
list-style-type:none;
margin-left:-38px;
margin-top:4px;
padding-left:10px;
position:relative;
top:-6px;
}

sup {
font-size: 10px;
}



