/* 
colors:
dark green 	#98C908
light green	#C0E559
dark blue	#46B4C1
light blue 	#84C5C6
*/

@import url('http://yui.yahooapis.com/2.7.0/build/reset/reset-min.css');

hr {
	display: none;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0; 
	padding: 0;
	background: #fff;
	color: #000;
	/*
	background-image: url('../images/21px-baseline-grid.png');
	*/
}

div#container {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
}

h1, h2, h3, h4 { 
	color: #98C908;
}

a {
	background-color: #84C5C6;
	color: #000;
	text-decoration: none;
}

h1 {
	margin: 0;
	font-size: 1.5714285714285714em;
	line-height: 0.9545454545454546em;
	margin-bottom: 0.9545454545454546em;
}

h2 {
	margin: 0;
	font-size: 1.4285714285714286em;
	line-height: 1.05em;
	margin-bottom: 1.05em;
}

h3 {
	margin: 0;
	font-size: 1.2857142857142858em;
	line-height: 1.1666666666666667em;
}

h4 {
	margin: 0;
	font-size: 1.1428571428571428em;
	line-height: 1.3125em;
}

p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

h1 img {
	margin-bottom: 0;
}

p.small, div#footer p {
	margin: 0;
	font-size: 0.8571428571428571em;
	line-height: 1.75em;
	margin-bottom: 1.75em;
}

table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

div#secondaryContent p {
	margin-bottom: 1.43em;
}

div#footer {
	border-top: 1px solid black;
	padding-top: 1.5em;
	text-align: center;
	overflow: hidden;
	padding-bottom: 1.5em;
}

div#slideshow {
	height: 375px;
	margin-bottom: 1.5em;
}

img {
	display: block;
	margin-bottom: 1.5em;
}

div#footer p#logos img {
	float: left;
}

div#footer p#logos img#hubbub-logo, div#footer p#logos img#ddd-logo {
	margin-right: 20px;
}

div#footer p#logos {
	width: 405px;
	margin: 0 auto;
}

em { font-style: italic; }

strong { font-weight: bold; }

ul li {
	list-style-type: circle;
	margin-left: 1.5em;
}

div#navigation ul li {
	display: inline;
	margin: 0 1em 0 0;
}

p.caption {
	margin-top: -1.5em;
	background-color: #C0E559;
	padding: 0.75em 1em;
}

p#tagline {
	text-align: center;
}
