﻿@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 {
background:url(../images/bodyBkgd.jpg) repeat-x  #2d2e2e;
font-family:Arial, Helvetica, sans-serif;
font-size:75%; 
color:#000000;
margin:0 auto;
}

H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */

/*********************************/
/*           CONTAINER
/*********************************/

#container {
background:url(../images/containerBkgd.png) repeat-y;
height:auto;
margin:0 auto;
position:relative;
width:966px;
}


#hdr {
background:url(../images/hdr.jpg) no-repeat;
width:936px;
height:264px;
position:relative;
left:16px;
margin:0 0 -25px 0;
}

#hdr h1 a {
display:block;
width:184px;
height:168px;
outline:none;
position:absolute;
margin:20px 0 0 20px;
}

#hdr h1 span {
display:none;
}

.searchinput {
}

/*********************************/
/*          NAVIGATION
/*********************************/

#nav {
position:relative;
float:left;
width:220px;
clear:both;
left:35px;
}

/*border seperator*/
#nav ul li {
list-style:none;
position:relative;
margin:7px 0 7px 0;
padding:0 0 8px 0;
background:url(../images/navSep.jpg) no-repeat bottom;
width:191px;
}

/*icon*/
#nav ul li a {
display:block;
color:#000101;
text-decoration:none;
outline:none;
line-height:14px;
position:relative;
height:14px;
font-size:1.2em;
padding:0 0 0 28px;
font-weight:bold;
background:url(../images/navIcon.png) no-repeat top left;
margin:0 0 0 7px;/*moves icon + text away from seperator edge*/
}

#nav ul li a:hover {
color:#666666;
text-decoration:underline;
}

#nav ul li .selected{
}



/*BEGIN SECOND TIER NAV*/
#nav ul ul {
margin:10px 0 5px 0;
}

#nav ul ul li {
margin:0;
padding:0;
}

#nav ul ul li, #nav ul ul li a {
background:none;
}

#nav ul ul li a {
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
line-height:1.4em;
height:1.4em;
color:#333333;
font-weight:normal;
}

#nav ul ul li a:hover {
color:#312618;
text-decoration:underline;
}

#nav ul li li .selected a {
text-decoration:underline;
}


#nav .selected a li {
text-decoration:underline;
}

/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
min-height:400px;
position:relative;
float:right;
width:635px;
right:50px;
color:#464646;
margin:0 0 -30px 0;/*makes up for tall footer image*/
z-index:99;
}

#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:#a9110a  ;
text-decoration:underline;
}

#contentarea a:hover {
color:  ;
text-decoration:none;
}

#contentarea .txthdr {
font-size:1.7em;
color:#000000;
}

/*********************************/
/*            FOOTER
/*********************************/

#footer {
background:url(../images/footer.jpg) no-repeat bottom;
width:936px;
height:102px;
clear:both;
position:relative;
left:16px;
margin:0 0 -50px 0;/*brings up dark grey bkgd*/
}


/*grey bkgd*/
#footerBkgd {
background:#141414;
width:100%;
height:132px;
clear:both;
}

#footer  .copyright {
margin:0 auto;
position:absolute;
padding:10px 0 0 0px;
margin:95px 0 0 18px;/*moves copyright into grey area*/
text-align:center;
line-height:25px;
color:#FFFFFF;
font-size:.9em;
background:url(../images/miniLogo.gif) no-repeat left;
}

#footer .logos {
position:relative;
float:right;
top:105px;
right:10px;
}

#footer .logos img {
margin:0 0 0 15px;
}

#footer a {
color:#FFFFFF;
text-decoration:underline;
}

#footer a:hover {
text-decoration:none;
}


