/* Start of CMSMS style sheet 'airtools' */
body {
    background-color: #c0c0c0;
    font-family: Rockwell;
    font-size: 11pt;
    color: #323131;
    margin: 0px;
    padding:0px;
}

.clearb { clear: both; 
	height: 0px;}

div#global{
    margin: 0px auto;
    padding: 0px;
    width: 800px;
    background-image: url(/images/background.gif);
    }

img{
       border:0px;
      }
 
 h1
 {
    font-size: 16pt;
    font-weight: bold;
    color: #cd2d2d;
    margin-bottom: 0px;
    }

h2
 {
    font-size: 14pt;
    font-weight: bold;
    color: #cd2d2d;
    margin-bottom: 0px;
    }    

h3
 {
    font-size: 12pt;
    font-weight: bold;
    color: #cd2d2d;
    margin-bottom: 0px;
    }    

h4
 {
    font-size: 10pt;
    font-weight: bold;
    color: #cd2d2d;
    margin-bottom: 0px;
    }  

h5.error
 {
    font-size: 11pt;
    font-weight: normal;
    color: red;
    margin-bottom: 0px;
display:inline;
    }     
 
div#content
{
 width: 780px; 
 padding: 0px 10px 0px 10px;
    }  

   
div#sidemenucontainer
{
    float: left;
    }
    
div#menu_vert
{
 min-height: 300px;
    width: 175px;
    padding: 15px 20px 15px 5px;
    background-image: url(/images/sidemenu.jpg);
    color: #e0e1e0;
    font-weight: bold;

}

div#sidemenubborder
{
    width: 200px;
    height: 25px;
    background-image: url(/images/sidemenubottom.jpg);
}
      
div#pagename{
     float: left;
     margin: 30px -20px 0px -6px;
     padding: 10px 0px 10px 20px ;
     width: 576px; 
     height: 40px; 
     background-color: #323131;
     color: #e0e1e0;
     font-weight: bold;
     font-size: 22pt;
    }
    
    
div#text{
     float: left;
     margin: 10px 0px 0px 20px;
     padding: 10px 0px 15px 0px;
     width: 550px; 
     min-height: 500px;

    }

 div#text a
 {
    color: #323131;
    font-weight: bold;
 }  
     
    
div#footer{
    
  width: 800px;
  height: 110px;
  padding: 5px 0px 5px 0px;
  background-color:#323131;   
    } 
 
 div#footerlogo
 {
    float: left;
    width: 550px;
    padding: 30px 0px 35px 0px;
    text-align: center;
    height: 40px;
    border-top: 2px solid #e0e1e0;
    border-bottom: 2px solid #e0e1e0;
 }     

 div#footer a
 {
    color: #e0e1e0;
    font-weight: bold;
    text-decoration: none;
 }   
 
div#footeraddress
 {
    float: left;
    width: 250px;
    padding: 15px 0px 20px 0px;
    height: 70px;
    font-weight:bold;
    font-size: 10pt;
    text-align: center;
    color: #e0e1e0;
    border-top: 2px solid #e0e1e0;
    border-bottom: 2px solid #e0e1e0;
 }      
      
      
 div#copyright
 {
    text-align: center;
    height: 30px;
    font-size: 9pt;
    padding: 10px 0px 0px 0px;
 }     

.homelink
{
    border: 1px solid #ffffff;
    width: 100%;
    
    }

.image
 {
    text-decoration: none;
    border:0;
 } 

/*Airnet Logo position*/
#identity { z-index: 999; position: absolute; right: 4px; bottom: 4px; background: white; opacity: 0.5; }
body > div#identity { position: fixed; }
#identity img {border: none;}


/* End of 'airtools' */

/* Start of CMSMS style sheet 'vertical_menu' */
/********************
MENU
*********************/

/* third level has some padding to have it stand out */
#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #cd2d2d;
   display: block;
}

#menu_vert ul li {
margin-left: -30px;

}
#menu_vert ul ul li {
   border: none;
margin-left: -35px;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.7em 0.5em 0.7em 0.5em; /* some air for it */
   color: #e0e1e0; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
  
}

/* next level links, more padding and smaller font */
#menu_vert ul ul a {
   font-size: 10pt;
   padding: 0.1em 0.4em 0.1em .2em;

}

/* third level links, more padding */
#menu_vert ul ul li {
  padding: 0.3em .5em 0.3em .8em;
  background: url(images/cms/dash.gif) no-repeat .3em center;
}


#menu_vert ul ul ul {
 padding: 0.1em 0.4em 0.1em .2em;

}


/* hover state for all links */
#menu_vert a:hover {
   background-color: #727070;
}
#menu_vert a.activeparent:hover {
   background-color: #727070;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/


#menu_vert li.activeparent {
     background: none;
}

#menu_vert li a.activeparent {
   color: #cd2d2d;
   font-size: 12pts;
   background: none;
}

#menu_vert ul ul li a.activeparent {
   color: #cd2d2d;
   font-size: 12pts !important;
   background: none;
}



/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/

#menu_vert li.currentpage{
   padding: 0.2em 0.5em 0.7em 0.5em;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   background: none;
}


#menu_vert ul ul li.currentpage{
   padding: 0.3em .4em 0.3em .8em;
   min-height:1em;
   background: none;
}

#menu_vert ul ul ul li.currentpage{
   border: 1px solid red;
padding:0px;
   min-height:1em;
   background: none;
}


#menu_vert ul ul li h3 {
    padding: 0.1em 0.3em 0.1em .2em;
    font-size:11pt;

}



/* section header */
#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}

/*#menu_vert li.link{
   margin-top: -17px;
   padding:0em;
   margin-left: 165px; 
   height: 1em;  
   width:1em;
   float:right;
   background: url(images/cms/publish_icon.gif) no-repeat  right; 
   }

#menu_vert li.link a:hover{
   
   background-color: transparent;
   }*/

#menu_vert li img{
border: none;
float: right;
margin-top: -11px;
   }
/* End of 'vertical_menu' */

