@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,/*blockquote,*/th,td {    
    margin:0;   
    padding:0;   
} 
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;   
}  

/*********************************/
/*         GLOBAL
/*********************************/

body {
background:url(../images/bodyBkgd.jpg) repeat-x #eff6f6;
}

#container {
width:960px;
margin:0 auto;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:80%;
}

/*********************************/
/*        HEADER
/*********************************/

#hdr {
width:960px;
height:178px;
}

#hdr h1 {
display:none;
}

/*********************************/
/*        TOPNAV
/*********************************/

#topnav {
position:relative;
float:right;
margin:-46px 365px 0 0;
text-transform:uppercase;
font-size:.85em;
z-index:90;
}

#topnav ul li {
display:inline;
margin:0 6px;
}

#topnav ul li a {
color:#FFFFFF;
text-decoration:none;
}

#topnav ul li a:hover {
text-decoration:underline;
}

/*********************************/
/*        CONTENT AREA
/*********************************/

#contentarea {
width:680px;
margin:0 0 0 250px;
}

#contentarea a {
color:#016a75;
text-decoration:underline;
}

#contentarea a:hover {
color:#000000;
text-decoration:underline;
}

#contentarea a:visited {
color:#751b17;
text-decoration:underline;
}

#contentarea ul, #contentarea ol, #contentarea_sec ul, #contentarea_sec ol {
margin:0 0 0 2em;
}

#contentarea_sec {
width:480px;
margin:0 0 0 250px;
float:none;
}

#rightcol {
width:220px;
position:relative;
float:right;
}


.txthdr {
color:#381b17;
text-transform:uppercase;
font-size:1.3em;
}



/*********************************/
/*          FOOTER
/*********************************/
#footer {
width:875px;
position:relative;
margin:0 auto;
clear:both;
padding:0 0 20px 0;
}

#minilogo {
background-image:url(../images/miniLogo.jpg);
width:220px;
height:21px;
position:relative;
margin:0 auto;
top:3px;
}

#footer p {
text-align:center;
font-size:.9em;
}

#footer p#contact{
text-align:left;
position:relative;
width:220px;
margin:0 auto;
left:10px;
top:5px;
}

#footer #copy {
position:relative;
top:15px;
}

#footer ul {
margin:0 auto;
text-align:center;
position:relative;
top:15px;
}

#footer ul li {
display:inline;
margin:0 7px;
}

#footer ul li a {
background: url(../images/footerArrowIcon.gif) no-repeat left;
padding:0 0 0 11px;
color:#333333;
text-decoration:none;
}

#footer ul li a:hover {
border-bottom:dotted 1px;
}

#footer img {
border:none;
}

.bkgdbox {
margin: -56px 0px 0px 489px; 
width: 225px; 
position: absolute; 
height: 360px; 
background-color:#eef7f6;
display:block;
z-index:94;
}
