@charset "utf-8";
@import "reset.css";
/*  ===== @MAIN BODY STYLES ============================== */
body {font: 12px Tahoma, Arial, sans-serif; color:#666;}

#home{  background:url(HeaderBg.png) repeat-x;}
#interior, #blank, #partnersPage, #partners{ background:#fff url(interiorBg.jpg) repeat-x;}

/*  ===== @DEFAULT STYLES ============================== */
hr {height:1px; border:0; border-bottom:1px solid #000;}
a,a:visited, a:focus {color:#012e4c; text-decoration:none; outline:none;}
a:hover, a:active {color:#000;}

h1, h2, h3, h5, h6{ color: #012e4c; margin: 0 0 1em 0;}
#blank h1{ padding:.5em 0 0;}
h1{ font-size:20px; }
h2{ font-size:18px; }
h3 { font-size:16px; }
h4 { font-weight:bold;}
p{color:#666; margin-bottom:15px; line-height: 1.5em;}
ul, ol{margin:1em 0;}
li{margin:0 0 0 2em; line-height: 1.5em;}
ul li{ list-style-type:disc;}


#cForm, #cForm ul { width:305px; height:auto; margin:0 auto; padding:0; list-style:none; line-height:1; }
#cForm { margin-top:35px; }
#cForm li { list-style:none; margin:0; overflow:hidden; line-height:1 !important; }
#cForm .cFormLabel { display:block; width:130px; height:auto; float:left; font-size:12px; color:#fff; padding:2px; }
.ie7 #cForm .cFormLabel { padding:0 !important; }
#cForm .cFormInput { width:130px; height:20px; border:1px solid #ddd; margin-top:2px; font-weight:bold; color:#012E4C; }
.ie7 #cForm .cFormInput { height:18px; }
#cForm .cFormSelects { display:block; width:132px; border:1px solid #ddd; height:20px; }
#cForm .cFormLabelInfo { width:280px; display:block; font-size:12px; line-height:1; color:#fff; }
#cForm .cFormTextArea { width:280px; border:1px solid #ddd; height:20px; font-weight:bold; color:#012E4C; }
#cForm .cFormSubmit { display:block; margin:0 auto; width:100px; height:auto; }
#cForm .pusher { display:block; float:left; height:auto; width:20px;  }
#cForm label.error {color: #f00; display:none !important; }
#cForm input.error {border:1px solid #f00; }
#errorContainer { font-size:11px; color:#FFF; }

#slideshow, #slideshow img {
  width:216px !important;
  height:92px !important;
  margin:0 auto 0;
  overflow:hidden;
}

#slideshow { margin-top:20px; }

#charitySlideshow, #charitySlideshow img { 
  width:216px !important; 
  height:112px !important;
  margin: 0 auto;
  overflow:hidden;
}

#tweet { padding-bottom:20px; border-bottom:1px dashed #ccc; }
.tweet_list { margin:0; padding:0; list-style:none; }
#tweet .tweet_text { color:#1f5082; }
.tweet_list li { margin:0 0 15px 0; padding:0; list-style:none; clear:left; }
.tweet_avatar { float:left; margin:0 5px 5px 0; }

.sideBarHeader { float:left;  height:auto; font-size:14px;  }
.sideBarHeader span { font-weight:normal; font-size:12px; font-style:italic; }
.socialLinks { float:right; display:block; vertical-align:middle; padding-left:5px; }
.socialLinks img { vertical-align:middle; }

#staffList { font-size:11px; border-collapse:collapse; border:1px solid #ccc;   }
#staffList td { text-align:center; padding:5px; border:1px solid #ccc;  }
#staffList .title { background-color:#135B8B; color:#FFF; }


/*  ===== @HEADER =============================== */
#phoneWrapper{
  margin: 35px 0 0 0;
  float:right;
  text-align:right;
}
#phoneWrapper p{
  display:inline;
  color:#2c5a89;
  font-size:16px;
  text-align:right;
}
#phoneWrapper p span{
  font-style:italic;
  color:#37a1de;
  padding:0 5px 0 0;
  }
#phoneNumber{
  font-size:26px;
  font-weight:bold;
  color:#2c5a89;
  display:inline;
}
#logo{
  width: 193px;
  height:74px;
  margin: 15px 0 0 0;
  float:left;
}
#header{
  width:960px;
  height: 132px;
  margin: 0 auto;
 
}

/*  ===== @Drop-Down Nav =============================== */
#navClearer{
clear:right;  
display: block; 
overflow: hidden; 
visibility:hidden; 
width: 0; 
height: 0;
}
#jsddm {
list-style: none;
font: 12px Arial, Helvetica, sans-serif;
color:#285687;
text-decoration:none;
width: auto;
height:32px;
clear:both;
float:right;
position:relative;
z-index:999;
margin:11px 0 0 0;
padding:0;
}
#jsddm > li {
float: left;
text-align: center;
display:block;
text-decoration:none;
height:32px;
line-height:30px;
margin:0;
list-style:none;
position: relative;
width:192px;
background:url(navBreak.png) no-repeat left;
}
.hasSubNav a {
background:url(navDropArrow.png) no-repeat 175px 10px;
}

#jsddm > li > a{
color:#285687;
font-weight:bold;
display:block;
height:32px;
padding: 0 5px;
}
#jsddm > li:hover > a { color:#FCBD38}

#jsddm > li > ul{
display:none;
width: 195px;
list-style:none;
position:absolute;
clear: both;
left: 0;
top: 32px;
line-height: 1;
margin: 0;
border:1px solid #1f76b0;
}

#jsddm > li ul li { list-style-type:none; margin:0; line-height: 1; border-bottom:1px solid #1f76b0;  }
#jsddm > li > ul li a {
color:#fff;
background: #1f5082;
text-align: left;
font-size: 11px;
text-decoration:none;
display: block;
margin:0;
padding: 4px 10px;
 
}
.mainNavLast a{
  background:url(navBreak.png) no-repeat right;
}
.subNav, .subNavFirst, .subSubNav,  .subSubNavFirst{}
#jsddm > li > ul li a:hover{background: #204163;}
#jsddm > li ul li ul{
margin:-19px 0 0 180px; 
display:none;
width: 195px;
list-style:none;
position:absolute;
clear: both;
left: 0;
line-height: 1;
}
#jsddm > li > ul li ul li{
position: relative;
}
/*  ===== @HOMEPIECE ============================ */
#homeMenu{
height:245px;
width:980px;
margin:0 auto;
background:url(sliderImg.jpg) no-repeat left;
}


#cFormContainer {
  float:right;
  height:245px;
  width:306px;
  margin-right:2px;
  }

#caption {
 height:100px;
 width:960px;
  margin:20px auto 0;
  }
#caption a{
  width:185px;
  height:95px;
  display:block;
  float:left;
  position:relative;
  margin:0 8px 0 0;
  
  }


.option1 { background:url(workersImg.png) no-repeat top left; }
.option2 { background:url(businessImg.png) no-repeat top left; }
.option3 { background:url(groupImg.png) no-repeat top left; }
.option4 { background:url(personalImg.png) no-repeat top left;}
.option5 { background:url(marineImg.png) no-repeat top left;margin:0 !important; }

#caption .quoteBtn { display:block; position:absolute; bottom:0; width:185px; height:25px; }

#caption .option1 .quoteBtn { background:url(workersBtn.png) no-repeat; }
#caption .option2 .quoteBtn { background:url(businessBtn.png) no-repeat; }
#caption .option3 .quoteBtn { background:url(groupBtn.png) no-repeat; }
#caption .option4 .quoteBtn { background:url(personalBtn.png) no-repeat; }
#caption .option5 .quoteBtn { background:url(marineBtn.png) no-repeat; }

#caption a:hover .quoteBtn { background-position:bottom left; }


/* ===== @PAGE CONTENT BOX STYLES ============================================= */
#home #contentWrapper{
  margin:0 auto; 
  width:960px; 
  padding:20px 0;
}
  #home #content{
    width:600px;
    padding:0 20px 0 0;
    float:left;
  }
  #home #sideBar{
    width:300px;
    float:right;
    height:auto;
  }

#interior #contentWrapper{
  clear:both; 
  margin: 0 auto; 
  padding: 20px 0;
  width:960px;
}
  #interior #content{
    width:600px;
    float:right;
  }
  #interior #sideBar{
     width:360px;
     float:left;
     height:auto;
   }

#partners #contentWrapper{
  clear:both; 
  margin: 0 auto; 
  padding: 20px 0;
  width:960px;
}
  #partners #content{
    width:600px;
    float:right;
  }
  #partners #sideBar{
     width:300px;
     float:left;
     height:auto;
   }
#blank #contentWrapper, #partnersPage #contentWrapper{
clear:both; 
margin: 0 auto; 
width:960px;
}
  #blank #content, #partnersPage #content{
    width:960px;
    float: right;
  }
  #blank #sideBar{
    width:360px;
    float:left;
    margin: 0 0 0 -20px;
  }

.copy {clear: both;}
#interior .copy, #blank .copy {padding:0 20px;}
#twitter ul { margin:0; padding:0; }
#twitter ul li { list-style:none; margin:0; padding:0; }

/* ===== @LEFTNAV STYLES ============================================= */
#leftnav {
background:#012e4c url(formBg.jpg) repeat-x;
width: 338px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #333;
margin: 0 0 0 20px;
}
#leftnav li{list-style:none;}
#leftnav li a{
color:#333;
padding:0 0 0 10px;
}
#sideNavFirst{
-moz-border-radius-topleft:4px; 
-moz-border-radius-topright:4px; 
-webkit-border-top-left-radius:4px; 
-webkit-border-top-right-radius:4px; 
border-radius-topleft:4px; 
border-radius-topright:4px;
}
#sideNavLast{
-moz-border-radius-bottomleft:4px; 
-moz-border-radius-bottomright:4px; 
-webkit-border-bottom-left-radius:4px; 
-webkit-border-bottom-right-radius:4px; 
border-radius-bottomleft:4px; 
border-radius-bottomright:4px;
}
#leftnav ul, #leftnav ul li { margin:0; }
#leftnav .item ul li a {display:block;}
#leftnav .level1>li{
background:url(leftnavoverlay.png) no-repeat center;
}
#leftnav .level1>li>div, #leftnav .level1>li>div>a {
font-size:14px;
font-weight:bold;
text-decoration:none;
color: #fff;
height: 31px;
line-height:31px;
}
#leftnav .level2{
display:none;
}
#leftnav .level3{
display:none;
}
#leftnav .level2>li  {
/*height: 20px;*/
line-height: 20px;
font-size: 12px;
border-top: 1px solid #999;
background: #ddd url(navBG.png) repeat-x top center;
}
#leftnav .level3{
/*height: 20px;*/
line-height: 20px;
font-size: 12px;
border-bottom: 1px solid #efefef;
border-top: 1px solid #999;
background: #ddd;

}
#leftnav .level3 li a{border-left: 4px solid #333;}
#leftnav .level2 li a{
display: block;
}
#leftnav .level2 > li:hover, #leftnav .level3 > li:hover{
background: #efefef;
}
#leftnav .navarrow {
margin:0 0 3px 10px;
vertical-align:middle;
}
#leftnav .level2 li.current {
background: #efefef;
}
#leftnav .level3 .item a{
padding-left:20px;
}
#leftnav .level2 .item>div {height:20px;}


#testimonials{
background: #ddd;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-radius-bottomleft:5px;
border-radius-bottomright:5px;
}
#testimonials h2{padding: 10px 0 0 10px;}
#testimonials p{ padding: 10px; color:#333; margin-bottom:0; }
#testimonials h4{
  padding: 0 10px 10px;
  font-size:12px;
}
/* ===== @CONTENT STYLES ============================================= */
#contactInfo{
width:325px;
height: auto;
margin: 0 0 0 20px;
}
.contactAddress{margin:15px 0 0 0;}
#googleMap{
width:325px;
height:325px;
background:#d8ebf7;
border:1px solid #b5d2e6;
padding:2px;
margin: 0 0 10px 0;
}

/* ===== @FORMS STYLES ============================================= */
#formContainer{
background:#012e4c url(formBg.jpg) repeat-x;
color:#fff;
border:1px solid #333;
width: 555px;
margin: 0 auto 20px;
-khtml-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
font: 13px/normal Arial, Helvetica, sans-serif;
}
#formContainer #idMediaLoader{
margin: 10px auto 0;
width: 520px;
display: block;
}
#formContainer h2{
color: #fff;
font-size:14px;
text-align:center;
margin:10px 0 10px 0;
}
.wiffyForm { width: 620px !important; margin: 20px auto 0 !important;}
#formContainer label{
color:#fff;
font: 13px/normal Arial, Helvetica, sans-serif;
}
#formReferFriend .emailAddress{width: 260px;}
#formReferFriend .emailAddress input{width: 260px;}
#formReferFriend .phone1,#formReferFriend .phone2{width: 130px;}
#formReferFriend .phone1 input, #formReferFriend .phone2 input{width: 130px;}
.notes textarea, .form .formWidth{ border:1px solid #cecece;}
.form{
width:520px;
margin: 10px auto 0;
}
.form .formInput{
width:130px;
float:left;
}
.form .formWidth{
width:120px;
height:15px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
#CRM_Leads_CompanyName{width:517px;}
.notes textarea{
width:518px;
height:35px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
.phone .phoneUS{width: 128px;}
.inputMoreInfo, .submit{text-align:center; margin: 5px 0 0 0;}
.inputMoreInfo{margin:5px 0 0 0; color:#fff;}
.form label.error {color: #f00; display:block; }
.form .formInput input.error {border:1px solid #f00; }
#submit{margin:0 0 10px 0; }


/* ===== @BLOG STYLES ============================================= */
.articleSeparator{}
.blog{
margin: 0 0 20px 0;
line-height:1.3;
}
.blog h2{
margin:0;
padding:0;
border-bottom:1px solid;
}
.blog .time{
display:block;
margin: 0 0 20px 0;
font-size:10px;
float:right;
}
.blog .article{
clear:both;
margin: 0 0 20px 0;
}
.readMore{text-align:right; }

/*=== BLOG ===*/
.blog{margin:0 0 20px 0;line-height: 1.3}
.blog h2,#fullArticle h2{margin:0;padding:0;border-bottom: 1px solid}
.articleSeparator{height:1px;margin:8px 0;display:block}
  
.blogPostDateTime,.time{margin:0 0 10px;font-size:10px;font-weight: bold}
.blogPostHeader,#fullArticle  h2{margin-bottom:8px !important;padding-bottom:5px !important}
.blogPostHeader  a{text-decoration:none}
.blogPostReadMoreBtn{margin:15px 0 40px !important;display:block}
#fullArticle  p {display:block}
.blogPostReadMoreBtn{width:135px !important;text-decoration:none !important}
   
.blog_module{border:1px solid #bbb;margin:0 0 10px}
#quoteForm+.blog_module{margin-top:10px}
.blog_module h2{
  background:#ccc;
  background:-moz-linear-gradient(top,#ddd,#ccc);
  background:-webkit-gradient(linear,left top,left bottom,from(#ddd),to(#ccc));
  color:#444;
  font:700 16px sans-serif;
  text-shadow:0 1px 0 #fff;
  padding:8px;
  margin:0}
.blog_items{padding:8px 12px 8px 8px;margin:0}
.blog_items li{list-style:none;padding:0;margin:0 0 10px}
.blog_items h4{font:700 12px sans-serif;margin:0}
.blog_items span{font:400 11px sans-serif}

#aboutItem span{max-height:300px}
#vidItems,#podItems{display:none}
 
.btnSubscribe{float:right;margin:-35px 0 10px;width:90px}
.socLikeTweet{float:right;margin:-20px 0 0 5px;width:100px}
.socLikeTweet  iframe{margin-bottom:5px !important}




/*=== Blog Content Editor Styles ===*/
.editor{
  border:1px solid #bbb;
  margin:0 0 10px;
  padding:0 0 10px}
.editor li{list-style:none !important;margin:0 0 10px 10px}
.editor h2{
  background:#ccc;
  background:-moz-linear-gradient(top,#ddd,#ccc);
  background:-webkit-gradient(linear,left top,left bottom,from(#ddd),to(#ccc));
  color:#444;
  font:700 20px sans-serif;
  text-shadow:0 1px 0 #fff;
  padding:8px;
  margin:10px 0}
.editor h2:first-child{margin-top:0}
.editor label{font-weight:700}
.editor input,.editor select,.editor textarea{
  border:1px solid #ccc;
  color:#444;
  font:400 13px sans-serif}
.editor input,.editor textarea{padding:3px;width:570px}
.editor select{margin:0 5px 0 0}
.editor img{padding:5px 10px 0 0}
.editor .siteBtnUI{font:700 14px sans-serif !important;width:250px!important}
.editArea div{border:1px dashed #bbb;font-weight:400;padding:3px;margin:0 6px 0 0}

/* Blog Pagination */
ul#blogPagination { margin: 0; padding: 0 }
#blogPagination li {
  margin: 15px 5px 10px 0;
  padding: 0;
  list-style: none;
  float: left;
  text-align: center;
  font-size: 11px !important }

#blogPagination li a {
  display: block;
  height: 20px;
  padding: 0 5px;
  line-height: 20px;
  border: 1px solid #0B4A6B }

#blogPagination li a:hover { background: #fafafa; text-decoration: none }
#blogPagination li.activePage { background: #0B4A6B }
#blogPagination li.activePage a { color: #fff }
#blogPagination li.activePage a:hover { background: #0B4A6B !important }

.blogpage #sideBar { float:right !important; width: 320px !important; }
.blogpage #content { float:left !important; }
.popArticle h3 { font-size:13px; margin-bottom:5px;}



/* ===== @UI.LIB.CSS ========== 
 * THIS FILE WILL EVENTUALLY HOLD ALL DEFAULT
 * STYLES FOR BUTTONS, FORM CONTROLS, ETC....
 */

/* @UI.BUTTONS */
.siteBtnUI {
  background: #ddd;
  background: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#bbb));
  background: -moz-linear-gradient(top,#eee,#bbb);
  filter:progid: DXImageTransform.Microsoft.Gradient(startColorstr='#eeeeee',endColorstr='#bbbbbb'); /* IE */
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: #999 1px solid;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
  color: #444;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 6px 5px;
  text-decoration: none;
  outline: none; }
 
  .siteBtnUI:hover {
    background: #eee;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ddd));
    background: -moz-linear-gradient(top,#fff,#ddd);
    filter:progid: DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff',endColorstr='#dddddd');
    border-color: #bbb;
    color: #777; }
 
  .siteBtnUI:active {
    background: #aaa;
    background: -webkit-gradient(linear,left top,left bottom,from(#999),to(#bbb));
    background: -moz-linear-gradient(top,#999,#bbb);
    filter:progid: DXImageTransform.Microsoft.Gradient(startColorstr='#999999',endColorstr='#bbbbbb');
    border-color: #777;
    color: #333; }
 
.siteBtnUI[disabled="disabled"], .siteBtnUI.disabled {
  background: #eee;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ddd));
  background: -moz-linear-gradient(top,#fff,#ddd);
  filter:progid: DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff',endColorstr='#dddddd');
  border-color: #ccc;
  color: #aaa; }



 
/* ===== @FOOTER STYLES ============================================= */
#footer{
background: url(footerBg.png) repeat-x;
width:100%;
height:128px;
color:#FFF;
margin:0 auto;
padding-left:10px;
}


#footerWrapper { margin:0 auto; width:960px; }

#footer ul{
width:auto; 
margin:15px 115px 0 0;
padding:0;
height:auto;
float:left;
list-style-position:inside;
  list-style:none;
}
.ie7 #footer ul { margin-right:90px !important }

#footer ul.last { margin-right:0 !important; }

#footer li {
margin:0;
padding:0;
line-height:1;
list-style-position:inside;
list-style:none;
}

#footer .title { list-style:none; font-size:13px; font-weight:bold; padding-bottom:10px; }

#footer a, #footer a:visited {
color:#FFF;
font-size:11px;
text-decoration:none;
}
  #footer a:hover {color:#fff; text-decoration:underline;}

.arLogo { display:block; list-style:none; margin-top:15px !important; }
/* ===== @SLIDE-DOWN-PANEL ============================================= */
#slidepanel {
  position:absolute; /* absolute = overlap content, relative = push-down content */
  top: 0;
  width: 100%;
  z-index: 1000;
  text-align: center;
  margin: 0 auto;
}

#panel {
  background: #FFF;
  color: #544D45;
  display: none;
  width: 100%;
  overflow: hidden; position: relative; z-index: 1000;
  border-bottom: 3px solid #CFCFCF;
}

#panel .content {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

#panel .content .box {
  width:170px;
  float:left;
  padding:10px;
}

/* box content */

.box h2 {
  font-size: 16px;
  padding:0 0 10px;
  margin: 0;
}

.box p {
  margin: 5px 0;
  padding: 0;
  font-size:12px;
}


/* @TAB */

.tab {
  height:20px;
  position: relative; top: 0; z-index: 1000;
  width: 960px;
  margin: 0 auto;
}

.tab #toggle { float:right; }

.tab a.open, .tab a.close {
  color:#000000;
  display:block;
  font-size:12px;
  width:131px;
  height: 17px;
  cursor: pointer;
  position: relative;
  text-decoration:none;
  background:url(additionalTab.png) no-repeat;
  text-indent:-9999px;
}

.tab a.open {margin-top:3px;}


/* ===== @IE6 WARNING ========== */

#ie-warning {
  color:#333;
  background:#FDF2AB url(dialog-warning.gif) 10px no-repeat;
  border-bottom:1px solid #A29330;
  padding:5px 5px 5px 40px;
  position:absolute;
  top:0;
  width:100%;
  z-index:10000;
  height:25px;
  line-height:25px;
}

#ie-warning p { margin:0; padding:0; }
/* ===== @OVERWRITE STYLES ========== */
#sharingModule{ width:171px; height:16px; clear:both; margin:20px 0;}

/* ===== @HELPER STYLES========== */
.clear{clear:both;}
.clearer {
clear: both; 
display: block; 
overflow: hidden; 
visibility:hidden; 
width: 0; 
height: 0;
}
.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}  
* html .clearfix {height: 1%;}
img {border:none;}
/* ===== @VIDEO GIRL STYLES  ============================================= */ 
#vpPlayer, #vpBtn, #vpBtnPause{
position:fixed;
bottom:0;
right:0;
z-index: 9999;
}
#vpBtn{display:none;}


#event-info {
  width:99%;
  margin:20px auto 0 auto;
  padding:0;
  overflow:hidden}
#event-info h2 {font-size:18px;text-align:center}
#event-info #amexCard {float:left;margin:0 10px 0 0}

.align-center {text-align:center}




