@import url(base.css);

#navigation{
	margin-bottom:1px;
}
#leftNavigation{
	float:left;
}
#columnCenter{
	width:535px;
	float:left;
	padding-left:2px;
}

#pageContentContainer, #rightHelp{
	background-color:#EBE7ED;
}

#pageContentContainer{
	margin-bottom:18px;
}
#contentArea{
	margin-top:20px;
	padding:10px;
}

#contentArea h1{
	font-size:20px;
	font-weight:normal;
	margin-bottom:12px;
}

#contentArea h2{
	font-size:18px;
	font-weight:normal;
	margin-bottom:12px;
}
#contentArea p {
	margin-bottom:6px;
}
#contentArea #filters{
	margin-top:24px;
}
#contentArea #filters p{
	margin-top:14px;
}
#contentArea #filters p input{
	width:400px;
	margin-top:4px;
}
#contentArea .dropdown{
	/*width:125px;*/
	float:left;
}
#contentArea .dropdown h1{
	font-size:9px;
	text-transform:uppercase;
}
#contentArea .dropdown select{
	width:125px;
}
#contentArea .location select{
	width:168px;
}
#contentArea img.arrow{
	float:left;
	padding:30px 12px 0px 12px;
}

