/* ############################################################################
   ##
   ##  Home Page Stylesheet
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */

/* ####################################
   Page Layout
   ################################## */

p {
	margin-top: 0;
	margin-bottom: 1.35em;
}
#Home {
}

	#Home-Inner {
	}

#Intro {
	position: relative;
	clear: both;
}

/* ####################################
   Special Home Page Features
   ################################## */

div.image-item {
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
	
}

div.image-caption {
	float: left;
	margin: 0 10px 10px 0;
	font-size: 90.8%;
	text-align: center;
}

div.box {
	width: 220px;
	margin: 0 10px 10px 0;
	padding: 15px 0 0 0;
	float: left;
}

#HomePage {
	padding: 0px 30px 30px 30px;
}
#homepageContent {
	border-bottom: 1px solid #ccc;
}

.borderRight {
	border-right: 1px solid #ccc;
}

div.feature {
	position: relative;
	float: left;
	width: 30%;
	margin: 0px 1.5% 20px 1.5%;
}

div.feature p {
	margin-top: 0;
	padding-top: 0;
	font-size: 90.8%;
}

div.feature img {
	float: left;
	border: 1px solid #000;
	margin: 0 10px 10px 0;
}

ul#latestNews {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 90.8%;
}

ul#latestNews li {
	margin-bottom: 10px;
}
