/*** Website Design by MacStudio Design. Website: www.macstudio.co.nz ***/

body {
	text-align:center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	color: #000000;
}
	
/******************** LAYOUT ********************/

#holder {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

/******************** HEADER ********************/

#header {
	background-image: url(images/header.jpg);
	height: 150px;
	background-repeat: no-repeat;
}

/******************** BANNER ********************/

#banner {
}

/******************** MENU ********************/

#menu {
	margin: 0px;
	padding-top: 7px;
	padding-right: 50px;
	padding-bottom: 7px;
	padding-left: 50px;
	background-color: #999999;
	font-weight: bold;
	color: #003366;
}

#menu_left {
	float: left;
}

#menu_right {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}


/******************** CONTENT ********************/

#content {
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}

#content_home {
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	background-color: #FFFFFF;
	height: 300px;
	background-image: url(images/compass.jpg);
	background-position: 0px -100px;
}

#content600 {
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	background-color: #FFFFFF;
	height: 550px;
}

#content_left {
	width:500px;
	float: left;
}

#content_right {
	width:300px;
	float: right;
}

/******************** FOOTER ********************/

#footer {
	background-color: #003366;
	color: #FFFFFF;
	height: 85px;
	padding-left: 50px;
	padding-top: 15px;
}

#footer-left {
	width: 500px;
	float: left;
}

#footer-right {
	width: 350px;
	float: right;
}

#footer a:link {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#footer a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}

#footer a:active {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

/******************** COPYRIGHT ********************/

#copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #666666;
	font-size: 9px;
	color: #FFFFFF;
}

#copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#copyright a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

/******************** LINKS ********************/

a:link {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

/******************** IMAGE FLOATS ********************/

img.float_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

img.float_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

/******************** STYLES ********************/

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h1 {
	font-size: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #003366;
}

h2 {
	font-size: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

h3 {
	font-size: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

.white {
	color: #FFFFFF;
}
.blue {
	color: #003366;
}

.small {
	font-size: 9px;
}
.width99 {
	width: 99%;
}
.right {
	position: absolute;
	background-position: right;
}
.clear {
	clear: both;
}

form {
	margin: 0px;
	padding: 0px;
}
ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;
	padding-left: 15px;
}
ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
li {
	padding-bottom: 3px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
