/* global */

body {
	font: 12px arial, helvetica, sans-serif;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 10px;
}
 
a {
	color: #ff9700;
}
 
h1 {
	font: 18px "Arial", "Gill Sans", Times, serif;
	color: #ff9700;
	margin-top: 0;
}
 
h2 {
	font: 16px "Arial", "Gill Sans", Times, serif;
	font-weight: bold;
	color: #5863b3;
	margin-top: 0;
}
 
h3 {
	font: 14px "Arial", "Gill Sans", Times, serif;
	color: #000;
	margin-top: 0;
	font-weight: bold;
}

#wrapper {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/uploads/background.png);
}

img {
	border: 0;
}

#navbar {
	width: 756px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#footer {
	width: 736px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	clear: both;
	padding: 10px;
}
#apfb {
	border: 1px solid #ffffff;
	padding: 5px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	width: 300px;
}
.contactbox {
	float: right;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
	margin-left: 10px;
}

#nav-home a {
	width: 52px;
	height: 30px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	background: url(images/uploads/nav.png) 0 0;
}
#nav-learn a {
	width: 68px;
	height: 30px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	background: url(images/uploads/nav.png) -52px 0;
}
#nav-act a {
	width: 53px;
	height: 30px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	background: url(images/uploads/nav.png) -120px 0;
}
#nav-press a {
	width: 67px;
	height: 30px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	background: url(images/uploads/nav.png) -173px 0;
}
#nav-about a {
	width: 86px;
	height: 30px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	background: url(images/uploads/nav.png) -240px 0;
}

#nav-es-home a {
	width: 42px;
	height: 30px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	background: url(images/uploads/nav-es.png) 0 0;
}
#nav-es-learn a {
	width: 85px;
	height: 30px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	background: url(images/uploads/nav-es.png) -42px 0;
}
#nav-es-act a {
	width: 68px;
	height: 30px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	background: url(images/uploads/nav-es.png) -127px 0;
}
#nav-es-about a {
	width: 131px;
	height: 30px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	background: url(images/uploads/nav-es.png) -195px 0;
}

#nav {
	float: left;
}

.contentbox {
	margin-bottom: 10px;
}
#centered {
	text-align: centered;
}

/* email signup */

#nav-email {
	background-color: #3366cc;
	width: 307px;
	height: 20px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	padding: 5px;
}

#input-email-wrapper {
	height: 20px;
	background-color: #ffffff;
	width: 147px;
	float: left;
	margin-right: 5px;
}
#input-email {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
#input-zip-wrapper {
	height: 20px;
	background-color: #ffffff;
	width: 50px;
	float: left;
	margin-right: 5px;
}
#input-zip {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
#input-submit-wrapper {
	height: 20px;
	background-color: #ffffff;
	width: 100px;
	float: left;
}
#input-submit {
	width: 100%;
	height: 100%;
}

/* home page */

#left {
	width: 450px;
	float: left;
}
#right {
	width: 280px;
	float: right;
}

/* content pages */

.sectionheader {
	margin-bottom: 10px;
}

/* suckerfish */
		
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			13em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0;
}

.sf-menu {
	float:			left;
}
.sf-menu li li a:link {
	text-decoration:none;
	color:			#fff;
}
.sf-menu li li a:hover {
	text-decoration:underline;
	color:			#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
        text-decoration: none;
}
.sf-menu li {
}
.sf-menu li li {
	background:		#000000;
	padding:		5px;
	padding-left:	15px;
	font-size:		12px;
}
.sf-menu li li li {
	background:		#3366cc;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background:		#3366cc;
	outline:		0;
}

#navigation ul {
	height:			53px;
}
#navigation ul li ul {
	margin-top:		23px;
}
#sf-first {
	margin-left:	20px;
}

#menu-learn {
	width: 13em;
}
#menu-act {
	width: 12em;
}
#menu-press {
	width: 8em;
}
#menu-about {
	width: 12em;
}

#menu-es-learn {
	width: 19em;
}
#menu-es-act {
	width: 15em;
}
