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);
}

html .tertiary{
	color: #3e4b56;
	background: #fff; 
	text-shadow: none;
}

html .home{
	color: #fff;
	background: #3e4b56;	
}

.container {
	margin: 0 auto;
	width: 960px;
}

a, a:visited {
	color: #f2b460;
	text-decoration: none;
}

.tertiary a, .tertiary a:visited{
	color: #3671c6;
}

a:hover {
	color: #e45e13;
}

.tertiary 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] {
	margin: 1px 2px;
	border: 0; /* Get rid of nasty black borders in IE */
	font: bold .75em "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: repeat-x center right url('../images/button_background.png');
	padding: 2px 16px;
	text-align: center;
	color: #2c363e;
	text-shadow: 0 1px 0 rgba(255,255,255,.3);
	cursor: pointer;
	outline: 1px solid #a35c0e; /* Using outline in place of border, so real browsers get lovely borders. */
	vertical-align: middle;
}

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 {
	color: #fff;
	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 3px;
}
#account li#signup {
	margin-left: 8px;
}
#account li#signup a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#account li#signup a:hover{
	color: #f2b460;
}
#account #login_button {
	height: 22px;
	width: 80px;
}
#account input[type=text], #account input[type=password] {
	xxdisplay: 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: #e87629 top left repeat-x url('../images/masthead_background.png');
	border-bottom: 1px solid #a5551e;
}
#masthead p {
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 1.2em 0;
	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;
}
#search_form input[type=submit] {
	width: 100px;
	text-align: center; 
	height: 31px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	display: block; 
	float: left;
	font-size: .9em;
}

/* Main */
#main {
	background: repeat-x top left url('../images/main_background.png');
	overflow: hidden;
	margin-bottom: 70px;
	padding-top: 35px;
	width: 100%;
	/* min-height: 100px; */
}
.tertiary #main {
	background: none; 
}

.home #main{
	min-height: 540px; 
	margin-bottom: 0; 
}

#main #graders {
	overflow: hidden;
	background: repeat-y center center url('../images/graders_background.png');
}
#main ul#graders {
	margin: 0;
	padding: 0;
	list-style-type: none; 
}
#main #graders li {
	float: left;
	width: 400px;
	margin: 0;
	padding: 15px 5px 15px 55px;
	border-bottom: 1px solid #38444e;
	border-top: 1px solid #5b6a77;
	position: relative;
}
#main #graders li.left {
	margin-right: 20px;
}
#main #graders li.right {
	margin-left: 20px;
}
#main #graders li.last {
	border-bottom: none;
}
#main #graders li.first {
	border-top: none;
}
#main #graders li:hover {
	background-color: #404f5c;
}
#main #graders p {
	font-size: .85em;
	line-height: 1.25em;
	height: 4em;
	margin: 0;
	padding: 0;
}
#main #graders .small p {
	height: 2.5em;
}
#main #graders .large p {
	height: 6em;
}
#main #graders li img {
	position: absolute;
	left: 10px;
	top: 16px;
}

#main #graders h3{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: .6em;
}

/* Footer */
#footer {
	color: #fff;
	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;
}

/* Main typography */

#main dl {
	margin: 0 0 1.5em;
}
#main dt {
	font-weight: 700;
}
#main dd {
	margin-left: 1.5em;
}
#main h1,#main h2,#main h3,#main h4,#main h5,#main h6 {
	font-weight: 700;
	padding: 0;
}
#main h1 {
	font-size: 2em;
	margin: 0 0 0.75em;
}
#main h2 {
	font-size: 1.5em;
	margin: 0 0 1em;
}
#main h3 {
	font-size: 1.1666em;
	margin: 0 0 1.286em;
}
#main h4 {
	font-size: 1em;
	margin: 0 0 1.5em;
}
#main h5 {
	font-size: 0.8333em;
	margin: 0 0 1.8em;
}
#main h6 {
	font-size: 0.666em;
	margin: 0 0 2.25em;
}
#main ol {
	list-style: outside decimal;
}
#main p {
	font-weight: 300;
	margin: 0 0 1.5em;
}
#main pre {
	font-family: "Courier New", Courier, monospace, serif;
	margin: 0 0 1.5em;
}
#main sub {
	top: 0.4em;
	font-size: 0.85em;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
#main sup {
	font-size: 0.85em;
	line-height: 1;
	position: relative;
	bottom: 0.5em;
	vertical-align: baseline;
}
#main strong {
	font-weight: 700;
}
#main ul {
	list-style: outside disc;
}
#main ul,#main ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}
#main li ul,#main li ol {
	padding: 0;
	margin: 0 0 1.5em 1.5em;
}

/*
#main table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	padding: 0;
}
*/

#main caption {
	font-style: italic;
	text-align: left;
}


