/* - - - - - - - - - - - - - - - - - - - - -

Author : Shannon

- - - - - - - - - - - - - - - - - - - - - */





/* Eric Meyer Reset
----------------------------------------------*/
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
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;
}
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: "";
}



/* ! Structure ------------------------------------------------------------------------- */



#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;
	padding-bottom: 100px;
}
#content {
	padding: 0 18px;
	
}
#left-col {
	padding-left: 53px;
}
#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;
}


/* ! --------- End Structure --------- */










body {
	background-color: #E1A32B;
}

/* 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 {
	color: #579B4D;
	margin-bottom: 16px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
	padding-top: 20px;
}

p {
	font-size: 12px;
	line-height: 16px;
	color: #808284;
	margin: 0 0 16px 0;
}

ul {
	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 24px 0;
}
ul#schools li {
	margin: 0 0 4px 0;
}
ul#schools ul {
	margin: 8px 0 0 10px;
}
/*.subnav {
	display: block;
}
*/

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

a:link {
	text-decoration: none;
	color: #669DD2;
}
a:visited {
	text-decoration: none;
	color: #669DD2;
}
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
----------------------------------------------*/

.clear {
	clear: both;
}

img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
.center {
	text-align: center;
}
.zero-top {
	margin-top: 0;
	padding-top: 0;
}
.zero-bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
.zero-left {
	margin-left: 0;
	padding-left: 0;
}
.zero-right {
	margin-right: 0;
	padding-right: 0;
}

.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}

.left {
	float: left;
}
.right {
	float: right;
}

.hide {
	display: none;
}
.highlight {
	color: #eb7100;
}







