/*  
Description: UCEAO : University Clean Energy Alliance of Ohio
Author: Center for Creative Instruction
Author URI: http://www.utoledo.edu/centers/cci/


/* ---------- Reset -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
}
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:#FFF;
	height: 100%;
	line-height: 1;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a img {
	border: none;
}
a {
	color: #003974;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* ---------- Header -----------*/

#header {
	height: 97px;
	background: #003974 url(../images/structure/header_bg.jpg) no-repeat top center;
}
#logo {
	width: 937px;
	height: 97px;
	margin: 0 auto;
	color: #FFF;
}
#logo img {
	width: 697px;
	height: 97px;
}
/* ---------- Main Navigation -----------*/

#nav {
	background-color: #002a6b;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
#nav ul {
	width: 937px;
	margin: 0 auto;
}
#nav li {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 65%;
	font-family: Helvetica, Arial, sans-serif;
}
#nav a {
	display: block;
	margin-left: 10px;
	padding: 12px 8px 10px 8px;
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	color: #ffff00;
}
#navhr {
	clear: left;
	visibility: hidden;
	height: 1px;
	line-height: 0;
}
.current {
	background-color: #FFF;
	color: #002a6b !important;
}
/* ---------- Content -----------*/

#content {
	width: 937px;
	margin: 0 auto;
	font-size: 90%;
}
#content h1 {
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.25em;
}
#content h1 img {
	border: 1px solid #CCC;
	border-bottom: none;
}
#content h3 { /* used on content pages */
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#content h4 { /* used on home page */
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#content h4 span { /* used on home page */
	float: left;
}
#content ul {
	margin: 0 0 20px 0;
}
#content ul li {
	background: url(../images/structure/list_bullet.gif) no-repeat 0px 7px;
	padding-left: 15px;
	display: block;
	line-height: 1.75em;
}
#content p {
	margin: 0 0 20px 0;
	line-height: 1.75em;
}
.subnav {
	width: 200px;
	display: block;
	float: left;
}
.subcontent {
	width: 700px;
	display: block;
	float: right;
}
/* ---------- Footer -----------*/

#footer {
	background: #000 url(../images/structure/footer_bg.jpg) repeat-x top center;
	height: 260px;
	width: 100%;
	min-width: 937px;
	clear: both;
}
#footer p {
	padding-top: 220px;
	text-align: center;
	font-size: 80%;
	color: #FFF;
}
/* ---------- Footer Anchor -----------*/

html, body {
	height: 100%;
}
#anchor {
	min-height: 100%; /* use min-height not height, to prevent overlap */
	min-width: 937px;
	margin-bottom: -260px; /* = #footer height+padding+border, to prevent overlap */
}
* html #anchor {
	height: 100%; /* ie6 doesn't support min-height, so need to use height */
}
#footer-spacer {
	height: 260px; /* = #container margin-bottom plus any extra space required between #container and #footer */
	clear: both;
}
/* ---------- Columns -----------*/

.twocol {
	width: 420px;
	display: block;
	margin: 0 20px;
}
.threecol {
	width: 280px;
	display: block;
}
.midcol {
	margin-left: 49px;
}
.logoblocks {
	width: 215px;
	height: inherit;
	display: block;
	float: left;
	vertical-align: middle;
	margin-left: 15px;
	margin-bottom: 15px;
}
.logoblocks img {
	vertical-align: middle;
}
.logoblocks p {
	font-size: 80% !important;
	line-height: 1.5em !important;
}
.members {
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
}
.members img {
	float: left !important;
	display: block;
}
.members p {
	font-size: 80% !important;
	margin-left: 225px !important;
	display: block;
	line-height: 1.5em !important;
}
.staff {
	font-size: 80% !important;
	line-height: 1.5em !important;
	width: 300px !important;
}
.about {
	margin: 0 0 20px 0;
}
.about li {
	background: url(../images/structure/list_bullet.gif) no-repeat 0px 7px;
	padding-left: 15px;
	margin: 0 0 20px 0;
	display: block;
	line-height: 1.75em;
}
/* ---------- Homepage styles -----------*/

.founding {
	padding-top: 15px;
}
.news {
	width: 260px !important;
	margin-left: 40px !important;
}
.news li {
	background: url(../images/structure/news_bullet.gif) no-repeat 0px 7px !important;
	padding-left: 20px !important;
	padding-top: 2px !important;
	border-bottom: 1px solid #ededed;
	font-size: 12px;
}
.news li em {
	font-size: 11px;
	color: #666;
}
.archive li {
	border-bottom: 1px solid #ededed;
}
.events {
	width: 260px !important;
}
.events li {
	background: url(../images/structure/events_bullet.gif) no-repeat 0px 7px !important;
	padding-left: 22px !important;
	padding-top: 2px !important;
	border-bottom: 1px solid #ededed;
	font-size: 12px;
}
.events li span {
	font-size: 11px;
}
.events_cal {
	float: right;
	font-size: 11px;
	font-weight: normal !important;
	color: #960;
}
.conference {
	width: 337px;
}
.conference strong {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.25em;
}
.conference p {
	line-height: 1.5em;
	font-size: 12px;
}
.conference img {
	float: right;
}
.funding {
	width: 337px;
}
.funding li {
	padding-left: 20px !important;
	padding-top: 2px !important;
	border-bottom: 1px solid #ededed;
	font-size: 12px;
}
.funding li em {
	font-size: 11px;
	color: #666;
}
/* ---------- Misc -----------*/

.pictCap {
	padding: 5px;
	background-color: #ededed;
	border: 1px solid #CCC;
	display: inline-table;
	width: auto;
}
.pictCap p {
	padding: 5px 5px 0 5px !important;
	font-size: 90%;
}
.ends {
	clear: both;
	visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.padleft {
	margin-left: 30px;
}
.padright {
	margin-right: 30px;
}
