@charset "utf-8";
/* CSS Document */

/*********************************/
/*       BROWSER RESET
/*********************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea {    
    margin:0;   
    padding:0;   
} 

/*keep enabled if used for layout
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} */

address,caption,cite,code,dfn,/*em,strong,*/th,var {  
    font-style:normal;   
     font-weight:normal;   
 } 

 caption,th {  
     text-align:left;   
 } 

q:before,q:after {  
    content:'';   
} 

abbr,acronym { border:0;   
}  

a img { border: none; }

/*accessibility links*/
.hidden, .nostyles {
display:none;
margin:0 -10000px 0 0;
}

/*********************************/
/*            BODY
/*********************************/

body {
font-family:Arial, Helvetica, sans-serif;
font-size:75%; 
color:#000000;
margin:0 auto;
}

#bodyHdr {
width:100%;
height:533px;
position:absolute;
}

/*********************************/
/*           CONTAINER
/*********************************/

.wrapper {
margin:0 auto;
width:972px;
}

#container {
background:url(../images/containerBkgd.png) repeat-y;
height:auto;
margin:0 auto -30px auto;
position:relative;
width:972px;
min-height:500px;
padding:0 0 30px 0;
}


#flash {
width:960px;
height:190px;
position:relative;
left:7px;
}

#hdr {
height:125px;
}


#hdr h1 a {
width:497px;
height:124px;
display:block;
position:relative;
margin:0 auto;
outline:none;
}

#hdr h1 span {
display:none;
}

#login {
position:absolute;
margin:95px 0 0 900px;
}

#login a {
font-size:1.4em;
font-weight:bold;
text-decoration:none;
color:#333333;
}

.searchinput {
}

/*********************************/
/*          NAVIGATION
/*********************************/

#nav {
width:235px;
position:relative;
float:left;
left:25px;
top:10px;
}

#nav ul li {
list-style:none;
position:relative;
}

#nav ul li a {
height:40px;
display:block;
color:#877662;
position:relative;
font-size:1.3em;
line-height:40px;
padding:0 0 0 10px;
text-decoration:none;
text-transform:uppercase;
outline:none;
font-weight:bold;
height:auto;/*this is for IE6*/
}

#nav ul li a:hover {
color:#FFFFFF;
text-decoration:none;
background-position: 0 -40px;
}


#nav ul li .expanded, #nav ul li .selected  {
color:#FFFFFF;
text-decoration:none;
background-position: 0 -40px;
}

#nav .expanded li a, #nav .selected li a {
color:#666666;
background-position: 0 0px;
} 
    
#nav .selected li a {
background-position:0 0;
}

/*begin second tier*/
#nav ul ul {
margin:1em 0 1em 20px;
}

#nav ul ul li a {
height:1.5em;
line-height:1.5em;
text-transform:none;
background:none;
}

#nav ul ul li a:hover {
background:none;
}

#nav ul ul li .selected {
text-decoration:underline;
}

#nav ul ul li .selected li a {
text-decoration:none;
}

/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
min-height:400px;
width:660px;
position:relative;
float:right;
right:35px;
top:10px;
height:auto;
padding:0 0 10px 0;
}

#contentarea li {
margin:0 0 0 2em;
}

/*uncomment if images are used in place of list item bullets
#container .reToolbar li{
    background:none;
}*/

#contentarea a {
color:#001917  ;
text-decoration:underline;
}

#contentarea a:hover {
color:  ;
text-decoration:none;
}

#contentarea .txthdr {
font-size:1.8em;
font-weight:bold;
color:#666666;
}


/*********************************/
/*            FOOTER
/*********************************/

#footer {
background:url(../images/lsjensen/footer.png) repeat-x bottom;
width:100%;
height:179px ;
position:relative;
margin:0px 0 0 0;
}

#footer p {
margin:0;
position:relative;

}

#footer #contact {
height:75px;
color:#FFFFFF;
top:40px;
font-weight:bold;
font-size:1.3em;
text-align:center;
}

#footer #copyright a {
color:#FFFFFF;
}

#footer #copyright {
color:#FFFFFF;
font-size:1.2em;
top:30px;
left:25px;
}



