
h1 { padding-bottom: 10px; }
h2 { padding-bottom: 8px; }
h3 { padding-bottom: 7px; color: #DA6000; }
h4 { padding-bottom: 6px; }
h5 { padding-bottom: 5px; color: #DA6000; }


#climber_mag {
	position: absolute;
	left: 0;
	top: 480px;
	width: 188px;
	text-align: center;
	color: #fff;
	font-size: 0.75em;
	background-color: #000;
	padding: 6px;
	margin :0;
	z-index: 4;
	}

#content {
	color: #fff;
	position: absolute;
	left: 273px;
	top: 51px;
	width: 670px;
	z-index: 99;
	overflow:hidden;
	}

#contentContainer {
	margin:0; 
	padding:0; 
	width: 100%;
	overflow:hidden;
	}

#content .middle { 
	position: relative;
	top: 0;
	float: left;
	width: 630px;
	height: 20px;
	background-color: #000;
	}

#content .topleft {
	position: relative;
	top: 0;
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/quadrantTL.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	}

#content .topright {
	position: relative;
	top: 0;
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/quadrantTR.gif);
	background-position: top right;
	background-repeat: no-repeat;	
	}

#content .bottomleft {
	position: relative;
	top: 0;
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/quadrantBL.gif);
	background-position: bottom left;
	background-repeat: no-repeat;	
	}

#content .bottomright {
	position: relative;
	top: 0;
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/quadrantBR.gif);
	background-position: bottom right;
	background-repeat: no-repeat;	
	}

#content .copy { 
	background-color: #000;
	position: relative;
	left: 0;
	padding: 0 20px;
	margin-top: 20px;
	}


#content p { padding-bottom: 1em; font-size: 0.9em}	

#content .orangetxt{ color: #DA6000; }


div.whiteFeatureBox {
	clear: both; 
	padding:5px 8px 0 10px; 
	margin:0; 
	font-size: 0.95em; 
	color:black; 
	background: url(images/shim.gif); 
	background-color:white; 
	background-position: center right; 
	background-repeat: no-repeat;	
	}
	
div.whiteFeatureBoxTopAndTail {
	position: relative; 
	clear:both; 
	height:10px; 
	width:100%; 
	background-color: white; 
	margin:0; 
	padding:0;	
	}
	
.inlineFeature {
	float: left;  
	width: 100%; 
	height: 400px;
	}
	
.inlineFeature .linkHeader {
	float: left;
	position: relative;
	clear: both;
	width: 100%; 
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;	
	}
	
.inlineFeature .tabSheet {
	float: left;
	position: relative;
	clear: both;
	width: 100%; 
	margin-top: 10px;
	}

.inlineFeature .tab {
	width: 100%; 
	float: left;
	position: absolute;
	clear: both;
	display: none;
	top: 0;
	}

.inlineFeature .tab img {
	float: right;
	/*postion: relative;*/
	top: 0;
	border: none;	
	}
	
.inlineFeature ol, .copy ol {
	list-style: none; 
	padding: 7px 0 0 15px; 
	font-size:0.95em; 
	}
	
.inlineFeature ul, .copy ul {
	list-style: circle; 
	padding-bottom: 10px; 
	font-size:0.85em; 
	padding-left: 18px;	
	}
	
