@charset "utf-8";
/* CSS Document */

body{
}

#bg_holder{

}

#flash{
	
	clear: both;
	
}

#boxes{
	height: 125px;
	margin-bottom: 70px;
}
.infobox{
	float: left;
	width: 218px;
	height: 125px;
	background: url(../images/home/infobox.gif) no-repeat center bottom;
	margin: 0px 14px;
}

#callouts{
	position: relative;
	width: 750px;
	margin: 10px auto 0px;
}

#callouts a{
	color: #ff9900;
}

#left{
	float: left;
	width: 460px;
	border-right: 1px solid #bfbfbf;
	padding-bottom: 10px;
	background: #FFF;
}

#setHeight{
	height: 240px;
	overflow: hidden;
	width: 430px;
}

#left h2{
	color: #474a84;
	font-size: 17px;
	padding: 0px 20px 20px 20px;
}

#left p{
	padding: 0px 30px 20px 20px;
	font-size: 12px;
	font-weight: bold;

}

#left strong{
	color: #000;
}

#left span{
	text-transform: uppercase;
	color: #333333;
}

#right{
	float: left;
	width: 255px;
	margin-left: 20px;
}

#right h2{
	color: #4a9634;
	font-size: 17px;
	padding: 0px 20px 0px 20px;
	
}

#right h3{
	color: #6c7fb7;
	font-size: 12px;
	padding: 0px 20px 20px 20px;
}

#right p{
	font-size: 12px;
	padding: 0px 20px 20px 20px;
}

.icon{
	border: 0;
	vertical-align: middle;
	margin-right: 5px;
}

#right p.space{
	padding-top: 40px;
}

#left .nobot, #right .nobot{
	padding-bottom: 0px;
}

#left div.nobot{
	font-size: 12px;
	padding: 0px 20px 20px 20px;
}

#left .textright{
	text-align: right;
	float:right; 
}

#left .textleft{float: left; }