﻿/*******************
 * Centurum.css
 * Main CSS control file
 */
 
@import url( nav.css );
@import url( pages.css );

html {margin: 0; padding: 0;}

body {margin: 0; padding: 0; font-family: Arial, sans-serif; font-size: 10pt;
           background: #465674}
            /*** Image is 180px wide, and 20px high ***/



.alignright {margin-top: 0; text-align: right;}

.c3d8fd-fade
{
    background-image: url(/images/gradients/450x1_c3d8fd-ffffff.jpg);
    background-repeat: repeat-y;
}

.small {font-size: .9em;}

.return {position: absolute; top: 0; right: 0; padding: .5em;}

/*******************************************************************************
                        Coloring
********************************************************************************/
.c3d8fd
{
    background-color:#c3d8fd;
}

/*******************************************************************************
                       Positioning rules
*******************************************************************************/

div.leftbox {      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
position: absolute;
left: 0;
width: 10%;
height:100%;
color: #820;
padding-top: 10px;
}

#leftbrand
{
    background-image:url(/images/left-wing_big-cee.gif);
    background-repeat:no-repeat;
    background-position: right 20px;
}
#rightbrand
{
    /**background-image:url(/images/content_big-cee-fade.gif);**/
    background-repeat:no-repeat;
    background-position: left 20px;
}

.middlebox {
    margin: 0 0 0 0;
    padding: 0;
    background-color: #fff;     /*** This div has a background to cover the 2-tone body BG ***/
}

div.rightbox {    /*** No side padding or borders, to avoid the IE5.x box model problem ***/
position: absolute;
right: 0;     /*** IE5/mac will show a horizontal scrollbar 
		if this is less than 16px, or other units are used
		http://www.l-c-n.com/IE5tests/right_pos/index.shtml ***/           
width: 10%;
color: #820;
padding-top: 10px;
}

.menuwing
{
    background-image:url(/images/leftwing_pinstrip-bg.gif);
    background-repeat:repeat-x;
}

#footerwing
{
    background-image:url(/images/rightwing_pinstripe_bg.gif);
    background-repeat:repeat-x;
    
}

ul.news li, ul.news li a
{
    margin-top:10px;
    text-decoration:none;
    font-size:11px;
    /*font-weight:bold;*/
}
ul.news li a:hover
{
    color:#cc3333;
}

ol.sections
{
    list-style: none;
}

/**********************************
 *   Main Page
 **********************************/

td.core
{
    font-size:11px; 
    font-weight:bold; 
    text-align:center;
    vertical-align:middle;
    padding-right:4px; 
    padding-left:4px; 
    color:#ffffff;
    letter-spacing:1px; 
    width:215px; 
    height:30px; 
    border:solid 1px navy;
    background-color:#465674;
}
td.coreicon
{
    color:White; 
    height:30px; 
    width:30px;
    border:solid 1px navy;
    background-color:#c3d8fd;
}

