/**
 *  inside.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: 66px;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    z-index: 1000;
}

#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;
}

#site_container {
	position: relative;
	top: -6px;
	left: 0px;
	width: 854px;
	display: block;
    margin: 0 auto;
	padding: 0;
	    overflow: hidden;
}
/**
 *  Content within shadowed_box (the main content) --------------------------------
 */

#ul_shadow, #u_shadow, #ur_shadow, #l_shadow, #r_shadow, #bl_shadow, #b_shadow, #br_shadow {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	display: block;
	background: #346493;
	float: left;
}
#br_shadow { /* bottom right shadow */
        padding: 19px 17px 12px 17px;
        margin: 0;
}


/**
 *  Main content divs (contains msot of the content) ------------------------
 */

#content {
	background-color: #36396A;
	position: relative;
	width: 820px;
	padding: 0;
	margin: 0;
	display: table;
}

#body_text {
	position: relative;
	width: 620px;
	float: left;
	top: 0px;
	text-align: left;
	display: block;
	padding: 0;
	margin: 0;
	background-color: white;
	z-index: 0;
	font: normal 12px Verdana, Arial, san-serif; 
}

#text {
	padding: 1em;
}

.temp_title{
font-family:"Trebuchet MS";
font-size:30px;
font-weight: bold;
text-decoration:none;
}



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

#nav_top_container {
    position: relative;
    background-color: #36396A;
    width: 820px;
    height: 30px;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 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: 120px;
    top: 0;
}
#top_link_3 {
    position: absolute;
    left: 240px;
    top: 0;
}
#top_link_4 {
    position: absolute;
    left: 360px;
    top: 0;
}
#top_link_5 {
    position: absolute;
    left: 480px;
    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;
	margin: 0;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 30px;
}


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

div#text li {
list-style-type:square;
margin:0 0 0 30px;
color:#346493;
}

div#text a {
color:#130147;
font-weight:bold;
text-decoration: none;
}

div#text a:visited {
color:#346493;
}

div#text a:link {
color:#346493;
}

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

div#nav_top li.submenu_top {
    padding: 0;
	margin: 0;
}
    
div#nav_top li.submenu_top:hover {
    background:#346493;
	padding: 0;
	margin: 0;
}
    
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;
	text-align: left;
}

/**
 *  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;
	padding: 0;
	margin: 0;
}        

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



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


#right_content_container{
    background-color: #36396A;
    position: absolute;
    top: 0px;
    right: -200px;
    height: 350px;
    width: 200px;
	margin: 0;
	padding: 0;
    z-index: 2;
}


#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;
    text-align: left;
}

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

    
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: #130147;
    border: 1px solid #FFFFFF;
    position: absolute;
    bottom: 10px;
    left: 14px;
    width: 170px;
    height: 100px;
    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: 18px;
    font-weight: bold;
    font-style: italic;
    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;
}

/**
 *  Search Bar
 */
#cca_search {
    position:absolute;
    top: 175px;
    left: 0px;
    background-color:#444779;
    width:100%;
    height: 65px;
}

.define {
position:absolute;
left:5px;
top:5px;
color:#000000;
width:120px;
text-align:left;
border:2px #eee inset;
font:8.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: 240px;
    left: 0px;
    background-color:#36396A;
    width: 100%;
    height: 81px;
    line-height: 18px;
}

.contact {
    font-size:11px;
    font-weight:bold;
#   margin: 4px 4px 0 4px;
    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;
}
/* -----FOOTER CSS-----*/
#footer_container {
    position: relative;
    width: 100%;
    height: 80px;
	float: left;
}

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

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

#copyrightinfo {
    position: relative;
    right: 0px;
    top: 4px;
    text-align: right;
}

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

