
/***********************************/
/*      BROWSER RESET CODE
/***********************************/

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td {    
    margin:0;   
    padding:0;   
} 
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} 
fieldset,img {    
     border:0;   
} 
address,caption,cite,code,dfn,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-color:#466251;
margin:25px 0 0 0;
font-family:Arial, Helvetica, sans-serif;
font-size:75%;
}

#container {
background:url(../images/container_dropshad.jpg) repeat-y;
width:959px;
margin:0 auto;
}

/***********************************/
/*           HEADER
/***********************************/

#header {
background-image:url(../images/header.jpg);
width:948px;
height:118px;
position:relative;
}

#header h1 span {
display:none;
}

#header h1 a{
display:block;
width:948px;
height:118px;
outline:none;
}

/***********************************/
/*        CONTENT + NAV AREA
/***********************************/

#contentarea {
background:url(../images/container_bkgd.jpg) repeat-x #8FAE9B;
width:944px;
position:relative;
left:0px;
border-left:2px solid #333333;
border-right:2px solid #333333;
padding-bottom: 5px;
}

/***********************************/
/*         NAVIGATION
/***********************************/

#nav {
position:relative;
left:15px;
top:20px;
float:left;
}

#nav ul li {
padding:5px 0;
list-style:none;
}

#nav ul li a {
background:url(../images/nav_bkgd.gif) 0 0 no-repeat;
background-position:top left;
line-height:30px;
width:205px;
height:32px;
display:block;
color:#000000;
text-decoration:none;
text-align:center;
font-weight:bold;
outline:none;
}

#nav ul li a:hover {
background-position: 0 -32px;
color:#003300;
}

/*second tier*/
#nav ul ul {
background-color:#2A302C;
width:188px;
position:relative;
left:9px;
top:5px;
padding:6px 0 12px 0;
}

#nav ul ul li {
margin:2px 0;
padding:0;
}

#nav ul ul li a {
background:url(../images/nav_whitebullet.gif) no-repeat left;
line-height:1.1em;
height:auto;
text-align:left;
color:#CCCCCC;
padding:0 0 0 10px;
text-decoration:underline;
position:relative;
left:10px;
margin:0;
font-weight:normal;
}

#nav ul ul li a:hover {
background:url(../images/nav_whitebullet.gif) no-repeat left;
text-decoration:none;
color:#FFFFFF;
}

/***********************************/
/*        TEXT (CONTENT) AREA
/***********************************/

#contentarea #text {
background:url(../images/content_bkgd.jpg) repeat-x #D9E3DD;
min-height: 290px;
height:auto;
width:635px;
left:1px;
top:26px;
position:relative;
margin-left:240px;
padding:15px 20px 20px 20px;
border:2px solid #61756A;
}

#contentarea #text a{
color:#003300;
text-decoration:underline;
}

#contentarea #text a:hover{
color:#000000;
text-decoration:none;
}

#contentarea #text ul li , .RadEContentBordered ul li {
list-style-type:disc;
margin:0 20px;
}


/***********************************/
/*             FOOTER
/***********************************/

body #footer {
background-image:url(../images/container_bot.jpg);
width:959px;
height:49px;
margin:0 auto 0 auto;
position:relative;
z-index:2;
}

#copyright {
text-align:center;
color:#FFFFFF;
font-size:.9em;
padding:0 0 20px 0;
}