* {
	margin: 0;
	padding: 0;
}

body, textarea, input {
	font-family: "Century Gothic", "Futura", "Tahoma", "Trebuchet MS", sans-serif;
	font-size: small;
	padding-top: 30px;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
}

#logo {
	border-bottom: 2px solid #6eb43f;
	padding-bottom: 5px;
}

#logo a {
	display: block;
	width: 310px;
	height: 22px;
	background: url('images/s9logo.gif') top left no-repeat;
}

#logo a span {
	display: none;
}

#nav {
	float: right;
	padding-bottom: 20px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	border-right: 1px solid #6eb43f;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	padding: 5px 10px;
	font-size: 1.1em;
	font-weight: bold;
}

#nav ul li a.last {
	border: 0; 
	padding-right: 0px;
}

#nav ul li a.active {
	color: #6eb43f;
	font-size: 1.25em;
}

#nav ul li a:hover {
	text-decoration: underline;
	color: #6eb43f;
}

img#pageHead {
	display: block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 0;
}

#content {
	padding: 30px 0;
}

#footer {
	border-top: 2px solid #6eb43f;
	padding-top: 15px;
}

#footer p {
}

#footer a {
	color: #000;
	text-decoration: none;
	padding-left: 50px;
}

#footer a:hover {
	color: #6eb43f;
	text-decoration: underline;
}

h1 {
	color: #000;
	padding-bottom: 20px;
	font-size: 1.75em;
}

h2 {
	color: #63b43f;
	padding-bottom: 10px;
	font-size: 1.5em;
}

h3, h4 {
	padding-bottom: 3px;
}

p {
	padding-bottom: 15px;
	line-height: 1.6em;
}

a {
	color: #6eb43f;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

#homeCopy {
	width: 600px;
	float: left;
}

#homePress {
	width: 306px;
	float: right;
	border-left: 1px solid #000;
	padding-left: 10px;
}

#homePress p, #pressLinks p {
	padding-bottom: 30px;
}

p.last, ul.last {
	padding-bottom: 0 !important;
}

#homePress h3 {
	padding-bottom: 5px;
}

#homePress h3 a {
	color: #000;
}

#teamLinks, #pressLinks, #careersLinks, #contactLinks {
	width: 275px;
	float: left;
}

#teamCopy, #pressCopy, #careersCopy, #contactCopy {
	width: 620px;
	float: right;
	border-left: 1px solid #000;
	padding-left: 25px;
}

#teamCopy img {
	border: 1px solid #000;
	padding: 5px;
}

#teamCopy p {
	margin-bottom: 40px;
}

#teamLinks h2, #pressLinks h2 {
	padding-bottom: 5px;
}

#teamLinks h2 a  {
	text-decoration: none;
	color: #000;
}

#pressLinks h2 a {
	text-decoration: none;
}

#teamLinks h2 a:hover, #pressLinks h2 a:hover {
	color: #6eb43f;
}

#teamLinks h3 {
	margin-bottom: 20px;
	color: #6eb43f;
}

#pressLinks h3 {
}

#pressLinks h4 a, #pressCopy h4 a {
	color: #000;
}

ul {
	padding: 0px 0 15px 15px;
	line-height: 1.6em;
}

#careersCopy p {
	padding-bottom: 10px;
}

#careersCopy h3 {
	text-decoration: underline;
	padding-bottom: 10px;
}

#careersCopy h4 {
	padding-bottom: 10px;
}

#contactCopy label {
	display: block;
	float: left;
	width: 100px;
}

#contactCopy label.error {
	width: 200px;
	color: red;
	padding-left: 5px;
	display: none;
}

.error {
	color: red;
}

#contactCopy input.txt {
	display: block;
	float: left;
	width: 200px;
	padding: 0;
}

#contactCopy .submitContainer {
	padding-left: 100px;
}

#contactCopy textarea {
	width: 400px;
	height: 200px;
}

#contactCopy label#contactMessageError {
	padding-left: 100px;
}

.note {
	color: #999;
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
}

.siteButton {
	height: 34px;
	background: url('images/btnleft.gif') top left repeat-x;
}

.siteButton a {
	display: block;
	height: 34px;
	background: url('images/btnright.gif') top right no-repeat;
	padding: 0 20px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 17px;
	line-height: 32px;
	text-shadow: #666 1px 1px 2px;
}

.siteButton:hover {
	background-position: left -34px;
}

.siteButton a:hover {
	background-position: right -34px;
}
