@charset "utf-8";
#logo {
	width: 1000px;
	margin-top: 24px;
}
#interact {
	height: 640px;
	width: 1000px;
	border: 1px solid #0091d5;
	margin-top: 6px;
}
#navBar {
	background-image: url(images/nav-bkg.png);
	width: 1002px;
	background-repeat: repeat-x;
	height: 24px;
}

#footer {
	width: 1000px;
	margin-top: 8px;
	text-align: center;
}
#footNav {
	font-size: 13px;
	color: #0099CC;
	margin-top: 12px;
}
#footNav a{
	color: #0099CC;
	text-decoration: none;
}
#footNav a:hover{
	color: #00CCFF;
	text-decoration: none;
}
#copyright {
	font-size: 11px;
	color: #006699;
	margin-top: 12px;
	margin-bottom: 12px;
}
#copyright a{
	color: #006699;
	text-decoration: underline;
}
#copyright a:hover{
	color: #0099CC;
	text-decoration: underline;
}
#bkg {
	background-image: url(images/sea-bkg.jpg);
	background-repeat: repeat-x;
	background-position: left 0px;
	background-attachment: scroll;
	background-color: #01173c;
}
#banner {
	height: 220px;
	width: 1000px;
	background-image: url(images/Secrets_banner.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
#content {
	background-color: #FFFFFF;
	width: 960px;
	border: 1px solid #0091d5;
	padding: 20px;
	text-align: left;
	color: #666666;
}

#content p a, #content li a {
	color: #3399CC;
}
.heading {
	font-size: 22px;
	color: #006699;
	font-weight: bold;
}
#section {
	width: 100%;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 12px;
}

.subheading {
	color: #0099CC;
	font-weight: bold;
}
#leftPhoto {
	float: left;
	margin-right: 6px;
	color: #3399CC;
	font-size: 8pt;
}
#rightPhoto {
	float: right;
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 2px;
	color: #3399CC;
	font-size: 8pt;
	text-align: left;
}

.redbold {
	font-weight: bold;
	color: #660000;
}
#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #006699;
}
.btn {
	color: #000056;
	padding: 20px;
	border-radius: 12px;
	margin: 25px;
	text-align:center;
color: #000056;
font-size: 18px;
font-weight: 600;
min-width: 180px;
display: inline-block;
	background: rgba(142,195,245,1);
	background: -moz-linear-gradient(top, rgba(142,195,245,1) 0%, rgba(0,89,184,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(142,195,245,1)), color-stop(100%, rgba(0,89,184,1)));
	background: -webkit-linear-gradient(top, rgba(142,195,245,1) 0%, rgba(0,89,184,1) 100%);
	background: -o-linear-gradient(top, rgba(142,195,245,1) 0%, rgba(0,89,184,1) 100%);
	background: -ms-linear-gradient(top, rgba(142,195,245,1) 0%, rgba(0,89,184,1) 100%);
	background: linear-gradient(to bottom, rgba(142,195,245,1) 0%, rgba(0,89,184,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ec3f5', endColorstr='#0059b8', GradientType=0 )
}
.btn a {
color: #000056;
text-decoration: none;
}
.btn a:hover {
color: #fff;
text-decoration: none;
}