/* Start of CMSMS style sheet 'MaCo - screen' */
/* CSS Screen Stylesheet */


body 
{
    margin: 0px;
    
    background-image: url("images/maco/bg_header.png");
    background-repeat: repeat-x;
    background-position: left top;
    background-color: white;
    
    
    color: #121212;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    
}

.wrapper
{
    position: relative;
    width: 95%;
    max-width: 980px;
    min-width: 770px;
    
    /*border: 2px dotted red;*/
}


#header
{
    position: relative;
    top: 0px; left: 25px;
    
    position: relative;
    width: 95%;
    max-width: 980px;
    min-width: 770px;

}

#header #logo *
{
    margin:0; padding:0;
}

#header #logo a 
{
   	display: block;
  	width: 205px; 
    height: 109px;
  	background: url("images/maco/header_logo.png") top left no-repeat;
  	text-decoration: none;
}

#header #logo a span 
{ 
    display:none;
}


#header #subtitle
{
    position: absolute;
    top: 10px; left: 220px;    
    margin:0; padding:0;
   	display: block;
  	width: 254px; 
    height: 74px;
  	background: url("images/maco/header_subtitle.png") top left no-repeat;
  	text-decoration: none;    
}

#header #subtitle ul 
{ 
    display: none;
}

#header #ship 
{
    position: absolute;
    top: 0px;
    right: 5px;
    float: right;
    width: 283px;
    height: 120px;
    background: url("images/maco/header_avenger_ship.png") top left no-repeat;
    text-align: right;
}


#mainMenu
{   
    padding: 21px 20px 10px 43px;
    margin: 0;    
    border-bottom: 1px solid #CCCCCC;    
}

#mainMenu ul
{

    width: 95%;
    max-width: 980px;
    min-width: 770px;

    padding: 0;
    margin: 0; 
}

#mainMenu li
{
    display: inline;
    list-style-type: none;
    line-height: 150%;
}

#mainMenu a
{
    margin-right: 20px;
    margin-top: 8px;     
    text-decoration: none;
    color: #005177;
    font-weight: bold;
}

#mainArea
{
    position: relative;    
    
    width: 93%;
    max-width: 980px;
    min-width: 740px;

    margin: 40px 43px; 
}


#mainArea #content
{   
    margin: 0 215px 0 0;
    line-height: 140%;
}

#content p   {   margin: 16px 0;   }
#content h1  {   margin: 20px 0; font-size: 155%;  }
#content h2  {   margin: 36px 0 16px 0; font-size: 130%;  }
#content h3  {   margin: 36px 0 16px 0; font-size: 150%;  }


#mainArea #sideMenu
{   
    position: absolute;
    top: 0;
    right: 30px;
    width: 150px;  
}


#mainArea #sideMenu    { margin-left: 30px; }

#mainArea #sideMenu h3 { color: #666666; font-size: 100%; }

#mainArea #sideMenu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#mainArea #sideMenu li { margin: 0 0 1px 0; }

#mainArea #sideMenu a
{
display: block;
padding: 5px 10px;
width: 150px;
color: #fff;
background-color: #036;
text-decoration: none;
}

#mainArea #sideMenu a:hover
{
color: #fff;
background-color: #69C;
text-decoration: none;
}

#mainArea #sideMenu ul ul li { margin: 0 0 1px 0; }

#mainArea #sideMenu ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 120px;
margin-left: 15px;
color: #fff;
background-color: #369;
text-decoration: none;
}

#mainArea #sideMenu ul ul a:hover
{
    color: #fff;
    background-color: #6699CC;
    text-decoration: none;
}


#footer
{
    margin-top: 50px;
    border-top: 1px solid #999999;
    color: #666666;
    font-size: 80%;
    line-height: 130%;
}

#footer div
{
    width: 95%;
    max-width: 980px;
    min-width: 770px;
    
    padding: 12px 43px 12px 43px; 
}

#footer p   {  margin: 8px 0;  }



a img { border: 0; }


.accessibility  {  display: none;  }
.printerOnly    {  display: none;  }

/* End of 'MaCo - screen' */

