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

body{
	margin:0;
	background-color:#022541;
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0060af;
	}
.body-home{
	background-image:url(../images/background.gif);
	}
.body-sub{
	background-image:url(../images/background-sub.gif);
	}
a:link, a:active, a:visited{
	color:#022541;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
h1{
	font-size:24px;
	}
.h2{
	font-size:18px;
	}
/***** general divs *****/

#container{
	width:900px;
	margin:0 auto;
	}
.clear{
	clear:left;
	}
	
#logo-area{
	width:234px;
	height:108px;
	float:left;
	padding:8px 0 0 50px;
	background-image:url(../images/logo-background.gif);
	background-repeat:no-repeat;
	}
#menu-area{
	width:616px;
	height:116px;
	float:left;
	background-image:url(../images/header-background.jpg);
	background-repeat:no-repeat;
	}
#sitemap{
	padding:17px 8px;
	font-size:10px;
	}
#sitemap a:link, #sitemap a:active, #sitemap a:visited{
	color:#5b9ec5;
	margin-right:27px;
	text-decoration:none;
	text-transform:uppercase;
	}
#sitemap a:hover{
	color:#0060af;
	}
/***** main menu *****/
#menu{
	padding-top:13px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	}
#menu a:link, #menu a:active, #menu a:visited{
	color:#0060af;
	text-decoration:none;
	}
#menu a:hover{
	color:#022541
	}
#menu ul{
	padding:0;
	margin:0;
	list-style:none;
	}
#menu li{
	float:left;
	position:relative;
	background-image:url(../images/menu/top-border.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
#menu li ul{
	width:225px;
	background-image:url(../images/menu/drop-menu-background.gif);
	background-repeat:repeat-y;
	background-position:right;
	display:none;
	position:absolute;
	left:0;
	}
#menu li:hover, #menu li.over {
	background-image:url(../images/menu/top-border-over.gif);
	background-position:top;
	background-repeat:repeat-x;
	cursor:pointer;
	}
#menu li li{
	background-image:none;
	margin:5px 0 5px 24px;
	}
#menu li:hover ul, #menu li.over ul{
	display:block;
	}
#menu li:hover li, #menu li.over li{
	background-image:none;
	}
	
/***** home page *****/

#heading-home{
	margin-top:1px;
	/*padding-top:28px;*/
	margin: 0px;
	}
#heading-home-text{	
	width:900px;
	color:#FFFFFF;
	padding:0px;
	}
	
#heading-home-text .l{
    width:400px;
    /*width:485px;*/
	line-height:18px;	
	padding-left:51px;
	padding-top:20px;
	/* overflow:hidden;*/
	float:left;
}
#heading-home-text .r{
	float:right;
	text-align:left;
	margin-right:80px;
	width: 340px;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
}	

	
#advanced-tanks{
	text-align:right;
	margin-top:0;
	margin-bottom:3px;
	/*margin-top:24px;*/
	padding-right:15px;
	}
#text-area-home{
	height:415px;
	/*height:192px;*/
	/*background-image:url(../images/home-text-background.gif);*/
	background-repeat:repeat-x;
	background-color:#ffffff;
	}
#text-area-home img{
	float:left;
	padding-right:10px;
	}

#text-area-home .flash{
	float:left;
	padding-right:10px;
	margin: 0px;
	}
	
	
#text-area-content{
	/*width:310px;*/
	width:290px;
	background-color:#ffffff;
	float:left;
	margin-left:20px;
	margin-top:17px;
	line-height:18px;
	}
#text-area-images{
	width:199px;
	float:left;
	margin-left:34px;
	margin-top:34px;
	}
	
/***** sub pages *****/

#sub-content{
	background-image:url(../images/fish-sub.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	margin-top:1px;
	padding-top:18px;
	}
#heading-sub{
	width:485px;
	color:#FFFFFF;
	line-height:18px;
	padding-left:51px;
	height:39px;
	}
#text-area-sub{
	background-image:url(../images/sub-text-background.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
.subimages{
	width:297px;
	float:left;
	}
#text-area-subcontent{
	width:560px;
	float:left;
	margin-left:36px;
	margin-top:40px;
	line-height:18px;
	}

.gallery{
	width:122px;
	padding:3px;
	background-color:#a8dcfa;
	font-size:11px;
	text-align:center;
	float:left;
	margin-right:50px;
	margin-bottom:20px;
	}
.gallery img{
	padding-top:5px;}

ul.gallery2 {
	margin: 0;
	padding: 0;
	border: 1px solid red;
}
.gallery2 li {
	width: 125px;
	height: 100px;
	border: 1px solid pink;
	float: left;
}

/***** footer *****/
#footer{
   padding:10px 0 5px 0;
   color:#FFFFFF;
   font-size:10px;
   text-align:center;
   background-color:#022541;
   }
   /*
#footer{
	margin-top:16px;
	color:#FFFFFF;
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
	}
	*/
#footer a:link, #footer a:active, #footer a:visited{
	color:#0292c1;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}
#footer em{
	font-style:normal;
	padding: 0 25px;
	}
	
/* added by paul, couple of alert boxes for admin. */
	.greenmessage {
    text-align:center;
	width:525px;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;	
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #e8ffcc;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7fbf30;
	border-right-color: #7fbf30;
	border-bottom-color: #7fbf30;
	border-left-color: #7fbf30;
	margin-bottom: 8px;
}

.redmessage {
    text-align:center;
	width:525px;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;	
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #fff9e5;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffbf00;
	border-right-color: #ffbf00;
	border-bottom-color: #ffbf00;
	border-left-color: #ffbf00;
	margin-bottom: 8px;
}

.validation-inline-error-message {
    padding:5px;
	font-weight:bold;
	font-size:12px;
	color:#990000;
}	

.list {
	width: 100%;
	font-size: 11px;
	margin: 10px auto;
	border: 1px solid #DADAD6;
	padding-bottom: 1px;
}
.list th {
	height: 24px;
	background-color: #B7E2F2;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #b8b8ac;
	border-right: 1px solid #FFFFFF;
}
.list td {
	padding: 1px 10px;
	height: 20px;
	border-top: 0;
	vertical-align: top;
	background-color: #DFF7FC;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #DADAD6;
	border-right: 1px solid #FFFFFF;
}
.list tr.ruled, .list tr.ruled td {
	background: #FFFFFF;
} 
.list input.button {
	background-color: #3075b0;
	cursor: pointer; 
	color: #FFFFFF;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: inset;
	border: 1px solid #000000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	padding: 1px 3px;
	margin-right: 20px;
}
.list th select, .list td select {
	border: 1px solid #efefef;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.list th img {
	margin-right: 25px;
}
