@charset "utf-8";
/* CSS Document */
#filters
{
	float: left;
	clear: both;
	width: 963px;
	height: 55px;
	margin: 12px 0px 0px 0px;
	background-color: #0c1533;
	border-top: 1px solid #36426d;
	border-left: 1px solid #36426d;
	border-right: 1px solid #36426d;
}

	#filters label
	{
		float: left;
		clear: both;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
	}
	#filters select
	{
		float: left;
		clear: both;
		margin-top: 3px;
	}

.filter
{
	float: left;
	clear: none;
	width: 205px;
	height: 40px;
	margin: 8px 18px 0px 6px;
}

#lrg_map
{
	float: left;
	clear: both;
	width: 963px;
	padding-bottom: 5px;
	background-color: #151d3f;
	border-bottom: 1px solid #36426d;
	border-left: 1px solid #36426d;
	border-right: 1px solid #36426d;
}

#map_holder
{
	float: left;
	clear: both;
	width: 953px;
	height: 500px;
	background-color: #1d274c;
	margin: 5px 0px 0px 5px;
	overflow: hidden;
}

#promoted
{
	float: left;
	clear: both;
	width: 963px;
	margin: 12px 0px 0px 0px;
	padding-bottom: 8px;
}

#promoted_item_holder
{
	float: left;
	clear: both;
	width: 953px;
	margin: 5px 0px 0px 5px;
}

.promoted_item
{
	overflow: hidden;
	float: left;
	clear: none;
	width: 290px;
	height: 270px;
	margin: 10px 15px 10px 12px;
	background-color: #080e27;
	color: #ffffff;
	font-size: 11px;
}
	.promoted_item img 
	{
		border: 1px solid #ffffff;
		margin: 12px 0px 0px 12px;
	}
	.promoted_item a 
	{
		color: #ffffff;
		text-decoration: none;
	}
	.promoted_item a:hover 
	{
		color: #ffffff;
		text-decoration: underline;
	}

.promoted_info 
{
	float: left;
	clear: both;
	width: 267px;
	height: 61px;
	margin: 10px 0px 0px 12px;
}


