@charset "utf-8";
/* CSS Document */


/*********************************/
/*         CONTENT AREA
/*********************************/

#contentTop {
background:url(../images/sec/contentTop.png) no-repeat top;
height:65px;
position:relative;
margin:0 0 -40px 0;/*compensates for image height*/
}

#contentarea {
min-height:400px;
height:100%;
background:url(../images/sec/contentBkgd.png) repeat-y;
}

#contentarea .txthdr {
font-size:1.4em;
}

/*********************************/
/*        TEXT AREA
/*********************************/

#textarea .txthdr {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.8em;
color:#26377b;
margin:0 0 20px 0;
}

#textarea {
padding:7px 0 5px 0;
position:relative;
width:600px;
margin:0 0 -50px 340px;/*brings content over contentBot image*/
}

#textarea p {
line-height:1.5em;
}

#contentBot {
background:url(../images/sec/contentBot.png) no-repeat bottom;
width:991px;
height:131px;
}

/*********************************/
/*            SUBNAV
/*********************************/

#subnav {
width:280px;
position:relative;
float:left;
left:40px;
min-height:100px;
}

#subnav ul {
position:relative;
margin:20px 0;
}

/*where you are at*/
#subnav h3 {
text-transform:uppercase;
color:#4a3420;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:1.5em;
padding:0 0 10px 0;
width:80%;
border-bottom:#c4c8d5 5px solid;
}

#subnav ul li {
list-style:none;
margin:10px 0;
}

#subnav ul li a{
background:url(../images/sec/subnavBullet.gif) no-repeat left;
padding:0 0 0 15px;
color:#515151;
text-decoration:none;
}

#subnav ul li a:hover {
text-decoration:underline;
}

#subnav ul .selected a {
text-decoration:underline;
color:#26377b;
}

#subnav ul .selected li a {
text-decoration:none;
color:#515151;
} 

/*begin second tier*/
#subnav ul ul {
list-style:none;
margin:0;
}

#subnav ul li li a{
margin:0 0 0 30px;
}

#leftLeadin {
background:url(../images/leadinBox_bot.jpg) no-repeat bottom #1f3278;
width:296px;
min-height:152px;
height:auto;
position:relative;
clear:left;
float:left;
left:2px;
color:#FFFFFF;
top:150px;
}

#leftLeadin h3 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background:url(../images/leadinBox_top.jpg) no-repeat top #1f3278;
text-transform:uppercase;
position:relative;
font-size:1.5em;
height:43px;
line-height:43px;
padding:0 0 0 15px;
font-weight:normal;
color:#dddfe4;
}

#leftLeadin p {
font-size:.9em;
position:relative;
float:right;
width:160px;
right:15px;
line-height:1.3em;
padding:15px 0 15px 10px;/*l padding makes room for quote image*/
margin:0;
background:url(../images/leadinBox_quote.gif) no-repeat 0 10px;
}

#leftLeadin a {
color:#FFFFFF;
text-decoration:none;
}

#leftLeadin a:hover {
text-decoration:underline;
color:#e5642c;
cursor:pointer;
}

#leftLeadin .leadinPhoto {
position:relative;
float:left;
border:#7e7e7e 1px solid;
margin:10px 15px 15px 15px;
padding:2px;
width:80px;
height:80px;
}
