﻿/* Aquarium site structure styles */

/* Layout */

.clr {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.clear
{
	clear: both;
	height: 0px;
	overflow: hidden;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
    color: #37AEF0;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
    color: #37AEF0;
    font-size: large;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
    color: #37AEF0;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
    color: #37AEF0;
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
    color: #37AEF0;
}

h6
{
	font-family: Arial, Helvetica, sans-serif;
    color: #37AEF0;
}

body, html
{
	margin:0;
	padding:0;
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}

#wholewrapper
{
	background-color:#FFFFFF;
	min-height: 100%;
	padding: 0;
	margin: 0;	
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

* html #wholewrapper
{
  height: 100%;
} 

#wrapper
{
 background-color: #FFF;
 margin-top: 0px;
}

#header
{
	background-color:#000000;
	/*height: 135px;*/
	width:1000px;
	margin:0;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	border:solid 0px yellow;	
}

#inside_header_top
{
	width:967px;
	margin-left:auto;
	margin-right:auto;
	border:solid 0px yellow;
	height:80px;
}

#inside_header_top_left
{
	float:left;
	background-image:url('../images/header_logo.gif');
	width:194px;
	border:solid 0px yellow;
	height:75px;
}

#inside_header_top_right
{
	width:335px;
	border:solid 0px yellow;
	height:75px;
	float:right;
}

#inside_header_bottom
{
	margin: 0;
	padding: 0;
}

#content_background
{
	background-image:url('../images/content_bg.jpg');
	/* height: 705px; */
	background-repeat: repeat-x;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	border:solid 0px black;	
}

#content_left
{
	width:250px;
	height:310px;
	margin-top:10px;
	margin-left:20px;
	border:solid 0px black;
	float: left;
}

#content_right
{
	width:700px;
	height:310px;
	margin-top:10px;
	margin-left:10px;
	float: left;
	border:solid 0px black;	
}

#content_left_multi
{
	width:266px;
	height:300px;
	margin-top:10px;
	margin-left:20px;
	border:solid 0px black;
	float: left;
}

#content_middle_multi
{
	width:385px;
	height:310px; /*height*/
	margin-top:10px;
	margin-left:20px;
	margin-bottom: 10px;
	border:solid 0px black;
	float: left;
}

#content_right_multi
{
	width:268px;
	height:315px;
	margin-top:10px;
	margin-left:20px;
	margin-bottom: 0px;
	border:solid 0px black;
	float: left;
}

.footer
{
	width:967px;
	margin-left:auto;
	margin-right:auto;
	border:solid 0px black;
}

#mid_header
{
	margin-top:10px;
	height:150px;
	width:960px;
	border:solid 0px black;
	padding: 0;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	text-align: center;
}

/* Text */
.footer_topbar
{
	background-image: url('../images/footer_gradient.jpg');
	background-repeat: repeat-x;
}

.footer_company_tag
{
	font-family:Arial, Helvetica, sans-serif;
	color:#777;
	font-size:8pt;
}

.footer_address
{
	font-family: Arial, Helvetica, sans-serif;
	color:#777;
	font-size:8pt;
}

.footer_contact
{
	font-family: Arial, Helvetica, sans-serif;
	color:#777;
	font-size:8pt;
}

#header_telephone
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
	border: solid 0px red;
	text-align: right;
	/* width:300px; */
}

/* Links */
a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
    text-decoration: none;
    color: #37AEF0;
}

a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
    text-decoration: none;
    color: #37AEF0;
}

a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
    text-decoration: underline;
    color: #37AEF0;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
    text-decoration: underline;
    color: #37AEF0;
}

.secondary_link a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
    text-decoration: none;
    color: #C5EAFF;
}

.secondary_link a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
    text-decoration: none;
    color: #C5EAFF;
}

.secondary_link a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
    text-decoration: underline;
    color: #C5EAFF;
}

.secondary_link a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
    text-decoration: underline;
    color: #C5EAFF;
}

/* New Navigation */
/* style the outer div to give it width */
.tabs 
{
	width: 100%;
	font-size: 0.65em;
	background-color: Black;
}
/* remove all the bullets, borders and padding from the default list styling */
.tabs ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.tabs li {
	float: left;
	position: relative;
	cursor: pointer;
	margin-right: 1px;
	background-image: url(../images/whitetogrey.gif);
	background-repeat: repeat-x;
}

.tabs li.on {
	float: left;
	position: relative;
	cursor: pointer;
	margin-right: 1px;
	background-image: url(../images/tab_bg.jpg);
	background-repeat: repeat-x;
}

.tabs li .t {
	background: url(../images/greydott.gif) 0 0 repeat-x;
}
.tabs li .l {
	background: url(../images/greydott.gif) 0 0 repeat-y;
}
.tabs li .r {
	background: url(../images/greydott.gif) 100% 0 repeat-y;
}
.tabs li .tl {
	background: url(../images/tab_left_hover.jpg) 0 0 no-repeat;
}
.tabs li .tr {
	background: url(../images/tab_right_hover.jpg) 100% 0 no-repeat;
}
.tabs li.on .t {
	background: url(../images/tab_bg.jpg) 0 0 repeat-x;
}
.tabs li.on .l {
	background: url(../images/tab_bg.jpg) 0 0 repeat-y;
}
.tabs li.on .r {
	background: url(../images/tab_bg.jpg) 100% 0 repeat-y;
}
.tabs li.on .tl {
	background: url(../images/tab_left.jpg) 0 0 no-repeat;
}
.tabs li.on .tr {
	background: url(../images/tab_right.jpg) 100% 0 no-repeat;
}

/* style the links for the top level */
.tabs a {
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 9px;
}

.tabs li a:hover {
	color: #666;
}

.tabs li.on a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 9px;
}

/* Navigation */
#navigation
{
	border:solid 0px yellow;
	height:100px;
	width:100%;
	background-color:#000000;
	height:32px;
}

#linkbar
{
	background-color:black;
	list-style-type:none;
	display:inline;
}

.linkbar_block
{
	height:10px;
	width:20px;
	border:solid 0px red;
	float:left;
}

#linkbar img
{
	float:left;
}

#linkbar a
{
	background-image:url('/images/tab_bg.jpg');
	background-repeat:repeat-x;
	height:24px;
	display:block;
	float:left;
	font-size:10px;
	font-weight:bold;
    font-family:Arial,tahoma,helvetica;
	padding:8px 6px 0px 6px;
	text-decoration:none;
	color:white;
}

.spaceright
{
	margin-right:1px;
}

.spaceleft{
	margin-left:0px;
}

/* news */
.news_title{
	color: #007CC2;
	font-size: 12px;
	font-weight: bold;
}

#related {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#news_paging{
	margin: 0 10px 15px 20px; 
	text-align: right; 
	font-size: 12px;
}
#news_paging a{
	color: #0182c4;
}

/* about page */
#aboutTbl{}
#aboutTbl td{
	padding-top: 2px;
}

.claim
{
	font-size: 12px;
}

/*crush panels*/
#content_left_wide
{
	width:150px;
	margin-top:10px;
	margin-left:20px;
	border:solid 0px black;
	float: left;
}

#content_right_wide
{
	width:800px;
	/*height:310px;*/
	margin-top:10px;
	margin-left:10px;
	float: left;
	border:solid 0px black;	
}

#legal
{
	font-family:Arial, Helvetica, sans-serif;
	color:#898989;
	font-size:11px;
}

.content_divider_case
{
	width:97%;
	height:10px;
}

.content_divider_link
{
	width:25px;
	height:5px;
}

.button
{
	height: 19px;
	background-color: #9bc45b;
	border: solid 1px #7f985c;
	color: #FFF;
	padding: 0;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
}

a.pageLinkOn
{
	color: #FF8C2C;
	font-weight: bold;
	text-decoration: none;
}

.newsArticle
{
	padding: 10px;
}

.newsArticle li
{
	
}

.siteMap ul ul
{
	list-style-type: square;
}

.brochureBoxText
{
	padding: 5px 5px 0 55px; 
	width: 90px; 
	font-size: 12pt!important; 
	font-weight: bold; 
	text-decoration: none;
}

.brochureBoxText a
{
	font-size: 12pt!important;
	text-decoration: none;
}
.brochureBoxLinkText
{
	padding-left: 7px;
	padding-top: 5px;
}

.brochureBoxLinkText a
{
	color: #00AEF0; 
	font-weight: bold; 
	font-size: 9pt!important;
}
