@charset "utf-8";

/*
ProActive Drive CSS file
Designer: Craig Jefferies
Copyright: Tussock Web Development Solutions
Date: 16 March, 2009
Version: 1.0
*/

/* Global Variables */

* {
	margin: 0px;
	padding: 0px;
}


body {
	text-align: center;
	background-color: #CCCCCC;
}
	
#container {
	width: 880px;
	margin: 0 auto;
	text-align:left;
	position: relative;
	background-color: #FFFFFF;
	padding: 0px;
	top: 10px;
	border: 1px solid #999999;
}
#main_nav {
	margin: 0px;
	padding: 0px;
}

#header {
	float: left;
	width: 880px;
	position: relative;
	margin: 0px;
}


/* Main Navigation */

#header ul {
	list-style: none;
	width: 660px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	left: 170px;
	top: -16px;
}

#header ul li {
	float:left;
}

#header ul a {
	display: block;
	padding: 0 1.5em;
	float:left;
	text-decoration: none;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/mainNav_Grad_p24.png);
	height: 30px;
	line-height: 2.1em;
}

#header ul .first a {
	background-image: url(../images/mainNav_left_p24.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	position: relative;
}

#header ul .last a {
	background-image: url(../images/mainNav_right_p24.png);
	background-repeat: no-repeat;
	position: relative;
	background-position: left top;
}

#header ul a:hover {
	color: #CCCCCC;
}
#contentWrap {
	width: 880px;
	float: left;
	margin: 0px;
}

#content {
	float: left;
	width: 850px;
	margin-left: 15px;
	height: 520px;
	margin-top: 2px;
	overflow:hidden;
	background-image: url(../images/roundedCorners_70.jpg);
	background-repeat: no-repeat;
	
}
#content_sponsor {
	float: left;
	width: 850px;
	margin-left: 15px;
	height: 520px;
	margin-top: 2px;
	overflow:hidden;
	background-image: url(../images/roundedCorners_spon30.jpg);
	background-repeat: no-repeat;
	
}
#content_index {
	float: left;
	width: 850px;
	margin-left: 15px;
	height: 520px;
	margin-top: 2px;
	overflow:hidden;
	background-image: url(../images/roundedCorners_index49.jpg);
	background-repeat: no-repeat;
}

.header_img {
	border-bottom: medium solid #FF0000;
}


.leftcontent {
	float: left;
	width: 260px;
}
.maincontent {
	float: right;
	width: 560px;
}
.clear {
	clear: both;
}
.nzmap {
	float: right;
	margin-right: 80px;
}
