/* Matariki.org.nz */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
}	

#main {
	width: 1000px;
	/*margin-bottom: 30px;*/
	margin-top: 0px;
	overflow: hidden;
	background-image: url(../images/template/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #c0c0c0;
}

#nav{
	width: 227px;
	float:left;
	overflow: hidden;
	background-image: url(../images/template/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left;
	
/*	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#000000,endColorStr=#1a91b4);*/
	
}

#navGradient{
	background-image: url(/images/template/gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#1a91b4;
}
#navlogo{
	width:226px;
	margin-bottom: 0;
}
#navlinks{
    margin-top: 0;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#404043,endColorStr=#1a91b4);*/
	width:226px;
}

#gradientContent {
	float:right;
	width: 773px;
	background-image: url(../images/template/gradientcontent.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;

}
#content {

	width: 695px;
	margin-bottom: 110px;
	margin-right: 20px;
	margin-left: 25px;
	margin-top: 40px;
	background-color: #ffffff;
	padding: 0 10px 5px 20px;
}
#homepageContent {
	
	width: 675px;
	margin-bottom: 110px;
	margin-right: 30px;
	margin-left: 0px;
	margin-top: 40px;
	padding: 0 10px 5px 40px;
}

#logos {
	float:right;
	width: 130px;
	margin-bottom: 90px;
	margin-right: 10px;
	margin-top: 0px;
}

#footer {
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 105px;
	background-image:url(../images/template/footer.jpg);
	background-repeat:no-repeat;
	}
	

.twoColumn{
	width:49%;
	float:left;
}

.leftNav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: small;
	width: 150px;
	text-decoration:none;

}

ul.cleanList{
	list-style:circle;
	margin: 1.5em;
	padding: 0;
	border: none;
}

li.cleanList{
	margin: 8px 0;
	padding: 0;
}
.clearBoth{
	width:100%;
	clear:both;
}

.content {
	margin-bottom: 20px;
	font-size: small;
	width: 560px;
	overflow: hidden;
}
.printlink {
	float: right;
	font-size: x-small;
}

a {
	/*text-decoration:none;*/
	color: #177895;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color:#1c91b4;
}
	
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: normal;
	color: #177895;

}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	margin-bottom: 8px;
	color: #1c91b4;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	margin-bottom: 8px;
	color: #1c91b4;
}

p {
	margin-top: 3px;
	margin-bottom: 8px;
	line-height:1.5em;
	
}

hr.lineGrey{
	clear:both;
	width:100%;
	color:#c0c0c0;
	background-color:#c0c0c0;
	height:1px;
	margin:0 0 0 0;
}


#nav ul{
	margin:0;
	margin-left: 60px;
	list-style-type:none;
}

#nav ul li{
    list-style-type:none;
	padding:5px 0 5px 2px;
	margin:0;
	border-bottom:1px dotted #ffffff;
}

#nav a {
	text-decoration:none;
	color:#ffffff;

}
#nav a:hover {
	text-decoration:underline;
    color:#ffffff;
	
}
.intro{
	/*font-size: small;*/
	color: #000000;
	font-weight: bold; 
}

.twoColumn{
	width:49%;
	float:left;
}