/* @override http://motupipischool.lucidtest.co.nz/stylesheets/base.css */

/* @override http://motupipischool.lucidtest.co.nz/stylesheets/base.css */

/* @override http://motupipischool.lucidtest.co.nz/stylesheets/base.css */

/* @override http://motupipischool.lucidtest.co.nz/stylesheets/base.css */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

strong {
	font-weight: bold;
}

#article ol, #article ul {
	list-style-position: outside;
	margin-left: 20px;
	list-style-type: square;
}

#article li {
	margin-bottom: 5px;
}

em { 
	font-style: italic;
}

h1,h2,h3,h4 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 125%;
	font-weight: normal;
	font-style: normal;
}

.center, #wrapper_inner {
	margin: 0 auto;
	width: 830px;
}

.right {
	margin-left: 107px;
}

#header {
	height: 142px;
	margin-left: 214px;
	background: url(/images/header_shadow.png) no-repeat;

}

#header img {
	margin-top: 25px;
	margin-left: 25px;
}

.nav ul li {
	list-style-type: none;
}

.nav a {
	text-decoration: none;
	text-transform: uppercase;
}

#content, #section_navigation {
	background: url(/images/content_shadow.png) repeat-y;
}

#section_navigation {
	height: 30px;
	margin-left: 214px;
}

#section_navigation ul {
	margin-left: 42px;
}

#section_navigation ul li {
	float: left;
	margin-right: 20px;
	line-height: 30px;
}

#section_navigation ul li a {
	display: block;
}

#wrapper {
}

#wrapper_inner {
	width: 830px;
}

#page_navigation {
	float: left;
	width: 200px;
}

#page_navigation.nav ul {
	text-align: right;
	margin-top: 25px;
}

#page_navigation.nav ul li {
	padding-top: 10px;
}

.download {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px dashed #ccc;
	border-right-style: none;
	border-left-style: none;
}

.download a {
	font-size: 12px;
	padding: 0;
	text-decoration: underline;
	text-transform: none;
}

#content {
	width: 616px;
	float: right;
}

#article {
	width: 530px;
	margin: 0 auto;
	padding: 30px 0 25px;
}

#article h1 {
	margin-bottom: 20px;
	font-size: 24px;
}

#article h2 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#article h3 {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#article p {
	margin-bottom: 15px;
}

.image {
	margin-bottom: 15px;
}

#article .image_title {
	font-size: 11px;
	text-align: right;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #999;
	margin-right: 2px;
}

div#footer {
	text-align: center;
	font-size: 10px;
	margin-left: 214px;
	background: url(/images/footer_shadow.png) no-repeat 0 top;
	padding-top: 30px;
	clear: both;
}

#footer a {
	text-decoration: none;
}

#article td {
	vertical-align: top;
	text-align: left;
	border: 1px solid #ccc;
	margin: 0;
	border-right-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-bottom: 7px;
}

#article table p {
	margin: 0;
	padding: 0;
}

#article tr {
	margin: 0;
}

#article table {
	border-style: hidden;
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
}

img {
border: none;
}