@charset "utf-8";
html  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background:#4D4E69 url(img/page_bg.png) repeat-y center top;
	margin: 25px 0;
	padding: 0;
	text-align: center;
	color: #fff;
}

h1 {
	font-size:2em;
}

h2 {
	font-size:1.7em;
}

h3 {
	font-size:1.6em;
}

blockquote {
  background: #F2F2F2 url(img/quoleft.png) 10px 10px no-repeat;
  border:1px solid #003399;
  color:#000000;
  font-weight:bold;
}

#sidebar1 li, #mainContent li {
	list-style:square;
	font-size:1.25em;
}

#mainContent .TabbedPanels li {
	list-style:none;
}

#mainContent a {
	color:#FFFF00;
	font-weight:bold;
}

blockquote div {
  padding: 0 48px;
  background: transparent url(img/quoright.png) right bottom no-repeat;
  margin:10px;
}

tbody {
font-size:12px;
}

#container { 
	width: 800px;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	background:#990033;
} 

#header { 
	margin:0;
	padding:0;
	background:#365A99;
} 

#nav {
	background:#000 url(img/nav_bg.gif) repeat-x top left;
	height:33px;
	margin:0;
	padding:0;
	overflow:hidden;
}


#nav ul {
	list-style-type:none;
	width: 800px;
	border:0px solid yellow;
	margin:0 auto;
	height:33px;
	padding:0;
}

#nav ul li {
	float:left;
	font-family:Arial, verdana;
	font-size:1.6em;
	font-weight:bold;
}

#nav ul li.nav1 {
	background:transparent none repeat;
}

#nav ul li a {
	color:#fff;
	display:block;
	padding:0.5em 10px 1em 10px;
	text-decoration:none;
}

#nav ul li a:hover, #index .index, #aboutus .aboutus, #contactus .contactus, #ourpeople .ourpeople, #gallery .gallery, #news .news, #events .events, #information .information {
	background:transparent url(img/navselect.gif) repeat-x scroll 0px 0px;
}


#headerphoto {
	padding:0;
	margin:0;
	text-align:left;
}

#sidebar1 {
	float: right; 
	width: 240px; 
	padding: 15px 10px;
}

#mainContent {
	margin: 0 275px 0 0;
	padding: 0 20px;
} 

#mainContent p {
	font-size:1.25em;
	line-height:1.5;
}

#sidebar1 p {
	font-size:1.3em;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
}


.rhsarea {
	background:#fff;
	padding:0 0 15px 0;
	margin:0 0 25px 0;
	font-size:10px;
	width:239px;
}

.rhsarea h2 {
	display:block;
	background:#ccc url(img/pohutukawa.gif) no-repeat left center;
	padding:5px 0px 5px 40px;
	margin:0;
	color:#000;
	font: 150% arial, georgia,'times new roman',serif;
	font-weight:bold;
}

.rhsarea p {
	padding:0 17px 0 27px;
	margin: 10px 0 0 0;
	color:#000;
}

.pdficon {
	background:transparent url(img/pdficon_small.gif) no-repeat scroll left top;
	color:#CF8C3D;
	margin:10px 0px 0px 20px;
	padding:0px 0 0 25px;
	text-decoration:underline;
	height:17px;
	display:block;
	font-weight:bold;
	font-size:85%;
}

#footer {
	background:#365A99 url(img/footer_bg.gif) bottom left no-repeat;
	text-align:center;
}

#footer p {
	color: #565656;
	line-height:2;
	font-size:1em;
}

#credits {
	margin:5px auto;
	padding:0;
	width:800px;
	text-align:center;
}

#credits p {
	text-align:right;
}

#credits a {
	text-decoration:none;
	color:#F6F6F6;
	font-size:1em;
}

#credits a:hover {
	text-decoration:underline;
}

#motto {
	margin:0pt;
	padding:0pt;
	overflow:hidden;
}

#motto p {
	text-align:center;
	color:#fff;
	font-family:georgia,'times new roman',serif;
	font-size:18px;
	margin:0pt;
	padding:0pt;
	line-height:34px;
	overflow:hidden;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
