body {
	margin:0;
	padding:0;
}

select {
	margin:4px 0 0;
}

#modelSelectDIV #modelSelect{
	float:left;
	display:block;
}

#pageContentContainer{
	width:797px;
	float:left;
	display:block;
	background:#FFFFFF;
}

#leftSideContainer{ 
	width:500px;
	_width:498px;
	float:left;
	display:block;
	padding-left:75px;
	padding-right:25px;
	overflow:hidden;
}

#rightSideContainer{
	width:200px;
	float:left;
	display:block;
	overflow:hidden;
}

#titleContainer{
	margin-top:10px;
	margin-bottom:15px
}

#topLegendContainer{
	margin-bottom:15px;
}

#topLegendTitle{
	margin-bottom:5px
}

#bottomLegendContainer{
	margin-bottom:15px
}

#imageContainer{
	border:solid 1px #000000;
	height:130px;
	margin-bottom:5px;
	padding-top:20px;
	padding-bottom:20px; 
	width:280px;
	text-align:center;
	vertical-align:middle;
}


#dropDownContainer{
	height:175px;
	margin-bottom:5px;
	padding-top:15px;
}



#dropDowns{
	width:190px;
	_width:190px;
	float:left;
	display:block;
	margin-left:5px;
}

#comparisonLogo{
	width:136px;
	_width:136px;
	float:right;
	display:block;
	height:62px;
	margin-top:5px; 
	padding-left:12px;
	/* Modify for Divisional Implementation */
	background:url(/images/polk_logo.gif) no-repeat;

	/* This is for GMC
	background:url(/images/bp/comparator/polk_logo.gif) no-repeat; */
}


.boldFont{
	font-weight:bold;
}

.bodyTxtRed{
	color:#FF0000;
	font-weight:bold;
}

#submitButton{
	cursor:pointer;
	width:75px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	font-size:11px;
	padding:3px;
}

div.selectText { width:45px; margin-top:5px; float:left;}
