
	/*
	Copyright 2008 GVN Foundation. All rights reserved.
	Design by susannah at susannah dot com dot au
	CSS by me at richardsime dot com
	*/


	/*****************************
	CONTENTS
	1.	Global Styles
		- Reset
		- Layout
		- Column Positioning
		- Typography
	2.	Navigation
	3.	Breadcrumbs
	4.	Extras
		- General
		- Signup
		- Buttons
		- boxStyle1
		- boxStyle2
	5.	Footer
	6.  Forms
	7.  Pop Up Images
	*****************************/


/*****************************
	1. Global Styles
*****************************/

/***************** Reset ****************/
html,body,div,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul { list-style: none; }
fieldset,img { border: none;outline: 0; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
.clearer { clear: both;}
a {outline: none;}

/***************** Layout ****************/
html {
	height: 100%;
	}
body {
	height: 100%;
	background:	url('http://www.gvnfoundation.org/images/bg_gradient.gif') top left repeat-x #ccc;
	color:#222;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	}
#pageBackground {
	position: relative;
	min-height: 100%;
	background:	url('http://www.gvnfoundation.org/images/bg_squiggle.png') top left repeat transparent;
	}
/* IE6 star HTML hack to ensure 100% height means exactly that */
* html #pageBackground {
	height: 100%;
	}
#wrapper {
	width: 778px;
	margin: 0 auto;
	padding: 14px 0;
	}
div#overDiv {
	position:absolute;
	visibility:hidden;
	z-index:1000;
	}
div#banner {
	width: 778px;
	height: 97px;
	background: url('http://www.gvnfoundation.org/images/banner.jpg') top left no-repeat transparent;
	}
div#headerShadow {
	width: 16px;
	height: 97px;
	background: url('http://www.gvnfoundation.org/images/shadow_header.png') 0px 0  no-repeat transparent;
	position: relative;
	left: 762px;
	}
div#content {
	background: url('http://www.gvnfoundation.org/images/shadow_pageContent.png') top repeat-y transparent;
	width: 778px;
	}
div#padding {
	padding: 12px 0px 40px 0px;
	width: 744px;
	position: relative;
	left: 13px;
	}
img.left {
	float: left;
	margin: 0 16px 10px 0;
	position: relative;
	top: 3px;
	}
img.right {
	float: right;
	margin: 0 0 10px 16px;
	position: relative;
	top: 3px;
	}
img.right2 {
	float: right;
	margin-right: 10px;
	margin-left: 5px;
	}
img.bordered {
	padding: 5px;
	border: 1px solid #ccc; 
	}

/***************** Column Positioning ****************/
.first, .main, .last {float: left;}
#oneCol .first {width: 744px;}
#twoCol .first {width: 180px;}
#twoCol .main {margin-left: 16px;width: 548px;}
#threeCol .first {width: 180px;}
#threeCol .main {margin: 0 16px;width: 390px;}
#threeCol .last {width: 142px;}

/***************** Typography ****************/
th, h1, h2, h3, h4, h5, h6 {font-weight: 900;}
h1 {
	color: #1988FF;
	top: 16px;
	font-size: 16px;
	margin-bottom: 12px;
	border-bottom: 1px solid #B0D5FF;
	display: inline;
	padding-bottom: 1px;
	}
h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	margin-top: 18px;
	margin-bottom: 2px;
	color: #004691;
	}
h2 span {
	text-transform: none;
	font-weight: 300;
	}
h2:first-child {margin-top: 0;}
/* h3 altered bt Graham March 2008 */
h3 {
	font-size: 1.05em;
	font-weight: 700;
	color: #535353;
	margin-bottom: 2px;
}
h4 {
	text-transform: uppercase;
	font-size: 1.1em;
	margin-top: 18px;
	margin-bottom: 2px;
	color: #FF6600;
	}
h5 {
	font-size: 1.2em;
	font-weight: 900;
	margin-top: 1em;
	margin-bottom: -1em;
	}
h6 {
	font-size: 1em;
	font-weight: 900;
	margin-top: 1em;
	margin-bottom: -1em;
	}
strong { font-weight: 900; }
em {
	font-style: italic;
}
p {
	color: #333;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 1em;
	}
p#intro {
	font-weight: bold;
	margin-top: 18px;
	font-size: 1.1em;
	font-weight: 900;
	color: #004691;
	}
a {
	color: #f60;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
td {
	vertical-align: top;
	}
div.main ul {
	padding-left: 13px;
	list-style: url('http://www.gvnfoundation.org/images/bullet.gif');
	margin: 8px 0;
	}
div.main  ul li {
	margin: 6px 0;
	}


/*****************************
	2. Nav
*****************************/
#main_nav{
	width: 748px;
	height: 21px;
	background: url('http://www.gvnfoundation.org/images/shadow_mainMenu.png') top repeat-y transparent;
	padding: 0 15px;
}
#main_nav_c { }
/* Menu */
#nav, #nav ul {
	float: left;
	list-style: none;
	background: #1988FF;
	font-weight: bold;
	padding: 0;
	margin: 0;
	}
#nav a {
	display: block;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	font-size: 1.2em;
	font-weight: 300;
	text-decoration: none;
	color: #fff;
	padding-top: 1px;
	border-left: 0px solid #fff;
	border-right: 0px solid #004691;
	}
#nav a:hover {color: #004691;}
#nav li.more {
	background: url(/i/rightarrow.png) center right no-repeat;
	}
#nav li.more:hover {
	background: url(/i/rightarrow2.png) #f00 center right no-repeat;
	}
#nav li {
	float: left;
	padding: 0;
	}
#nav li ul {
	position: absolute;
	display: none;
	z-index: 10;
	height: auto;
	width: 140px;
	margin: 0;
	}
#nav li li { width: 140px; }
#nav li ul a {
	text-align: left;
	padding: 2px 10px;
	border-width: 1px 1px 0 1px;
	border-color: #fff;
	border-style: solid;
	font-size: 12px;
	}
#nav li ul ul { margin: -2em 0 0 12em; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	display: none;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	display: block;
	}
#nav li:hover, #nav li.sfhover { background: #C5E1FF; }
#nav li#home { width: 72px;}
#nav li#about { width: 73px; }
#nav li#contact { width: 85px; }
#nav li#programs { width: 96px; }
#nav li#donate { width: 80px; }
#nav li#volunteer { width: 96px; }
#nav li#media { width: 73px; }
#nav li#changemakers { width: 165px; }


/*****************************
	3. Breadcrumbs
*****************************/
#folder{
	color: #777;
	padding:0 0 5px 0;
	border-bottom: 1px solid #FFE0CC;
	margin-bottom: 16px;
	text-transform: capitalize;
	}


/*****************************
	4. Extras
*****************************/

/***************** General ****************/
#signup, .boxStyle1, .boxStyle2, .fellowship {margin-bottom: 20px;}

/***************** Signup ****************/
#signup {
	height: 183px;
	padding: 10px 7px 0 7px;
	background: transparent url("http://www.gvnfoundation.org/images/bg_signup.gif") no-repeat !important;
	}
#signup p , #signup form {
	margin: 0;
	padding: 0;
	}
#subscribeForm .textfield {
    height: 25px;
    font-size: 12px;
    color:#777;
    margin-top: 4px;
    border:solid 0 #fff;
    padding: 4px 0 0 8px;
    width: 155px;
    }
fieldset>input.textfield {/* http://www.picment.com/articles/css/funwithforms/ */
	background: transparent url("http://www.gvnfoundation.org/images/bg_input.png") no-repeat !important;
	}
#subscribeForm .submit {
	border: solid 0 #fff !important;
	margin: 10px 0 0 0;
	float: right;
	background-color: transparent;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	font-weight: 900;
	}
#subscribeForm .submit:hover {
	cursor: pointer;
	color:#fff;
	}

/***************** Buttons ****************/

div.button {
	padding: 0 0px 0 0px;
	width: 142px;
	height: 29px;
	overflow: hidden;
	margin-bottom: 16px;
	}
div.button a {
	display: block;
	height: 29px;
	color: #fff;
	font-weight: 900;
	text-align: center;
	padding: 2px 0;
	font-size: 13px;
	letter-spacing: 1px;
	padding-top: 4px;
	background: url('http://www.gvnfoundation.org/images/button.gif') 0 0;
	}
div.button a:hover {
	text-decoration: none;
	color: #f60;
	background-position: 142px 0;
	}
div#vbutton a {
	width: 400px;
	height: 26px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top;
	background-image: url(/volunteer/images/volunteer_button.gif);
	}
	
div#vbutton a:hover {
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom;
	background-image: url(/volunteer/images/volunteer_button.gif);
	}


/***************** boxStyle1 ****************/
div.boxStyle1 {
	padding: 6px 6px 4px 6px;
	background: url('http://www.gvnfoundation.org/images/bg_stripes.gif') #ccc;
	}
div.boxStyle1 p b {
	color: #000;
	}
div.boxStyle1 ul {
	padding-left: 13px;
	list-style: url('http://www.gvnfoundation.org/images/bullet2.gif');
	}
div.boxStyle1 a {
	display: block;
	font-weight: 900;
	}
div.boxStyle1 ul li, div.boxStyle1 p {
	margin-bottom: 4px;
	}
div.boxStyle1 img {
	padding: 5px;
	border: 1px solid #ccc; 
	background: url('http://www.gvnfoundation.org/images/bg_stripes.gif') #fff;
	position: relative;
	top: 3px;
	}

/***************** boxStyle2 ****************/
div.boxStyle2 li {
	line-height: 1.1em;
	margin: 0 0 1em 0;
	color: #80910E;
	background: #EBEFCD;
	padding-top: 2px;
	border-top: 1px solid #D9E0A5;
	padding: 4px 8px 0 8px;
	}
div.boxStyle2 a {
	font-weight: 900;
	display: block;
	}
div.boxStyle2 p {
	margin-bottom: 6px;
	color: #607107;
	}
div.boxStyle2 img {
	margin-top: 6px;
	margin-bottom: -2px;
	position: relative;
	left: -8px;
	}

/***************** fellowship ****************/
div.fellowship {
	background-image: url('http://www.gvnfoundation.org/images/fellowship.gif');
	background-repeat: no-repeat;
	width: 180px;
	height: 233px;
	}


/*****************************
	5. Footer
*****************************/

div#footer {
	margin-top: 1px;
	background: url('http://www.gvnfoundation.org/images/shadow_footer.png') top repeat-y transparent;
	text-align: center;
	line-height: 1.8em;
	font-size: 9px;
	padding-top: 8px;
	}
div#footer ul li {
	border-left: 1px solid #4074AD;
	display: inline;
	padding: 0 6px;
	color: #4074AD;
	}
div#footer ul li.noBorder {
	border-left: none;
	}
div#footer ul li a {
	color: #BFD1E3;
	}
div#footer ul li a:hover {
	text-decoration: underline;
	}
div#footer p {
	margin: 5px 0 8px 0;
	color: #BFD1E3;
	font-size: 13px;
	}
div#footerShadow {
	height: 16px;
	background: url('http://www.gvnfoundation.org/images/shadow_footerBottom.png') bottom left no-repeat transparent;
	}

/*****************************
	6. Forms
*****************************/

#moreinfo{
width: 160px;
background-color: #ff6600;
margin-left: auto;
margin-right: auto;
padding:10px;
}
.input {
width: 120px;
background: white;
font-family: arial, helvetica, verdana, sans-serif;
font-size:10px;
margin-bottom:5px;
}
ol li {
	font-weight: bold;
	margin-top: 6px;
	font-size: 1.1em;
	font-weight: 900;
	color: #004691;
	list-style-type: square;
}
.testimonials{
clear: both;
}

/* form formatting */
fieldset.form_fields {
	border: 1px solid #4C4C4C;
	background:	url('http://www.gvnfoundation.org/images/form_shout.gif') top left repeat-x #676767;
	padding: 5px;
	margin: 10px 0;
	}
fieldset.form_fields2 {
	border: 1px solid #4C4C4C;
	background-color: #F9ECAA;
	padding: 5px;
	margin: 10px 0;
	}
	
fieldset.form_fields legend {
	color: #1988FF;
	font-size: 13px;
	font-weight: 700;
	}
fieldset.form_fields2 legend {
	color: #1988FF;
	font-size: 13px;
	font-weight: 700;
	}
fieldset.form_fields2 label {
	color: #1988FF;
	font-weight: 700;
}
fieldset.form_fields label {
	color: #1988FF;
	font-weight: 700;
}

div.form_fields{
	padding: 2px 0;
	}
textarea.appform{
	width: 400px;
	}
input.appform{
	width: 300px;
	}
.appsubmit{
	width: 100px;
	float: right;
	}




#programBlocks a { display:block; font-weight:normal; color:#666; background-color:#D9DFEA; padding:2px; width:320px; line-height:13px; float:left;  margin-bottom:5px; text-decoration:none; }
			#programBlocks strong { color:#06C; }
			#programBlocks a:hover {	background-color:#7185AE;	text-decoration:none; color:#FFF; }
			#programBlocks a:hover strong { color:#fff;}
			#programBlocks a img { float:left;  border:none; margin-right:5px; }
			#programBlocks h2 { float:left; display:block; width:400px;  }