@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;
background:#8b7a66;
}

#bodyHdr {
width:100%;
height:533px;
position:absolute;
background:url(../images/bodyHdr.jpg) repeat-x;
}

/*********************************/
/*           CONTAINER
/*********************************/

.wrapper {
margin:0 auto;
width:972px;
}

#container {
background:url(../images/containerBkgd_home.png) repeat-y;
height:auto;
margin:0 auto -30px auto;
position:relative;
width:975px;
min-height:500px;
padding:0 0 30px 0;
}


#flash {
width:960px;
height:387px;
position:relative;
left:10px;
top:3px;
}

#hdr {
height:146px;
}


#hdr h1 a {
width:703px;
height:88px;
display:block;
position:relative;
margin:0 auto;
outline:none;
top:30px;
}

#hdr h1 a {
background:url(../images/logo.png) no-repeat top center;
}


#hdr h1 span {
display:none;
}

.searchinput {
}

/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
min-height:400px;
width:860px;
position:relative;
left:60px;
height:auto;
padding:20px 0 20px 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.6em;
font-weight:bold;
}


/*********************************/
/*            FOOTER
/*********************************/

#footer {
background:url(../images/footerBkgd.jpg) repeat-x;
width:974px;
height:144px;
position:relative;
margin:0px 0 0 0;
clear:both;
}

#footer p {
margin:0;
}

/*********************************/
/*          LOCATIONS
/*********************************/

#footer #locations {
height:75px;
color:#001917;
font-weight:bold;
font-size:1.5em;
position:relative;
padding:0 0 0 0px;
left:-78px;
top:30px;
width:500px;
margin:0 auto;
}

#locations li {display:inline; line-height:72px;}

#locations li a {
color:#001917;
text-decoration:none;
padding:0 15px ;
text-transform:uppercase;
border-right:1px solid #001917;
}

#locations .last a {
border-right:none;
}

#locations li a:hover {
text-decoration:underline;
}

#footer .login {
text-align:right;
position:relative;
float:right;
right:53px;
width:100px;
top:52px;
text-transform:uppercase;
}

.login {
text-decoration:none;
color:#001917;
font-weight:bold;
font-size:1.5em;
display:block;
position:relative;
width:100px;
height:2em;
}

.login:hover {
text-decoration:underline;
}

#footer #copyright {
color:#001917;
font-size:1.2em;
padding:70px 0 30px 0;
position:relative;
text-align:center;

}

#footer #copyright a 
{color:#001917;text-decoration:underline;
}

#footer #copyright a:hover 
{text-decoration:none;
}
