/******************************/
/*        CONTAINER
/******************************/

#container {
background:url(../images/containerBkgd_secondary.png) repeat-y;
width:960px;
height:auto;
margin:15px auto;
}

/******************************/
/*         HEADER
/******************************/

#header {
background-image:url(../images/hdr_secondary.jpg);
width:960px;
height:163px;
}

/******************************/
/*         SUBNAV
/******************************/

#subnav {
position:relative;
float:left;
left:20px;
font-family:Arial, Helvetica, sans-serif;
}

#subnav ul li {
list-style:none;
margin:10px 0; /*spacing between items*/
background:url(../images/subnavSep.jpg) no-repeat bottom;
padding:0 0 7px 19px;/*spacing from line*/
}

#subnav li a {
color:#666666;
background:url(../images/subnavArrow.gif) no-repeat left;
padding:0 0 0 16px;
text-decoration:none;
font-size:.95em;
font-weight:800;
outline:none;
}

#subnav li a:hover , #subnav li a.selected{
color:#000000;
}


#subnav h3 {
background-image:url(../images/subnavTitleBkgd.gif);
width:218px;
padding:10px;
position:relative;
color:#006699;
left:-3px;
text-transform:uppercase;
font-size:1.3em;
text-align:center;
}

/*begin third tier*/
#subnav ul ul {margin:10px 0;}

#subnav ul ul  li{
background-image:none;
margin:0 0 0 14px;
padding:0;
}

#subnav ul ul li a{
background-image:none;
color:#246c9e;
font-weight:normal;
}

#subnav ul ul li a:hover{
text-decoration:underline;
}

/******************************/
/*      TEXT AREA
/******************************/

/*#contentarea {
font-size:1.0em;
}*/

#txtarea {
margin:20px 0 0 280px;
min-height:780px;
height:auto;
width:640px;
position:relative;
}

#txtarea .txtheader {
text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;
font-weight:800;
color:#23608c;
font-size:1.6em;
padding:0 0 10px 0;
}

#txtarea ul, #txtarea ol {margin:0 2em;}

#txtarea blockquote {
margin-left:2.5em;
}

/******************************/
/*    BOTTOM LEFT COL FLAG
/******************************/

#flag {
background:url(../images/subnavFlag.jpg) no-repeat;
position:relative;
float:left;
width:237px;
height:252px;
bottom:210px;
left:19px;
clear:both;
}

#footer .contact {
left:30px;
}
