/*
-----------------------------------------------
Henderson Loggie styles (Home)
----------------------------------------------- */

#masthead {
	width: 960px;
	background: url(/assets/images/home/masthead_main.jpg) top left no-repeat;
}
#masthead_chat {
	width: 400px;
	padding: 45px 20px 15px 20px;
}
#masthead_chat p {
	line-height: 150%;
	font-size: 1em;
}
#masthead_chat a.arrow_link {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 25px;
	display: block;
	background: url(/assets/images/core/arrow_white_on_purple.gif) 0 0.1em no-repeat;
	padding-left: 1.5em;
	color: #fff;
}


/* Main area*/

#main {
	width: 720px;
	float: left;
	background: url(/assets/images/home/main_bg_grad.png) bottom left repeat-x;
	padding-bottom: 10px;
}
.layout_row {
	width: 720px;
	float: left;
}
.first {
	float: left;
	width: 320px;
	margin-left: 20px;
}
.second {
	float: left;
	width: 320px;
	margin-left: 30px;
	display: inline;
}
#main .first ul.cols, #main .second ul.cols {
	width: 160px;
	float: left;
}
#main .first ul.cols.chevrons li, #main .second ul.cols.chevrons li {
	width: 148px;
	float: left;
	padding-left: 12px;
	background: url(/assets/images/core/chevron_purple_on_grey_trans.png) 0 0.4em no-repeat;
}

/* sections */

.section {
	float: left;
	width: 100%;
	clear: both;
	margin: 1em 0;
}
.layout_row.padd {
	margin-top: 2em;
}
.section.video {
	margin-top: 2em;
}
div.home_video {
	float: right;
	margin-left: 15px;
}

/* Poll */

.poll {
	width: 320px;
	float: left;
	margin-top: 0.5em;
}
.question {
	width:160px;
	margin-right: 20px;
	float: left;
	color: #14486B;
	line-height: 130%;
}
.poll .options {
	width: 140px;
	float: left;
}
.poll .option {
	float: left;
	margin: 0.2em 0;
	clear: left;
}
.poll .option label, .poll .option input {
	vertical-align: middle;
	margin: 0.2em 0;
	color: #14486B;
}
.poll .poll_button {
	float: left;
	clear: both;
	width: 320px;
	text-align: right;
	margin-top: 1em;
}
.poll .poll_button a {
	clear: both;
	float: left;
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 0.5em;
}



/* Footer
----------------------------------------------- */

#footer {
	width: 720px;
	padding-left: 240px;
}
#line {
	padding-right: 30px;
}
