/*-----------------------------------------------------------------------------
Explore Fund Style Sheet (primary stylesheet)

version:   1.0
author:    Alan Jenkins
email:     alan.jenkins@claromentis.com
website:   http://www.claromentis.com/
-----------------------------------------------------------------------------*/

/* css reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, embed, object { padding: 0; margin: 0 }
table { border-collapse: collapse; border-spacing: 0 }
fieldset, img, abbr { border: 0 }
address, caption, cite, code, em, h1, h2, h3, h4, h5, h6, strong, th { font-weight: normal; font-style: normal }
ul { list-style: none }
caption, th { text-align: left }
a { text-decoration: none }





BODY {
	font: 10px helvetica, arial, sans-serif;
	background-image: url(../images/bg.gif)
}

h1 a {
	text-indent: -999em;
	display: block;
	width: 266px;
	height: 62px;
	background: url(../images/logo.gif) no-repeat;
}

h2 {
	margin: 1em 0;
	text-indent: -999em;
	width: 269px;
	height: 9px;
	background: url(../images/tagline.gif) no-repeat;
}

h3 {
	font-size: 2em;
	text-transform: uppercase;
	margin: 1em 0;
}

p {
	margin: 1em 0;
}
	
a {
	color: #00b5cb;
	outline: none;
}

	a:hover {
		color: #121212;
		text-decoration: underline;
	}

#container {
	width: 757px;
	margin: 0 auto 4em;
	padding: 20px;
	background: #fff;
	border: 1px solid #666;
	border-top: 0;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}



/* nav */
#nav {
	font-size: 1.2em;
}

#nav,
#footer ul {
	overflow: auto;
}

#nav,
#footer {
	background: url(../images/nav.jpg) repeat-x bottom; 
	border-bottom: 1px solid #cfcfcf;
}

#nav  ul {
	float: right;
}

#nav li,
#footer li {
	float: left;
	display: block;
}

#nav li {
	border-left: 1px solid #ccc;
	text-align: center;
	text-transform: uppercase;
}

#nav a {
	display: block;
	width: 70px;
	color: #666;
	padding: 1.2em;
	text-indent: -999em;
	background: url(../images/nav.png) no-repeat;
}

	#nav a:hover {
		background-color: #40c8d8;
		text-decoration: none;
	}

	#nav .active {
		background-color: #00b5cb;
	}

	#nav .about {
		background-position: 29px 18px;
	}
		#nav .active .about,
		#nav .about:hover {
			background-position: 29px -22px;
			color: #fff;
		}
			
	#nav .application {
		background-position: -71px 18px;
	}
		#nav li.active .application,
		#nav .application:hover {
			background-position: -71px -22px;
			color: #fff;
		}
	
	#nav .faq {
		background-position: -168px 18px;
	}
		#nav .active .faq,
		#nav .faq:hover {
			background-position: -168px -22px;
			color: #fff;
		}

		
	#nav .contact {
		background-position: -266px 18px;
	}
		#nav .active .contact,
		#nav .contact:hover {
			background-position: -266px -22px;
			color: #fff;
		}


/* content */
#content {
	margin: 10px 0;
	padding-top: 378px;
	line-height: 1.6em;
	font-size: 1.2em;
}

		.about {
			background: url(../images/banner1.jpg) no-repeat;
		}

		.application {
			background: url(../images/banner2.jpg) no-repeat;
		}

		.faq {
			background: url(../images/banner3.jpg) no-repeat;
		}

		.contact {
			background: url(../images/banner4.jpg) no-repeat;
		}

			#content ul {
				margin: 1em;
			}

	#content ul li {
		padding-left: 1.5em;
		margin: 1em 0;
		background: url(../images/bullet.gif) no-repeat 6px 6px;
	}
	
	#content .apply {
		float: right;
		margin: 0 0 2em 2em;
		-moz-box-shadow: 0 0 11px #666;
		-webkit-box-shadow: 0 0 11px #666;
		box-shadow: 0 0 11px #666
	}
	
		#content .apply a {
			/*margin: 0 2em 2em;*/
			background: url(../images/applynow.jpg);
			width: 301px;
			height: 207px;
			display: block;
			text-indent: -999em;
		}
		#content .pastGrantees{
			float:right;
			margin-top:-130px;
			text-align:center;
			width:300px;
			}
		
		#content .winter_cycle {
			text-indent: -999em;
			height: 110px;
			width: 301px;
			background: url(../images/winter_cycle.jpg);
		}
		
			#content .winter_cycle p {
				margin: 0;
			}

			#content ol {
				padding-left: 3em;
			}
			
			#content ol li {
				margin: 1em 0;
			}

			.strike {
				text-decoration: line-through;
			}

			#weDoNotFund {
				float: right;
				width: 300px;
				color: #fff;
				background: #00b5cb;
				margin: 0 0 10px 10px;
				padding: 10px;
				-moz-box-shadow: 0 0 11px #666;
				-webkit-box-shadow: 0 0 11px #666;
				box-shadow: 0 0 11px #666;
			}

			#weDoNotFund h4 { font-size: 15px; font-weight: bold; }

/* Application Form */
form fieldset { margin: 10px 0; padding: 10px 20px; background: #F0F8F9; border: 1px solid #40C8D8 }

form legend { font-size: 2em; background: #40C8D8; color: #fff; padding: .5em 1em; }

form h4 { color: #40c8d8; text-transform: uppercase; font-size: 13px; font-weight: bold }

form label { min-width: 150px; margin-right: 10px; font-weight: bold; display: block; float: left }

	form label.full { margin-right: 150px }
	
	#ContactForm label { min-width: 90px }

form .row, form .rowBtns { line-height: 1.8em; padding: 7px 8px 6px; margin: 3px 0 }

	form .rowBtns { text-align: right }

	form .cb { padding: 0 }

	form .cb label { float: none; margin-left: 20px; }

	form .cb input { position: relative; top: 2px }

	form #btnPrev1, form #btnPrev2, form #btnNext1, form #btnNext2 { display: none }

	form #btnPrev1, form #btnPrev2 { float: left }

form .rowReq  {
	background: #40C8D8;
	position: relative;
	color: #fff; 
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

	form .rowReq em { color: #ff0 }

	.rowReq .error { position: absolute; display: inline; float: none; color: #fff; padding-left: 10px; right: 0; top: 8px; margin: 0 10px 0 0; min-width: 0; }

	#ContactForm .rowBtns { margin-left: 100px }

form input[type=text], form textarea {
	border: 1px solid #fff;
	background: #f5f5f5;
	padding: 2px;
	font-size: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 1px #888;
	-webkit-box-shadow: 0 0 1px #888;
	box-shadow: 0 0 1px #888;
}

form .frmHover, form input:hover, form textarea:hover { border: 1px solid #40c8d8 }

	form .rowReq .frmHover, form .rowReq input:hover, form .rowReq textarea:hover { border: 1px solid #ff0 }

form .frmFocus, form input:focus, form textarea:focus { border: 1px solid #40c8d8; background: #fff }

	form .rowReq .frmFocus, form .rowReq input:focus, form .rowReq textarea:focus { border: 1px solid #fff }

form button {
	cursor: pointer;
	padding: 10px;
	border: 0;
	background: #40c8d8;
	color: #fff;
	padding: 5px 10px;
	-moz-box-shadow: 3px 3px 0 #333;
	-webkit-box-shadow: 3px 3px 0 #333;
	box-shadow: 3px 3px 0 #333;
}

form #SubmitBtn { font-size: 1.5em }

form #SubmitBtn:hover { background: #45c1d0 }

form #FurtherDetails label { text-align: left }

form #FurtherDetails textarea { clear: both }

form textarea { display: block; font-family: helvetica, arial, sans-serif; }



/* footer */
#footer h4 { background: url(../images/adventure_is_everywhere.gif); width: 524px; height: 20px; margin: 40px auto; text-indent: -999em }

#pe, #tnf { background: url(../images/pe_logo.gif) no-repeat center; height: 27px; width: 51px; text-indent: -999em; float: left; display: block; padding: .6em }

#tnf { background-image: url(../images/tnf_logo.gif); width: 42px }


/* ie6 specific fixes */
* html #nav, * html #footer ul { height: 1% }                           /* overflow: auto not supported - enforce hasLayout */

* html #nav a { background-image: none; text-indent: 0; width: auto } 	/* transparent png not supported - roll back to browser text */


#international {
	padding: 10px;
	text-align: center;
	font-size: 1.3em;
	line-height: 2em;
    background: #f2f2f2;
	border: 1px solid #cfcfcf;
	color:#333;
	text-shadow: 0 1px 0 #FFFFFF;
}

#international img {
padding: 0px 2px 0 2px;	
vertical-align: middle;
padding-top
}

/* print style */
@media print {
	BODY { font-size: 8pt }

	h1 a { text-indent: 0 }

	#container { width: auto; border: 0; -moz-box-shadow: 0 0 0 #000; -webkit-box-shadow: 0 0 0 #000; box-shadow: 0 0 0 #000}
	
	#nav, #banner { display: none }
	
	#content  { padding: 0 }
	
	#content ul { list-style: square }
	
	#content .apply { display: none }
	
	.faq li a { color: #000; font-weight: bold }
	
	.faq li p { display: block !important}
	
	#footer { border: 0 }
}
