/*
Release date: 2008
Description: CAVU Foundation Website
Author: Patrick Tang

This template is licensed under a Creative Commons Attribution 2.5 License:
*/

/* default elements */

body {
padding:0; 
margin:0; 
font:12px/14px Arial, Helvetica, sans-serif; 
font-weight:normal; 
background-color: #2b3546; 
text-align: center;}

a {color: #455272;}
a:hover {color: #3a06a3;}

big {font-size: 1.5em;}

h1 {color: #455272;}

h1 {font: bold 2em sans-serif, serif; padding: 15px 25px 0px 25px}
h1 a {text-decoration: underline;}
h1 a:hover {text-decoration: underline;}

h2 {font: 12px sans-serif, serif; padding: 0px 0px 0px 0px; color: #000;}

h3 {font: bold 14px sans-serif, serif; padding: 0px 0px 0px 0px; color: #455272;}
h3 a {text-decoration: none;}
h3 a:hover {text-decoration: none;}

h4 {font: bold 1.5em sans-serif, serif; padding: 0px 25px 0px 25px; color: #455272;}

h5 {font: 1em sans-serif, serif; padding: 0px 25px 0px 25px; color: #000;}

h6 {font: 1em sans-serif, serif; padding: 0px 0px 0px 0px; color: #000;}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
small,.small {font: normal 0.8em sans-serif;}

p { padding: 0px 0px 0px 25px}

DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}


/* top */

/* GLOBALHEADER */
#globalheader { width: 900px; height: 60px; margin: 0px auto; position: relative;}
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 180px; height: 60px; padding-top: 0px; overflow: hidden; }
#globalheader #globalnav li a,
#globalheader #globalsearch { background-image: url(img/nav_bar.png); _background-image: url(img/nav_bar.gif); background-repeat: no-repeat; }

/* BUTTONS */
#globalheader #globalnav li#home a { background-position: 0 0; }
#globalheader #globalnav li#org a { background-position: -180px 0; }
#globalheader #globalnav li#pro a { background-position: -360px 0; }
#globalheader #globalnav li#con a { background-position: -540px 0; }
#globalheader #globalnav li#don a { background-position: -720px 0; }

/* OVER STATES */
#globalheader #globalnav li#home a:hover { background-position: 0 -60px; }
#globalheader #globalnav li#org a:hover { background-position: -180px -60px; }
#globalheader #globalnav li#pro a:hover { background-position: -360px -60px; }
#globalheader #globalnav li#con a:hover { background-position: -540px -60px; }
#globalheader #globalnav li#don a:hover { background-position: -720px -60px; }

* PRESSED STATES */
#globalheader #globalnav li#home a:active { background-position: 0 -120px; }
#globalheader #globalnav li#org a:active { background-position: -180px -120px; }
#globalheader #globalnav li#pro a:active { background-position: -360px -120px; }
#globalheader #globalnav li#con a:active { background-position: -540px -120px; }
#globalheader #globalnav li#don a:active { background-position: -720px -120px; }

/* ON STATES */
#globalheader.home #globalnav li#home a:hover { background-position: 0 0; cursor: default; }
#globalheader.organization #globalnav li#org a { background-position: -180px -180px !important; }
#globalheader.programs #globalnav li#pro a { background-position: -360px -180px !important; }
#globalheader.connect #globalnav li#con a { background-position: -540px -180px !important; }
#globalheader.donate #globalnav li#don a { background-position: -720px -180px !important; }


/* SEARCHFIELD */

.search {
	margin:125px 5px 0 0;
	padding:0;
	width:320px;
	height:25px;
    float:right;
    z-index:101;
}

.search input{
	margin-top:0px;
    margin-right:0px;
	width:186px;
    height:20px;
	border:0px;
	padding:2px;
	font-size:1em;
	vertical-align:middle;
    float:right;
    z-index:101;
}

.search button{
	margin-top:0px;
	margin-left:4px;
    margin-right:0px;
	width:80px;
	height:20px;
	border:none;
	overflow:hidden;
    background-image:url('searchfield/button.jpg');
	cursor:pointer;
	vertical-align:middle;
    float:right;
    z-index:101;
}

/* default (inactive field) */
.sf_inactive{
	border:1px #ffffff solid;
	background:#455272;
	color:#ffffff;
}
/* on focus (when field is clicked on)  */
.sf_active{
	border:1px #455272 solid;
	background:#ffffff;
	color:#455272;
}
/* with text (when field is inactive but contains user's input)  */
.sf_text{
	border:1px #455272 solid;
	background:#ffffff;
	color:#888;
}

/* suggestions box */
/* js code generates unordered list */
.sf_suggestion{
	position:relative;
    align:right;
    margin:20px 0px 0px 50px;
    z-index:101;
}
.sf_suggestion ul{
	position:absolute;
	margin:0;
	padding:0;
	background:#455272;
	top:0;
	left:0;
}
.sf_suggestion li{
	margin:0px;
	padding:0px;
	list-style:none;
}
.sf_suggestion li a{
	display:block;
	text-indent:5px;
	color:#fff;
    text-decoration:none;
}
.sf_suggestion li.selected a{
	background:#6caad1;
}

/** Copyright 2007 Google Inc. All rights reserved. */

/** 
 * CSS styles for the Custom Search Engine overlay built on top of AJAXSearch
 * API
 */
 
.searchcontrol {
	margin:125px 5px 0 0;
	padding:0;
	width:320px;
	height:25px;
    float:right;
    z-index:101;
 }

.cse-closeResults { 
  float: left;
}

.cse-closeResults a {
  padding: 3px 3px;
  border: 1px solid #666;
  color:  #000;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.cse-closeResults a:hover {
  background: #ddd;
  border: 1px solid #000; 
}

.cse-overlay-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
}

.cse-overlay {
  text-align: left;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px 55px 20px 20px;
  width: 700px;
  background-color: #a7c7dc;
  border: 1px solid #455272;
  font-size: 12px;
}

/**
 * Custom AJAXSearch styles
 */

.gsc-resultsHeader,
.gs-visibleUrl-short,
.gs-watermark
 { display: none; }

.gs-visibleUrl {
  color: #008000;
}

.gs-visibleUrl-long { 
  overflow: hidden;
}

.gs-title { 
  font-size: 14px;
}

.gsc-trailing-more-results,
.gsc-webResult,
.gs-divider {
  margin-bottom: 1em;
}

.gs-divider {
  margin-bottom: 1em;
  text-align: center;
  color: #676767;
}


/**
 * Default AJAXSearch styles largely from
 * http://www.google.com/uds/css/gsearch.css
 */

/* control inputs
 * .gsc-search-box : the container that hosts the text input area
 * .gsc-input : the text input area
 */
form.gsc-search-box {
  font-size: 12px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  margin-left : 0px;
  width: 100%;
}

/*
 * This table contains the input element as well as the search button
 * Note that the search button column is fixed width, designed to hold the
 * button div's background image
 */
table.gsc-search-box {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
  margin-bottom : 2px;
}

table.gsc-search-box td {
  vertical-align : middle;
}

table.gsc-search-box td.gsc-input {
  padding-right : 10px;
}

td.gsc-search-button {
  width : 1%;
}

/**
 * undo common generic table rules
 * that tend to impact branding
 */
table.gsc-branding td,
table.gsc-branding {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border : none;
}

table.gsc-branding {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
}

td.gsc-branding-text {
  vertical-align : top;
}

td.gsc-branding-text div.gsc-branding-text {
  padding-bottom : 2px;
  text-align : right;
  color : #676767;
  font-size : 11px;
  margin-right : 2px;
}

td.gsc-branding-img-noclear {
  width : 51px;
  vertical-align : bottom;
}

td.gsc-branding-img {
  width : 65px;
  vertical-align : bottom;
}

table.gsc-branding-vertical td.gsc-branding-text div.gsc-branding-text {
  margin-right : 0px;
  text-align : center;
}

table.gsc-branding-vertical td.gsc-branding-img-noclear {
  text-align : center;
}

div.gsc-branding-img,
div.gsc-branding-img-noclear,
img.gsc-branding-img,
img.gsc-branding-img-noclear {
  padding-top : 1px;
}

img.gsc-branding-img,
img.gsc-branding-img-noclear {
  margin : 0 0 0 0;
  padding-right : 0;
  padding-left : 0;
  padding-bottom : 0;
  border : none;
  display : inline;
}

a.gsc-branding-clickable {
  cursor : pointer;
}

input.gsc-search-button {
  float:right;
}

/*
 * Given that this is sitting in a variable width tabel cell, the idea is
 * for it to consume the entire cell. The adjacent cell contains the search
 * button and that is a fixed width cell.
 */
input.gsc-input {
	margin-top:0px;
    margin-right:0px;
	width:186px;
    height:20px;
	border:0px;
	padding:2px;
	font-size:1em;
	vertical-align:middle;
    float:right;
    z-index:101;
}

.searchcontrol button{
	margin-top:0px;
	margin-left:4px;
    margin-right:0px;
	width:80px;
	height:20px;
	border:none;
	overflow:hidden;
    background-image:url('searchfield/button.jpg');
	cursor:pointer;
	vertical-align:middle;
    float:right;
    z-index:101;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  margin-bottom : 0px;
  display:inline;
}

.gsc-results .gsc-cursor {
  display : inline;
}

.gsc-results .gsc-cursor-box {
  margin-bottom : 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  color : #000000;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color : #A90A08;
  font-weight : bold;
  text-decoration: none;
}


/* vertical menu */

div.sdmenu {
	width: 150px;
    height: 70%;
    background-color:#a7c7dc;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 0px;
	background: url(sdmenu/menubottom.gif) no-repeat  right bottom;
	color: #fff;
    margin: 20px 5px 0px 20px;
}

* html div.sdmenu {display:inline;}

div.sdmenu div {
	background: url(sdmenu/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(sdmenu/menutop.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(sdmenu/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #a7c7dc;
}
div.sdmenu div.collapsed span {
	background-image: url(sdmenu/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #a7c7dc;
	color: #455272;
    text-decoration: none;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #455272 url(sdmenu/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

/* header */

#wrapper {width: 900px; margin: 0 auto; text-align: left;} 

#header
{
height: 150px;
width: 900px;
margin: 0px auto;
z-index:100;
background-image:url(img/header.jpg);
}

#headerorg
{
height: 150px;
width: 900px;
margin: 0px auto;
z-index:100;
background-image:url(img/headerorg.jpg);
} 

#headerpro
{
height: 150px;
width: 900px;
margin: 0px auto;
z-index:100;
background-image:url(img/headerpro.jpg);
} 

#headercon
{
height: 150px;
width: 900px;
margin: 0px auto;
z-index:100;
background-image:url(img/headercon.jpg);
}

#headercontact
{
height: 150px;
width: 900px;
margin: 0px auto;
z-index:100;
background-image:url(img/headercontact.jpg);
}

#headerdon
{
height: 150px;
width: 900px;
margin: 0px auto;
z-index:100;
background-image:url(img/headerdon.jpg);
} 

/* main */

#main{
	width:900px;
	background:#a7c7dc;
    position:relative;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}

#main div.menu{
	width:175px;
	background:#a7c7dc;
    height:442px;
    position:relative;
	padding: 0px 0px 30px 0px;
	margin: 0px auto;
    float: left;
}

* html #main div.menu {display:inline;}

#main div.menu2{
	width:175px;
	background:#a7c7dc;
    position:relative;
    height:450px;
	padding: 0px 0px 23px 0px;
	margin: 0px auto;
    float: left;
    display: inline;
}

#main div.menu21{
	width:175px;
	background:#a7c7dc;
    position:relative;
    height:500px;
	padding: 0px 0px 23px 0px;
	margin: 0px auto;
    float: left;
    display: inline;
}

#main div.menu22{
	width:175px;
	background:#a7c7dc;
    position:relative;
    height:700px;
	padding: 0px 0px 23px 0px;
	margin: 0px auto;
    float: left;
    display: inline;
}

#main div.menu23{
	width:175px;
	background:#a7c7dc;
    position:relative;
    height:1000px;
	padding: 0px 0px 23px 0px;
	margin: 0px auto;
    float: left;
    display: inline;
}

#main div.menu3{
	width:175px;
	background:#a7c7dc;
    position:relative;
    height:1100px;
	padding: 0px 0px 23px 0px;
	margin: 0px auto;
    float: left;
    display: inline;
}

#main div.menu31{
	width:175px;
	background:#a7c7dc;
    position:relative;
    height:1400px;
	padding: 0px 0px 23px 0px;
	margin: 0px auto;
    float: left;
    display: inline;
}

#main div.menu32{
	width:175px;
	background:#a7c7dc;
    position:relative;
    height:1200px;
	padding: 0px 0px 23px 0px;
	margin: 0px auto;
    float: left;
    display: inline;
}

#main div.menu4{
	width:175px;
	background:#a7c7dc;
    position:relative;
    height:1550px;
	padding: 0px 0px 23px 0px;
	margin: 0px auto;
    float: left;
    display: inline;
}

#main div.menu5{
	width:175px;
	background:#a7c7dc;
    position:relative;
    height:300%;
	padding: 0px 0px 23px 0px;
	margin: 0px auto;
    float: left;
    display: inline;
}

#main div.menu6{
	width:175px;
	background:#a7c7dc;
    position:relative;
    height:1920px;
	padding: 0px 0px 23px 0px;
	margin: 0px auto;
    float: left;
    display: inline;
}

#main div.content{
	width:725px;
    height:442px;
	background:#a7c7dc;
    position:relative;
	padding: 0px 25px 20px 0px;
	margin: 0px auto;
    float: right;
}

* html #main div.content {display:inline;}

#main div.content1{
	width:590px;
	background:#a7c7dc;
    position:relative;
	padding: 25px 0px 8px 25px;
	margin: 0px auto;
    float: left;
    display: inline;
}

#main div.content2{
	width:725px;
	background:#a7c7dc;
    position:relative;
    height:450px;
	padding: 0px 25px 0px 0px;
	margin: 0px auto;
    float: right;
    display: inline;
}

#main div.content21{
	width:725px;
	background:#a7c7dc;
    position:relative;
    height:500px;
	padding: 0px 25px 0px 0px;
	margin: 0px auto;
    float: right;
    display: inline;
}

#main div.content22{
	width:725px;
	background:#a7c7dc;
    position:relative;
    height:700px;
	padding: 0px 25px 0px 0px;
	margin: 0px auto;
    float: right;
    display: inline;
}

#main div.content23{
	width:725px;
	background:#a7c7dc;
    position:relative;
    height:1000px;
	padding: 0px 25px 0px 0px;
	margin: 0px auto;
    float: right;
    display: inline;
}

#main div.content3{
	width:725px;
	background:#a7c7dc;
    position:relative;
    height:1100px;
	padding: 0px 25px 20px 0px;
	margin: 0px auto;
    float: right;
    display: inline;
}

#main div.content31{
	width:725px;
	background:#a7c7dc;
    position:relative;
    height:1400px;
	padding: 0px 25px 20px 0px;
	margin: 0px auto;
    float: right;
    display: inline;
}

#main div.content32{
	width:725px;
	background:#a7c7dc;
    position:relative;
    height:1200px;
	padding: 0px 25px 20px 0px;
	margin: 0px auto;
    float: right;
    display: inline;
}

#main div.content4{
	width:725px;
	background:#a7c7dc;
    position:relative;
    height:1550px;
	padding: 0px 25px 20px 0px;
	margin: 0px auto;
    float: right;
    display: inline;
}

#main div.content5{
	width:725px;
	background:#a7c7dc;
    position:relative;
    height:300%;
	padding: 0px 25px 20px 0px;
	margin: 0px auto;
    float: right;
    display: inline;
}

#main div.content6{
	width:725px;
	background:#a7c7dc;
    position:relative;
    height:1920px;
	padding: 0px 25px 20px 0px;
	margin: 0px auto;
    float: right;
    display: inline;
}

#main .quote{
    width:310px;
    height:338px;
	background-color:#a7c7dc;
	padding: 100px 25px 0px 25px;
	float:right;
	display:block;
    margin: 0px auto;
    font: 12px sans-serif, serif; color: #000;
    display: inline;
}

#main div.tri{
	width:900px;
	background-color:#a7c7dc;
	padding: 15px 0px 25px 0px;
	float:left;
	display:block;
    margin: 0px auto;
    display: inline;
}
.one{
	padding:10px 10px 0px 10px;
	background-color:#a7c7dc;
	float:left;
	display:block;
	width: 270px;
	height: 110px;
    border-style: solid;
    border-color: #ffebca;
    border-width: 1px;
    margin: 0px 0px 0px 25px;
    font: bold 1.2em sans-serif, serif; color: #455272;
    display: inline;
}

.two{
	padding:10px 10px 15px 10px;
	background-color:#a7c7dc;
	float:left;
	display:block;
	width: 270px;
    height: 110px;
    border-style: solid;
    border-color: #ffebca;
    border-width: 1px;
    margin: 0px 20px 0px 20px;
    font: bold 1.2em sans-serif, serif; color: #455272;
    display: inline;
}

.three{
	padding:10px 10px 0px 10px;
	background-color:#a7c7dc;
	float:right;
	display:block;
	width: 270px;
    height: 110px;
    border-style: solid;
    border-color: #ffebca;
    border-width: 1px;
    margin: 0px 25px 0px 0px;
    font: bold 1.2em sans-serif, serif; color: #455272;
    display: inline;
}

#main div.box{
	width:300px;
	background-color:#a7c7dc;
	padding: 10px 10px 10px 10px;
	float:left;
    border-style: solid;
    border-color: #ffebca;
    border-width: 1px;
	display:block;
    margin: 25px 0px 0px 25px;
    font: bold 1.2em sans-serif, serif; color: #455272;
    display: inline;
}

#main div.hwi{
	width:700px;
    height:200px;
	background:#a7c7dc;
    position:relative;
	padding: 0px 0px 25px 0px;
    display:block;
	margin: 0px auto;
    float: left;
    display: inline;
}

.hwione{
	padding:10px 10px 0px 10px;
	background-color:#fff;
	float:left;
	display:block;
	width: 212px;
	height: 165px;
    border-style: solid;
    border-color: #ffebca;
    border-width: 1px;
    margin: 0px 0px 0px 25px;
    font: bold 1.2em sans-serif, serif; color: #455272;
    display: inline;
}

.hwione a{
    font: bold 1em sans-serif, serif; color: #455272;
    text-decoration:none;
}

.hwione a:hover{
    font: bold 1em sans-serif, serif; color: #455272;
    text-decoration:none;
}

.hwitwo{
	padding:10px 10px 0px 10px;
	background-color:#fff;
	float:left;
	display:block;
	width: 212px;
    height: 165px;
    border-style: solid;
    border-color: #ffebca;
    border-width: 1px;
    margin: 0px 20px 0px 20px;
    font: bold 1.2em sans-serif, serif; color: #455272;
    display: inline;
}

.hwitwo a{
    font: bold 1em sans-serif, serif; color: #455272;
    text-decoration:none;
}

.hwitwo a:hover{
    font: bold 1em sans-serif, serif; color: #455272;
    text-decoration:none;
}

.hwithree{
	padding:10px 10px 0px 10px;
	background-color:#fff;
	float:right;
	display:block;
	width: 211px;
    height: 165px;
    border-style: solid;
    border-color: #ffebca;
    border-width: 1px;
    margin: 0px 0px 0px 0px;
    font: bold 1.2em sans-serif, serif; color: #455272;
}

.hwithree a{
    font: bold 1em sans-serif, serif; color: #455272;
    text-decoration:none;
}

.hwithree a:hover{
    font: bold 1em sans-serif, serif; color: #455272;
    text-decoration:none;
}

.hwione1{
	padding:10px 10px 0px 10px;
	background-color:#fff;
	float:left;
	display:block;
	width: 212px;
	height: 180px;
    border-style: solid;
    border-color: #ffebca;
    border-width: 1px;
    margin: 0px 0px 0px 25px;
    font: bold 1.2em sans-serif, serif; color: #455272;
    display: inline;
}

.hwione1 a{
    font: bold 1em sans-serif, serif; color: #455272;
    text-decoration:none;
}

.hwione1 a:hover{
    font: bold 1em sans-serif, serif; color: #455272;
    text-decoration:none;
}

.hwitwo2{
	padding:10px 10px 0px 10px;
	background-color:#fff;
	float:left;
	display:block;
	width: 212px;
    height: 180px;
    border-style: solid;
    border-color: #ffebca;
    border-width: 1px;
    margin: 0px 20px 0px 20px;
    font: bold 1.2em sans-serif, serif; color: #455272;
    display: inline;
}

.hwitwo2 a{
    font: bold 1em sans-serif, serif; color: #455272;
    text-decoration:none;
}

.hwitwo2 a:hover{
    font: bold 1em sans-serif, serif; color: #455272;
    text-decoration:none;
}


.hwiextra{
	padding:10px 10px 0px 10px;
	background-color:#fff;
	float:left;
	display:block;
	width: 212px;
    height: 180px;
    border-style: solid;
    border-color: #ffebca;
    border-width: 1px;
    margin: 0px 0px 0px 25px;
    font: bold 1.2em sans-serif, serif; color: #455272;
    display: inline;
}

.hwiextra a{
    font: bold 1em sans-serif, serif; color: #455272;
    text-decoration:none;
}

.hwiextra a:hover{
    font: bold 1em sans-serif, serif; color: #455272;
    text-decoration:none;
}

.hwiextratwo{
	padding:10px 10px 0px 10px;
	background-color:#fff;
	float:left;
	display:block;
	width: 212px;
    height: 180px;
    border-style: solid;
    border-color: #ffebca;
    border-width: 1px;
    margin: 0px 20px 0px 20px;
    font: bold 1.2em sans-serif, serif; color: #455272;
    display: inline;
}

.hwiextratwo a{
    font: bold 1em sans-serif, serif; color: #455272;
    text-decoration:none;
}

.hwiextratwo a:hover{
    font: bold 1em sans-serif, serif; color: #455272;
    text-decoration:none;
}

#main div.staff{
	width:700px;
    height:350px;
	background:#a7c7dc;
    position:relative;
	padding: 0px 0px 25px 0px;
    display:block;
	margin: 0px auto;
    float: left;
    display: inline;
}

.staffone{
	padding:10px 10px 0px 10px;
	background-color:#a7c7dc;
	float:left;
	display:block;
	width: 216px;
	height: 350px;
    margin: 0px 0px 0px 15px;
    font: bold 1.2em sans-serif, serif; color: #455272;
    display: inline;
}

.stafftwo{
	padding:10px 10px 0px 10px;
	background-color:#a7c7dc;
	float:left;
	display:block;
	width: 216px;
    height: 350px;
    margin: 0px 15px 0px 15px;
    font: bold 1.2em sans-serif, serif; color: #455272;
    display: inline;
}

.staffthree{
	padding:10px 10px 0px 10px;
	background-color:#a7c7dc;
	float:left;
	display:block;
	width: 216px;
    height: 350px;
    margin: 0px 0px 0px 0px;
    font: bold 1.2em sans-serif, serif; color: #455272;
    display: inline;
}

.leaders{
	padding:10px 10px 45px 10px;
	background-color:#fff;
	float:left;
	display:block;
	width: 212px;
	height: 350px;
    border-style: solid;
    border-color: #ffebca;
    border-width: 1px;
    margin: 0px 0px 0px 25px;
    font: bold 1.2em sans-serif, serif; color: #455272;
    display: inline;
}

.ideas{
	padding:10px 10px 0px 10px;
	background-color:#fff;
	float:left;
	display:block;
	width: 212px;
    height: 350px;
    border-style: solid;
    border-color: #ffebca;
    border-width: 1px;
    margin: 0px 20px 0px 20px;
    font: bold 1.2em sans-serif, serif; color: #455272;
    display: inline;
}

.institutions{
	padding:10px 10px 15px 10px;
	background-color:#fff;
	float:right;
	display:block;
	width: 211px;
    height: 350px;
    border-style: solid;
    border-color: #ffebca;
    border-width: 1px;
    margin: 0px 0px 0px 0px;
    font: bold 1.2em sans-serif, serif; color: #455272;
    display: inline;
}

.header{
	background-color:#a7c7dc;
	float:left;
	display:block;
	width: 500px;
    margin: 0px 0px 0px 0px;
    font: bold 1.5em sans-serif, serif; 
    padding: 40px 25px 20px 25px; 
    color: #455272;
    display: inline;
}

.headerspace{
	background-color:#a7c7dc;
	float:left;
	display:block;
	width: 500px;
    margin: 0px 0px 0px 0px;
    font: 1em sans-serif, serif; 
    padding: 0px 25px 20px 25px; 
    color: #455272;
    display: inline;
}

.header2{
	background-color:#a7c7dc;
	float:left;
	display:block;
	width: 700px;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px; 
    color: #455272;
}

.header3{
	background-color:#a7c7dc;
	float:left;
	display:block;
	width: 500px;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 25px; 
    font: bold 1.6em sans-serif, serif;
    color: #455272;
}

.pic{
	background-color:#a7c7dc;
	float:left;
	display:block;
	width: 170px;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 25px; 
    font: 10px sans-serif, serif;
    color: #455272;
}

.contact{
	background-color:#a7c7dc;
	float:left;
	display:block;
	width: 250px;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    font: bold 2em sans-serif, serif;
    color: #455272;
}

#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 550px;
	text-align: left;
	border-collapse: collapse;
}

#hor-zebra td
{
	padding: 8px;
	color: #000;
}
#hor-zebra .odd
{
	background: #bce56f; 
}
#hor-zebra .even
{
	background: #fff; 
}



/* footer */

#footer{
	width:900px;
    height: 24px;
	background:#455272;
    position:relative;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
    font: 0.8em sans-serif, serif;
    color: #fff;
}

.left {
    float:left;
    padding: 5px 25px 5px 25px;
    }
    
.right {
	float: right;
    padding: 5px 25px 5px 25px;
    }
    
.right a{
    font: 1em sans-serif, serif; color: #fff;
    text-decoration:none;
}

.right a:hover{
    font: 1em sans-serif, serif; color: #a7c7dc;
    text-decoration:underline;
}
    
/* misc */
.clear,.clearer {clear: both;}
