

* {
	margin: 0em;
	padding: 0em;
}

body {
	color:#333333;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 14px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	background: #CFE3F1;
}

#logo {
	margin: 30px 30px 0px 30px;
	float: left;
	display: block;
	border: none;
}

p {
	line-height: 20px;
	margin-bottom: 16px;
}

p span { 
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

h1 {
	color: #333333;
	font-weight: normal;
	text-transform: capitalize;
	padding-top: 4px;
	margin-bottom: 20px;
}

h2 {
	color: #333333;
	font-weight: normal;
	font-size: 18px;
}

h2 a {
	color: #333333;
	border: none;
	padding: 0px 0px 5px 18px;
}

h2 a:hover {
	color: #FF6600;
	border: none;
}

h3 {
	color: #333333;
	font-weight: normal;
	text-transform: capitalize;
	padding-top: 4px;
	margin-bottom: 20px;
}

h4 {
	height: 30px;
}

h5 {
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	text-transform: capitalize;
}

br.clear {
	clear: both;
}

img {
	padding: 0px;
}

a {
	text-decoration: none;
	color: #1A1444;
	border-bottom: dotted 1px #333333;
}

a:hover {
	text-decoration: none;
	border-bottom: solid 1px #333333;
	color:#FF6600;
}

.clearer {
	width: 100%;
	color: #fff;
	clear: both;
	height: 2px;
	margin: 0px;
}
.smallText {
	font-size: 11px;
}


#hd {
	height: 244px;
	background: url('hd-bg-grad.jpg') repeat-x top #143D55;
	border-bottom: #AFC9D2 1px solid;
}

#hdImage {
	height: 187px;
	background: url('hd-bg.jpg') no-repeat top center;
}

#hdWrap {
	height: 187px;
	margin: auto;
	width: 960px;
	position: relative;
}

#hdWrap div#searchbar {
	height: 25px;
	margin: auto;
	width: 541px;
	position: absolute;
	top: 0px;
	right: 14px;
	padding: 5px 0px 0px 0px;
}

#hdWrap div#searchbar ul li {
	display: block;
	float: left;
	list-style: none;
	padding: 0px 65px;
}

#hdWrap div#searchbar .buttonSubmit:hover {
	background-position: bottom left;
}

#hdWrap div#searchbar #searchinput {
	margin-left: 16px;
}

#hdWrap div#searchbar a {
	color: #1566A3;
	border: none;
}

#hdWrap div#searchbar a:hover {
	color: #FF6600;
	border: none;
}

#hdWrap div#message {
	color: #FFAB23;
	font-size: 22px;
	line-height: 30px;
	display: block;
	padding: 60px 50px 40px 360px;
}

#hdWrap div#message blockquote {
	background:url('quote-open.png') top left no-repeat;
	display: block;
	padding:10px 0px 0px 42px;
}

#hdWrap div#message blockquote p span {
	color: #FFAB23;
	margin-top: 12px;
	font-weight: normal;
	background: url('quote-close.png') bottom right no-repeat;
	display: block;
	padding: 0px 42px 10px 0px;
	text-align: right;
	font-size: 36px;
}

#ctHome {
	height: auto;
	clear: both;
	display: block;
	background: #CFE3F1 url('ct-grad.jpg') repeat-x top;
	border-top: #AFC9D2 1px solid;
	border-bottom: #3F7789 1px solid;
}

#ct {
	height: auto;
	clear: both;
	display: block;
	background: #CFE3F1 url('ct-grad.jpg') repeat-x top;
	border-bottom: #3F7789 1px solid;
}

#ctImage {
	min-height: 540px;
	background: url('ct-bg.jpg') no-repeat top center;
}

#ctWrap {
	height: auto;
	display: block;
	margin: auto;
	width: 972px;
	padding: 40px 0px 30px 0px;
}
#lcol {
	width:300px;
	float:left;
}

#rcol {
	width: 672px;
	height: auto;
	float: left;
	display: block;
}

#sdColtop {
	background: url('sidepan-top.png') top no-repeat;
	width:240px;
	height:16px;
}

#sdCol {
	background: url('sdcol-bg.png') top repeat-x #8EB8C9;
	width: 240px;
	color: #fff;
}

#sdColbot {
	background: url('sidepan-bot.png') bottom no-repeat;
	width: 240px;
	height: 16px;
	margin-bottom: 20px;
}

#sdCol .module {
	width: 220px;
	padding: 10px;
}

#nv {
	position: relative;
	height: 56px;
	color: #E0E0E0;
	width: 100%;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	background: #143D55 url('nv-bg.jpg') repeat-x 0px 4px;
	border-bottom: #000000 solid 1px;
}

#nvWrap {
	margin: auto;
	width: 960px;
	position: relative;
	height: 33px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background: url('dolphin_bg.gif') repeat-x bottom left;
	padding: 0 0 0 20px;
}

#nvWrap ul {
	padding: 0;
	list-style-type: none;
	width: auto;
}

#nvWrap ul li {
	display: block;
	float: left;
	margin: 0 1px;
}

#nvWrap ul li a {
	display: block;
	float: left;
	color: #EAF3F8;
	text-decoration: none;
	padding: 0 0 0 20px;
	height: 33px;
	border: none;
}

#nvWrap ul li a span {
	padding: 10px 20px 0 0;
	height: 23px;
	float: left;
}
 
#nvWrap ul li a:hover {
	color:#236A93;
	background: transparent url('dolphin_bg-OVER.gif') repeat-x bottom left;
}

#nvWrap ul li a:hover span {
	display: block;
	width: auto;
	cursor: pointer;
}

#nvWrap ul li a.current,#nvWrap ul li a.current:hover {
	color: #fff;
	background: url('dolphin_left-ON.gif') no-repeat top left;
	line-height: 275%;
}

#nvWrap ul li a.current span {
	display: block;
	padding: 0 20px 0 0;
	width: auto;
	background: url('dolphin_right-ON.gif') no-repeat top right;
	height: 33px;
}

#sub-footer-wrap {
	height: 30px;
	background: #143D55 url('ft-grad.jpg') repeat-x top;
	border-top: #fff 1px solid;
	padding-top: 10px;
	color: #fff;
}

#sub-footer-wrap #policy-wrap {
	width: 1000px;
	margin: auto;
}

.policy {
	float: left;
	width: 120px;
	list-style: none;
	font-size: 11px;
}

.policy a {
	text-decoration: none;
	color: white;
	border: none;
}

.policy a:hover {
	color: #FFAB23;
}
	
input, textarea {
	border: 1px #AFD1E1 solid;
	background:url('form-bg.jpg') left top no-repeat #fff;
	padding:3px;
}
	
#contactForm input, #contactForm textarea {
	width: 340px;
}
	
#contactForm .buttonSubmit {
	float: left;
	width: 55px;
}
.buttonSubmit {
	width: 55px;
	height: 20px;
	color: #FFF;
	font-weight: bold;
	padding: 2px 5px;
	background:url('searchbutt.png') no-repeat;
	background-position: top left;
	cursor: pointer;
	border: none;
}

img {
	border: 0;
}

.highlight {
	margin: 0 auto;
	width: 503px;
	margin-bottom: 10px;
}

.hltop {
	background: url('hilite-box-top.gif') no-repeat top;
	width: 503px;
	height: 3px;
	overflow: hidden;
	margin-top: 5px;
}

.hlinfo {
	background: #f7f7f7;
	border-right: 1px solid #d4e8d1;
	border-left: 1px solid #d4e8d1;
	padding: 5px 10px;
	width: 481px;
}

.hlbottom {
	background: url('hilite-box-bottom.gif') no-repeat top;
	width: 503px;
	height: 3px;
	overflow: hidden;
	margin: 0;
}


label.cform, label.cform2 {
	float: left;
	width: 160px;
	padding: 5px 10px 5px 0;
	text-align: right;
}

label.cform2 {
	width: 240px;
}

input.cform, textarea.cform, select.cform, div.cform, select.cform2 {
	float: left;
	width: 280px;
	margin: 5px 0;
	border: 1px solid #b7c8d8;
}

input.submit {
	border: 0;
	background: none;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

/*# sourceMappingURL=application.css-a0703d6e684b5d9d727570d3592fedf02d98c09762cbdb8335f324e51b22e2bc.map */
