/***********************************************/
/* highCountry.css                             */
/* Based on 2col_leftNav.csc                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(images/high_country_header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a:link, a:visited, a:hover {
	color: #006633;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

h1{
 font-size: 130%;
	padding: 2px 0px 8px 0px;
}

h2{
 font-size: 114%;
}

h3{
 font-size: 100%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content{	margin: 0;
	padding: 4px 10px 10px 16px;
}

#content img {
	float:right;
	vertical-align:bottom;
	padding: 4px 12px 4px 4px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #c4b59d;
	border-bottom: 1px solid #c4b59d;
	font-size: 75%;
	color: #666666;
	padding: 6px 6px 6px 6px;
	margin-top: 0px;
	background-color: #dac3af;
	
}



#siteInfo p {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-size: 95%;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */





