/* CSS Document */

/*  ############# html styles ########## */
td {
	vertical-align:top;
	padding:5px;
}
li {
	list-style-position:outside;
}
ul li {
	list-style-type:square;
	margin-left:15px;
}
ol li {
	list-style-type:decimal;
	margin-left:25px;
}
b, strong {
	font-weight:bold;
}
i {
	font-style:inherit;
}
h1 {
	font-size:140%;
}
h2 {
	font-size:130%;
}
h3 {
	font-size:120%;
}
h4 {
	font-size:110%;
}
p {
	line-height:140%;
}
a, a:visited {
	color:#001956;
}
a:hover {
	color:#D0040D;
	text-decoration:none;
}

/*  ############# layout styles ########## */

body {
	background-color:#AB9E83;
}
#doc {
	width:775px;
}
#hd, #bd, #footer {
	margin-top:0;
	margin-bottom:0;
}
#hd {
	background-color:#001956;
}
.headerSec {
	background-image:url(../layout/lay2_header.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	position:relative;
	height:170px;
}
.homeLink {
	position:absolute;
	display:block;
	top: 5px;
	left:10px;
	width:230px;
	height:100px;
}
.headerPhoto {
	float:right;
	background-color:#4C7FB6;
	margin:10px;
	padding:1px;
}
.headerImage {
   height: 408px;
   background-image:url(../layout/home_header.jpg);
   background-repeat: no-repeat;
}
.crabs {
	position:relative;
	top:296px; left:620px;
	width: 90px;
}
.topNav {
	margin:0;
	padding:3px 0 3px 105px;
	float:none;
	width:670px;
	overflow:hidden;
	clear:both;
	background-color:#17366C;
}
.topNav li {
	list-style:none;
	float:left;
	display:inline;
	margin:0;
}
.topNav li a, .topNav li a:visited {
	float:left;
	text-transform:uppercase;
	padding: 3px 6px;
	margin:0 1px;
	color:#001956;
	text-decoration:none;
	background-color:#D5D2CC;
	font-size:90%;
	font-weight:bold;
}
.topNav li a:hover {
	background-color:#fff;
	color:#D0040D;
}
#bd {
	background-color:#001956;
}
#yui-main .yui-b .yui-gc {
	background-color:#FFFFFF;
	margin:10px;
	padding:10px;
}
.yui-u {
	overflow:hidden;
}
.first p, .first li {
	margin-right:15px;
}
.first td p, .first td li {
	margin-right:0;
}
.content, .contentHome {
	margin: 10px 20px 0 30px;
}
.contentHome {
	color: #F4EDDD;
}
.linkList a {
	font-weight:bold;
}
.pageTitle {
	background-color:#4C7FB6;
	background-image:url(../layout/icon_seahorse.gif);
	background-position:99% 3px;
	background-repeat:no-repeat;
	color:#F4EDDD;
	padding:5px 10px;
	margin: -9px -9px 10px -9px;
}
.box, .boxHome {
	/*padding:5px;*/
	background-color:#F4EDDD;
	color:#001956;
	font-weight:bold;
	border: double 3px #4C7FB6;
	float:left;
}
.box {
	margin:10px 0 0 10px;
}
.box p {
	padding:5px 10px;
}
#ft .ps {
	padding: 10px;
	background-color:#F4EDDD;
	text-align:center;
	color:#001956;
	font-weight:bold;
}
.yui-gc {
	background-image:url(../layout/lay2_rightCol_bg.gif);
	background-position:100% 0;
	background-repeat:repeat-y;
}
.yui-gc p, .yui-gc h2, .yui-gc h3, .yui-gc h4, .yui-gc li {
	padding-bottom:7px;
}
.yui-gc h2, .yui-gc h3, .yui-gc h4 {
	padding-top:7px;
	color:#4C7FB6;
}

.tableType1 {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	border-left: 1px solid #7CAADB;
	border-bottom: 1px solid #7CAADB;
}
.tableType1 td {
	padding: 6px;
	margin: 6px; 
	border-right: 1px solid #7CAADB;
	border-top: 1px solid #7CAADB;
}

.tableType1 .heading, .tableType1 .heading td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7CAADB;
	border-top: 1px solid #7CAADB;
	border-right: 1px solid #A6C9F6; /* NOT the last cell in the row. See headingLast */
}

.last td {
    border-right: 1px solid #7CAADB;
}
