/* cmsms stylesheet: AANavigation_Menu_Horizontal modified: 09/11/20 15:23:52 */
/* by Tony Marinovich - Accelerating Aotearoa Incorporated */
#menu_horizontal {
/* no margin/padding so it fills the whole div */
	margin-top: 0px;
	padding: 0;
}
.clearb {
/* needed for some browsers */
	clear: both;
}
#menuwrapper {
/* set the background color for the menu here */
	background-color: #015283;
	opacity:1.0;
	filter:alpha(opacity=100);
/* IE6 Hack */
	height: 1%;
/* border alround */
	border-style: double;
	border-width: 3px;
	border-color: #5991B4;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 0px;
	padding: 0px;
}
ul#primary-nav, ul#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 0px;
/* keeps the first menu item off the left side */
	padding-left: 0px;
}
ul#primary-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
/* same size but different color for each border */
	border-top: 1px solid #5991B4;
	border-right: 1px solid #5991B4;
	border-bottom: none;
	border-left: 1px solid #5991B4;
	border-radius: 5px;
	background-color: #0074BC;
}
ul#primary-nav ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px;
	padding: 0px;
}
#primary-nav li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 220px;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */
ul#primary-nav li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: 1.0em;
/* make sure we keep the font normal */
	font-weight: normal;
/* set default link colors */
	color: #fff;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 9px 9px 9px;
	border-right: 1px solid #5991B4;
	display: block;
/* sets no underline on links */
	text-decoration: none;
}
ul#primary-nav li a:hover {
/* kind of obvious */
	background-color: #0074BC;
}
ul#primary-nav li li a:hover {
/* this is set to #fff, white, below so hover will be white text */
	color: #fff;
	background-color: #015283;
}
ul#primary-nav li a.menuactive {
	color: #fff;font-size: 1.0em;
/* bold to set it off from non active */
	font-family: Helvetica, "Helvetica Neue" , Arial, sans-serif;	
	font-weight: normal;
	border-bottom: none;
/* set your image here */
	background: #0074BC;
}
ul#primary-nav li a.menuactive:hover {
	color: #fff;
/* keep it the same */
	font-weight: normal;
}
#primary-nav li li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(http://www.acceleratingaotearoa.co.nz/~tonym/acceleratingaotearoa.co.nz/uploads/images/parent.png) no-repeat 98% center;
}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(http://www.acceleratingaotearoa.co.nz/~tonym/acceleratingaotearoa.co.nz/uploads/images/parent.gif) no-repeat 98% center;
}
ul#primary-nav li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #fff;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom-style: groove;
	border-bottom-color: #5991B4;
	border-bottom-width: 2px;
}
ul#primary-nav li ul {
/* lightw blue color, by now you should know what the rest mean */
	background: #0074BC;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border-top: 1px solid #5991B4;
	border-bottom: 1px solid #5991B4;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 1.0;
/* CSS 3 */
}
ul#primary-nav li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 1.0;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
/* set your image here, dark grey image */
	background: #015283;
	border-bottom: none;
	color: #fff;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#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;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#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;
}
/* IE6 Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/* cmsms stylesheet: AALayout modified: 09/11/20 15:35:51 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
   	background-color:white;
}
body,td,th {
	font-family: Helvetica, "Helvetica Neue" , Arial, sans-serif;
	font-size:12px;
	color:#333333;
   	line-height:15px;	
   	
}

  
h1,h4,h5,h6   {
     	font-size: 1em;
     	color: #52733A;
     	font-weight: normal;
}
h2 {
color:#1E1E1E;
display:block;
font-family:"Trebuchet MS", Helvetica, "Helvetica Neue" , Arial, sans-serif;
font-size: 26px;
font-style: normal;
font-weight: normal;
text-transform: normal;
text-decoration: none;
letter-spacing: -1px;
line-height: 1.2em;
margin-top: 5px;
padding-top:10px;
border-top: solid;
border-spacing: 26px;
border-width: 4px;
border-color: #000;
}
a    {
       color: #3176B2;
}

a:hover {
	color: #619619;font-style: none;
}
span { border: none;
}
img { border: none;
}
ul { 
	margin: 0px;
	padding: 0px;
	padding-top:0px;
	padding-left: 15px;
}
div#pagewrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
	width: 1000px;
/* now that width is set this centers wrapper */
	margin: 25px auto 0 auto;
}
div#pagewrapper2 {
width: 1000px;margin: 25px auto 0 auto; height: 260px;

}
/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
	height: 60px;
	width: auto;
	margin-top: 0px;
margin-bottom: 30px;
	padding-left: 0px;
/* you can set your own image here, will go behind h1 a image */
/* border just the bottom */
}
div#header h1 a {
	float: left;
	margin-top: 00px;
	margin-left: 0px;
/* you can set your own image here */
	background: url(http://www.acceleratingaotearoa.co.nz/~tonym/acceleratingaotearoa.co.nz/uploads/images/logo.png) no-repeat;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 60px;width: 224px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
}
div#header2 {
	height: 60px;
	width: auto;
	margin-top: 0px;
margin-bottom: 30px;
	padding-left: 0px;
background: url(http://www.acceleratingaotearoa.co.nz/~tonym/acceleratingaotearoa.co.nz/uploads/images/logo.png) no-repeat;
/* you can set your own image here, will go behind h1 a image */
/* border just the bottom */
}
div#search {
	font-family: Helvetica, "Helvetica Neue" , Arial, sans-serif;
/* position for the search box */
	float: right;margin-right: 5px;margin-top: 32px;
/* enough width for the search input box */
	width: auto;
	text-align: right;
	padding: 0em;background-color: #f0f0f0;
	border: 1px solid #c3c3c3;border-radius: 5px;
}
/* a class for Search input box */
input.search-input {
	font-family: Helvetica, "Helvetica Neue" , Arial, sans-serif;
	color: #686868;
	border: none;
margin: 0px;
	height: 25px;
	padding-left: 2px;background-color: #f0f0f0;
}
/* a class for Submit button for the search input box */
input.search-button {
	font-family: Helvetica, "Helvetica Neue" , Arial, sans-serif;
	height: 25px;
	width: 32px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	color: transparent;background-color: #f0f0f0;border: none;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
background: #f0f0f0 url(http://www.acceleratingaotearoa.co.nz/~tonym/acceleratingaotearoa.co.nz/uploads/images/searchicon.png) no-repeat center;
}
div#contentwrapper {        	
}
div#Leftsidemenu {
   width: 220px;margin-bottom: 30px;     border-top: solid 4px #3176b2;	
}
div#Leftsidemenu a {text-decoration: none;color: #000;
}
div#Leftsidemenu a:hover {text-decoration: none;color: #609609;
}
div#Leftsidemenu ul {padding-left: 0px;
}
div#Leftsidemenu ul li {border-bottom: 1px solid #ccc;text-decoration: none;list-style-type: none; padding-left: 0px;
}
div#Leftsidemenu h3 {
font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #3176B2;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.0em;
}
div#Leftsidetop {
   width: 220px;margin-bottom: 30px;     border-top: solid 4px #3176b2;	
}
div#Leftsidetop a {
text-decoration:none; font-size: 90%;
}
div#Leftsidetop h3 {
font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #3176B2;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.0em;
}
div#Leftsidebottom {
   width: 220px; border-top: solid 4px #619619;
	padding-top: 10px;    	
}
div#Leftsidebottom h3 {
font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
	color: #619619;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.0em;
}
div#content2 {
   margin-left: 20px; width: 750px;    border-top: solid 4px #000;
}
div#content3 {
   margin-left: 0px; width: 750px;  margin-top: 0px;font-size:25px; line-height:30px;
}
div#main { width: 900px; margin-left: auto; margin-right: auto;
margin-top: 20px;
border-width:3px;
	border-style:double;
border-color:#b0b0b0;
}
div#main2 h1{
font-family: Helvetica, "Helvetica Neue" , Arial, sans-serif;
padding-top: 10px;	
font-size:25px;
	color:#000;
   	line-height:25px;
font-weight: normal;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;margin-bottom: 0px;
}
div#main2 p a {
        color: #0000ff;
	text-decoration: none;
}
div#main2 p a:hover {
	color: #015283;
        text-transform: none;
}
div#LowerLeft {
	width: 311px;
	border-top: solid 4px #3176b2;
	padding-top: 10px;
	float: left;
	margin-right: 25px;
}
div#LowerLeft a {
	text-decoration: none;
}
div#LowerLeft h3 {
font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
	color: #3176B2;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.0em;
}
div#LowerLeft ul li{ 
margin-bottom: 2px;
margin-left: 2px;
font-size: 12px;
line-height: 18px;
       list-style-image: url(http://www.acceleratingaotearoa.co.nz/~tonym/acceleratingaotearoa.co.nz/uploads/images/bullet.png);
}
div#LowerCenter {
         width: 311px;
	border-top: solid 4px #3176b2;
	padding-top: 10px;
         	float: left;
	margin-right: 25px;
}
div#LowerCenter h3 {
font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
	color: #3176B2;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.0em;
}
div#Supporter h3 {
font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
	color: #3176B2;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.0em;
}
div#LowerCenter ul li{ 
margin-bottom: 2px;
margin-left: 2px;
font-size: 12px;
line-height: 18px;
       list-style-image: url(http://www.acceleratingaotearoa.co.nz/~tonym/acceleratingaotearoa.co.nz/uploads/images/bullet.png);
}
div#Link a {
width: 95px;
	height: 17px;
	background: url(http://www.acceleratingaotearoa.co.nz/~tonym/acceleratingaotearoa.co.nz/uploads/images/botabg.gif) no-repeat;
	text-transform: none;
	line-height: 19px;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	margin-top: 5px;
	float:right;
	text-align: left;

}
div#LowerRight {
         width: 311px;
	border-top: solid 4px #619619;
	padding-top: 10px;
}
div#LowerRight h3 {
font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
	color: #619619;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.0em;
}
div#LowerRight ul li{ 
margin-bottom: 2px;
margin-left: 2px;
font-size: 12px;
line-height: 18px;
       list-style-image: url(http://www.acceleratingaotearoa.co.nz/~tonym/acceleratingaotearoa.co.nz/uploads/images/bullet.png);
}
div#Linka a {
	width: 95px;
	height: 17px;
          background: url(http://www.acceleratingaotearoa.co.nz/~tonym/acceleratingaotearoa.co.nz/uploads/images/botgrabg.gif) no-repeat;
	text-transform: none;
	line-height: 19px;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	margin-top: 5px;
	float:right;
	text-align: left;
}
div#footer {
	clear: left;
	float: left;
	width: 1000px;
	border-top: solid 1px #e8e8e8;
	font-size: 11px;
	margin-top: 30px;
	padding-bottom: 10px;
}


li {	
	padding-left: 1px;
	line-height: 20px;
}
p {  
	font-family: Helvetica, "Helvetica Neue" , Arial, sans-serif;
	font-size:12px;
	color:#333333;
	line-height: 18px;
         margin-top: 5px;
         margin-bottom: 0px;
}
