﻿#ContentWrapper
{
	background-color: #EEEDDF;
	padding: 10px;
}

#HomeFeatures
{
}
#HomeFeatures th
{
	border: 0;
	padding: 5px;
	background-color: #EEEDDF;
	font-size: 125%;
}
#HomeFeatures td
{
	padding: 10px;
	text-align: center;
	border-right: 1px dotted #ccc;
}

#HomeFeatures .Feature
{
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
	font-size: 80%;
}
#HomeFeatures .Feature .Media
{
	float: left;
	width: 132px;
}
#HomeFeatures .Feature h4
{
	margin: 0 0 1px 0;
	font-size: 110%;
}
#HomeFeatures .Feature h5
{
	margin: 0 0 1px 0;
	font-size: 100%;
}
#HomeFeatures .Feature h6
{
	margin: 0 0 1px 0;
	font-size: 95%;
}
#HomeFeatures .Feature .Type
{
	color: #666;
}
#HomeFeatures .Feature .Type a
{
	color: #99c;
}

#Search
{
	text-align: center;
	margin: 10px;
	padding: 15px;
	border: 1px solid #aa0;
	background-color: #ffe;
	font-size: 120%;
	font-weight: bold;
}

#Categories td
{
	text-align: center;
	font-size: 80%;
}

#Categories img
{
	padding: 5px;
	border: 1px solid #ccc;
}

#Categories a
{
	text-decoration: none;
}

.SocialLinks
{
	text-align: center;
}
