/*
Theme Name: Springboad
Author: Pete Schissel
*/

body {
	font-family: arial, helvetica, sans-serif;
	margin: 0;
}

#gradient {
	width: 812px;
	margin: auto;
	background-image: url('images/repeater.png');
	background-repeat: y-repeat;
}

#wrapper {
	width: 792px;
	margin: auto;
}

#masthead {
	width: 792px;
	height: 170px;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
	background-image: url('images/header5.jpg');
	background-repeat: no-repeat;
	background-position: 0 45px;
}

#topnav {
	list-style-type: none;
	float: right;
	margin: .5em;
	font-weight: bold;
}

#topnav li {
	display: inline;
	padding-left: 1em;
}

#topnav li a {
	color: #435c7a;
	text-decoration: none;
}

#topnav li a:hover {
	text-decoration: underline;
}

#main {
	width: 752px;
	padding: 20px;
	background-image: url('images/bg.png');
}

#content {
	width: 500px;
	float: left;
}

#sidebar {
	width: 200px;
	float: right;
}

.nav {
	border: 1px dashed #ccc;
	background-color: #fff;
	margin-bottom: 1em;
	font-weight: bold;
}

.nav h3 {
	text-align: center;
	color: #333;
	margin: .5em;
	margin-bottom: 0;
}

.nav ul {
	list-style-type: none;
	display: inline;
}

.nav ul li {
	padding-left: 1em;
}

.nav ul li a {
	color: #435c7a;
	text-decoration: none;
}

.nav ul li a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	padding: .5em;
	padding-left: 20px;
	color: #333;
	border-top: 1px solid #ccc;
}

.bullet_spacing li {
	margin-bottom: .75em;
}