/* NATIONAL CONTENT BLOCKS: */

* html .block1, * html .block2, * html .block3, * html .yourviews {
	height:1%;
} 

/* SW - float left fixes LH float issue for FF and NS, ass hack hides this rule from IE 5, 5.5 and 6 */ 
#contentBlockWrapper, associatedSiblingSelector + hack {  
	/* float: left; */ 
}



/* SW - float right fixes float issue for FF, ass hack hides this rule from IE 5, 5.5 and 6 */
#contentBlockWrapper, associatedSiblingSelector + hack {  

	float: right;
}


.block1 ul li, .block2 ul li, .block3 ul li, .yourviews ul li {
     padding-right: 15px;
} 

.localFinderPanel {
	border:2px solid #502670;
 	margin-bottom:5px;
 	padding-bottom:12px;
	background: white url(../images/common/columnLtoRFade.jpg) repeat-y top right; 
} 

#map
{
	margin-top: 5px;
}
.localFinderPanel form
{
	padding:0;
	margin:0;
}

.localFinderPanel #lblKeywords
{
	margin-top: 10px;
}

.localFinderPanel #lblDatasets
{
	margin-top: 15px;
	margin-bottom: 10px;
}

.localFinderPanel label.checked
{
	display: block;
	font-weight: bold;
	background: transparent url(../images/common/checked.gif) no-repeat;
	padding-left: 20px;
	margin-left: 5px;
}

.localFinderPanel label.unchecked
{
	display: block;
	font-weight: normal;
	background: transparent url(../images/common/unchecked.gif) no-repeat;
	padding-left: 20px;
	margin-left: 5px;
}

.localFinderPanel .fancyCheckbox
{
	visibility: hidden;
	position:absolute;
	left: 0;
	/*top: 0;*/
}

.localFinderPanel h2 {
	color: #FFFFFF;
	background: #502670 url(../images/ballot/voteHeaderBG.gif) top left no-repeat; 
   	margin: 0;
}

.localFinderPanel h3 {
	color: black;
	background: none; 
   	margin: 0;
   	font-weight: bold;
   	font-size: small;
   	_font-size: x-small;
}

.localFinderPanel li, .localFinderPanel ul
{
	margin:0;
	padding:0;
	display: block;
}
.localFinderPanel input.submit
{
	height: 26px;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 12px;
	width: 170px;
	font-size: medium;
}

.localFinderPanel input.text
{
	margin-left: 12px;
	margin-right: 12px;
	width: 170px;
	border:: solid 1px #999;
}


.nationalRegionalNav {
 	margin-bottom:5px;
	margin-right:10px;
	margin-left: 5px;
} 

.nationalRegionalNav h2 { 
	color: #333;
   	margin: 0;
}

.nationalRegionalNav div { 
   	margin: 0;
   	font-weight: bold; 
   	padding:6px 0 10px 5px;
}


.localfinder {
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 10px;
	clear: right;
}

.localfinder h4 {
	background-color:#666699;
	color:#FFF;
	font-weight:bold;
	padding:3px 20px 3px 25px;
	margin-bottom:0px;
}

.localfinder .title {
	font-weight:bold;
}

.localfinder .link
{
	text-decoration:underline;
	color: #039;
	cursor: pointer;
}

.localfinder .linkhover
{
	text-decoration:none;
	color: black;
	cursor: pointer;
}

.localfinder .record {
	border-bottom:1px solid #F0F0F0;
	padding:10px 20px 5px 10px;
	display:block;
}

.localfinder address
{
	font-style: normal;
	padding-top: 5px;
}

#map ol.speachBubble, #map ol.speachBubble li
{
	list-style-type: decimal;
}
#map ol.speachBubble li
{
	display:list-item;
}

/*
.localfinder .odd {
	background-color:#FFFFE8;
}

.localfinder .even {
	background-color:#FFFFCC;
}
*/
.localfinder .distance {
	float:right;
}


.localfinder .pin {
	float:left;
}

.localfinder .detail {
	float:left;
	margin-left:10px;
}

.clear {
	clear:both;
}

#contentBlockWrapper a, #contentBlockWrapper a:link, #contentBlockWrapper a:visited, #contentBlockWrapper a:active {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;

}

.rotator

#contentBlockWrapper a:hover 
{
	text-decoration: none;
}

#contentBlockWrapper li {
	display: inline;
	margin-right: 5px;
}

#contentBlockWrapper p {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 5px 5px 5px 5px;
}

#contentBlockWrapper ul {
	/*border-bottom: 2px dotted #FFFFFF;*/
	list-style: none;
	margin: 0;
	padding: 5px;
	white-space: normal;
}

.block1 h2, .block2 h2, .block3 h2, .yourviews h2 {
	/*background:#990033 url(../images/common/h4.gif) repeat-x;
	border-bottom: 1px solid #FFFFFF;*/
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 5px;
}

.contentblock {
	border-bottom: 1px solid #000000;
}

.block1 {
	background-color: #D6B5C3;
	border-bottom: 1px solid #000000;
}

.block2 {
	background-color: #DFCED6;
	margin-top:10px;
}

.block3 {
	background-color: #EFE6EE;
	margin-top:10px;
}

.yourviews {
	/*background-color: #F8F0F7;*/
	margin-top:10px;
	position: relative;
}

.block1 img, .block2 img, .block3 img, .yourviews img {
	/*border: 1px solid #FFFFFF;*/
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.block1, .block2, .block3, .yourviews {
	padding-bottom:5px;
}

/* IE only */

* html .ieBlockContainer {

height:1%;

}

