/* Bright Day Mountain */

a { 
 color: #F0AC4A;
 text-decoration: none; 
}
a:hover,a:active { text-decoration: underline; }
a acronym { border: 0; }
ul,li {
 list-style: none;
 padding: 0;
 margin: 0;
}
li {
 background: #F0E9CE;
 padding: 5px 7px 5px 10px;
 border-bottom: 1px solid #DCD5B8; 
 text-transform: uppercase; 
 font-size: 9px;
}
li:hover { background: #DCD5B8; }

li a.c {
 font-size: 9px;
 font-weight: normal;
 display: inline;
 padding: 0;
 text-transform: uppercase;
}
li a:hover, li a:hover.c { color: #5E1919; }

#container { 
 margin: 0 auto;
 text-align: left; 
 background: url(images/contBg1.jpg) repeat-y center;
 width: 670px;	
}
#pageHeader { 
 height: 421px;
 background: url(images/top1.jpg) no-repeat;
}
#lselect {
 background: url(images/lselectBttm.gif) no-repeat bottom;
 padding-bottom: 12px;
 margin-top: 15px;  
}

#lselect h3 {
 background: url(images/lselectSpan.gif);
}
#footer {
 background: url(images/footer1.jpg) no-repeat center top;
}

.p5 { clear: both; }