/* Start of CMSMS style sheet 'default' */
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font: 10pt;
color: #636466;
}

h1{
   color: #f47856;
font-size: 15pt;
text-transform:uppercase;
}

h2{

font-size: 13pt;

}

h3{

font-size: 12pt;

}

h4{

font-size: 11pt;

}

#global{
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

.clearb{
	height: 0px;
	clear: both;
line-height: 0px;

}

#header{
	width: 770px;
	padding: 15px;
	background-color: #FFFFFF;
	text-align: center;
}

a{
   color: #f47856;
}

#wrapper
{
	width: 800px;
	position: relative;
         /*background-color: #e5f4f4;*/
background: url(/uploads/images/site/wrapperbk.jpg) repeat-y;

	}

#rightcolumn{
	float: left;
	width: 190px;
	background-color: #dce9a4; 
}

#menu_vert{
	width: 170px;
	padding: 10px ; 
        margin-bottom: 168px;

}

#contact{
	position: absolute;
	background-color: #636466;
	bottom: 0;
	width: 170px;
	padding: 10px; 
	color: #ffffff;
	line-height: 1.3em;
	font-size: .9em;
	
}

#contact a{
             text-decoration: none;
	color: #ffffff;

}

#content{
        float: left;
        width: 610px;
        padding: 0;
        margin: 0;

}

#text{

        width: 580px;
        padding: 15px 15px 0px 15px;
        margin: 0;

}




/* End of 'default' */

/* Start of CMSMS style sheet 'menu' */
/********************
MENU
*********************/

#menu_vert ul
{
	margin: 0px;
	margin: 0px;
	padding: 0px;
	}

/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em; 
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}


#menu_vert ul ul li {
   border: none;
}

/** 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 */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.3em 0.5em 0.3em 0.2em; /* some air for it */
   color: #5e5d5d;
   font-size:.9em;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
  
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 1.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a 
{
   padding: 0.3em 0.5em 0.3em 3.3em;
}

/* hover state for all links */
div#menu_vert a:hover {
   color: #f47856;
}
div#menu_vert a.activeparent:hover {

   color: #5e5d5d;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   color: #f4785;
}

div#menu_vert ul li a.activeparent {
   color: #f4785;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #f6f2b91;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
    display: block; 
   padding: 0.3em 0.3em 0.3em .2em;  /* some air for it */
    color: #f47856;                              /* this will be link color for all levels */
   font-size: .9em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #f47856;
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
}

/* section header */
div#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 */
div#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 */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'menu' */

/* Start of CMSMS style sheet 'airnet_common' */
/* Floating bottom right hand corner blocks. Insert the following code just after <body> : */
/*
<div id="identity">
<a href="http://www.airnet.net.nz"><img src="/images/airnet_white.png" alt="Site Built & Hosted By Airnet" /></a>
<a href="http://validator.w3.org/check/referer"><img src="/images/xhtml-valid.png" alt="Valid XHTML!" /></a>
</div>
*/
/* Ofcourse you need to make sure that you put those images on the site in the right place!!! */

@media screen {

#identity { z-index: 999; position: absolute; right: 4px; bottom: 4px; background: white; opacity: 0.5; }
body > div#identity { position: fixed; }
#identity img {border: none;}



/* Popup Hint Stuff */

.hint {
	position:relative; /*this is the key*/
	z-index:24;
	text-decoration:none
}

.hint:hover {
	z-index:25; 
	/* background-color:#990000; */
	/* color: #ffffff; */
}

.hint span {
	display: none
}

.hint:hover span.popup { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	font-size: smaller ;
	top:2em;
	left:2em;
	width:15em;
	padding: 2px ;
	border:1px solid #333333;
	border-left: 4px solid #333333;
	background-color:#eeeeee;
	/* color:#990000; */
	text-align: left ;
}

/* End Popup Hint Stuff */



}


@media print {

#identity { visibility: hidden; }
body > div#identity { visibility: hidden; }
#identity img { visibility: hidden;}


.hint span {
	display: none
}


}
/* End of 'airnet_common' */

