@charset "utf-8";
/* ------------------------------------------------------------------------
CSS sheet for Nelson and Pade
Author: Jeff Sanders
Date Created: 5/11/2010
All inquiries for this document should be directed to support@giantseedcreative.com.
--------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
MAIN DESIGN ELEMENTS
--------------------------------------------------------------------------*/
* { margin: 0px; padding: 0px; }
a { outline: none; }
body {
	background: #8cd2f3 url(../images/background.jpg) top left no-repeat;
}
#outerhead {
	background: #fff url(../images/headbg.jpg) top left repeat-x;
}
#header {
	position: relative;
	margin: 0px auto;
	height: 158px;
	width: 1000px;
	background: url(../images/headbg2.jpg) bottom center no-repeat;
}
	#header img {
		border: none;
	}
	#header h1 {
		position: absolute;
		top: 15px;
		width: 466px;
		height: 117px;
		text-indent: -10000px;
		background: url(../images/logo.gif);
		overflow: hidden;
	}
	#header ul {
		position: absolute;
		top: 50px;
		right: 0px;
		list-style-type: none;
	}
	#header li {
		margin-left: 10px;
		float: left;
	}
#wrapper {
	margin: 30px auto 0px auto;
	width: 1000px;
}
#main {
	width: 700px;
	float: left;
}
#slideshow {
	margin-bottom: 20px;
	width: 700px;
	height: 403px;
}
#slideshow img {
	padding: 10px;
	background: #fff;
}
#content {
	padding: 20px;
	min-height: 400px;
	background: url(../images/contentbg.png);
	border: 3px solid #97c8e5;
}
#content h2 {
	font: 24px "Times New Roman", Times, serif;
	padding: 10px 0px;
	color: #0C5F2A;
}
#aside {
	width: 280px;
	float: right;
}
.group {
	margin-bottom: 20px;
	background: url(../images/contentbg.png);
	border: 3px solid #97c8e5;
}
	.group h2 {
		font: 24px "Times New Roman", Times, serif;
		padding: 10px;
		background: #fff;
		color: #135995;
	}
	.group p {
		padding: 10px;
	}
	.group ul {
		padding: 10px;
		list-style-type: none;
	}
	.group li {
		font: 14px/22px Verdana, Geneva, sans-serif;
	}
#footer {
	padding-top: 20px;
	clear: both;
}
#footer .left {
	width: 48%;
	text-align: left;
	float: left;
}
#footer .right {
	width: 48%;
	text-align: right;
	float: right;
}
#footer .right img {
	border: none;
}
#footer p {
	font-size: 10px;
}

/* ------------------------------------------------------------------------
TEXT ELEMENTS
--------------------------------------------------------------------------*/
p {
	margin-bottom: 10px;
	font: 14px/22px Verdana, Geneva, sans-serif;
}
a {
	color: #005129;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* ------------------------------------------------------------------------
FORM ELEMENTS
--------------------------------------------------------------------------*/
input[type="text"] {
	margin-left: 10px;
	margin-right: 10px;
	padding: 6px 5px;
	width: 230px;
	float: left;
	border: 1px solid #ccc;
	color: #666666;
}