html {
	color: #fff;
	background: #3e4b56;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.container {
	margin: 0 auto;
	width: 960px;
}

a, a:visited {
	color: #f2b460;
	text-decoration: none;
}
a:hover {
	color: #e45e13;
}
a:focus {
	outline: 0;
}

input:focus {
	outline: 0;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: .6em;
}

input[type=submit] {
	display: block;
	float: left;
	border: 1px solid #a35c0e;
	font: bold 1em "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: repeat-x center right url('../images/button_background.png');
	height: 33px;
	padding: 0 20px;
	text-align: center;
	color: #2c363e;
	text-shadow: 0 1px 0 rgba(255,255,255,.3);
	cursor: pointer;
}
input[type=submit]:hover {
	background-position: center left;
}

/* Header */
#header {
	background: #fff repeat-x bottom left url('../images/header_background.png');
	height: 84px;
	overflow: hidden;
}
#header a#logo {
	float: left;
	display: block;
	height: 44px;
	padding: 20px 0;
}
#account {
	float: right;
	font-size: .7em;
	background: url('../images/account_background.png');
	width: 594px;
	height: 42px;
}
#account form {
	padding: 7px;
}
#account li {
	float: left;
	line-height: 24px;
	margin: 0 5px;
}
#account li#signup {
	margin-left: 10px;
}
#account li#signup a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#account li#signup a:hover {
	color: #f2b460;
}
#account #login_button {
	height: 24px;
}
#account input[type=text], #account input[type=password] {
	display: block;
	width: 150px;
	padding: 4px;
	font: 1em "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #3e4b56;
}
#account input[type=text].placeholder, #account input[type=password].placeholder {
	color: #999;
	font-style: italic;
}

/* Nav */
#nav {
	background: #e45e13 url('../images/nav_background.png');
	height: 33px;
}
#nav ul {
	float: right;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	color: #fff;
	height: 32px;
	line-height: 33px;
	padding: 1px 15px 0;
	font-size: .8em;
	margin-left: 10px;
	margin-bottom: 1px;
}
#nav li a:hover, #nav .sfHover a {
	background: #f0f0f0;
	color: #333;
	border: 1px solid #fff;
	border-bottom: 0;
	padding: 0 14px 0;
}
#nav li#hubspot img {
	padding-top: 4px;
}
#nav li#hubspot a:hover, #nav li#hubspot.sfHover a {
	background: none !important;
	border: 0;
	padding: 1px 15px 0;
}
/* Suckerfish Menus */
#nav li ul {
	position: absolute;
	left: auto;
	display: none;
	background: #f0f0f0;
	border: 1px solid #fff;
	border-top: 0;
	margin: -1px 0 0 10px;
	padding: 0;
	width: 10em;
}
#nav li ul li {
	float: none;
	margin: 0;
	padding: 0;
	width: 10em;
}
#nav li ul li a {
	margin: 0;
	display: block;
	float: none;
	color: #333;
}
#nav .sfHover ul a {
	border: 0;
	padding: 1px 15px 0;
}
#nav li ul li a:hover {
	background: #d2e7f6;
	color: #3671c6;
	border: 0;
	padding: 1px 15px 0;
}

/* Masthead */
#masthead {
	background: #ed983b url('../images/masthead_background.png');
	height: 124px;
}
#masthead p {
	font-size: 1.4em;
	line-height: 1.6em;
	padding-top: 1.2em;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}
#masthead a {
	color: #fff;
	text-decoration: underline;
}
#masthead a:hover {
	color: #ffc;
}

/* Search */
#search {
	background: #495865 url('../images/search_background.png');
	height: 142px;
}
#search_form {
	width: 434px;
	margin: 0px auto;
	padding-top: 40px;
}
#search_form label {
	font-weight: bold;
	font-size: 1.05em;
	display: block;
	margin-bottom: 2px;
}
#search_form #search_box_wrapper {
	background: url('../images/search_box_background.png');
	width: 312px;
	height: 34px;
	float: left;
	margin-right: 5px;
	margin-top: 0px;
}
#search_form #search_box {
	border: 0;
	background: transparent;
	color: #333;
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding: 3px;
	width: 96%;
}
#search_form #search_box.placeholder {
	color: #999;
	font-weight: 300;
}

/* Main */
#main {
	background: repeat-x top left url('../images/main_background.png');
	overflow: hidden;
	margin-bottom: 70px;
	padding-top: 35px;
}
#graders {
	overflow: hidden;
	background: repeat-y center center url('../images/graders_background.png');
}
#graders li {
	float: left;
	width: 400px;
	padding: 15px 5px 15px 55px;
	border-bottom: 1px solid #38444e;
	border-top: 1px solid #5b6a77;
	position: relative;
}
#graders li.left {
	margin-right: 20px;
}
#graders li.right {
	margin-left: 20px;
}
#graders li.last {
	border-bottom: none;
}
#graders li.first {
	border-top: none;
}
#graders li:hover {
	background-color: #404f5c;
}
#graders p {
	font-size: .85em;
	line-height: 1.25em;
	height: 4em;
}
#graders .small p {
	height: 2.5em;
}
#graders .large p {
	height: 6em;
}
#graders li img {
	position: absolute;
	left: 10px;
	top: 16px;
}

/* Footer */
#footer {
	background: #ed983b url('../images/masthead_background.png');
}

#footer .container {
	position: relative;
	height: 50px;
}
#footer .copyright {
	text-align: center;
	font-size: .65em;
	line-height: 50px;
}
#footer #powered_by {
	background: url('../images/powered_by.png');
	width: 125px;
	height: 74px;
	display: block;
	text-indent: -999em;
	position: absolute;
	left: 0;
	bottom: 0;
}

