/* CSS Document */

#homeContainer {
	width:865px;
	margin:64px auto 0 auto;
	padding:0 0 10px 0;
}


#homeContainerBorder {
	background:#fff;
	border:3px solid #000;
	padding:5px;
	position:relative;
}


#homeSubContainer {
	border:1px solid #ee2e24;
	padding:0 0 0 0;
	position:relative;
}

.homeMastheadImage {
	white-space:nowrap;
	position:relative;
}

.homeMastheadLogo {
	position:absolute;
	z-index:99;
	left:343px;
	top:-60px;
	
}

#homeTopNav { /* the div with opacity */
	position:absolute;
	width:823px;
	height:20px;
	top:34px;
	left:0px;
	margin:1px 0 0 0;
	padding:0 0 0 24px;
	background:#202c5e;
	filter: alpha(opacity=60); -moz-opacity: 0.60; opacity:0.60;
}

#homeTopNavText { /* the text on top of the semi-opaque div */
	position:absolute;
	width:823px;
	top:34px;
	left:0px;
	margin:1px 0 0 0;
	padding:0 0 0 24px;
	background:none;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	line-height:18px;
	letter-spacing:1px;
	border-top:1px solid #bbbecd;
	border-bottom:1px solid #bbbecd;
	
}

#homeTopNavText a {
	color:#fff;
	text-decoration:none;
}

#homeTopNavText a:hover {
	color:#ccd3e8;
	text-decoration:none;
}

.homeTable {
	border:10px solid #92cff3;
	width:847px;
}

.homeTable td {
	vertical-align:top;
	border-collapse:collapse;
}

td.borderMe {
	border-left:8px solid #92cff3;
	border-right:8px solid #92cff3;
}

.homeTable td p {
	margin:0 0 4px;
}

.homeListingTable {
	width:275px;
	margin-bottom:10px;
}

	.homeListingTable th,
	.homeListingTable td {
		vertical-align:top;
	}

	.homeListingTable th {
		padding-right:10px;
	}
	
		.homeListingTable th img {
			border:1px solid #000;
		}
	
	.homeListingTable td {
		
	}
	
		.homeListingTable td h2 {
			font-size:12px;
			font-weight:bold;
			color:#000;
		}
		
		.homeListingTable td h3 {
			font-size:14px;
			font-weight:bold;
			color:#576eb2;
		}
		
		.homeListingTable td p {
		
		}
