@charset "UTF-8";
#homeContent {
	width: 980px;
	height: 610px;
	margin-bottom: 5px;
}
#slideContainer  {
	height: 230px;
	width: 940px;
	margin: 0px;
	padding: 20px;
}
#slideContainer ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#homeBody  {
	width: 470px;
	margin-right: 20px;
	float: left;
	margin-left: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#homeBodyText {
	height: 150px;
	width: 470px;
	margin-bottom: 20px;
	margin-left: 6px;
}
#btnsWrapper {
	height: 155px;
	width: 470px;
}
#btnHolderOne {
	float: left;
	height: 155px;
	width: 152px;
	margin-right: 7px;
}
#btnHolderTwo {
	float: left;
	height: 155px;
	width: 152px;
	margin-right: 7px;
}
#btnHolderThree {
	float: left;
	height: 155px;
	width: 152px;
	margin: 0px;
}
#btnHolderOne a:link , #btnHolderOne a:visited{
	background-image: url(../assets/home/design_btn.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 155px;
	width: 152px;
	display: block;
	text-decoration: none;
	font-size: 1px;
	color: #FFF;
}
#btnHolderTwo a:link , #btnHolderTwo a:visited{
	background-image: url(../assets/home/solutions_btn.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 155px;
	width: 152px;
	display: block;
	text-decoration: none;
	font-size: 1px;
	color: #FFF;
}
#btnHolderThree a:link , #btnHolderThree a:visited{
	background-image: url(../assets/home/stories_btn.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 155px;
	width: 152px;
	display: block;
	text-decoration: none;
	font-size: 1px;
	color: #FFF;
}
#btnsWrapper a:hover {
	background-repeat: no-repeat;
	background-position: left top;
	height: 155px;
	width: 152px;
	display: block;
	text-decoration: none;
	font-size: 1px;
	color: #FFF;
}
#btnsWrapper a:active {
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 155px;
	width: 152px;
	display: block;
	text-decoration: none;
	font-size: 1px;
	color: #FFF;
}
#updatesWrapper {
	height: 325px;
	width: 420px;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#updatesHeader {
	background-image: url(../assets/home/updates_bg.jpg);
	height: 30px;
	width: 410px;
	font-size: 16px;
	color: #FFF;
	background-repeat: no-repeat;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
	margin: 0px;
}
#updatesContainer {
	height: 260px;
	width: 396px;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #677A00;
	border-bottom-color: #677A00;
	border-left-color: #677A00;
	padding-top: 12px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
}
.strongmargin   {
	margin-bottom: 25px;
}

