@charset "UTF-8";
/* CSS Document */

*	{	
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
body{
	font-size:64.5%;
	height:100%;
	background-color:#00093C;
	}
	
	
h1, h2, #nav a{
	color:#000033;
	font-family:Georgia, "Times New Roman", Times, serif;
	}		
	
h1	{
	font-size:2.2em;
	background:url(../images/h1.jpg) no-repeat left;
	height:47px;
	width:380px;
	padding-left:15px;
	padding-top:17px;
	margin-bottom:10px;
	}
	
h2	{
	font-size:1.8em;
	margin-bottom:4px;
	margin-top:15px;
	margin-left:25px;
	}
	
p 	{
	font-size:1.3em;
	line-height:1.6em;
	margin-bottom:10px;
	width:335px;
	margin-left:25px;
	}
	
ul	{
	list-style:disc;
	font-size:1.3em;
	margin-left:35px;
	}	
	
img	{border:none;}		
	
#header{
	height:152px;
	background:url(../images/header.gif) repeat-x;
	text-align:center;
	}
	
#header_content{
	position:absolute;
	left:50%;
	margin-left:-350px;
	width:700px;
	}	
	
#email{
	position:absolute;
	top:110px;
	margin-left:600px;
	}		
	
#container{
	background:url(../images/bg.jpg) repeat;
	}
	
#content{
	width:650px;
	margin-left:auto;
	margin-right:auto;
	}	
	
#left {
	width:210px;
	height:360px;
	float:left;
	background:url(../images/flourish.jpg) no-repeat top;
	}
	
#right{
	width:400px;
	float:right;
	}	
	
#nav{
	padding-top:10px;
	padding-right:5px;
	text-align:right;
	font-size:1.3em;
	font-weight:bold;
	}	
	
#nav a{
	text-decoration:none;
	display:block;
	float:right;
	width:110px;
	margin-bottom:4px;
	padding-right:10px;
	}
	
#nav a.indicator, #nav a:hover{
	background: url(../images/arrow.png) no-repeat right;
	color:#006699;
	}	
	
.divider{
	display:block;
	float:right;
	width:110px;
	height:4px;
	margin-bottom:5px;
	border-bottom: medium dotted #b9ab9c;
	}
	
#image_holder_home, #image_holder_arrowtwn1, #image_holder_arrowtwn2, #image_holder_arrowtwn3, #image_holder_waikaia1, #image_holder_waikaia2{
	background-repeat:no-repeat;
	position:absolute;
	width:360px;
	height:450px;
	}	
	
#image_holder_home{
	margin-left:-60px;
	top:395px;
	background-image:url(../images/home.png);
	}	
	
#image_holder_arrowtwn1{
	margin-left:-70px;
	top:395px;
	background-image:url(../images/arrowtwn1.png);
	}	
	
#image_holder_arrowtwn2{
	margin-left:-30px;
	top:765px;
	background-image:url(../images/arrowtwn2.png);
	}	
	
#image_holder_arrowtwn3{
	margin-left:-85px;
	top:1000px;
	background-image:url(../images/arrowtwn3.png);
	}	
	
#image_holder_waikaia1{
	margin-left:-70px;
	top:395px;
	background-image:url(../images/waikaia1.png);
	}
	
#image_holder_waikaia2{
	margin-left:-70px;
	top:795px;
	background-image:url(../images/waikaia2.png);
	}
	
#footer{
	text-align:center;
	background:url(../images/footer.gif) repeat-x;
	width:100%;
	color:#FFFFFF;
	line-height:2em;
	font-size:1em;
	height:204px;
	}
	
#footer strong{font-size:1.2em;}
	
#footerContent {
	position:absolute;
	left:50%;
	margin-left:-350px;
	width:700px;
	height:100px;
	padding-top:35px;
	}
	
#footer a{ 
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#footer a:hover{color:#FFFFCC;}	


/* LIGHT BOX  & Gallery*/

#lightbox{
	background-color:#eee;
	padding: 20px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left;}
#keyboardMsg{ float: right; }
#closeButton{ top: 10px; right: 10px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png) }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	}
	
.gallery{border:medium solid #FFFFFF;}
.gallery:hover{border:medium solid #999999;}