html, body { 
	height: 100%;
	}
	
body { 
	margin: 0;
	padding: 0;
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	background:  #fff;
	width: auto;
	font-size: 110%;
	line-height: 110%;
	}

#wrapper { 
    display: block;
    padding: 0;
	margin: 0;
    text-align: left;
    }		

											
.container { 
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	position: relative;
	z-index: 1;
	}


.clear { clear: both; }

.column2, .column3 { float: none; }
	
			
/*  TOP-SECTION STYLES 
---------------------------------------------------------------------*/

#topSection, #topSectionInside { 
	background-image: none; 
	}
	
#photo, #mainNav, #topNav, .column1, #flash, #topNav, #pageLinks  { display: none; }

#printLogo { 
	position: absolute;
	top: 0;
	left: 0;
	height: 240px;
	width: 190px;
	z-index: 999;
	display: block;
	}
	
#logo { display: none; }


/*  MID-SECTION STYLES 
---------------------------------------------------------------------*/

#midSection { 
	display: block;
	width: 100%;
	background: #fff;
	background-image: none;
	margin: 0;
	padding: 0;
	}

	#midSection.withBreadcrumbs { 
		background-image: none;
		}
#midSection .rightSideColumn { width: auto; margin: -200px 0 0 230px; float: none; }
#midSection .rightSideColumn .doubleColumn { background: #fff; }

#midSection #breadcrumbs { display: none; }

#botSection {
	margin: 0; 
	padding: 10px 0 0 320px;
	clear: both;
	display: block;
	background-image: none;
	height: 75px;
	}	
			
.singleLine #botSection .container, .singleLine #midSection .container, #botSection .container {
	background-image: none;
	}	
	
#botSection .container a { color: #999; }		
#botSection .container .column2 { text-align: left; }

#botSection .column1, #botSection .column2 { display: none; }
#botSection .copyright .column1, #botSection .copyright .column2 { display: block; color: #999; }



div.LabeledMarker_markerLabel {
	color:#000; 
	font-size:11px;
	font-weight:bold;
	width:21px;
	line-height:21px;
	height:21px;
	vertical-align:middle;
	text-align:center;
	}


