html, body {
	height: 100%;
}

body {
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	background: #2f3540 url(../images/bg.jpg) repeat-x;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	padding: 0;
}

.clear-footer {
	clear: both;
	font-size: 0;
	line-height: 0;
	padding: 0 0 100px 0;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

.container {
	margin: 0 auto;
	width: 960px;
}

#header {
	float: left;
	display: inline;
	width: 100%;
	background: url(../images/header-bg.png) bottom left repeat-x;
	padding: 0 0 2px 0;
}

#logo {
	float: left;
	display: inline;
	width: 217px;
	margin: 30px 0 0 0;
}

#logo img {
	display: block;
}

#logo:hover {
	border: 0;
}

#nav {
	clear: left;
	float: left;
	display: inline;
	width: 500px;
	list-style: none;
	margin: 30px 0 0 0;
}

#nav li {
	float: left;
	display: inline;
	width: auto;
}

#nav a {
	float: left;
	display: inline;
	width: auto;
	border-bottom: 2px solid #666a73;
	text-decoration: none;
	font-size: 0.75em;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 20px 3px 20px;
}

#nav a:hover, #nav a#active {
	border-bottom: 2px solid #99cc00;
}

#social {
	float: right;
	display: inline;
	width: 177px;
	list-style: none;
}

#social li {
	float: left;
	display: inline;
	width: auto;
	margin: 10px 0 0 10px;
}

#social a {
	float: left;
	display: inline;
	width: auto;
}

#social a:hover {
	border: 0;
}

#social a.addthis_button {
	width: 125px;
	margin: 8px 0 0 0;
}

#social a#twitter {
	width: 32px;
	height: 32px;
	background: url(../images/twitter-button.png) no-repeat;
}

#social a#twitter:hover {
	background-position: 0 -32px;
	border: 0;
}

#main {
	float: left;
	display: inline;
	width: 100%;
	margin: 20px 0 0 0;
}

#content {
	float: left;
	display: inline;
	width: 658px;
	background: url(../images/content-bg.png);
	padding: 0 0 20px 0;
	border: 1px solid #42454b;
}

#content h1 {
	float: left;
	display: inline;
	width: 618px;
	margin: 20px 0 0 20px;
	padding: 0 0 1em 0;
	text-transform: uppercase;
	color: #99cc00;
}

#content p {
	float: left;
	display: inline;
	width: 618px;
	margin: 0 0 0 20px;
	padding: 0 0 1em 0;
	font-size: 0.75em;
	line-height: 1.5em;
}

#content p#highlight {
	float: left;
	display: inline;
	font-size: 1em; 
	background: #1e2228; 
	padding: 10px; 
	width: auto;
	margin: 10px 0 20px 20px;
	font-weight: bold;
}

#content p span, #content form fieldset label span {
	color: #ff0000;
}

#content p a {
	color: #fff;
}

#content p a:hover {
	text-decoration: none;
}

#content form {
	float: left;
	display: inline;
	width: 596px;
	border: 1px solid #42454b;
	padding: 10px;
	margin: 0 0 0 20px;
}

#content form fieldset div {
	float: left;
	display: inline;
	width: 596px;
	border-bottom: 1px dotted #666;
	padding: 10px 0 10px 0;
}

#content form fieldset label {
	float: left;
	display: inline;
	width: 120px;
	font-size: 0.75em;
	text-transform: uppercase;
	padding: 0 0 3px 0;
}

#content form fieldset input {
	padding: 3px;
	width: 300px;
	font-family: verdana, geneva, sans-serif;
	font-size: 0.875em;
	color: #666666;
	border: 2px solid #666a73;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}	

#content form fieldset button {
	background: url(../images/send-button.png) no-repeat;
	border: 0;
	width: 123px;
	height: 39px;
	cursor: pointer;
}

#content form fieldset button:hover {
	background-position: 0 -39px;
}

#content form fieldset textarea {
	width: 300px;
	height: 150px;
	padding: 3px;
	font-family: verdana, geneva, sans-serif;
	font-size: 0.875em;
	color: #666666;
	border: 2px solid #666a73;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#content form fieldset input:focus, #content form fieldset input:hover, #content form fieldset textarea:focus, #content form fieldset textarea:hover {
	border: 2px solid #99cc00;
}

#content ul#emails {
	list-style: none;
	float: left;
	display: inline;
	width: 658px;
}

#content ul#emails li {
	float: left;
	display: inline;
	width: 300px;
	margin: 20px 0 0 20px;
}

#content ul#emails img {
	display: block;
	width: 300px;
}

#content ul#emails a {
	font-size: 0.75em;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}

#content ul#emails a span {
	display: block;
	background: #1e2228;
	padding: 2px;
}

#content ul#emails a:hover {
	color: #ffffff;
	border: 0;
}

#content ul#pages {
	float: left;
	display: inline;
	width: 638px;
	list-style: none;
	clear: both;
	margin: 20px 0 0 20px;
}

#content ul#pages li {
	float: left;
	display: inline;
	width: auto;
	color: #999999;
	font-size: 0.675em;
	margin: 0 2px 0 0;
}

#content ul#pages li a {
	float: left;
	display: inline;
	width: auto;
	padding: 5px;
	color: #999999;
	border: 1px solid #999999;
	text-decoration: none;
}

#content ul#pages li a:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
}

#content-side {
	float: right;
	display: inline;
	width: 280px;
	margin: 0 0 0 20px;
}

.sidebar {
	float: left;
	display: inline;
	width: 278px;
	background: url(../images/content-bg.png);
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border: 1px solid #42454b;
}

.sidebar h2 {
	float: left;
	display: inline;
	width: 258px;
	font-size: 0.75em;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	margin: 20px 0 10px 10px;
	border-bottom: 1px dotted #666;
}

.sidebar form {
	float: left;
	display: inline;
	width: 258px;
}

.sidebar select {
	width: 258px;
	margin: 0 0 0 10px;
}

.sidebar ul#sponsors {
	float: left;
	display: inline;
	width: 278px;
	list-style: none;
}

.sidebar ul#sponsors li {
	float: left;
	display: inline;
	width: 125px;
	margin: 10px 0 0 10px;
}

.sidebar ul#sponsors li img {
	display: block;
}

.sidebar ul#resources {
	float: left;
	display: inline;
	width: 258px;
	list-style-position: outside;
	margin: 0 0 0 10px;
}

.sidebar ul#resources li {
	font-size: 0.75em;
	padding: 0 0 1em 0;
}

.sidebar ul#resources a {
	color: #cccccc;
	text-decoration: none;
}

.sidebar ul#resources a:hover {
	border-bottom: 1px dotted #666;
}

#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 47px;
	text-align: left;
	font-size: 0.675em;
	color: #999;
}

#footer p#footer-left {
	float: left;
	display: inline;
	width: 200px;
	padding: 20px 0 0 20px;
}

#footer p#footer-right {
	float: right; 
	display: inline; 
	width: 400px; 
	text-align: right;
	padding: 20px 20px 0 0;
}

#footer p a {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover {
	border-bottom: 1px dotted #666;
}
