/**
 *  index.css
 *
 */

body {
    background-color:#346493;
}

/**
 * Redefine ul to remove margin and padding added by most browsers
 */
ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}



/**
 * Banner ----------------------------------------------------------------------
 */

#banner_container {
    background-color:#346493;
    width: 100%;
    margin: 0;
    height: 66px;
}

#banner {
    position:relative;
    width: 820px;
    height: 109px;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;

}

#banner_logo {
    background: #346493;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.ccabanner {
font-family:"Trebuchet MS";
font-size:58px;
color: #FFFFFF;
display:inline;
font-weight: bold;
text-shadow:Black;
text-decoration:none;
}



/**
 *  Content within shadowed_box (the main content) --------------------------------
 */

#shadowed_box {
    position: relative;
    width: 820px;
    height: 493px;
    padding: 0;
    margin: -6px auto;
}

/**
 *  Top Navigation Items ------------------------
 */

#nav_top_container {
    background-color: #36396A;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 19px;
    left: 0;
    z-index: 1000;
}
/**
 *  Position the links in the top navigation menu bar ----------
 */
#top_link_1 {
    position: absolute;
    left: 0;
    top: 0;
}
#top_link_2 {
    position: absolute;
    left: 150px;
    top: 0;
}
#top_link_3 {
    position: absolute;
    left: 300px;
    top: 0;
}
#top_link_4 {
    position: absolute;
    left: 450px;
    top: 0;
}

#nav_top {
    position:absolute;
    top: 0px;
    left: 0px;
    height: 30px;
    width: 100%;
    font-size: 16px;
    font-family: "Trebuchet MS";
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 30px;
}


/* ---------------------------------------------------------- */


div#nav_top li {
     position: relative;
     list-style-type: none;
     margin: 0;
     border-bottom: none;
}

div#nav_top li.submenu_top {
    padding: 0 0 0 0 ;
}
    
div#nav_top li.submenu_top:hover {
    background:#346493;
}
    
div#nav_top  li a {
    color: #FFF;
    padding: 4px 0 4px 10px;
    text-decoration: none;
}
    
div#nav_top >ul a {
    width: auto;
}
     
/**
 *  Positions the second level navigation
 */
div#nav_top  ul ul {
    position: absolute;
    top: 30px;
    left: 0px;
    display: none; 
    padding: 0 10px 10px 0;
    margin: 0 0 0 0;
}

/**
 *  display level2 links when hovering over level1 links
 */
div#nav_top li.submenu_top:hover ul.level2_top {
    display:inline;
    background: #346493;
}

/**
 *  Format the level2 menu items
 */
div#nav_top ul.level2_top {
    background: #346493;
    width: 270px;
}        

div#nav_top .level2_top a {
    color: white;
    margin: 0 0 0 0;
}
/**
 *  Format the level1 menu items
 */
.level1_top {
    width: 150px;
    z-index: 400;
}
/*---------------------------------------------*/


/**
 *  Main picture container, positioned absolutely within shadowed_box --------------
 */

#picture_container {
    background-image:url(./background1.jpg);
    position: absolute;
    top: 49px;
    left: 0px;
    height: 426px;
    width: 620px;
}


/**
 *  Highlight box and text within the main picture
 */

#title_box {
    position:absolute;
    height:30px;
    width:295px;
    left:10px;
    bottom:5px;
}

a.highlight_nav:link, a.highlight_nav:visited{
font-family:"Trebuchet MS";
font-size:13px;
color: #FFFFFF;
display:inline;
font-weight: bold;
padding: 4px 10px 4px 10px;
text-shadow:Black;
text-decoration:none;
}

.highlight_description{
font-size:12px;
color:#FFFFFF;
padding: 4px 10px 4px 10px;
display:inline;
font-weight:bold;
text-decoration:none;
}

#news_link{
font-size:12px;
color:#FFFFFF;
padding: 4px 10px 4px 10px;
display:inline;
font-weight:bold;
text-decoration:none;
}

/* -----END PICTURE CONTAINER CSS-----*/

/**
*  ----------BEGIN CSS FOR RIGHT CONTENT----------
**/

#right_content_container{
    background-color: #36396A;
    position: absolute;
    top: 49px;
    left: 620px;
    height: 426px;
    width: 200px;
}


#nav_right {
    position:absolute;
    top: 0px;
    left: 0px;
    height: 280px;
    width: 100%;
    font-size: 14px;
    font-family: "Trebuchet MS";
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
    line-height: 24px;
}

/* ---------------------------------------------------------- */

    
div#nav_right li {
     position:relative;
     list-style-type:none;
     margin:0;
     border-bottom: none;
}

div#nav_right li.submenu {
    padding: 0 0 0 0 ;
}
    
div#nav_right li.submenu:hover {
     background:#346493;
}
    
div#nav_right  li a {
    color: #DEDEEB;
    /*display: block;*/
    padding: 4px 0 4px 10px;
    text-decoration: none;
    width: 146px;
}
    
div#nav_right >ul a {
    width:auto;
}
     
/**
 *  Positions the second level navigation
 */
 div#nav_right  ul ul {
    position: absolute;
    top: 0;
    left: -225px;    /* adjust this in conjunction with div#nav_right ul.level2 */
    display:none; 
    padding: 0 10px 10px 0;
    margin: 0 0 0 0;
}


div#nav_right ul.level2 {
    background: #346493;
    width: 218px;    /* adjust this in conjunction with div#nav_right  ul ul */
}

/**
 *  display level2 links when hovering over level1 links
 */
div#nav_right li.submenu:hover ul.level2 {
    display:inline;
    background: #346493;
}



div#nav_right .level2 a {
    color: white;
    margin: 0 0 0 0;
}
/*---------------------------------------------*/

/**
 *  News item box on right side
 */
#news_box {
    background-color: #444779;
    border: 1px solid #FFFFFF;
    position: absolute;
    bottom: 10px;
    left: 14px;
    width: 170px;
    height: 105px;
    text-align: center;
}

.news_link_text {
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
    font-family:"Trebuchet MS";
    line-height: 14px;
}

.news_title {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    font-family: "Trebuchet MS";
    margin-top:0px;
}

a.news_link:link, a.news_link:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

/**
 *  Counter Bar
 */
#cca_search {
    position:absolute;
    top: 280px;
    left: 0px;
    background-color:#36396A;
    width:100%;
    height: 65px;
}

.define {
position:absolute;
left:5px;
top:5px;
color:#000000;
width:150px;
text-align:left;
border:2px #eee inset;
font:8.5pt 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

.websearch {
position:absolute;
left:5px;
top:10px;
color:#000000;
width:110px;
text-align:left;
border:2px #eee inset;
font:8.5pt 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

.websubmit {
position:absolute;
left:130px;
top:10px;
color:#000000;
width:60px;
text-align:center;
font:7.5pt 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

.peoplesearch {
position:absolute;
left:5px;
top:40px;
color:#000000;
width:110px;
text-align:left;
border:2px #eee inset;
font:8.5pt 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}
 
.peoplesubmit {
position:absolute;
left:130px;
top:40px;
color:#000000;
width:60px;
text-align:center;
font:7.5pt 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}


#button{
position:absolute;
top: 26px;
left: 0px;
width: 95px;
height: 30px;
font-size:10px;
color:#CCCCCC;
text-align:left;
}

#searchlink{
position:absolute;
right: 15px;
top: 35px;
}

.search{
font-family:"Trebuchet MS";
font-size:14px;
font-weight:bold;
letter-spacing:1px;
color:#CCCCCC;
text-decoration:none;
}

/* Contact Box */
#contact_box {
    position: absolute;
    top: 345px;
    left: 0px;
    background-color:#444779;
    width: 100%;
    height: 81px;
    line-height: 18px;
}

.contact {
    font-size:11px;
    font-weight:bold;
    margin: 12px 8px 4px 12px;
    font-family:"Trebuchet MS";
    color:#CCCCCC;
    text-decoration:none;
}
    
a.contactlink:link, a.contactlink:visited {
    color: #CCCCCC;
    font-family:"Trebuchet MS";
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}


/**
 *  ----------END shadowed_box (MAIN CONTENT) CSS----------
**/

/* -----FOOTER CSS-----*/
#footer_container {
    position:relative;
    width:100%;
    height:80px;
}

#footer {
    position:relative;
    width:820px;
    height:60px;
    background-color:#346493;
    margin: 0 auto;
}

a.footerlink:link, a.footerlink:visited {
    color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 14px 0 0;
    vertical-align: 2px;
}


#copyrightinfo {
    position: absolute;
    right: 0;
    top: 25px;
    text-align: right;
}

.copyright {
    font-size: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #CCCCCC;
}

