/* CSS Document for the front (home) page*/

#bodyContent {
	text-align:left;
	margin-top:8px;
	margin-bottom:8px;
}

#bodyContent p {
	margin-left:12px;
	color:#585858;
	font-size:16px;
	padding:5px 0;
}
#bodyContent div {
	margin-left:12px;
	color:#585858;
	font-size:16px;
	padding:5px 0;
}


#bodyContent ul {
	//list-style-type:square;
	margin-left:30px;
	color:#585858;
	font-size:16px;
	padding:5px 0;
}

/* The three bopxes go at the bottom of the page */

#threeBoxes {
	text-align:left;
	font-family:arial;
	font-size:13px;
	margin-top:3px;
	margin-bottom:8px;
}

#boxOne {
	background-image: url('../img/homeGradient.jpg');
	background-repeat: repeat-x;
	margin:0 1px 0 0;
	float:left;
	width:290px;
	height:130px;
	
}

#boxTwo {
	background-image: url('../img/homeGradient.jpg');
	background-repeat: repeat-x;
	margin:0 1px 0 1px;
	float:left;
	width:291px;
}

#boxThree {
	background-image: url('../img/homeGradient.jpg');
	background-repeat: repeat-x;
	margin:0 0 0 1px;
	float:left;
	width:290px;
	height:130px;
}

.homediv {
	color:#585858;
	font-size:16px;
	margin:5 5 5 5px;
	float:left;
	width:180px;
	height:320px;
}
.homespantitle {
	color:#585858;
	font-size:16px;
	padding:5px 0;
	font-weight: bold;
}
.boxContent {
	padding:15px 20px;
	line-height:18px;
}

.boxContent .title {
	color:#fff;
	font-weight:bold;
}

.boxContent a:link, .boxContent a:visited, .boxContent a:active, .boxContent a:hover {
	color:#439236;
	text-decoration:none;	
	padding:2px 0;
}

.boxContent .fauxLink {
	color:#439236;
	text-indent:12px;
	margin-left:-12px;
}

