@charset "utf-8";
/* CSS Document */

body {
	background-color:#bcccf3;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
}

h1 {
	margin-top:20px;
}

#content {
	width:980px;
	background-color:#f8f9fc;
	margin:0 auto;
}

#contentBottom {
	clear:both;
}

.contentLeft {
	width:566px;
	margin:0 0 10px 32px;
	float:left;
}

.contentRight {
	width:356px;
	margin:0 26px 10px 0;
	float:right;
}

.headerRed {
	font-size:40px;
	font-weight:bold;
	color:#f73335;
	text-align:center;
}

.headerBlue {
	font-size:40px;
	font-weight:bold;
	color:#3a4195;
	text-align:center;
}

.nav {
	background-color:#fff;
	padding-top:10px;
	padding-left:20px;
	margin-left:0px;
}

.nav ul {
	list-style:none;
	height:35px;
	margin-top:0px;
	padding-left:0px;
	margin-left:20px;
}

.nav li {
	display:inline;
	margin: 0;
	padding: 0;
}

.nav a {
	color:#3d46a4;
	font-weight:bold;
	text-decoration:none;
	margin: 0 3px;
	padding: 0 3px;
}

.navItem {
	border-right: 1px solid #bcccf3;
}

#contentIntro {
	height:600px;
}

#contentVideo {
	background-color:#f8f2e6;
}

#videoSection {
	margin:20px;
}

#contentDefine {
	background-color:#fbecce;
	height:250px;
}

#contentDefine p {
	padding:0 10px;
}

#contentLearnMore {
	background-color:#fcf4e2;
	height:250px;
}

#contentLearnMore ul{
	list-style:url('../images/learnmore_arrow.gif');
}

#contentLearnMore a{
	color:#3d46a4;
	font-weight:bold;
	text-decoration:none;
	font-size:18px;
}

#contentMatch {
	width:650px;
	float:left;
	margin-left:70px;
}

#contentLogo {
	float:right;
}

#hsb_footer {
	width:980px;
	margin:auto;
}

#hsb_footer div.pad2 {
	padding:5px 18px 0;
	font-size:0.85em;
}

#hsb_fotter_btm {
	clear:both;
	color:#FFFFFF;
	font-family:verdana;
	font-size:0.75em;
	height:120px;
	margin-top:10px;
	text-align:left;
	width:980px;
}

#hsb_footer_btm_privacy {
	float:right;
	font-family:verdana;
	font-size:0.75em;
	position:relative;
	right:50px;
	text-align:left;
	top:-20px;
	width:100px;
}
