﻿
#thecontent
{
	text-align:center;
	padding-top:50px;
}

#mainfeature
{
	display:inline-block;
	width:550px;
	height:400px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
	overflow:hidden;
	margin:0px 0px 0px 30px;
	/*stupid old IE fixes*/
	zoom:1;
	*display:inline;
	/*End stupid fixes*/
    background-color:#f0f8ff;
}

.frontpageimages
{
	width:550px;
	height:400px;
	border:none;
}

.leftcol
{
	display:inline-block;
	width:225px;
	height:400px;
	padding:5px;
	text-align:center;
	margin:0px;
	/*stupid old IE fixes*/
	zoom:1;
	*display:inline;
	/*End stupid fixes*/
}

#imglistings
{
	display:inline-block;
	width:auto;
	padding-right:5px;
	margin:10px 0px 20px 0px;
}

.featuredheaderon
{
	font-weight:bold;
	color:Navy;
	font-size:1.5em;
}

.featuredheaderoff
{
	display:none;
}

.listinglinks
{
	display:inline-block;
}

.listinglinks:hover
{
	text-decoration:none;
}

.imageitems
{
	display:inline-block;
	padding:5px;
	width:150px;
	height:117px;
}

.listinglinksoff
{
	display:none;
}