/*
	TWOCEANS.COM
	(c) 2010 TwOceans Apartments :: All Rights Reserved.
	
	Site/Design/Code by Derek Kleinfeldt for Harbour Road Design Inc.
	http://www.harbourroad.ca  :: hello@harbourroad.ca
*/



/*--------------------------------------------------------
			GLOBAL RESETS
  -------------------------------------------------------- 
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ol, ul {
	list-style: none;
}

del {
	text-decoration: line-through;
}



/*--------------------------------------------------------
			GLOBAL FORMATTING
  -------------------------------------------------------- 
*/

body {
	color: #7d7d7d;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	border: 0; 	
	background: #eee url(/images/background.gif) repeat;
}

a:link, a:visited {
	color: #2484c0;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #2484c0;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #2484c0;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:focus {
	outline: none;
}

h1, h2, h3, h4 { 
	color: #7d7d7d;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
}

h1 { 
	font-size: 16px;
	text-decoration: underline;
	line-height: 18px;
	margin-bottom: 10px;
}

h2 { 
	font-size: 15px;
	text-decoration: underline;
	line-height: 16px;
	margin-bottom: 8px; 
}

h3 { 
	font-size: 13px;
	text-decoration: underline;
	line-height: 14px;
	margin-bottom: 3px; 
}

h4 { 
	font-size: 12px;
	text-decoration: none;
	line-height: 13px;
	margin-bottom: 2px; 
}

h1 a, h2 a, h3 a {
	border: none;
}

p {
	padding-bottom: 12px;
}

ul {
	list-style-position: outside;
	list-style-type: none;
}

li {
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
}

form {
	margin: 10px 160px 0 0;
	padding: 10px 0 0 5px;
	background: #f9f9f9;
	border: 1px solid #7d7d7d;
}

input {
	color: #2484c0;
	margin: 0;
	padding-left: 5px;
	border-bottom: 1px solid #7d7d7d;
}

textarea {
	color: #2484c0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	background: transparent;
	border: 1px solid #7d7d7d;
	overflow: auto;
}

a img {
	border: none;
}



/*--------------------------------------------------------
			LAYOUT FORMATTING
  -------------------------------------------------------- 
*/

#container {
	width: 840px;
	text-align: left;
	margin: 0 auto 0 auto; 
	padding: 0;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 4px solid #fff;
	background: #2484c0;
}

#nav {
	position: relative;
	float: right;
	width: 600px;
	height: auto;
	margin: 0;
	padding: 58px 0 0 0;
	border: 0;
	background: #2484c0;
	text-align: center;
}

#content {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-top: 0;
	border-right: 4px solid #fff;
	border-bottom: 0;
	border-left: 4px solid #fff;
	background: #2484c0;
}

#columnleft {
	position: relative;
	float: left;
	display: inline;
	width: 160px;
	height: auto;
	min-height: 380px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

#columnmiddle {
	position: relative;
	float: left;
	display: inline;
	width: 440px;
	height: auto;
	min-height: 410px;
	margin: 0;
	padding: 20px 10px 10px 10px;
	border: 0;
	background: #fff;
}

#columnright {
	position: relative;
	float: left;
	display: inline;
	width: 220px;
	height: auto;
	min-height: 380px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 0;
	text-align: right;
	border: 4px solid #fff;
	background: #2484c0;
}

#rowtop {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-top: 1px solid #7d7d7d;
	border-right: 1px solid #7d7d7d;
	border-bottom: 0;
	border-left: 1px solid #7d7d7d;
	background: #f9f9f9;
}

#row {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-top: 1px solid #7d7d7d;
	border-right: 1px solid #7d7d7d;
	border-bottom: 0;
	border-left: 1px solid #7d7d7d;
	background: #f9f9f9;
}

#rowbottom {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 11px 0;
	padding: 0;
	border: 1px solid #7d7d7d;
	background: #f9f9f9;
}

#column1 {
	position: relative;
	float: left;
	display: inline;
	width: 16%;
	height: auto;
	margin: 0;
	padding: 4px;
	border: 0;
	background: transparent;
}

#column2 {
	position: relative;
	float: left;
	display: inline;
	width: 25%;
	height: auto;
	margin: 0;
	padding: 4px;
	border-left: 1px solid #7d7d7d;
	background: transparent;
}

#column3 {
	position: relative;
	float: left;
	display: inline;
	width: 25%;
	height: auto;
	margin: 0;
	padding: 4px;
	border-left: 1px solid #7d7d7d;
	background: transparent;
}

#column4 {
	position: relative;
	float: left;
	display: inline;
	width: 25%;
	height: auto;
	margin: 0;
	padding: 4px;
	border-left: 1px solid #7d7d7d;
	background: transparent;
}



/*--------------------------------------------------------
			TEXT FORMATTING
  -------------------------------------------------------- 
*/

#nav li {
	line-height: 16px;
	padding: 0 10px 0 10px;
	list-style-position: outside;
	list-style-type: none;
	display: inline;
}

#nav a:link, #nav a:visited {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	border: 0;
}

#nav a:hover {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted;
	
}

#nav a:active {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}

#nav a:focus {
	outline: none;
}

#footer p {
	color: #fff;
	font-size: 11px;
	padding: 0 10px 0 0;
	line-height: 32px;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	border: 0;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted;
}

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

#footer a:focus {
	outline: none;
}



/*--------------------------------------------------------
			IMAGE FORMATTING
  -------------------------------------------------------- 
*/

img.header {
	float: left;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}

#columnleft img {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

#columnright img {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

img.thumb {
	float: left;
	display: block;
	margin: 2px;
	padding: 0;
	border: 2px solid #666;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}



/*--------------------------------------------------------
			CLASS FORMATTING
  -------------------------------------------------------- 
*/

.send {
	color: #f2f2f2;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 25px;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #7d7d7d;
}



/*--------------------------------------------------------
			LIGHTBOX FORMATTING
  -------------------------------------------------------- 
*/

#lightbox {	
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}

#lightbox img { 
	width: auto; 
	height: auto;
}

#lightbox a img { 
	border: none; 
}

#outerImageContainer { 
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
}

#imageContainer { 
	padding: 10px; 
}

#loading { 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}

#hoverNav { 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
}

#imageContainer>#hoverNav { 
	left: 0;
}

#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink { 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif); 		/* trick IE into showing hover */ 
	display: block; 
}

#prevLink { 
	left: 0; 
	float: left;
}

#nextLink { 
	right: 0; 
	float: right;
}

#prevLink:hover, #prevLink:visited:hover { 
	background: url(http://www.twoceans.com/images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
	background: url(http://www.twoceans.com/images/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer { 
	font: 10px Arial, Verdana, Helvetica, sans-serif; 
	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	; 
}

#imageData {
	padding:0 10px; 
	color: #666; 
}

#imageData #imageDetails { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#imageData #caption { 
	font-weight: bold;	
}

#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			

#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
}	 	

#overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}

