@charset "utf-8";
/* CSS Document */

/**** WEATHER ALERTS START ****/

/*  When there is NO ALERT, use this set */
.weatherhero{
display:block; 
}
#weatherAlert{
display: none;
}
.weatherheroAirports{
display:block;
}
#weatherAlertAirports{
display: none; 
}
/*  When there IS AN ALERT, use this set */
/*
.weatherhero{
display:none;
}
#weatherAlert{
display: block;   
margin-bottom:20px;
}
.weatherheroAirports{
display:none;
}
#weatherAlertAirports{
display: block;  
margin-bottom:20px;
}
*/
/***** WEATHER ALERTS END ****/


/******** GENERAL ********/ 
div.filler {
/*	background-color:#dde5ec; */
	margin-bottom:10px;
	padding:75px 0 75px 0;
	width:100%;
}
div.fillerBG {
  background-color:#dde5ec; 
	margin-bottom:10px;
	padding:25px 0 25px 0;
	width:100%;
}
#page div.filler h2, #page div.fillerBG h2{
	color:#b8bec4;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
#page div.fillerBG h2{
	color:#084887;
}
div.filler p, div.fillerBG p {
	color:#b8bec4;
	font-size:11px;
	font-weight:bold;
	line-height:1.4;
	padding-left:8px;
	text-align:left;
	vertical-align:middle;
}
div.photoInlineLeft {
	display:inline;
	float:left;
	margin:0;
	padding-right:10px;
	padding-bottom:10px;
}
div.photoInlineText {
	float:left;
	margin:0;
}
div.photoInlineText p {
	margin:0;
}
#columnCenter hr { 
	margin-bottom:14px;
}
#page #simpleTabs2 li.oneLine {
	padding-top:16px;
	padding-bottom:16px;
}
#columnCenter .blockLink a, .blockLink a:link, .blockLink a:visited{
	font-weight:bold;
	text-decoration:none;
}
#columnCenter .blockLink a:hover {
	text-decoration:underline;
}
#columnCenter ul li {
	margin-bottom:.8em;
}
#page ul.listNoBull, #columnCenter ul.listNoBull {
	line-height:1.3;
	list-style-image:none;
	list-style-type:none;
	margin:6px auto auto 1em;
}
#page ul.listNoBull li, #columnCenter ul.listNoBull li {
	margin-bottom:.8em;
}
p.indent {
	padding-left:16px;
}
.formText {
	color:#444444;
	font-size:12px;
	font-weight:bold;
	float:left;
	margin-bottom:8px;
	padding-right:6px;
	padding-top:6px;
	text-align:right;
	width:145px;
}
.formTextC {
	color:#4c8fd2;
	font-size:12px;
	font-weight:400;
	float:left;
	margin-bottom:8px;
	padding-right:6px;
	padding-top:6px;
	text-align:left;
}
.formField {
	font-size:12px;
	font-weight:400;
	float:left;
	margin-bottom:8px;
	text-align:left;
}
.formText0 {
	color:#444444;
	font-size:12px;
	font-weight:bold;
	float:left;
	margin-bottom:0px;
	padding-right:6px;
	padding-top:6px;
	text-align:right;
	width:145px;
}
.formField0 {
	font-size:12px;
	font-weight:400;
	float:left;
	margin-bottom:0px;
	text-align:left;
}
.formFieldL {
	font-size:12px;
	font-weight:400;
	float:left;
	margin-bottom:8px;
	padding-right:6px;
	text-align:left;
	width:200px;
}
.formTextXSm {
	font-size:10px;
	font-weight:400;
}
#page input, #page textarea, #page select, .sequelForm {
background-color:#ffffff;
	border:1px solid #4c8fd2;
}

#page .noBorder {
 border:none;
}
.sequelForm {
height:22px;
margin-top:7px;
}
#page input.formButtonA, #page .formButtonA {
  background-color:transparent;
  background-image:url(/img/button_form_bg_left_active.gif);
	background-position:0% 50%;
  background-repeat:no-repeat;
  border:none;
  color:#4483b7;
	cursor:pointer;
  height:31px;
  margin: 0;
	padding: 0 5px 0 5px;
}
#page div.formButtonA {
  background-image:url(/img/button_form_bg_right_active.gif);
  background-position:100% 50%;
  background-repeat:no-repeat;
  border:none;
	cursor:pointer;
  height:31px;
  margin: 0;
	padding:0;
}
#page input.formButtonB, input.formButtonB {
  background-color:transparent;
  background-image:url(/img/button_form_bg_left_active_sm.gif);
	background-position:0% 50%;
  background-repeat:no-repeat;
  border:none;
  color:#4483b7;
	cursor:pointer;
  height:21px;
  margin: 0;
	padding: 0 5px 0 5px;
	text-align:center;
}
#page div.formButtonB, div.formButtonB {
  background-image:url(/img/button_form_bg_right_active_sm.gif);
  background-position:100% 50%;
  background-repeat:no-repeat;
  border:none;
	cursor:pointer;
  height:21px;
  margin: 0;
	padding:0;
}
p span.qa {
	font-size:130%;
	font-weight:bold;
	color:#6095c1;
}
.odd {
	background-color:#fbfcfd;
	border:1px solid #e8eaec;
}
ol.qaQuestionList {
  list-style-type:decimal;
}
#page ol.qaQuestionList li, #page ol.qaQuestionList li a, #page ol.qaQuestionList li a:link, #page ol.qaQuestionList li a:visited {
  color:#084887;
	font-weight:bold;
  text-decoration:none;
}
#page ol.qaQuestionList li a:hover {
  color:#084887;
  text-decoration:underline;
}
#page ol.qaQuestionList li span.answer, #page ol.qaQuestionList li span.indent, #page ol.qaQuestionList li ul li, #page ol.qaQuestionList li ol li, #page ol.qaQuestionList li table {
  color:#323a2f;
  font-weight:400;
}
#page ol.qaQuestionList li span.backTop a {
  font-size:10px;
}
#columnWrapper div.stripedQA div, #columnRight div.stripedQA div {
	margin:0;
	padding:8px 8px 0 8px;
}
#columnWrapper div.stripedQA div p, #columnRight div.stripedQA div p {
	line-height:1.4;
	margin:0;
	margin-left:23px;
	padding-bottom:8px;
	text-indent:-23px;
}
#columnWrapper div.stripedQA div li, #columnRight div.stripedQA div li {
	line-height:1.2;
	margin-bottom:.75em;
	margin-left:7px;
}
#columnWrapper div.stripedQA div p.mb0, #columnRight div.stripedQA div p.mb0 {
	margin-bottom:-10px;
}
#page h2.single a:link, #page h2.single a:visited, #page h3.single a:link, #page h3.single a:visited, #page h4.single a:link, #page h4.single a:visited {
	text-decoration:none;
}
#page h2.single a:hover, #page h3.single a:hover, #page h4.single a:hover {
	text-decoration:underline;
}
#page p.single a:link, #page p.single a:visited, #columnWrapper p.single a:link, #columnRight p.single a:visited {
	text-decoration:none;
}
#page p.single a:hover, #columnWrapper p.single a:hover, #columnRight p.single a:hover {
	text-decoration:underline;
}
#page li.single a:link, #page li.single a:visited, #columnWrapper li.single a:link, #columnRight li.single a:visited {
	text-decoration:none;
}
#page li.single a:hover, #columnWrapper li.single a:hover, #columnRight li.single a:hover {
	text-decoration:underline;
}
#page td.single a:link, #page td.single a:visited, #columnWrapper td.single a:link, #columnRight td.single a:visited {
	text-decoration:none;
}
#page td.single a:hover, #columnWrapper td.single a:hover, #columnRight td.single a:hover {
	text-decoration:underline;
}
#page p.pdf2line {
margin-left:26px;
text-indent:-26px;
}
#page li.pdf2line {
margin-left:26px;
text-indent:-26px;
}
ul.listLink {
	list-style:none;
	list-style-image:url(/img/list-link-arrow.gif);
}
ul.listLink li {
	margin-left:-10px;
}
.newletter {
margin-top:10px;
}
img.photo, #page img.photo {
	border:2px solid #c4d8e9;
}
.centerIt {
	margin:0 auto;
	text-align:center;
}
.floatleftPhoto {
	float:left;
	margin:auto 8px 8px 0;
}
#page #columnLeft table td li, #page #columnCenter table td li, #page #columnRight table td li{ 
	font-size:1.0em;
}
#page #columnLeft table td, #page #columnCenter table td, #page #columnRight table td { 
	color:#323a2f;
}
#page table.noUnderline td.tdRight a:link, #page table.noUnderline td.tdRight a:visited, #page table.noUnderline td.tdLeft a:link, #page table.noUnderline td.tdLeft a:visited {
	text-decoration:none;
}
#page table.noUnderline td.tdRight a:hover, #page table.noUnderline td.tdLeft a:hover {
	text-decoration:underline;
}
#page table a:link, #page table a:visited, #page table a:hover{
	text-decoration:underline;
}
#columnCenter table.generic {
	width:auto;
}
#columnCenter table.generic td {
	height:1.5em;
	margin:0;
	padding:0;
	vertical-align:top;
}
hr.tightHR {
	margin:0px;
	padding:0px;
}
span.indent {
	padding-left:20px;
}
#alerts { 
	background-image:url(/img/alerts_strip_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #e4e9ed;
	font-size:12px;
	height:32px;
	margin-bottom:10px;
	padding:0;
}
#alerts div#alertsTitle {
	background-image:url(/img/alerts_strip_title_bg.gif);
	background-repeat:no-repeat;
	background-position:right;
	border:1px solid #ffffff;
	float:left;
	height:30px;
}
#alerts div#alertsText {
	float:left;
}
#alerts div#alertsLink {
	background-image:url(/img/alerts_strip_link_bg.gif);
	background-repeat:repeat-x;
	background-position:right;
	border:1px solid #ffffff;
	float:right;
	height:30px;
}
#alerts div#alertsTitle h2{
	color:#2368a9;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:8px 18px 0px 6px;
}
#alerts p {
	font-size:12px;
	margin:0;
	padding:10px 18px 0px 9px;
}
#alerts div#alertsLink p{
	color:#2368a9;
	font-size:12px;
	font-weight:bold;
	padding:8px 18px 0px 9px;
}
#synopsisAlert{
	padding:9px; 
	height:5px;
	float:left;
	width:400px;
	overflow: hidden;
}
#synopsisAlertHome{
	padding:9px; 
	height:5px;
	float:left;
	width:390px;
	overflow: hidden;
}
#synopsisAlert.btalerts{
	width:645px;
}
#totalAlerts a{
	background: url(/img/icon_collapse_sprite.png) transparent no-repeat right top;
	height:14px !important;
	display:block;
	width:110px;
}
#totalAlerts a.collapsed{
background-position: right bottom;
}
.searchMatch{
	float:right;
	font-weight:400;
	padding: 64px 5px 0 0;
}
.matchTitle{
  color:#323a2f;
  font-size:.75em;
	font-weight:400;
}
div.promoBox {
	border: 4px solid #c4d8e9;
	margin:0 0 10px 0;
}
div.promoBox h2{
	background-image:url(/img/promo_box_bg.gif);
	background-repeat:repeat-y;
	color:#2368a9;
	font-size:13px;
	margin:0px;
	height:27px;
	padding:	9px 0 0 11px;
	text-align:left;
}
div.promoBox div{
	background:none;
	background-color:#ffffff;
	color:#2368a9;
	font-size:13px;
	margin:0px;
	padding: 0 4px 0 8px;
}
#page input.formButtonGo {
	background:none;
  background-color:transparent;
  background-image:url(/img/button_form_go.gif);
	background-position:0% 0%;
  background-repeat:no-repeat;
  border:none;
  color:#ffffff;
	cursor:pointer;
  height:32px;
  margin: -10px 0 -10px 0;
	padding: 0 11px 3px 0;
	width:55px;
}
#page input.promoFormField {
  margin: -12px 0 -5px 0;
	width:125px;
}
#page h2.twoLine, #page #columnWrapper h2.twoLine, #page #columnRight h2.twoLine{
	background-image:url(/img/heading_module_2line_bg.gif);
	background-repeat:repeat-x;
	color:#2368a9;
	font-size:13px;
	margin:0 0 10px 0;
	height:45px;
	padding:	11px 0 0 11px;
	text-align:left;
}
#page div.basic{
	margin-bottom: 10px;
}
#page div.basic h2.promoTwoLine, #page div#columnRight div.promo h2.promoTwoLine {
	background-image:url(/img/promo_bg_2line.gif);
	background-repeat:no-repeat;
	height:45px;
	line-height:1.4;
}
#columnRight div.basic h2{
	background-image:url(/img/promo_bg.gif);
	background-repeat:no-repeat;
	color:#2368a9;
	font-size:13px;
	margin:0px;
	height:27px;
	padding:	9px 0 0 11px;
	text-align:left;
}
#columnLowerRight div.basic hr{
	border-top:4px solid #e2ecf6;
	color:#e2ecf6;
	height:4px;
}
td span.sm {
	font-size:11px;
}
#columnCenter img.photo{ 
  border: 2px solid #c3d9e7;
}
#page div.formDiv {
 border: 4px solid #c4d8e9;
 margin-bottom:20px;
 width:207px;
}
#page div.formDiv h2{
	background-image:url(/img/form-head-bg.gif);
  background-repeat:repeat-y;
  color:#2368a9;
	font-weight:bold;
	font-size:0.9em;
	margin:0;
	padding: 9px 4px 9px 9px;
}
#page #columnLeft #columnLeftColumnWrapperLeft div.formDiv h2{
	background-image:url(/img/form-head-bg.gif);
  background-repeat:repeat-y;
  color:#2368a9;
	font-weight:bold;
	font-size:0.9em;
	margin:0;
	padding: 9px 4px 0 9px;
}
#page div.formDiv div.formBody{
	background-image:none;
	background-color:#ffffff;
	padding: 9px;
	width:189px;
}
#page div.formDiv div.formBody p{
	font-size:12px;
	padding:0;
}
#page div.formDiv div.formBody h3{
	color:#2368a9;
	font-weight:bold;
	font-size:12px;
	margin: 6px 0 4px 0;
	padding:0;
}
#page div.formDiv div.formBody select{
	margin: 0 0 6px 0;
}
#page div.promoRoundTextOnly{
  cursor:pointer;
	margin:0 0 10px 0;
	padding:0px;
  text-decoration:none;
	width:215px;
}
#page div.promoRoundTextOnly div.topTO {
	background-image:url(/img/promo_rounded_textonly_t.gif);
	background-repeat:no-repeat;
	background-position:top;
  cursor:pointer;
	height:8px;
	margin:0px;
}
#page div.promoRoundTextOnly div.middleTO {
	background-image:url(/img/promo_rounded_textonly_m.gif);
	background-repeat:no-repeat;
	background-position:bottom;
  cursor:pointer;
	margin:0px;
  padding:8px 8px 8px 10px;
}
#page div.promoRoundTextOnly div.bottomTO {
	background-image:url(/img/promo_rounded_textonly_b.gif);
	background-repeat:no-repeat;
	background-position:top;
  cursor:pointer;
	height:8px;
	margin:0px;
}
#page div.promoRoundTextOnly h2 {
  color:#084887;
  font-size:11px;
	margin:0;
}
#page div.promoRoundLg {
  background-image:url(/img/promo_rounded_lg_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0 0 10px 0;
	padding: 0 0 8px 0;
	width:215px;
}
#page div.promoRoundLg h2{
  color:#2368a9;
  font-size:12px;
	font-weight:bold;
	margin: 6px 10px 6px 10px;
}
#page div.promoRoundLg p{
  color:#323a2f;
  font-size:12px;
	font-weight:400;
	margin: 6px 10px 6px 10px;
	padding:0px
}
#page div.promoRoundLg p a, #page div.promoRoundLg p a:link, #page div.promoRoundLg p a:visited{
  color:#084887;
	text-decoration:none;
}
#page div.promoRoundLg p a:hover {
  color:#084887;
	text-decoration:underline;
}
#page div.promoRoundFixed, #page div.promoRoundFixedExternal, #page #columnRight div.promoRoundFixed{
	background-image:url(/img/promo_rounded_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
  cursor:pointer;
	height:68px;
	margin:0 0 4px 0;
	padding:0px;
  text-decoration:none;
	width:215px;
}
#page div.promoRoundFixed div.promoRoundIcon, #page div.promoRoundFixedExternal div.promoRoundIcon{
  float:left;
	height:68px;
	margin:0;
  padding:0;
	width:68px;
}
#page div.promoRoundFixed div img, #page div.promoRoundFixedExternal div img{
  cursor:pointer;
	margin:0;
}
#page div.promoRoundFixed div.promoRoundText, #page div.promoRoundFixedExternal div.promoRoundText, #page #columnRight div.promoRoundFixed div.promoRoundText{
  cursor:pointer;
  float:left;
	margin-bottom:0;
	padding:10px 0 0 5px;
	vertical-align:middle;
	width:136px;
}
#page div.promoRoundFixed h2, #page div.promoRoundFixedExternal h2 {
  color:#084887;
  font-size:11px;
	margin:0 0 4px 0;
}
#page div.promoRoundFixed h2 a:hover, #page div.promoRoundFixedExternal h2 a:hover{
  color:#084887;
  text-decoration:underline;
}
#page div.promoRoundFixed p, #page div.promoRoundFixedExternal p{
  font-size:11px;
	line-height:1.4;
	margin:0;
	padding:0;
  text-decoration:none;
}
#page div.promoRoundFixed a:hover div.promoRoundText p, #page div.promoRoundFixedExternal a:hover div.promoRoundText p  {
  color:#084887;
  text-decoration:none;
}
#page div.promoRound, #page div.promoRoundExternal{
	background-image:url(/img/promo_rounded_bg_expand.gif);
	background-repeat:no-repeat;
	background-position:top;
  cursor:pointer;
	min-height:68px;
	margin:0 0 10px 0;
	padding:0px;
  text-decoration:none;
	width:215px;
}
#page div.promoRound div.top, #page #columnLowerRight div.promoRound div.top, #page div.promoRoundExternal div.top, #page #columnLowerRight div.promoRoundExternal div.top{
	background-image:url(/img/promo_rounded_bg_t.gif);
	background-repeat:no-repeat;
	background-position:top;
  cursor:pointer;
	height:8px;
	margin:0px;
}
#page div.promoRound div.bottom, #page #columnLowerRight div.promoRound div.bottom, #page div.promoRoundExternal div.bottom, #page #columnLowerRight div.promoRoundExternal div.bottom, #page #columnRight div.promoRoundOverlay div.bottom{
	background-image:url(/img/promo_rounded_bg_b.gif);
	background-repeat:no-repeat;
	background-position:bottom;
  cursor:pointer;
	height:8px;
	margin:0px;
}
#page div.promoRound div.promoRoundIcon, #page div.promoRoundExternal div.promoRoundIcon{
  float:left;
	margin:0;
  padding:0;
	vertical-align:middle;
	width:68px;
}
#page div.promoRound div img, #page div.promoRoundExternal div img{
  cursor:pointer;
	margin:0;
}
#page div.promoRound div.promoRoundText, #page #columnRight div.promoRound div.promoRoundText, #page #columnLowerRight div.promoRound div.promoRoundText, #page div.promoRoundExternal div.promoRoundText, #page #columnRight div.promoRoundExternal div.promoRoundText, #page #columnLowerRight div.promoRoundExternal div.promoRoundText{
  cursor:pointer;
  float:left;
	margin-bottom:0;
	padding:4px 0 0 5px;
	vertical-align:middle;
	width:136px;
}
#page div.promoRound div.promoRoundText4, #page div.promoRoundExternal div.promoRoundText4{
  float:left;
	margin-bottom:0;
	padding: 0px 0 0 5px;
	width:136px;
}
#page div.promoRound div.promoRoundText2, #page div.promoRoundExternal div.promoRoundText2{
  float:left;
	margin-bottom:0;
	padding:6px 0 0 5px;
	width:136px;
}
#page div.promoRound h2, #page div.promoRoundExternal h2 {
  color:#084887;
  font-size:11px;
	margin:0 0 4px 0;
}
#page div.promoRound h2 a:hover, #page div.promoRoundExternal h2 a:hover{
  color:#084887;
  text-decoration:underline;
}
#page div.promoRound p, #page div.promoRoundExternal p{
  font-size:11px;
	line-height:1.4;
	margin:0;
	padding:0;
  text-decoration:none;
}
#page div.promoRound a:hover div.promoRoundText p, #page div.promoRoundExternal a:hover div.promoRoundText p {
  color:#084887;
  text-decoration:none;
}
#page div.promoImageFixed {
  margin:0 0 10px 0;
}
#page div.promoRoundX {
	background-image:url(/img/promo_rounded_bg_b.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:215px;
}
#page div.promoRoundX div{
	background-image:url(/img/promo_rounded_bg_t.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:68px;
	width:215px;
}
div.promoRoundOverlay {
    background-image: url("/img/promo_rounded_bg_expand.gif");
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 0 10px;
    min-height: 68px;
    padding: 0;
    text-decoration: none;
    width: 215px;
}
#page #columnLowerRight div.promoRoundOverlay div.top {
    background-image: url("/img/promo_rounded_bg_t.gif");
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 8px;
    margin: 0;
}
div.promoRoundOverlay div.promoRoundText {
    cursor: pointer;
    float: left;
    margin-bottom: 0;
    padding: 4px 0 0 5px;
    vertical-align: middle;
    width: 136px;
}
#page div.promoRoundOverlay p {
    font-size: 11px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#page div.promoRoundOverlay div.promoRoundIcon {
    float: left;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 68px;
}
#page div.promo a img, #columnRight a img{
	border:none;	
}
ul.tableList {
  margin-bottom:0;
  margin-left:16px;
  margin-top:-2px;
}
#page ul.tableList li {
	font-size:1em;
}
#page form .toolFormButton{
  background-repeat:no-repeat;
	border:none;
	color:#ffffff;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:32px;
	margin-top: 10px;
	padding: 0 0 0 10px;
	text-align:left;
	width:auto;
}
#page form .toolFormTextT{
	color:#323a2f;
	font-size:12px;
	font-weight:400;
	margin-top: 0px;
	text-align:left;
}
#page form .toolFormText{
	color:#323a2f;
	font-size:12px;
	font-weight:400;
	margin: 8px 0 8px 0;
	text-align:left;
	vertical-align:top;
}
span.red, span.red a, .red {
  color:#ff0000;
}
span.green, span.green a, .green {
  color:#83A300;
}
span.t85 {
	font-size:85%;
}
#page .simpleTabs-nav a:link,#page .simpleTabs-nav a:visited{
	color:#2368a9;
	text-decoration:none;
}
#page .simpleTabs-nav a:hover{
	color:#2368a9;
	text-decoration:underline;
}
/** submenu list-item **/ 
#columnLeft div#nav3_menu_div ul.nav3_menu li ul li ul li a , #columnLeft div#nav3_menu_div ul.nav3_menu li ul li ul li a:link, #columnLeft div#nav3_menu_div ul.nav3_menu li ul li ul li a:visited, #columnLeft div#nav3_menu_div ul.nav3_menu li ul li.nav3_selected ul li a:link, #columnLeft div#nav3_menu_div ul.nav3_menu li ul li.nav3_selected ul li a:visited	{
	background-image:url(/img/nav3_menu_sub2_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	border-bottom:1px solid #366693;
	color:#ffffff;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:8px 10px 8px 40px;
	text-decoration:none;
	width:auto;
}
/** menu list-item selected **/ 
#columnLeft div#nav3_menu_div ul.nav3_menu li ul li ul li.nav3_selected a:link, #columnLeft div#nav3_menu_div ul.nav3_menu li ul li ul li.nav3_selected a:visited {
	background-image:url(/img/nav3_menu_sub2_bg_s.gif);
	background-position:top;
	background-repeat:no-repeat;
	border-bottom:1px solid #4277a9;
	color:#ffffff;
}
/** submenu list-item hover **/ 
#columnLeft div#nav3_menu_div ul.nav3_menu li ul li.nav3_selected ul li a:hover, #columnLeft div#nav3_menu_div ul.nav3_menu li ul li ul li a:hover, #columnLeft div#nav3_menu_div ul.nav3_menu li ul li ul li.nav3_selected a:hover {
	background-image:url(/img/nav3_menu_sub2_bg_h.gif);
	background-position:top;
	background-repeat:no-repeat;
	border-bottom:1px solid #4277a9;
	color:#ffffff;
}

/** temporary footer items  
#fcCol1 p a:link.fTitle, #fcCol2 p a:link.fTitle, #fcCol3 p a:link.fTitle, #fcCol4 p a:link.fTitle, #fcCol1 p a:visited.fTitle, #fcCol2 p a:visited.fTitle, #fcCol3 p a:visited.fTitle, #fcCol4 p a:visited.fTitle	{
	color:#b3d5f1;
	font-weight:bold;
	text-decoration:none;
}
#fcCol1 p a:hover, #fcCol2 p a:hover, #fcCol3 p a:hover, #fcCol4 p a:hover {
 color:#e7f0f6;
	font-weight:bold;
	text-decoration:underline;
} **/
#page .table10{
	font-size:10px;
}
.googleFrame {
  border: 2px solid #c3d9e7;
}
* html .googleFrame {
  border: none;
}
.nav2_menu li a.bucket:hover {
  text-decoration:none;
	cursor:default;
}

#page div.tabStrip{
background-color:#e3eef9;
background-position:top;
background-repeat:repeat-x;
margin:0 auto;
margin-top:20px;
margin-bottom:10px;
padding:0; 
width:auto;
}
#page .tabStrip ul{
overflow:hidden;
list-style:none;
margin:0;
padding:0;
}
#page .tabStrip li{
color:#2368a9;
cursor:pointer;
float:left;
font-size:12px;
font-weight:bold;
padding:6px 14px 6px 14px;
text-align:center;
}

#page .tabStrip li a:link, #page .tabStrip li a:visited{
  text-decoration:none;
width:auto;
}
#page .simpleTabs-content .tabStrip li a:hover{
  background-color:#c8dbec;
  text-decoration:underline;
width:auto;
}
.nav1_menu .nav1External {
  margin-top:38px;
}
.indentMini, #page .indentMini {
  margin-left:-10px;
}
.indent30 {
  margin-left:30px;
}
#footerContent div#fcCol1.obCrossing {
	width:230px;
}
#footerContent div#fcCol2.obCrossing {
	width:170px;
}
#page .marTopZero{
  margin-top:0;
}
#page .marTopZero{
  margin-top:0;
}
#page .paddingZero{
  padding:0;
}
#page .marPadZero{
  margin:0;
  padding:0;
}
#page .marbottom20{
  margin-bottom:20px;
}
#page .marbottom10{
  margin-bottom:10px;
}
#page .marleft20{
  margin-left:20px;
}
#page .marleft30{
  margin-left:30px;
}
#page .marleft40{
  margin-left:40px;
}
#page .martop10{
  margin-top:10px;
}
#page .martop20{
  margin-top:20px;
}
#page .marginZero, #page #columnRight div.marginZero {
  margin:0;
}
#page br.addTen{
margin-bottom:-20px;
}
/*
ul.nav2_menu li a.oig {
padding-left:20px;
padding-right:20px;

} */
#degree  {
  color:#555555;
	margin:3px 0 0 8px;
}
#degree input {
  margin:0;
	border:none;
}
#page #degree p {
  display:inline;
  font-size:10px;
	vertical-align:middle;
}

#degree span {
  font-size:10px;
	vertical-align:middle;
}
#weatherCtrl {
 float:right;
 height:25px;
 margin:0 8px 0 0;
 width:25px;
}
#weatherCtrl input{
cursor:pointer;
}
.headBand{
	background-image:url(/img/heading_module_bg.gif);
	background-repeat:repeat-x;
	color:#2368a9;
	font-size:13px;
	margin:0 0 10px 0;
	height:27px;
	padding:	11px 0 0 11px;
	text-align:left;
}

* html nav2_menu_div ul.sf-shadow {
  background:none;
	border:1px solid #e1e7ed;
}

.contentBox {
  background-color:#eff8ff;
	margin-bottom:10px;
	padding: 20px 20px 0 20px;
}

.formText-feedback {
	color:#444444;
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
	padding-right:6px;
	padding-top:6px;
	text-align:left;
}
.formTextC-feedback {
	color:#4c8fd2;
	font-size:12px;
	font-weight:400;
	float:left;
	margin-bottom:3px;
	padding-right:6px;
	padding-top:6px;
	text-align:left;
}
.formField-feedback {
	font-size:12px;
	font-weight:400;
	margin-bottom:8px;
	text-align:left;
}
.formFieldL-feedback {
	font-size:12px;
	font-weight:400;
	float:left;
	margin-bottom:8px;
	padding-right:6px;
	text-align:left;
}
.formTextXSm-feedback {
	font-size:10px;
	font-weight:400;
}

.credit{
margin-top:2px;
}
.noScriptHead {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
  margin:-3px 0 0 8px;
	padding:0px;
	text-align:left;
}

.contactbox{
padding: 15px;
background-color: #9ABCD8;
color: #fff;
font-family: Arial, Verdana,  Helvetica, sans-serif;
font-size: 12px;
font-style: italic;
font-weight: bold;
width:185px;
}

.contactbox p{
color: #fff;
font-family: Arial, Verdana,  Helvetica, sans-serif;
font-size: 14px;
font-style: italic;
font-weight: bold;
}

.contactbox a{
color: #fff;
text-decoration:underline;
}

.contactbox a:visited{
color: #fff;
}
/* definition lists GB 07-13-2010 */ 
dl{
	font-size:12px;
}
dt{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
dd{
	margin: 0 0 1em 0;
	padding: 0;
}

/*  This needs to be a general style - GB */
.highlightBox {
	background-color:#FBFCFD;
	border:1px solid #E3E6E8;
	padding:10px;
	margin-bottom:10px;
}

/* help tip BW 08-11-2010 */ 
/**
 * styling for tip content
 * mostly for example
 * note: canvas (the tip itself) cannot be styled here. use javascript options for that.
 */
.bt-content {
  font-size: small;
  color: #323a2f;
  line-height: normal;
}

/* styling for active target elements - usually for background hilighting */
.bt-active {
  /* example:
  background-color: yellow !important;
  */
  text-decoration:underline;
}
a.tip, a:link.tip, a:visited.tip, a:hover.tip {
color:#084887;
cursor:pointer;
}
img.tip{
cursor:pointer;
}
.tipStyle{
font-size:9px;
}

/*  FAQ Styles */
.backTop a {
font-size:10px;
text-decoration:none !important;
}
.backTop a:hover {
font-size:10px;
text-decoration:underline !important;
}
.mainfaq p{
margin-top:0;
margin-left:15px;
line-height:1.45;
}
.mainfaq dt{
color:#084887;
line-height:1.45;
}
.indent {
padding-left:20px;
}
#page ol.faqQuestionList li, #page ol.faqQuestionList li a, #page ol.faqQuestionList li a:link, #page ol.faqQuestionList li a:visited {
color:#084887;
font-weight:bold;
text-decoration:none;
}
#page ol.faqQuestionList li a:hover {
text-decoration:underline;
}
#noScriptRedirect{
margin: 20px 30px;
padding:15px;
background-color: #E1EFFA;
border: 1px solid #C5D8E7;	
text-align: center;
}
#noScriptRedirect p{
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #333;
}
p.requiredText, span.requiredText {
font-family: Arial, sans-serif;
font-size: 12px;
color: #ff0000;
}
.searchgo{
width: 24px;
height: 24px;
border: none;	
display:inline;
margin:-2px 0 0 -13px;
vertical-align:middle;
}
.nexticon{
border:0;
vertical-align: top;
margin-top:1px;	
}
.smallicon{
border:0;
vertical-align: text-bottom;
margin-top:1px;	
}
#expandIcon{
border:0;
vertical-align: text-bottom;
margin-top:1px;	
}

#dhtmltooltip{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 11px; 
color:#333333;
position: absolute; 
width: 460px;
border: 1px solid #c3c3c3; 
margin:0; 
padding: 4px;
background-color:#faf9cd;
visibility: hidden; 
z-index: 100;
-webkit-box-shadow: 2px 2px 2px #333333;
-moz-box-shadow: 2px 2px 2px #333333;
box-shadow: 2px 2px 2px #333333; 
}
#def{
cursor: help; 	
text-decoration:none !important;
font-style: italic;
}
#anniversary{
position:relative;
top:-10px;
right:15px;
float:left;
}
#anniversaryLg{
position:relative;
top:-9px;
right:15px;
}
#fcCol4 span.strong{
display:none;
}
.floatedcolumns50pc p{
float:left;
width: 45%;
padding-right: 10px;
}
#messageBar{
  		position:fixed;
  		top:0;
  		right:0;
  		width:400px;
  		background: url(/img/close-weather-alert.png) #faea7f no-repeat right bottom;
  		color:#333;  	
  		padding:0;	
  		cursor:pointer;	
  		border-bottom:3px solid #fff;
  		border-left:3px solid #fff;
  		-webkit-box-shadow: 0px 1px 6px 1px #666;
  		-moz-box-shadow: 0px 1px 6px 1px #666;
  		box-shadow: 0px 1px 6px 1px #666; 
  		font-family:sans-serif;
  		font-weight:bold;
  		z-index:199;
  		display:none;
  }
  #messageBar p{
  	padding: 10px 40px 10px 10px;
  	margin:0;
  }
  	#messageBarTab{
  		position:fixed;
  		top:0;
  		right:10px;
  		background-color:#faea7f;
  		color:#333;
  		padding:4px;
  		cursor:pointer;  		
  		border:3px solid #fff;
  		border-top:none;
  		-webkit-box-shadow: 0px 2px 6px 1px #666;
  		-moz-box-shadow: 0px 2px 6px 1px #666;
  		box-shadow: 0px 2px 6px 1px #666; 
  		display:none;
  		z-index:198;
  	}
#page .disclaimer{
font-size:11px;
font-style:italic;
}
.pdfLink {
text-indent:-25px;
margin-left:25px;
}

#page .pdfLink a:link, #page .pdfLink a:visited, #columnWrapper .pdfLink a:link, #columnRight .pdfLink a:visited {
	text-decoration:none;
}
#page .pdfLink a:hover, #columnWrapper .pdfLink a:hover, #columnRight .pdfLink a:hover {
	text-decoration:underline;
}
#page .simpleTabs-content ul.listNoLeftMargin{
	margin-left:17px;
}
div.clearForTabs {
  clear:both;
  margin:0;
  padding:0:
}
#page .linkInactive{
  color:#b8c3cd;
  font-weight:bold;
}
#page .basicBody{
  color:#323a2f;
  font-weight:normal;
}
.promoPlain {
  margin-bottom:10px;
}
.buildRegRule{
 margin:4px 0 0 -2px; 
}
#page .alignRight {
  text-align:right;
}
#page .photoCaption {
  font-size:.70em;
  margin-top:3px;
  text-align:center;
}
.returnNav {
	border-top:1px solid #e2ecf6;
  margin:20px 0 20px 0;
  padding:0 10px 0 0;
}
.embedTabsE {
  background-color:#e3e6e8;
	border:2px solid #c4d8e9;
  width:639px;
}
p.otherLanguage {
  margin:0;
  text-align:right;
}

li.red {
	color: #ff0000 !important;
	}

/**** CROSS HARBOR PAGE **/

.crossHarbor_ul {
  text-align:left;
  margin-top:-3px;
  font-size:18px;
  }
  
/**** END CROSS HARBOR PAGE***/
a.red:link, a.red:visited, a.red:hover {
	color:#ff0000;
}
