/*
TODD - for 1.3 Locations
*/

html {
	overflow: scroll;
}
div.rightcol
{
	min-height:50px;
}
div.centercol, div.leftcol
{
	padding-bottom:0px;	
}

div.centercolWide {
	width: 596px;
	margin-right:25px;
	font-size: 0.7em;
	color: #4a4a4a;
	padding-bottom: 10px;
	position:relative; 
	clear:both;
	left:180px;
}

#objMap {
	display: block;
	/*left: 164px;*/
	width: 595px;
	height: 378px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url('../../images/locations_map_bg.jpg');
	background-repeat: no-repeat;
	position:relative;
}

#objMapShim {
	width: 595px;
	height: 390px;
}

#mapLocations {
	margin: 20px 0px 0px 0px;
}

#objFilters {
	display: block;
	position: relative;
	height: 49px;
	width: 595px;
	background-image: url('../../images/locations_map_nav_bg.jpg');
	background-repeat: no-repeat;
	padding: 12px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#lblLocationsTitle {
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#lblState {
	float: left;
	margin: 4px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
}

#imgArw {
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
}

#lstState {
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	width: 57px;
}

#lblPartnerFilter {
	float: left;
	margin: 4px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
}

#lstPartnerFilter {
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	width: 180px;
}

#cmdMapFilter {
	display: block;
	position: relative;
	float: left;
	width: 40px;
	height: 18px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 4px 0px 0px 0px;
	background-image: url('../../images/arwb2.gif');
	background-repeat: no-repeat;
	background-position: 4px 50%;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}

#objAjaxPortal {
	position: relative;
	left: -10000px;
	top: -10000px;
}

#objPinwheel {
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#lblResultHeadingState {
	font-weight: normal;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #018BB2;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#lblResultHeadingFilter {
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#objLocationSilo1, 
#objLocationSilo2 {
	display: block;
	position: relative;
	float: left;
	width: 190px;
	border-right: 1px solid #DDDDDD;
	margin: 0px 0px 0px 0px;
}

#objLocationSilo1 {
	padding: 0px 10px 0px 0px;
	
}

#objLocationSilo2 {
	padding: 0px 10px 0px 10px;
}

.objLocationItem {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 20px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.lblItemCity {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.lblItemTitle {
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a.cmdItemBrochure {
	display: block;
	position: relative;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 21px;
	color: #6B9C4D;
	background-image: url('../../images/ico_pdf.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.cmdItemExternalURL {
	display: block;
	position: relative;
	height: 18px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 21px;
	color: #0092B7;
	background-image: url('../../images/arwb2.gif');
	background-repeat: no-repeat;
	background-position: 6px 6px;
}



/* State rollover DIVs */


/* END TODD */

