@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;
}

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 {
height:auto;
margin:0 auto;
position:relative;
width:968px;
font-size:1em;  /* displayed at 12px */
}

/*********************************/
/*         LOGO
/*********************************/

/*logo region*/
#hdr {
position:relative;
float:left;
width:425px;
margin:0 0 20px 0;
}

/*logo*/
#hdr h1 a {
display:block;
outline:none;
}

/*image replacement technique*/
#hdr h1 span {
display:none;
}

/*********************************/
/*      TOPNAV + SEARCH
/*********************************/

#topnav {
position:relative;
float:right;
width:334px;
height:69px;
top:10px;
}

#topnav ul {
position:relative;
float:left;
top:2px;
}

#topnav ul li {
display:inline;
list-style:none;
}

#topnav ul li a {
color:#404040;
padding:0 15px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
text-decoration:none;
background:url(../images/topnav_sep.gif) no-repeat right;
}

#topnav ul .lilast a {
background:none;
}

#topnav ul li a:hover {
text-decoration:underline;
}

#topnav #search {
}

#search .searchinput {
width:110px;
margin:0 10px 0 0;
}

/*********************************/
/*     3 BUTTON NAVIGATION
/*********************************/

#buttonnav {
width:521px;
position:relative;
float:right;
background:url(../images/buttonnavBkgd.jpg) repeat-x 0 0;
background-position:top left;
height:56px;
margin:0 0 20px 0;
top:10px;
}

#buttonnav ul li {
list-style:none;
position:relative;
display:inline; /*IE will be unhappy if removed*/
}

#buttonnav ul li a {
text-transform:uppercase;
text-decoration:none;
display:block;
position:relative;
outline:none;
float:left;
border-right:5px solid #F9FAFC;
}

#buttonnav ul .yh a {
background:url(../images/buttonnav_yh.png) no-repeat 0 0;
background-position:top left;
height:56px;
width:171px;
}

#buttonnav ul .innerroads a {
background:url(../images/buttonnav_innerroads.png) no-repeat 0 0;
background-position:top left;
height:56px;
width:184px;
}

#buttonnav ul .partnership a {
background:url(../images/buttonnav_partnership.png) no-repeat;
height:56px;
width:151px;
}

/*image replacement technique*/
#buttonnav ul li a span{
display:none;
}

#buttonnav ul li a:hover {
background-position: 0 -56px;
}

/*********************************/
/*           BANNER
/*********************************/

#banner {
clear:both;
width:965px;
height:280px;
margin:0 0 20px 0;
position:relative;
top:5px;
border:1px solid #999999;
}

/*********************************/
/*    LEFT COLUMN (NEWS/SUBNAV)
/*********************************/

#leftcol {
position:relative;
float:left;
width:268px;
margin:0 0 20px 0;
}

.leftcolHdrs {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.8em;
color:#2A2929;
padding:10px 0px 10px 2px;
font-weight:normal;
}

#leftnav {
width:268px;
background:#FEFEFE;
min-height:100px;
}

#leftnav ul {
position:relative;
left:25px;
top:11px;
width:235px;
padding:0 0 20px 0;
}

#leftnav ul li {
margin:7px 0;
list-style:none;
position:relative;
}

#leftnav ul li a {
background:url(../images/navIcon.gif) no-repeat 0 3px;
padding:0 0 0 20px;
text-decoration:none;
display:block;
outline:none;
}

#leftnav ul li a:hover {
text-decoration:underline;
}

#leftnav ul .selected a{
text-decoration:underline;
}

#leftnav ul .selected li a{
text-decoration:none;
}

/*begin second tier*/
#leftnav ul ul {
left:25px;
top:0px;
padding:0;
}

#leftnav ul ul li {
margin:.6em 0 0 0;
line-height:1.1em;
width:200px;
}

#leftnav ul ul li a {
background:none;
padding:0 0 0 5px;
color:#666666;
}

/*third tier*/
#leftnav ul ul ul {
left:15px;
top:0px;
padding:0;
}

#leftnav ul ul ul li a {
background:url(../images/bullet_navthirdtier.gif) no-repeat 0 3px;
padding:0 0 0 11px;
text-decoration:none;
display:block;
outline:none;
}


#leftnav ul ul ul li a:hover {
text-decoration:underline;
}


/*********************************/
/*          NEWS AREA
/*********************************/

#news {
position:relative;
width:268px;
float:left;
top:30px;
}

#news h3 {
background:url(../images/newsIcon.png) no-repeat right;
margin:0 0 15px 0;
}

/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
min-height:550px;
background:#FEFEFE;
width:645px;
position:relative; 
float:right;
}


#contentarea a {
text-decoration:underline;
}

#contentarea a:hover {
text-decoration:none;
}

#contentarea .txthdr {
font-size:2em;
margin:0 0 10px 0;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#stripeTop {
height:15px;
}

#textarea {
padding:30px;
line-height:1.5em;
}


#textarea ul li, #textarea ol li {
margin:0 2em;
}

/*********************************/
/*            FOOTER
/*********************************/

#footer {
clear:both;
min-height:100px;
height:auto;
position:relative;
top:26px;
width:100%;
color:#FFFFFF;
}

#footer p {
margin:0;
}

#footerWrap {
position:relative;
margin:0 auto;
width:968px;/*match container*/
}

#footerWrap #quote {
background:url(../images/quotes.png) no-repeat left;
min-height:50px;
width:281px;
font-size:1.1em;
font-style:italic;
position:relative;
float:left;
padding:25px 0 0 20px;
}

#footerWrap #quote span 
{
    display:block;
    padding:1em 0 0 0;
    text-align:right;
}

#footerWrap #contactinfo {
width:375px;
text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.9em;
line-height:1.5em;
position:relative;
float:right;
top:20px;
right:8px;
}
