@font-face {
 font-family: 'GothamMedium';
 src: url('fonts/gotham-medium-webfont.eot');
 src: url('fonts/gotham-medium-webfont.eot?iefix') format('eot'), url('fonts/gotham-medium-webfont.woff') format('woff'), url('fonts/gotham-medium-webfont.ttf') format('truetype'), url('fonts/gotham-bold-webfont.svg#webfontaYrzFTnj') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	margin: 0;
	background-color: #f78f1e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
p, ul, ol {
	margin-top: 0px;
	margin-bottom: 15px;
}
h1, h2, h3 {
	margin-top: 0px;
	font-family: GothamMedium, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
h1 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 15px;
	color: #7b3b00;
}
h2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #da5d2b;
}

.site-container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #FFF;
	height: 500px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header h1 {
	float: left;
	padding-top: 30px;
}
#header h1 a {
	display: block;
	height: 154px;
	width: 300px;
	text-indent: -999px;
	background-image: url(images/logo.png);
}
#header ul {
	float: right;
	margin: 0px;
	list-style-type: none;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header li {
	float: left;
}
#header li a {
	font-family: GothamMedium, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #da5d2b;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#header li a:hover {
	color: #f78f1e;
}
#main {
	background-color: #d5ecf4;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}
#content {
	float: left;
	width: 455px;
}
#sidebar {
	float: right;
	width: 455px;
}
.grid {
	width: 100%;
	margin-bottom: 15px;
}

.grid td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #81cde7;
}
.grid h2 {
	margin-bottom: 0px;
}
p.feature {
	font-family: GothamMedium, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
		background-color: #5da0bd;
		color: #fff;
		padding: 15px 30px;
	}

