body, td, th {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

body {
	background-color: #000;
	background-image: url(../site-images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#wrapper {
	margin: 10px auto;
	padding: 0;
	min-height: 849px;
	width: 1015px;
}
img {
	border: 0;
}
/* FONT STYLES */

h1 {
	color: #666;
	font-size: 30px;
	font-weight: 500;
}
h2 {
	color: #666;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
}
h3 {
	font-size: 16px;
	font-weight: 800;
	font-style: italic;
}
p {
	line-height: 200%;
}
p.footer {
	color: #ffffff;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a.fishmedia:link, a.fishmedia:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.fishmedia:hover {
	text-decoration: none;
}
ul {
	line-height: 200%;
}
ul.portfolio {
	list-style-type: none;
}
/* FONT STYLES */


/* HEADER STYLES */

#header {
	height: 153px;
	margin: 0 auto;
	background: url("../site-images/header.png") no-repeat;
}
/* HEADER STYLES END */

/* NAVIGATION STYLES */

#navigation {
	height: 36px;
	background: url("../site-images/white-bg.png") repeat-y;
	padding-top: 1px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	z-index: 0;
}
#navigation .background {
	height: 30px;
	margin-left: 14px;
	margin-right: 12px;
	/*background: url("../site-images/nav-bg.png") repeat-x;*/
	background-color: #333;
	z-index: 0;
}
#navigation ul {
	margin: 0 0 0 1px;
	padding: 0;
	list-style: none;
	display: block;
	z-index: 0;
}
#navigation li {
	float: left;
	height: 30px;
	padding: 0 5px;
	position: relative;
	background: url("../site-images/nav-seperator.png") no-repeat right top;
	z-index: 0;
}
#navigation li a:link, #navigation li a:visited {
	line-height: 30px;
	text-decoration: none;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 13px;
	padding: 0 10px 0 10px;
	color: #ffffff;
	z-index: 10;
}
#navigation li a:hover, #navigation li.current a {
	background-color: #ffffff;
	line-height: 22px;
	color: #000000;
	border-radius: 19px;
/*	border: 0px solid #FFF;
	behavior: url(/border-radius.htc); */
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	-khtml-border-radius: 19px;
	margin-top: 5px;
	z-index: 10;
}
#navigation .bottom {
	background-color: #000000;
	height: 4px;
	margin-left: 14px;
	margin-right: 12px;
}
/* NAVIGATION STYLES END */

/* CONTENT AREA STYLES */
	
#content {
	background: url("../site-images/white-bg.png") repeat-y;
	min-height: 450px;
	padding-bottom: 20px;
	clear: left;
}
#content .left {
	float: left;
	width: 60%;
	min-height: 400px;
	margin: 10px 0 0 45px;
}
#content .left-full {
	float: left;
	width: 95%;
	min-height: 400px;
	margin: 10px 0 20px 45px;
}

#content .main-area {
	float: left;
	background-color:#FFF;
	width: 92%;
	margin: 10px 0 20px 45px;
}

#content .left-full .docs {
	position:relative;
	float: right;
	margin: 10px 35px 0 0;
	border: 2px solid #000000;
	border-radius: 5px;
}
#content .left-full .tour-images {
	margin-left: 10px;
}
#content .left-full img {
	border: 2px solid #000000;
	margin: 5px 0;
}
#content .left-full img.no-border {
	border: 0;
	margin: 5px 0;
}
#content .left-find-us {
	float: left;
	width: 48%;
	min-height: 400px;
	margin: 10px 0 0 45px;
}
#content .left-find-us .quotes-left {
	text-align: left;
	font-size: 	16px;
	float: left;
}
#content .left-find-us .quotes-center {
	text-align: right;
	float: right;
	font-size: 	16px;
}
#content .left-find-us .quotes-right {
	text-align: left;
	font-size: 	16px;
	float: left;
}
#content .left-find-us .divider {
	text-align: center;
	margin: 30px auto;
}
#content .right {
	float: right;
	width: 281px;
	border: 10px solid #000000;
	height: 358px;
	margin: 30px 25px 0 0;
	z-index: 50;
	position: relative;
}
#content .right-caption {
	float: right;
	height: 30px;
	width: 300px;
	margin: 5px 25px 0 0;
	text-align: center;
}
#content .map {
	float: right;
	width: 420px;
	border: 10px solid #000000;
	height: 480px;
	margin: 30px 25px 0 0;
	z-index: 50;
	position: relative;
}
#content .right-caption-map {
	float: right;
	height: 30px;
	width: 420px;
	margin: 5px 35px 0 0;
	text-align: center;
	font-weight: bold;
}
#map_canvas {
	width: 420px;
	height: 480px;
}
#content .tour {
	float: right;
	width: 420px;
	border: 10px solid #000000;
	height: 480px;
	margin: 30px 25px 0 0;
	z-index: 50;
	position: relative;
}


#content .image1 {
	float: right;
	border: 10px solid #000000;
	margin: 20px 25px 5px 0;
	position: relative;
}

#content .image2 {
	float: right;
	border: 10px solid #000000;
	margin: 20px 25px 40px 0;
	position: relative;
}

#content .image3 {
	float: right;
	border: 10px solid #000000;
	margin: 0 0 0 20px;
	position: relative;
}
#content .local-area {
	float: right;
	width: 420px;
	border: 10px solid #000000;
	height: 600px;
	margin: 30px 25px 0 0;
	z-index: 50;
	position: relative;
	overflow: hidden;
}
.clear {
	clear: both;
}
.lists-left {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	padding-left: -5px;
}
.lists-right {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	padding-left: -5px;
}
/* CONTENT AREA STYLES END */

/* FOOTER STYLES */

#footer {
	background: url("../site-images/white-bg.png") repeat-y;
	color: #000000;
}
#footer .top {
	background-color: #000000;
	height: 4px;
	margin-left: 14px;
	margin-right: 12px;
}
#footer .top .footer-hotspot {
	top: -15px;
	left: 18px;
	position: relative;
}
#footer .top .footer-hotspot .image-holder {
	display: inline;
	margin: 0 6px 0 0;
}
#footer .centre {
	background-color: #6c6c6c;
	height: 130px;
	margin-left: 14px;
	margin-right: 12px;
}
#footer .centre .content {
	float: right;
	text-align: left;
	width: 430px;
	height: 100px;
	margin: 5px 20px 0 0;
	padding: 0;
	line-height: 150%;
	font-style: italic;
	font-size: 16px;
}
#footer-bottom {
	background: url("../site-images/footer-bg.png") no-repeat;
	height: 42px;
	color: #000000;
}
#footer-bottom .content {
	padding: 10px 35px 0 35px;
}
#footer-bottom .content .site-builder-logo {
	float: right;
	text-align: left;
	margin-top: -5px;
}
#footer-bottom .content .site-builder {
	float: right;
	text-align: right;
	margin-left: 5px;
}

/* FOOTER STYLES END */

