/* Start of CMSMS style sheet 'tamatea_cssmenu' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 100%; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
   margin-top: 5px;
}

#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}

#primary-nav li { 
   position: relative;
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 5px; 
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
   border-bottom: 1px dotted black;
}
#primary-nav li, #primary-nav li.menuparent { 
   min-height:1em; /* Fixes IE7 bug*/
}

#primary-nav li li{ 
  background-color: #800020; 
}



/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive {color: #800020;}

#primary-nav li.menuactive a{color: #800020;}

#primary-nav li.menuactive li a{color: #000000;}
#primary-nav li li a:hover{color: #ffffff;}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */
#primary-nav li a:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   color: #800020; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

/* End of 'tamatea_cssmenu' */

/* Start of CMSMS style sheet 'tamatea_main' */
/* CSS Document */

body 
{
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	background-color: #000000;
}


#global{
	margin: 0px auto;
	padding: 5px;
	width: 790px;
	background-color: #fdfbf2;
}

.clearb{
	clear: both;
	height: 0;
}

#header{
	width: 790px;
	height: 112px;

}

#header_logo
{
	float: left;
	width: 216px;
}

#header_banner{
	float: left;
	width: 574px;
	overflow: hidden;
}

#wrapper
{	clear: both;
	width: 790px;
	margin-top: 5px;
	padding: 0px 0px 20px 0px;
	
}

.colheading
{
	background-color: #800020;
	margin-left: -5px;
	padding: 4px 8px 4px 4px;
	width: 99%;
	font-weight: bold;
	color: #ffffff;
	}
	

#menu_vert{
	float: left;
	width: 155px;
	padding: 0px 5px 0px 5px;
}	

#content{
	float: left;
	margin-left: 5px;
	width: 614px;
	_width: 609px;  
	padding: 0px 0px 0px 5px;

}		
	
#footer{	
	margin: 0 auto;
	width: 796px;
	height: 14px;
	padding: 3px 2px 3px 2px;
	color: #ffffff;
	font-size: .8em;
	text-align: center;
}	



h1, h2, h3, h4{
	color: 	#800020;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h1{text-transform: uppercase;
    font-size: 13pt;
}
	
h2{font-size: 13pt;}
h3{font-size: 12pt;}
h4{font-size: 11pt;}

a{color: #000000}

a:hover{text-decoration: none;}

img{border: none;}	

	

		



/* End of 'tamatea_main' */

/* 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 Designed 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;}

}


@media print {

#identity { visibility: hidden; }
body > div#identity { visibility: hidden; }
#identity img { visibility: hidden;}


.hint span {
	display: none
}


}
/* End of 'airnet_common' */

