/* Global Tag Definitions */
@import url("globals.css");

/* Main Structure */
@import url("layout.css");

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

h2 {
	font-size: 14px;
	padding-top: 16px;
}
h3 {
	font-size: 14px;
	color: #dddd;
	margin-bottom: 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;
}
ul.bulleted {
	margin-left: 25px;
	list-style: outside;
	list-style-type: circle;
}
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 
----------------------------------------------*/

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;
}

ul.bullet {
	margin: 0 0 20px 0;
}

ul.bullet li {
	margin: 0 0 5px 20px;
	list-style-type: disc;
}




