/* CSS Document */

/*@import url(http://fonts.googleapis.com/css?family=Old+Standard+TT);*/
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);


/*-------RESET STYLES---------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*------END RESET STYLES------*/


html{
	background:#050302 url(/lewisandclark/assets/images/base/bg-html.gif) top center no-repeat;	
}

body{
	margin:0px;
	padding:0px;
	font-family:"Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	line-height:17px;
	background:url(/lewisandclark/assets/images/base/bg-body.png) top center repeat-y;
	color:#342a20;
}


#wrapper{
	width:960px;
	margin: 0px auto 0;
	padding: 30px 0 0px;
}

#header{
	height:71px;
	background:url(/lewisandclark/assets/images/base/bg-header.gif) 0px 0px no-repeat;
	position:relative;
	z-index:50;
}

.logo{
	margin:0px 0px 0px 70px;
	border:none;
	position:absolute;
}

#nav-main{
	float:right;
	width:275px;
	height:11px;
	text-align:left;
	margin:45px 55px 0px 0px;
}


a.trek{
	width:70px;
	height:11px;
	display:block;
	cursor:pointer;
	background:url(/lewisandclark/assets/images/base/bg-nav-main-sprite.gif) 0px 0px no-repeat;
}

a.interact{
	width:128px;
	height:11px;
	display:block;
	cursor:pointer;
	background:url(/lewisandclark/assets/images/base/bg-nav-main-sprite.gif)  -70px 0px no-repeat;
}

a.learn{
	width:77px;
	height:11px;
	display:block;
	cursor:pointer;
	background:url(/lewisandclark/assets/images/base/bg-nav-main-sprite.gif) -198px 0px  no-repeat;
}

a.trek:hover, .trek-current{
	background-position:0px -11px;	
}

a.interact:hover, .interact-current{
	background-position:-70px -11px;
}

a.learn:hover, .learn-current{
	background-position:-198px -11px;
}

#nav-main ul{
	margin:0px;
	padding:0px;
}

#nav-main ul li{
	list-style-type:none;
} 

#nav-main ul li.headlink{
	float:left;
}

#nav-main ul li.headlink-trek{
	width:70px;	
}

#nav-main ul li.headlink-interact{
	width:128px;
}

#nav-main ul li.headlink-learn{
	width:77px;
}

#nav-main ul li.headlink ul{
	display:none;
	width:180px;
	background:url(/lewisandclark/assets/images/base/bg-subnav.png) center bottom no-repeat;
	margin-top:15px;
}

#nav-main ul li.headlink-learn ul{
	margin-left:-42px;	
}

#nav-main ul li.headlink:hover ul{
	display:block;	
	padding:10px 0px 15px 0px;
}
w
#nav-main ul li.headlink ul.subnav-learn{
	margin-left:-50px; !important	
}

#nav-main ul li.headlink ul li{
	padding-left:24px;	
}

#nav-main ul li.headlink ul li:hover{
	background:url(/lewisandclark/assets/images/base/bg-subnav-link-decor.gif) 5px center no-repeat;
}

#nav-main ul li.headlink ul li a{
	color:#40352d;
	font-size:13px;
	text-decoration:none;
	background:none;
	letter-spacing:-.02em;
	cursor:pointer;
}

#nav-main ul li.headlink ul li a:hover{
	color:#812628;
	
}

#content-wrapper{
	width:960px;
	background:#ebdcbb url(/lewisandclark/assets/images/base/bg-content-wrapper-light-2.gif) 0px 0px no-repeat;
}

#footer{
	clear:both;
	padding:10px 55px 50px 55px;
	background:url(/lewisandclark/assets/images/base/bg-footer-animals.png) 425px 15px no-repeat;
}

ul.footer-nav-links{
	float:left;
	margin:0px 25px 0px 0px;
	padding:0px;
}

.footer-trek-links{
	width:100px;	
}

.footer-interact-links{
	width:115px;
}

.footer-learn-links{
	width:110px;
}

ul.footer-nav-links li {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

ul.footer-nav-links li.footer-link-header{
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:5px;
	color:#40352d;
}

ul.footer-nav-links li a{
	color:#4e3f35;	
	font-size:12px;
	text-decoration:none;
}

ul.footer-nav-links li a:hover{
	color:#812628;
}


#footer-idaho-contact-links{
	float:right;
	width:260px;
	font-size:12px;
	text-align:center;
}

#footer-idaho-contact-links a{
	color:#4e3f35;
	text-decoration:none;
}

#footer-idaho-contact-links a:hover{
	color:#812628;
}

.logo-idaho{
	float:left;	
	border:none;
}

a.links{
	margin:10px 0px 0px 8px;	
}

a.btn-contact-us{
	width:153px;
	height:39px;
	display:block;
	margin-bottom:2px;
	background:url(/lewisandclark/assets/images/base/btn-contact-us.png) 0px 0px no-repeat;
	float:right;
}

a.btn-contact-us:hover{
	background-position:0px -38px;
}


/*------------TYPOGRAPHY-------------*/
h1{
	margin:0px auto; /*center block element*/
	padding:0px;
}

h2{
	font-size:32px;	
	font-weight:normal;
	letter-spacing:-.02em;
	color:#3b3129;
	line-height:34px;
	margin:0px;
	padding:0px 0px 8px 0px;
}

h3
{
    font-size:22px;
	line-height:26px;
    font-weight:normal;
    color:#812628;
    padding:0px;
	padding-bottom:8px;
    margin-top:5px;
	margin-bottom:0px;
}

p{
	padding-bottom:15px;
	font-size:15px;
	line-height:20px;	
}

a{
	color:#812628;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;	
}


/*------------FANCY RULES------------*/

hr.rule-spikes{
	width:900px;
	height:16px;
	background:transparent url(/lewisandclark/assets/images/base/rule-horizontal-spikes.gif) center center no-repeat;
	clear:both;
	border:0px;
}

hr.rule-stick-1{
	width:570px;
	height:32px;
	background:transparent url(/lewisandclark/assets/images/base/rule-stick-1-570x32.png) center center no-repeat;
	clear:both;
	margin-bottom:12px;
	border:0px;
}

hr.rule-stick-2{
	width:390px;
	height:33px;
	background:transparent url(/lewisandclark/assets/images/base/rule-stick-2-390x33.png) center center no-repeat;
	clear:both;
	border:0px;
}


/*----------BANNERS----------*/
a.banner{
	display:block;
	background:url(/lewisandclark/assets/images/base/bg-banners-sprite.png) 3px 0px no-repeat;	
}

a.banner-begin-your-trip{
	width:240px;
	height:81px;
	display:block;
	background-position:2px -398px;
}

a.banner-begin-your-trip:hover{
	background-position:2px -482px;	
}


/*---------BULLETS---------*/
.bullet-square-red{
	margin:0px 4px;
}


/*---------DROP CAPS---------*/
.dropcap{
	float:left;
	margin:0px 4px 4px 0px;
	display:block;
}

.dropcap span{
	display:none;	
}

.t{
	margin-top:4px;
	width:42px;
	height:43px;
	background:url(/lewisandclark/assets/images/base/dropcap-t.gif) no-repeat;
}

.h{
	margin-top:5px;
	width:52px;
	height:50px;
	background:url(/lewisandclark/assets/images/base/dropcap-h.gif) no-repeat;
}


/*----------GENERAL FLOATS AND CLEAR ALL----------*/

.clear-all{
	clear:both;	
}
