@charset "utf-8";
/* CSS Document */

/******************************/
/*        CONTAINER
/******************************/

#container {
background:url(../images/sec/containerBkgd.jpg) repeat-y;
width:960px;
height:auto;
margin:15px auto;
}

/******************************/
/*         SUBNAV
/******************************/

/*where you are at:styling*/
#subnav h3 {
width:242px;
background: #cfdbbb;
position:relative;
color:#000000;
left:-3px;
text-transform:uppercase;
font-size:1.3em;
text-align:center;
padding:10px 0;
}

#subnav {
position:relative;
float:left;
left:20px;
width:150px;
font-family:Arial, Helvetica, sans-serif;
}

#subnav ul {
position:relative;
top:20px;
}

#subnav ul li {
list-style:none;
margin:5px 0; /*spacing between items*/
padding:0 0 7px 15px;/*spacing from line*/
}

#subnav li a {
color:#1e3d1c;
background:url(../images/sec/subnavIcon.gif) no-repeat 0 2px;
padding:0 0 0 15px;
text-decoration:none;
font-size:1.0em;
font-weight:800;
display:block;
}

#subnav li a:hover {
color:#000000;
text-decoration:underline;
}

#subnav .selected a {
text-decoration:underline;
}

/*begin third tier*/
#subnav ul ul {
margin:10px 0 3px 0;
top:0px;
}

#subnav ul ul li{
background-image:none;
margin:0 0 0 14px;
padding:0;
}

#subnav ul ul li a{
background-image:none;
color:#333333;
font-weight:normal;
font-size:.95em;

}

#subnav ul ul li a:hover{
text-decoration:underline;
}

#subnav .selected li a {
text-decoration:none;
}

/******************************/
/*      CONTENT/TEXT AREA
/******************************/

#txtarea_sec {
margin:20px 0 60px 290px;
min-height:350px;
height:auto;
width:620px;
top:25px;
padding:0;
clear:right;
}

/*different for subpage*/
#txtarea_sec .txtheader {
text-transform:uppercase;
font-weight:800;
color:#1D3B1B;
font-size:1.5em;
}

#txtarea_sec a {
text-decoration:underline;
color:#1D3B1B;
}

#txtarea_sec a:hover {
text-decoration:none;
} 

#txtarea_sec p {
line-height:1.3em;
} 

/******************************/
/*           FOOTER
/******************************/

#footer {
background:url(../images/sec/footerBkgd.jpg) no-repeat;
height:95px;
}

#footer .contact {
top:63px;
}
