

/* This is a blend of Eric Meyer reset and Yahoo 2.5.1
----------------------------------------------*/

html {
	color: #000;
	background: #FFF;
}
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}


#block_1 {
	float: left;
	width: 438px;
	margin-left: 196px;
}
* html #block_1 {
	display: inline;
}
#block_2 {
	float: left;
	width: 196px;
	margin-left: -634px;
}
#block_3 {
	float: left;
	width: 239px;
}
#wrapper {
	width: 873px;
}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper {
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
}
/* easy clearing */

#wrapper:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;

}

/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
/* End hide from IE-mac */


/* end easy clearing */



/* Additional
----------------------------------------------*/

body {
	text-align: center; 
}
#wrapper {
	margin: 0 auto;		
	text-align: left;
}
#content {
	padding: 0 18px;
	min-height: 550px;
}
#left-col {
	padding-left: 63px;
}
#right-col {
	padding-right: 67px;
}

#wrapper {
	background: url(../images/wrapper-bg.jpg) repeat-y left top;
}
#header {
	width: 873px;
	background: url(../images/header-bg.jpg) no-repeat left top;
	height: 228px;
}


/* Global
----------------------------------------------*/


body {
	background-color: #469AAB;
}


/* DIVS
----------------------------------------------*/

#grant-box {
	background-color: #469AAB;
	padding: 10px;
	margin: 0 0 10px 0;
}

#school-details-1 {
	width: 190px;
	float: left;
}
#school-details-2 {
	width: 190px;
	float: right;
}
#right-col img {
	margin-bottom: 15px;
}

/* Typography
----------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;	
}
h1, h2 {
	font-size: 16px;
	color: #3BBAAB;
	margin-bottom: 16px;
}
h2 {
	padding-top: 16px;
}
p {
	font-size: 12px;
	line-height: 16px;
	color: #808284;
	margin: 0 0 16px 0;
}
ul li {
	font-size: 12px;
	line-height: 16px;
	color: #808284;
	margin: 0 0 8px 0;
}
strong {
	color: #333333;
	font-weight: bold;
}
#school-details-1 h2, #school-details-2 h2 {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0;
}
#grant-box p, #grant-box h3 {
	color: #fff;
}
#grant-box h3 {
	font-size: 16px;
	text-decoration: underline;
	margin: 0 0 12px 0;
}
ul#nav, ul#schools {
	font-size: 12px;
}
ul#nav li {
/*	margin: 0 0 12px 0;*/
}
ul#schools li {
/*	margin: 0 0 4px 0;*/
}
ul#schools  ul {
	margin: 8px 0 0 10px;
}

/* LINKS 
----------------------------------------------*/

a:link {
	text-decoration: none;
	color: #469AAB;
}
a:visited {
	text-decoration: none;
	color: #469AAB;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}

/* Navigation
----------------------------------------------*/

ul#nav a:link, ul#schools a:link {
	text-decoration: none;
}
ul#nav a:visited, ul#schools a:visited {
	text-decoration: none;
}
ul#nav a:hover, ul#schools a:hover {
	text-decoration: none;
}
ul#nav a:active, ul#schools a:active {
	text-decoration: none;
}
#grant-box a:link, #grant-box a:visited, #grant-box a:hover {
	color: #fff;
	text-decoration: underline;
}
a.solar-data {
	font-size: 12px;
	background: url(../images/solar-data-bullet.gif) no-repeat left center;	
	color: #F7931D;
	padding: 0 0 0 15px;
	margin-left: 50px;
}
a#back-to-map {
	font-size: 12px;
	background: url(../images/marker.gif) no-repeat left center;	
	color: #F7931D;
	padding: 0 0 0 15px;
}


/* Misc 
----------------------------------------------*/

img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
.center {
	text-align: center;
}
.hide {
	display: none;
}