* {
	margin: 0;
	padding: 0;
}

body {
	background: #4689da;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	behavior: url("csshover3.htc"); 
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 36px;
	color: red;
	font-style: italic;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
	margin: 10px 0;
	clear: both;
	color:  #F9FF49;
}

h5 {
	font-size: 16px;
}

.onceTitle  {
	color: #CC6633 !important;
	padding: 2px 0px 7px 0px;
	
}

ul, ol {
	margin-left: 20px;
}

p {
	line-height: 22px;
}

#stormPara p {
	padding: 8px 0px 0px 0px;
}

#textIndent p {
	text-indent: 20px;
	}
	
.smallText {
	font-size: 11px;
	line-height: 12px !important;
	padding-top: 5px;
}

a:link {
	color: #f8c701;
}

a:hover, a:active {
	text-decoration: none;
	color: #f8c701;
}

a:visited {
	/*color: #f6b008;*/
	color: #f8c701;
}

.moreInfo {
	color:#C60C0C !important;
}

img {
	border: none;
}

img.left {
	float: left;
	padding: 0 12px 12px 0;
}

img.right {
	float: right;
	padding: 1px 0 12px 12px;	
}

.center {
	text-align: center;
}

.sitemap {
	float: left;
	width: 250px;
}
.indent {
	padding:0 0 5px 20px;
	color: #fff !important;	
}
.indntLft {
	padding: 0 0 0 15px;
}
.padded {
	padding: 12px 0 0 20px;
}
/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.clear { clear: both; }

.title {
	margin: 8px 5px;
	color: #F9FF49;
}

.wtitle {
	font-size: 15px;
	color: #F9FF49;
	font-weight: bold;
}
.intro {
	background: #adcdeb;
	color: #000;
	padding: 10px;
	font: italic 15px Arial;
}

.map {
	float: left;
	margin-right: 10px;
}
#blank {
	height: 250px;
}
#wrapper {
	width: 100%;
}

/* Header */
#header-container {
	background: url(images/header-bg.jpg) top left repeat-x #fff;
}

#header {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	height: 229px;
	background: url(images/header.jpg) no-repeat top left;
	position: relative;
}

#logo {
	position: absolute;
	top: 50px;
	right: 15px;
}

#slogan {
	width:770px;
	height: 146px;
	position: absolute;
	top: 0px;
	left: 0;
	background: url(images/slogan.jpg) no-repeat bottom left;
}
.box{
	background: url(images/bottom-box_image.png) no-repeat top left;
	width:625px;
	height:300px;
	padding:  0px 15px 0 15px;;
	}
.box_text{
   margin-left: 22px;
   width: 615px;
}

#menu {
	float: left;
	width: 980px;
	height: 30px;
	margin: 195px 0 0 10px; 
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: normal;
	float: left;
}

#menu li {
	height: 30px;
	display: block;
	float: left;
	border-right: 2px solid #f99200;
	position: relative;
}

#menu a {
	display: block;
	float: left;
	margin: 0 2px 0 0;
	height: 20px;
	padding: 7px 10px 3px;
	text-decoration: none;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #2065bb;
	font-weight: bold;
}

#menu a:hover { 
	text-decoration: none; 
	color: #d30000;
}

#menu .current_page_item a {
	color: #d30000;
}

#menu li.last {
	border: 0;
}

/* Submenu*/
#menu li ul {
	width: 255px;
	list-style: none;
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0;
	padding: 0;
	display: none;
	background: #bcd7f9;
	height: auto;
	border-top: solid 1px #6493cd;
}

#menu li:hover ul {
	display: block;
}

#menu li ul:hover {
	display: block;
}

#menu li ul li {
	float: none;
	width: 255px;
	height: 30px;
	border: 0;
}

#menu li ul li a {
	width: 255px;
	float: left;
	height: 20px;
}

#menu li ul li a:hover {
	width: 235px;
	float: left;
}

hr {
	margin: 10px 0;
}

/* Page */

#page {
	background: #1a64bf;
}

/* Content */
#content {
	width: 980px;
	margin: 0 auto;
	min-height: 250px;
	padding-top: 10px;
}

#content .main {
	width: 980px;
}
#content .mainForm {
	width: 558px;
	padding: 0 10px;
	float: left;
}
#content h2{
	font-size: 25px;
	font-weight: bold;
}
#content .title h5{
	padding: 10px 0px 3px 0px;
}

#content .mainSm {
	width: 750px;
	float: right;
	padding: 15px;
}

#content .mainSmlr {
	width: 659px;
	float: right;
	padding: 15px 0px;
}
.mainSmlr a{
	color: #F6B008;
}
.mainSmlr p{
	line-height: 22px;
}
.mainSmlr ul{
	padding: 15px 0;
}
.mainSmlr h2{
	font-weight: bold;
	font-size: 25px;
}
.contact {
	color: #F9FF49;
	font-size: 15px;
}
#content .form {
	width: 700px;
	margin: 0 auto;
}
.mainSm p, li{
	padding: 5px 0;
}
.mainSm h2 {
	font-weight: bold;
	font-size: 25px;
}
#content #main p  {
	margin: 10px 0;
}

.lftBox {
	background: url(images/left-box-bg.jpg) center left no-repeat;
	float: left;
	width: 286px;
	height: 135px;
	margin: 14px 0 2px 0;
	padding-left: 10px;
	line-height: 16px;
	font-size: 12px;
}
.lftBox2 {
	background: url(images/bgblank.jpg) center left no-repeat;
	float: left;
	width: 286px;
	height: 135px;
	margin-bottom: 2px;
	margin-top: 10px;
	padding: 12	px 0 0 40px;
	line-height: 16px;
	font-size: 12px;
}
.lftBox3 {
	background: url(images/bgblanksm.jpg) center left no-repeat;
	float: left;
	width: 190px;
	height: 120px;
	margin-bottom: 2px;
	padding: 15px 0 0 10px;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
}
.lftBox3 h5{
	color: #054593;
}
.lftBox3 li{
	list-style-type: circle;
	font-weight: bold;
}
.rightBox {
	background: url(images/left-box-bg.jpg) center left no-repeat;
	float: right;
	width: 287px;
	height: 135px;
	font-size: 14px;
	color: #113F79;
	font-weight: bold;
	margin-top: 18px;
}
.rightBox  p{
	padding: 15px 0 0 15px;
	line-height: 22px;
}
.inner {
	padding: 30px 15px 8px 50px;
	background: url(images/wtabBg-top.jpg) top center no-repeat #fff;
}

.inner p{
	line-height: 22px;
}
.inner2 p{
	line-height: 22px;
}
.innerLft p{
	line-height: 22px;
}
.bottomTop {
	line-height: 22px;
}
.bottomTop li{
	list-style-type: none;
	
}
.bottomTop a {
	color: #fff;
	font-weight: bold;
}
.innerBlnk {
	padding: 30px 15px 8px 50px;
}
.innerBlnk p{
	line-height: 22px;
}
.innerBtmw {
	background: url(images/wtabBg.jpg) bottom center no-repeat #fff;	
	height: 80px;
}
.innerBtmw3 {
	background: url(images/wtabBg.jpg) bottom center no-repeat #fff;	
	height: 10px;
	width: 284px;
	/*margin: 0 auto;*/
}
.inner2 {
	padding: 30px 15px 8px 15px;
	background: url(images/wtabBg-top2.jpg) top center no-repeat #fff;
	 margin-top: 25px;
}
.inner3{
	padding: 307px 5px 3px 10px;
	background: url(images/tabLucy.jpg) top center no-repeat #f99200;
	width: 185px;
	margin-top: 40px;
}
.inner4{
	padding: 250px 5px 3px 10px;
	background: url(images/longtab-lady.jpg) top center no-repeat #f99200;
	width: 185px;
	margin: 0 auto;	
}
.inner5{
	padding: 290px 5px 3px 10px;
	background: url(images/md.jpg) top center no-repeat #f99200;
	width: 185px;
	margin-top: 70px;;	
}
.inner5 li{
	list-style-type: circle;
}
.inner6{
	padding: 250px 5px 3px 10px;
	background: url(images/longtab-charlie.jpg) top center no-repeat #f99200;
	width: 185px;
	margin: 0 auto;	
}
.inner6 h5, .inner5 h5, .inner15 h5, .inner18 h5{
	color: #054593;
	text-align: center;
}
.inner7{
	padding: 138px 5px 3px 10px;
	background: url(images/tabinsurance.jpg) top center no-repeat #f99200;
	width: 269px;
	margin-top: 110px;
}
.inner8{
	padding: 270px 5px 3px 10px;
	background: url(images/longtabgrp.jpg) top center no-repeat #fff;
	width: 185px;
	margin: 0 auto;	
}
.inner9{
	padding: 280px 5px 3px 10px;
	background: url(images/longtabladies.jpg) top center no-repeat #f99200;
	width: 185px;
	margin: 0 auto;	
}
.inner9 p{
	padding-bottom: 60px;
}
.inner10{
	padding: 270px 5px 3px 10px;
	background: url(images/left_BoatMarina.jpg) top center no-repeat #fff;
	width: 185px;
	margin: 0 auto;	
}
.inner12{
	padding: 0px 5px 3px 10px;
	background: /*url(images/longtabgrp2.jpg) top center no-repeat*/ #fff;
	width: 185px;
	margin: 0 auto;	
}

.inner21{
	padding: 50px 5px 3px 10px;
	background: url(images/falongtab.jpg) top center no-repeat #fff;
	width: 185px;
	margin: 15px 0px 0px 0px;	
}

.inner13{
	padding: 270px 5px 3px 10px;
	background: url(images/longtaboffice.jpg) top center no-repeat #fff;
	width: 185px;
	margin: 0 auto;	
}
.inner16{
	padding: 270px 5px 3px 10px;
	background: url(images/longtabhotel.jpg) top center no-repeat #fff;
	width: 185px;
	margin: 0 auto;	
}
.inner17{
	padding: 270px 5px 3px 10px;
	background: url(images/longtabladies2.jpg) top center no-repeat #fff;
	width: 185px;
	margin: 0 auto;	
}

.inner18 {
	padding: 30px 15px 8px 30px;
	background: url(images/wtabBg-top.jpg) top center no-repeat #fff;
}

.inner19{
	padding:0px 5px 0px 10px;
	background: #f99200;
	width: 185px;
	margin: 0 auto;	
}

.inner19 h5, .inner5 h5, .inner15 h5, .inner18 h5{
	color: #054593;
	text-align: center;
	margin-top: -28px;
}

.inner19 ul {
	margin-top: -28px;
}

.innerimg img {
	margin-left: -10px;
}

.innermission{
	padding: 308px 5px 3px 40px;
	background: url(images/longtabmission.jpg) top center no-repeat #fff;
	width: 239px;
	margin-top: 30px;
}
.innerleigh{
	padding: 140px 5px 3px 10px;
	background: url(images/longtabgrp2.jpg) top center no-repeat #fff;
	width: 185px;
	margin-top: 20px;
}
.innergroups{
	padding: 140px 5px 3px 10px;
	background: url(images/longtabgrp2.jpg) top center no-repeat #fff;
	width: 185px;
	margin-top: 20px;
}
.inner11{
	padding: 280px 5px 115px 10px;
	background: url(images/longtab-liz.jpg) top center no-repeat #f99200;
	width: 185px;
	margin: 0 auto;	
}
.inner11 p{
	padding-bottom: 60px;
}
.inner14{
	padding: 280px 5px 22px 10px;
	background: url(images/longtablady.jpg) top center no-repeat #f99200;
	width: 185px;
	margin: 0 auto;	
}
.inner15{
	padding: 290px 5px 8px 10px;
	background: url(images/longtab6.jpg) top center no-repeat #f99200;
	width: 185px;
	margin: 0 auto;	
}
.inner15 li{
	list-style-type: circle;
}
.inner18{
	padding: 280px 5px 8px 10px;
	background: url(images/longtab5.jpg) top center no-repeat #f99200;
	width: 185px;
	margin: 0 auto;	
}
.inner18 li{
	list-style-type: circle;
}
.inner3Btm {
	background: url(images/longtabBtm.jpg) bottom center no-repeat;	
	height: 22px;
	width:200px;
	margin: 0 auto;
}

.inner3Btm2 {
	background: url(images/longtabBtm.jpg) bottom center no-repeat;	
	height: 22px;
	width:200px;
	margin: 0px 5px 0px -10px;
}

.innerLft {
	padding: 30px 15px 8px 50px;
	width: 219px;
	margin: 10px 0 0 0;
	background: url(images/wtabBg-top.jpg) top center no-repeat #fff;
}
.innerLft1{
	padding: 250px 5px 3px 10px;
	background: url(images/longtab2.jpg) top center no-repeat #f99200;
	width: 200px;
	height: 324px;
	margin: 0 auto;	
}
.innerLft2 {
	padding: 225px 15px 8px 30px;
	margin-top: 20px;
	width: 239px;

	background: url(images/widetop.jpg) top center no-repeat #fff;
}
.innerBtmw2 {
	background: url(images/wtabBg2.jpg) top center no-repeat #fff;	
	height: 73px;
}
/* Left Column */
#left-col {
	float: left;
	width: 300px;
	padding: 0;
	color: #FFFFFF;
	text-align: left;
}

#left-col p {
	line-height: 22px;
	color: #000;
}

#left-col ul li {
	font-weight: bold;
	padding: 2px 0;
	/*margin: 5px 0;*/
	list-style-type: circle;
}

#left-col h5 {
	margin-top: 5px;
	color: #054593;
}

#left-col h5 span {
	margin-left: 50px;
}

#left-col2 {
	float: left;
	width: 70%;
	padding: 8px 0;
	color: #FFFFFF;
	text-align: left;
}

#left-col2 p{
	padding: 4px 0;
}
#left-col3{
	float: left;
	width:284px;
	padding: 0;
	color: #000;
	text-align: left;
}
#left-col4{
	float: left;
	width:200px;
	padding: 0;
	color: #000;
	text-align: left;
}

#left-col5 {
	float: left;
	width: 95%;
	padding: 8px 0;
	color: #FFFFFF;
	text-align: left;
}


#left-col .bottomTop {
	background:url(images/tabBg-top.jpg) top center no-repeat #f89201;
	padding: 25px 5px 5px 15px;
	width: 264px;

}
#left-col .bottomTop li{
	list-style-type: none;
	color: #000;
	font-weight: normal;
}

/* Right Column */
#right-col {
	float: right;
	width: 284px;
	padding: 0;
	color: #000000;
	/*background: url(images/right-col-bg.jpg) top left repeat-y #f9f9f9;*/
}

#right-col ul {
	margin: 0 0 0 20px;
	padding: 5px 0;
}

#right-col ul li {
	margin: 5px 0 0;
}

/*#right-col h6 {
	line-height: 18px;
	padding: 5px 10px;
	font-size: 13px;
	color: #fff;
	background: url(images/right-header.jpg) top left repeat-y #509ad9;
	text-align: center;
}*/

#right-col .top {
	/*margin-top: 20px;*/

}

#right-col3 {
	float: right;
	width: 284px;
	padding: 0;
	color: #000000;
	background: #1A64BF;/*url(images/right-col-bg.jpg) top left repeat-y #f9f9f9;*/
}

#right-col .bottom {
	background-color: #f89201;
	min-height: 190px;
	padding: 0;
}
#right-col .bottomR {
	background:url(images/tabBg.jpg) bottom center no-repeat #f89201;
	min-height: 190px;
	padding: 15px;
}

#right-col3 .bottomR {
	background:url(images/tabBg.jpg) bottom center no-repeat #f89201;
	min-height: 190px;
	padding: 15px;
	margin-top: -10px;
}

#right-col3 .bottomR4 {
	background:url(images/wtabBg.jpg) bottom center no-repeat;
	width: 284px;
}

.bottomR4 h6 {
	padding: 15px;
	font-size: 13px;
}

.bottomR  p{
	padding-bottom: 15px;
}
.bottomR  h6{
	color: #000;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 5px;
	font-size: 13px;	
}
#right-col .bottomR2 {
	background:url(images/tabBg.jpg) bottom center no-repeat #f89201;
	min-height: 60px;
	padding: 15px;
}
.bottomR2 p{
	padding-bottom: 15px;
}
#right-col .bottomTop {
	background:url(images/tabBg-top.jpg) top center no-repeat #f89201;
	padding: 25px 5px 5px 15px;
}
.bottomTop  h4{
	color: #113f79;
}
#right-col .bottom a {
	color: white;
	font-weight: bold;
}
#right-col2{
	float: right;
	width: 284px;
	padding: 0;
	color: #000000;
	/*background: url(images/right-col-bg.jpg) top left repeat-y #f9f9f9;*/
}
#right-col4{
	float: right;
	width:200px;
	padding: 0;
	color: #000;
	text-align: left;
}

/* Content Classes */
.references {
	list-style: none;
	margin: 0;
}

.references li {
	margin: 5px 0;
	width: 300px;
	float: left;
	border-top: dotted 1px #fff;
}
.references2 {
	list-style: none;
	margin: 0;
	width: 260px;
	padding: 0 8px;
	float: left;
}

.references2 li {
	margin: 5px 0;
	width: 242px;
	float: left;
	border-top: dotted 1px #fff;
}
.references3 {
	list-style: none;
	margin: 0;
}

.references3 li {
	margin: 5px 0;
	width: 350px;
	float: left;
	padding: 0 5px;
}
.references3 li p{
	border-top: dotted 1px #fff;
}
.references3 a{
	color:#000;
}
.references4 li {
	list-style: none;
	margin: 5px 0;
	width: 500px;
	float: left;
	border-top: dotted 1px #fff;
}

.references5{
	list-style: none;
	margin: 0;
}
.references5 li {
	margin: 15px 20px;
	width: 400px;
	float: left;
	border-top: dotted 1px #fff;
}

.emph {
	font-weight: bold;
	padding-top: 15px;
	margin-right: 65px;
	margin-bottom: 20px;
	text-align: right;
}

.quotes {
	font-size: 14px;
	letter-spacing: .02em;
	line-height: 22px;
	font-weight: bold;

}
/* Tables */
#claim-companies {
	margin-top: 30px;
}

#claim-companies tr td {
	padding: 3px 5px;
}

#claim-form td {
	padding: 0px;
}
#vid {
	float: right !important;
	width: 670px;
}
/* Footer */
#footer-container {
	background: url(images/footer.jpg) top left repeat-x;
	margin-top: 8px;
	clear: both;
}

#footer {
	width: 980px;
	margin: 0 auto;
	clear: both;
	padding-top: 10px;
}

#footer .cpy{
	color: #000;
	font-size: 10px;
}
.center-box, .left-box, .right-box {
	background: url(images/bottom-box.jpg) top center no-repeat;
	width: 300px;
	height: 151px;
	float: left;
	padding: 10px 15px 0 15px;
	font-size: 12px;
	margin-left: -4px;
	margin-top: -5px;
}

#footer h3 {
	color: #f9ff49;
	font-size: 22px;
	margin-bottom: 5px;
	text-align: center;
}
#footer p, li {
	padding: 0;
	font-weight: bold;
}
#legal {
	font-size: 14px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
.tag {
	text-align: center;
	color: #F9FF49;
}
.tag2 {
	color: #F9FF49;
	font-size: 25px !important;
	padding: 8px 0;
}
.tag2 a{
	padding: 8px 0;
}
.subnote {
	font-size: 11px;
}
.why {
	font-family: times;
	color: #F9FF49;
	font-style: italic;
	font-weight: bold;
	font-size: 17px;
}
.spcr {
	padding: 15px 0 10px 0;
}
.blocknote {
	width: 300px;
}
#inscope {
	padding-left: 15px;
	margin-top: 10px;
}
#inscope li{
	padding: 9px 0;	
}
#inscope a{
	color: #fff;
	
}
#btmInfo {
	background: url(images/barTp.jpg) top center no-repeat #f89201;
	color: #000;
	width: 656px;
	margin: 0 auto;
	padding: 15px;
}
#btmInfo h5{
	color: #113f79;
	font-weight: bold;
}
#btmInfoBtm {
	background: url(images/barBtm.jpg) top center no-repeat #f89201;
	height: 46px;
	width: 686px;
	margin: 0 auto;
}
.note {
	color: #000;
	background: #96c0f8;
	padding: 3px 10px;
}
.directions {
	color: #c60c0c !important;
}
#qual li{
	padding: 8px;
}

#links {
	text-align: center;
}

#links h2 {
	color: #FF9933;
	font-size:32px;
	font-family: georgia;
	font-style: oblique;
	padding: 15px;
	
}

#links p {
	padding: 15px 0px;
}

#links2 a {
	color: #000;
}

#links2 {
	text-align: center;
}

#links2 span {
	font-weight: bold;
	padding-top: 15px;
}

#links3 a {
	color: #000;
}

#links3 h4 {
	padding: 12px 0 3px 0px;
}

#disclaimer h2{
	text-align: center;
}

#disclaimer li{
	padding: 4px 0px;
}
.nestedList{
	font-weight: normal;
}

#disclaimerOl {
	padding: 10px 0px;
}

.nestedText{
	font-weight: normal;
	padding: 15px 0px !important;
}

.life {
	padding: 15px 10px 10px 20px;
}
.beliTop {
	width: 283px;
	float: right;
	}
	
.missions li{
	color: #F8C701;
}
.missions li p{
	color: #fff;
}