@charset "UTF-8";

/******************************************** home styling ********************************************/

#homelink {
	color: #333333;
	background-color: #fff2b2;
	font-size: 12px;
	text-decoration: none;
	line-height:1.9em;
	display:block;
	padding-left:10px;
}
#imageBar {
	background-image: url(../images/homeimage_07.jpg);
	float: right;
	height: 174px;
	width: 730px;
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-right: 30px;
}
#mainContent {
	width: 709px;
	float: left;
	margin-top: 38px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-bottom: 40px;
}
#mainColumns {
	width: 709px;
	margin-top: 40px;
	line-height: 1.3em;
}
#features {
	float: left;
	width: 345px;
	margin-right: 20px;

}
#features  .sidebarheading {
	background-color: #84a4c8;
	display: block;
	color: #FFFFFF;
	line-height: 1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#checklists {
	float: right;
	width: 344px;
}
#checklists  .sidebarheading {
	background-color: #84a4c8;
	display: block;
	color: #FFFFFF;
	line-height: 1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

