* {
	margin: 0;
}

html, body {
	height:100%;
}

body {
	background:#111111 url(/assets/images/body-bg.png) repeat-x top center;
	margin:0;
	color: #bbbbbb;
	font-family: verdana;
}

img {
	border:0;
}

a {
	color: #81aa48;
	text-decoration: none;
}

a.small {
	font-size: 12px;
}

p {
	margin:10px 0 10px 0;
}

h2 {
	color: #ffffff;
	height:40px;
	background:transparent url(/assets/images/header-underline.png) no-repeat 0px 8px;
}

:focus {
	outline: 0;
}

#container {
	width:942px;
	margin: 0px auto -150px;
	background-image: url(/assets/images/header-bg.png);
	background-repeat: no-repeat;
	min-height:100%;
	height: auto !important;
	height:100%;
}

#head {
	width:940px;
	display:inline-block;
	margin-top:30px;
}

#logo-link {
	width:300px;
	float:left;
	left:15px;
	position:relative;
}

#get-involved {
	float:left;
	width:340px;

}

#newsletter {
	float:left;
	width:223px;
	height:64px;
	left:35px;
	position:relative;
	background-image: url(/assets/images/join-our-newsletter-bg.png);
	background-repeat: no-repeat;
}

#newsletter form {
	padding:0;
}

#newsletter input  {
	padding:0;
}

#newsletter input.text {
	background:transparent;
	color: #cccccc;
	border:0;
	position:relative;
	top:16px;
	left:15px;
	width:145px;
	height:26px;
}

#newsletter input.button {
	position: relative;
	top: 26px;
	left:12px;
}

#newsletter-success-message
{
    display:none;
   font-weight:bold;
   font-size:14px;
    color: #9CCA5C;
    height:22px;
    width: 200px;
    float:left;
    z-index:100;
    position:absolute;
    text-align:center;
    line-height:22px;
    top:30px;
    left:8px;
}

#invalid-email
{
    display:none;
    font-weight:bold;
    font-size:14px;
    color:#bb0000;
    z-index:100;
    position:absolute;
    left:14px;
    top:0;
    height:22px;
    width: 200px;
    float:left;
    background-color:#F2E1DF;
    border:1px solid #bb0000;
    text-align:center;
    line-height:22px;
}

#navigation {
	background:transparent url(/assets/images/nav-bg.png) no-repeat top center;
	clear:both;
	width:937px;
	height:36px;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#nav {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	top:8px;
}

#nav li {
	display:inline-block;
	margin-right:30px;
	padding:0;
	height:22px;
}

#nav li a {
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	display: block;
}

#nav li ul {
	position: absolute;
	left: -999em;
	top:22px;
	z-index:900;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


#nav li ul li {
	display:block;
	font-family:verdana;
	text-align:left;
	position:relative;
	left:-38px;
	border:1px solid #bbbbbb;
	border-botom:0;
	border-top:0;
	height:22px;
}

#nav li ul li a {
	width:180px;
	background-color: #161616;
	color: #bbbbbb;
	font-weight:normal;
	font-size:12px;
	padding:4px;
}

#nav li ul li a:hover {
	color: #000000;
	background-color: #bbbbbb;
}

.center {
	clear:both;
	margin:0 auto;
	text-align:center;
	width:100%;
}


#footer-container {
	background:#404040 url(/assets/images/footer-bg.png) repeat-x top center;
	width:100%;
	height:150px;
	display:inline-block;
	border-top:1px solid #3e403e;
}

#footer {
	width:940px;
	margin: 20px auto;
	color: #5D5D5D;
	font-size:14px;
}

#footer-left {
	width:50%;
	float:left;
}

#footer-right {
	width:50%;
	float:left;
}

#push {
	height:170px;
	clear:both;
}

#content {
	width:940px;
	display:inline-block;
	margin-top:30px;
	font-size:12px;
}

#page-content {
	width:600px;
}