/*
  
Copyright (c) 2007 Bryce Eriksen
	
*/

/* Global Styles */
/* -------------------------------- */

* { 
margin: 0;
padding: 0;
}

body {
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: 0px;
	background-color: #409629;
	background-image: url(../images/bg_repeat2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Semantic Content Styles */
/* -------------------------------- */

h1, h2, h3, h4, h5, h6 {line-height: 1.5em;}

h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 16px;}
h4 {font-size: 12px;}
h5 {font-size: 11px;}
h6 {font-size: 9px;}

p {font-size: 12px;}

ul {}
ol {}
li {}
ul li {}
ol li {}

dl {}
dt {}
dd {}

address {}
abbr {}
acronym {}
blockquote {}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

img {border: 0;}
a img {border: 0;} 

hr {}

pre {} 
code {font-family: courier new, courier, monospace;}

/* Hyperlink Styles */
/* -------------------------------- */

a {}
a:hover {}

/* Form Styles */
/* -------------------------------- */

form {}
label {}
input {} 
input.text {} 
input.radio, input.checkbox {border: 0; background: transparent;} 
input.button {}
input.image {border: 0;} 
select {}
option {}
textarea {}
.smallText {
font-size: 10px;
}
/* Layout Styles */
/* -------------------------------- */
div#wrapper {
	text-align: center;
	height: auto;

}

.board div#bannerImage {
	float: left;
	height: 261px;
	width: 293px;
	background-image: url(../images/image_main.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 4px;
	margin-left: 30px;
}
	
.fundraising div#bannerImage {	
	float: left;
	height: 261px;
	width: 293px;
	background-image: url(../images/money.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 4px;
	margin-left: 30px;}
	
.direction div#bannerImage {	
	float: left;
	height: 215px;
	width: 251px;
	background-image: url(../images/compas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 26px;
	margin-left: 30px;}
	
.facilitation div#bannerImage {
	float: left;
	height: 265px;
	width: 293px;
	background-image: url(../images/support.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-left: 30px;
}	
	
.support div#bannerImage {	
	float: left;
	height: 265px;
	width: 215px;
	background-image: url(../images/highfive.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-left: -3px;}
	
.contact div#bannerImage {	
	float: left;
	height: 261px;
	width: 350px;
	background-image: url(../images/contact2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 18px;
	margin-left: 30px;}		
.about div#bannerImage {	
	float: left;
	height: 264px;
	width: 453px;
	background-image: url(../images/poleriod_one.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 1px;
	margin-left: 20px;}	
.home div#bannerImage {	
	float: left;
	height: 261px;
	width: 453px;
	background-image: url(../images/poleriod_one.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 4px;
	margin-left: 10px;}	
.main div#bannerImage {	
	float: left;
	height: 261px;
	width: 353px;
	background-image: url(../images/main_image_girl.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 27px;
	margin-left: 30px;}	
div#contentWrapper {
	padding: 0px;
	height: auto;
	width: 895px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/content_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

div#header {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 163px;
	width: 895px;
}

div#logo {
	padding: 0px;
	float: left;
	height: 145px;
	width: 299px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 55px;
}

div#logo a h1 {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 145px;
	width: 299px;
	text-indent: -9999px;
}
div#logo a:hover h1 {
	background-image: url(../images/logo.jpg);
	background-position: center top;

}
div#topLink {
	padding: 0px;
	float: right;
	height: 28px;
	width: 220px;
	margin-top: 42px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
div#topLink ul {
	text-indent: -9999px;
	display: inline;
	list-style-image: none;
	list-style-type: none;
}
div#topLink ul li {
	display: inline;
}
div#topLink h3 {
	color: #409629;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
}
li#home a {
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 28px;
	width: 62px;
}
li#home a:hover {
	background-image: url(../images/home.jpg);
	background-position: center top;

}
li#projects a {
	background-image: url(../images/projects.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 28px;
	width: 75px;
}
li#projects a:hover {
	background-image: url(../images/projects.jpg);
	background-position: center top;

}
li#contact a {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 28px;
	width: 74px;
}
li#contact a:hover {
	background-image: url(../images/contact.jpg);
	background-position: center top;

}


div#nav {
	float: left;
	height: 28px;
	width: 653px;
	margin-top: -34px;
	margin-left: 191px;
}
div#nav ul {
	text-indent: -9999px;
	display: inline;
	list-style-image: none;
	list-style-type: none;
}
div#nav ul li {
	display: inline;
}
li#board a {
	background-image: url(../images/board.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 28px;
	width: 136px;
}
li#board a:hover {
	background-image: url(../images/board.jpg);
	background-position: center top;

}
li#fundraising a {
	background-image: url(../images/fundraising.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 28px;
	width: 108px;
}
li#fundraising a:hover {
	background-image: url(../images/fundraising.jpg);
	background-position: center top;

}
li#strategic a {
	background-image: url(../images/strategic.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 28px;
	width: 153px;
}
li#strategic a:hover {
	background-image: url(../images/strategic.jpg);
	background-position: center top;

}
li#facilitation a {
	background-image: url(../images/facilitation.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 28px;
	width: 102px;
}
li#facilitation a:hover {
	background-image: url(../images/facilitation.jpg);
	background-position: center top;

}
li#coaching a {
	background-image: url(../images/coaching.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 28px;
	width: 154px;
}
li#coaching a:hover {
	background-image: url(../images/coaching.jpg);
	background-position: center top;

}
div#banner {
	background-image: url(../images/banner_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 266px;
	width: 895px;

}
div#bannerContent {
	padding: 0px;
	height: 265px;
	width: 845px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;

}
div#bannerContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	color: #1A61B0;
	text-decoration: none;
	padding: 0px;
	margin-top: 55px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	font-style: italic;
}
div#bannerContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	color: #1A61B0;
	text-decoration: none;
	padding: 0px;
	margin-top: 55px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	font-style: italic;
}
div#bannerContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 26px;
	font-weight: normal;
	color: #1A61B0;
	text-decoration: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	font-style: italic;
}

span#banner {
	font-size: 23px;
	color: #144F8F;
	text-decoration: none;
}

div#bannerImage {
	float: left;
	height: 261px;
	width: 273px;
	background-image: url(../images/image_main.png);
	background-repeat: repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 4px;
	margin-left: 30px;
}
div#Flash {
	float: left;
	height: 265px;
	width: 850px;
	margin-left: -2px;
}

div#bannerContent a h1 {
	background-image: url(../images/click1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 34px;
	width: 423px;
	text-indent: -9999px;
	padding: 0px;
	float: right;
	margin-top: 30px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#bannerContent a:hover h1 {
	background-image: url(../images/click1.gif);
	background-position: center top;

}
div#heidiBlur {
	background-image: url(../images/heidi_blur.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	float: left;
	height: 249px;
	width: 229px;
	margin-top: 16px;
	margin-left: 32px;
}
div#heidiBlur:hover {

	background-position: center top;

}
div#joannaBlur {
	background-image: url(../images/joanna_blur.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	float: left;
	height: 217px;
	width: 213px;
	margin-top: 48px;
	margin-left: 0px;
}
div#joannaBlur:hover {

	background-position: center top;

}
div#heidi {
	padding: 0px;
	float: right;
	height: 100px;
	width: 184px;
	margin-top: -40px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: -40px;
	text-align: left;
}
div#heidi p{
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}
div#heidi p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #1A61B0;
	text-decoration: none;
}
div#heidi p a:hover {
	text-decoration: none;
	color: #409629;
}
div#contentMain {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 895px;
	text-align: left;
}

div#contentMain h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #1A61B0;
	text-decoration: none;
	
}

div#contentMain h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #3989E1;
	text-decoration: none;
	
}

div#contentMain p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	
}

div#contentMain p a {
color: #409629;
text-decoration: none;
}


div#contentMain p a:hover {
text-decoration: underline;
}
div#leftCol {
	padding: 0px;
	height: 75px;
	width: 780px;
	margin-top: 15px;
	margin-left: 55px;
	float: left;
}
div#leftColtwo {
	padding: 0px;
	height: 150px;
	width: 780px;
	margin-top: 15px;
	margin-left: 55px;
	float: left;
}
div#rightCol {
	padding: 0px;
	height: 80px;
	width: 780px;
	margin-top: 15px;
	margin-left: 55px;
	float: left;
	margin-bottom: 10px;
}


div#mainCol {
	padding: 0px;
	height: auto;
	width: 780px;
	margin-top: 25px;
	margin-left: 55px;
	float: left;
}
div#mainCol ul {}

div#mainCol ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-left: 16px;
}

div#mainCol ul ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-left: 40px;
	list-style-type: circle;
}
div#mainCol h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #1A61B0;
	text-decoration: none;
	
}
div#contactForm{
	padding: 0px;
	height: auto;
	width: 780px;
	margin-top: 25px;
	margin-left: 55px;
	float: left;
}

div#footer {
	padding: 0px;
	height: 45px;
	width: 895px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}

div#footer ul {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 48px;
}
div#footer ul li {
	display: inline;
}
div#footer ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #999999;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}
div#footer ul li a:hover {
	color: #999999;
	text-decoration: underline;}

div#legal {
	padding: 0px;
	height: 45px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
div#legal p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #78D361;
	text-decoration: none;
}
div#legal p a {
	color: #A9E29A;
	text-decoration: none;
}
div#legal p a:hover {
	color: #A9E29A;
	text-decoration: underline;
}
div#clear {
	clear: both;
}

