﻿/*================================
	Common Header Structure
==================================*/
#header{
	margin: 0;
	width: 100%;
}
#header .expandedContent{
	clear: both;
	height: 0px;
	margin: 0 auto;
	overflow: hidden;
	width: 955px;
}
#header .headerWrapper{    
	background: #00a1a7 url(../Images/Common/bg_header.gif) repeat-x top center;
}
#header .topNav{
	height: 26px;
	margin: 0 auto;	
	padding: 4px 0 0 0;
	position: relative;
	width: 955px;
	z-index: 10;
}

#header .headerContent{
	height: 127px;
	overflow: hidden;
	margin: 0 auto;
	width: 955px;
	z-index: 1;
}

#header .expandedWrapper{
	background: transparent url(../Images/Common/bg_header_expanded.gif) repeat-x bottom center;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}



/*================================
	External Site Navigation
==================================*/
#header .externalSiteWrapper{
    background: #00a1a7 url(../Images/Common/bg_external_site_nav.gif) repeat-x top center;
    height:35px;
}
#header .externalSiteWrapper .externalSiteInner{
    margin:auto;
    position:relative;
    width:970px;
}#header .externalSiteWrapper .externalSiteInner ul.externalSiteTabs{
    float:left;
    list-style:none;
    padding-top:5px;
}
#header .externalSiteWrapper .externalSiteInner ul.externalSiteTabs li{
    float:left;
}
#header .externalSiteWrapper .externalSiteInner ul.externalSiteTabs li a img{
    float:left;
    margin-right:3px;
}
/* tabs style */
#header .externalSiteWrapper .externalSiteInner ul.externalSiteTabs li a{
    color: #000000;
    display: block;
    float: left;
    height: 30px;
    padding: 0 8px 0 0;
    text-decoration:none;    
}
#header .externalSiteWrapper .externalSiteInner ul.externalSiteTabs li a span{
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    line-height: 20px;
    padding: 6px 0 0 8px;
}

#header .externalSiteWrapper .externalSiteInner ul.externalSiteTabs li.active a, 
#header .externalSiteWrapper .externalSiteInner ul.externalSiteTabs li.active a span {
    background-image: url("/Standard.Website/Images/Common/bg_external_site_tab.gif");
    background-repeat: no-repeat;
    background-position: right top;
}
#header .externalSiteWrapper .externalSiteInner ul.externalSiteTabs li.active a span{
    background-position: left top;
    color:#000000;
}
/* override existing styles  */
#header .externalSiteWrapper .shareIcons{
    float:left;
    padding-left:364px;
    padding-top:6px;
}
#header .externalSiteWrapper .shareIcons span{
    color:#008c9a;
    float:left;
    font-size:1.1em;
    padding:3px 10px 0 12px;
} 
#header .externalSiteWrapper .shareIcons a{
    float:left;
    margin-right:7px;
}

#header .externalSiteWrapper .flagSelect a.currentFlag,
#header .externalSiteWrapper .flagSelect a:hover.currentFlag {
    background: transparent url(../Images/Common/bg_tab_flag_black_arrow.gif) no-repeat right center !important;
    color:#000000;
}
#header  .externalSiteWrapper .flagSelect .flagList {
    top:32px;
}



/*================================
	Top Nav Styles
==================================*/
#header .topNav ul.topNavTabs{
	list-style-type: none;
}

#header .topNav ul.topNavTabs li{
	float: left;
	list-style-type: none;
}

#header .topNav .topNavTabs a{
	color: #fff;
	display: block;
	float: left;
	font-size: 1.1em;
	height: 26px;
	line-height: 1.18em;
	padding: 0 18px 0 0;
}

#header .topNav .topNavTabs a span{	
	cursor: pointer;
	display: block;
	float: left;
	height: 21px;
	padding: 5px 0 0 18px
}

#header .topNav .topNavTabs .navHome a{
	background: transparent url(../Images/Common/bg_nav_home_ov.gif) no-repeat bottom center;
	height: 26px;
	padding: 0;	
	width: 49px;
}

#header .topNav .topNavTabs .navHome a.selected{
	background: transparent url(../Images/Common/bg_nav_home_on.gif) no-repeat bottom center;
	text-decoration: none;
}

#header .navHome a.selected img, #header .navHome a:hover img{
	opacity:0.0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
}

#header .topNav .topNavTabs a.selected{
	background: transparent url(../Images/Common/bg_top_nav_tab.gif) no-repeat bottom right;
	color: #008c93;	
}

#header .topNav .topNavTabs a.selected span{
	background: transparent url(../Images/Common/bg_top_nav_tab.gif) no-repeat bottom left;
}

/*================================
	Top Nav Flag Selector Styles
==================================*/
#header .flagSelect{
	height: 27px;
	position: absolute;
	right: 0px;
	top: 3px;
	width: 68px;
}

#header .flagSelect .flagSelectContent{
	height: 27px;
	position: relative;
	width: 68px;
}

#header .flagSelect .flagList{
	background: url(../Images/Common/bg_flag_selector.gif) no-repeat bottom left;
	display: none;
	height: auto;
	list-style: none;
	padding: 0 0 10px 0;
	position: absolute;
	right: 0px;
	top: 27px;
	width: 68px;
}

#header .flagSelect .flagList li{
	list-style: none;
	padding: 6px 0 0 11px;	
}

#header .flagSelect .flagList li a{
	color: #000;
	font-size: 1.1em;
	line-height: 1.18em;
}

#header .flagSelect .flagList li a span{
	cursor: pointer;
}

#header .flagSelect .flagList li a:hover{
	color: #000;
	text-decoration: none;
}

#header .flagSelect ul.flagList li a:hover span{
	text-decoration: underline;
}

#header .flagSelect .flagList li img{
	vertical-align: -3px;	
}

#header .flagSelect a.currentFlag{
	background: transparent url(../Images/Common/bg_flag_tab.gif) no-repeat; 
	background-position: top left;
	color: #fff;
	display: block;
	font-size: 1.1em;
	height: 22px;
	line-height: 1.18em;
	padding: 5px 0 0 10px;
	width: 58px;	
}

#header .flagSelect a.currentFlag span{
	cursor: pointer;	
}

#header .flagSelect a.currentFlag img{
	vertical-align: -3px;
}

#header .flagSelect a.currentFlag:hover{
	background-position: bottom left;
	text-decoration: none;
}

#header div.flagSelect a:hover.currentFlag span{
	text-decoration: underline;
}

/*================================
	Header Styles
==================================*/
#header h3{
	color: #008c9a;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.14em; 
}

/*columns*/
#header .headerContent .logoCol{
	float: left;
	padding: 22px 0 0 21px;	
	/*padding: 28px 0 0 21px;	without beta*/
	position: relative;
	width: 181px;
}

#header .headerContent .logoCol .betaLink{
	left: 130px;
	position: absolute;
	top: 102px;
} 

#header .headerContent .logoCol .printLogo{
	display: none;	
}

#header .headerContent .searchCol{
	float: left;
	padding: 20px 22px 0 0;	
	width: 460px;
} 

#header .headerContent .buttonCol{
	float: left;
	padding: 20px 0 0 0;	
	width: 271px;
} 

/*inner styles search*/
#header .headerContent .searchCol h3{
	height: 23px;
	padding: 0 0 0 24px;	
}

#header .headerContent .searchCol .searchBox{
	background: transparent url(../Images/Common/bg_header_search.gif) no-repeat 8px top;
	height: 29px;
	padding: 7px 0px 0 22px;
	width: 396px;
}

#header .headerContent .searchCol div.searchBoxFocus{
	background: transparent url(../Images/Common/bg_header_search.gif) no-repeat 8px bottom;
}

#header .headerContent .searchCol .mainSearchTextInput{
	border: 1px solid #fff;
	color: #999;
	float: left;
	font-size: 16px;
	height: 20px;
	line-height: 18px;
	overflow: hidden;
	padding: 0 0 0 0;
	width: 347px;
}

#header .headerContent .searchCol div.searchBoxFocus .mainSearchTextInput{
	background: #fff3eb;
	border: 1px solid #fff3eb;
	color: #000;
}

#header .headerContent .searchCol .searchSubmit{
	display: block;
	height: 22px;
	width: 22px;
}

#header .headerContent .searchCol .submitBg{
	background: transparent url(../Images/Common/btn_top_search_submit_ov.gif) no-repeat left top;
	display: block;
	float: left;
	height: 22px;
	margin: 0px 0 0 16px; 
	width: 22px;
}

#header .headerContent .expandTabBox{
	padding: 11px 0 0 0;	
}

#header .headerContent .expandTabBox a{
	color: #008c93;
	display: block;
	float: left;
	font-size: 11px;
	height: 37px;
	line-height: 13px;
	margin: 0 10px 0 0;
	padding: 0 15px 0 0;
}

#header .headerContent .expandTabBox a span{
	cursor: pointer;
	display: block;
	float: left;
	height: 33px;
	padding: 4px 0 0 15px;
	text-align: center;
}

#header .headerContent .expandTabBox a span span{
	background: transparent url(../Images/Common/expand_tab_arrow.gif) no-repeat center 14px;
	cursor: pointer;
	display: block;
	float: left;
	height: 33px;
	padding: 0;
}

#header .headerContent .expandTabBox a.selected{
	background: transparent url(../Images/Common/bg_header_expand_tab.gif) no-repeat right top;
	color: #fff;
	height: 37px;
}

#header .headerContent .expandTabBox a.selected span{
	background: transparent url(../Images/Common/bg_header_expand_tab.gif) no-repeat left top;
	height: 29px;
	padding: 8px 0 0 15px;
}

#header .headerContent .expandTabBox a.selected span span{
	background: transparent url(../Images/Common/expand_tab_arrow_ov.gif) no-repeat center 14px;
	padding: 0;
}


/*inner styles buttons*/
#header .headerContent .buttonCol h3{
	height: 23px;
	padding: 0 0 0 12px;	
}

#header .headerContent .buttonCol .arrowBtnGrey{	
	margin: 0 0 0 2px;
}
#header .headerContent .buttonCol .shareIcons{
    padding-top:10px;
}
#header .headerContent .buttonCol .shareIcons span{
    color:#008c9a;
    float:left;
    font-size:1.1em;
    padding:3px 10px 0 12px;
} 
#header .headerContent .buttonCol .shareIcons a{
    float:left;
    margin-right:7px;
}


/*================================
	Expandable Content
==================================*/
#header .popularSearchesContent{
	color: #fff;
	display: none;
	margin: 0 auto;
	padding: 25px 0 0 0;
	text-align: center;
	width: 915px; 
}

#header .expandedContent .closeBox{
	border-top: 1px solid #40b9bd;
	margin: 25px 0 0 0;
	padding: 11px 0;
}

#header .expandedContent .closeBox .closeExpandable{
	background: url(../Images/Common/bg_btn_expand_close.gif) no-repeat top left;
	color: #fff;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	height: 18px;
	line-height: 1.18em;
	margin: 0 auto;
	padding: 3px 0 0 25px;
	width: 36px;
}


/*Popular*/
#header .popularSearchesContent a{
	color: #fff;
	padding: 0 12px;
}

#header .popularSearchesContent a.rank1{
	font-size: 5em;
	line-height: 1.04em;
}

#header .popularSearchesContent a.rank2{
	font-size: 4.05em;
	line-height: 1.06em;
}

#header .popularSearchesContent a.rank3{
	font-size: 3.1em;
	line-height: 1.06em;
}

#header .popularSearchesContent a.rank4{
	font-size: 2.15em;
	line-height: 1.09em;
}

#header .popularSearchesContent a.rank5{
	font-size: 1.2em;
	line-height: 1.17em;
}


/*Explore*/
#header .exploreBlackmoresContent{
	color: #fff;
	display: none;
	margin: 0 auto;
	padding: 25px 0 0 0;
	width: 915px; 
}

#header .exploreBlackmoresContent .columnHolder{
	background: url(../Images/Common/bg_explore_blk.gif) repeat-y left top;
	margin: 0 auto;
	width: 915px;
}

#header .exploreBlackmoresContent h3{
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.16em; 
}	

#header .exploreBlackmoresContent li a{
	color: #fff;
	font-size: 1.1em;
	line-height: 1.18em;
}

#header .exploreBlackmoresContent .otherSitesCol{
	float: left;
	width: 261px;	
}

#header .exploreBlackmoresContent .otherSites{
	list-style: none;	
	padding: 6px 0 0 0;
}

#header .exploreBlackmoresContent .otherSites li{
	background: url(../Images/Common/bg_arrow_on_teal.gif) no-repeat left 9px;
	list-style: none;
	padding: 7px 0 0 16px; 
	width: 244px;
}

#header .exploreBlackmoresContent .communityCol{
	float: left;
	padding: 0 1px 0 25px;
	width: 475px;	
}

#header .exploreBlackmoresContent .communityCol ul{	
	float: left;
	list-style: none;
	padding: 6px 25px 0 0;
	width: 212px;	
}

#header .exploreBlackmoresContent .communityCol li{	
	list-style: none;
	padding: 3px 0 0 0;	
}

#header .exploreBlackmoresContent .communityCol li a img{
	background: #00a1a7;
	padding: 0 10px 0 0;
	vertical-align: -6px;
}

#header .exploreBlackmoresContent .communityCol li a:hover img{
	text-decoration: none;
}	

#header .exploreBlackmoresContent .locationCol{
	float: left;
	padding: 0 0 0 25px;	
	width: 128px;
}

#header .exploreBlackmoresContent .locationCol ul{	
	list-style: none;
	padding: 7px 0 0 0;
}

#header .exploreBlackmoresContent .locationCol li{	
	list-style: none;
	padding: 5px 0 0 0;	
}

#header .exploreBlackmoresContent .locationCol li img{
	background: #00a1a7;
	padding: 0 10px 0 0;
	vertical-align: -4px;
}	

#header .exploreBlackmoresContent .locationCol li a:hover img{
	text-decoration: none;
}


/*professional*/
#header .forProfessionalsContent{
	color: #f00;
	display: none;
	padding: 25px 0 0 0;
	width: 915px;
}

#header .forProfessionalsContent .proColumnHolder{
	background: url(../Images/Common/bg_for_professionals.gif) repeat-y left top;
	width: 915px;
}

#header .forProfessionalsContent .siteCol{
	float: left;
	padding: 0 35px 0 0;
	width: 200px;
}

#header .forProfessionalsContent div.lastCol{
	padding: 0 0 0 0;	
}

#header .forProfessionalsContent .siteCol p{
	color: #fff;
	font-size: 1.1em;
	line-height: 1.18em;
	padding: 0 0 4px 0;
}

#header .forProfessionalsContent .siteCol h3{
	padding: 12px 0 10px 0;	
}

#header .forProfessionalsContent .siteCol h3 a{
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

/*================================
	Notification
==================================*/
.generalNotification{
	background: url(../Images/Common/bg_notification.gif) repeat-y top left;
	margin: 20px auto 0 auto;
	overflow: hidden;
	position: relative;
	width: 955px;
}

.generalNotification .generalNotificationHead{
	background: url(../Images/Common/bg_notification_head.gif) no-repeat top left;
	font-size: 0px;
	height: 10px;
	line-height: 0px;
	overflow: hidden;
	width: 955px;
}

.generalNotification .generalNotificationFoot{
	background: url(../Images/Common/bg_notification_foot.gif) no-repeat top left;
	font-size: 0px;
	height: 10px;
	line-height: 0px;
	overflow: hidden;
	width: 955px;
}

div.orangeNotification{
	background: url(../Images/Common/bg_notification_orange.gif) repeat-y top left;
}

div.orangeNotification .generalNotificationHead{
	background: url(../Images/Common/bg_notification_orange_head.gif) no-repeat top left;
}

div.orangeNotification .generalNotificationFoot{
	background: url(../Images/Common/bg_notification_orange_foot.gif) no-repeat top left;
}

div.greenNotification p, div.orangeNotification p{
    padding-right: 20px;
}

.generalNotification p{
	color: #000;
	font-size: 1.2em;
	line-height: 1.25em; 
	padding: 10px 110px 10px 20px;
}

.generalNotification .closeBtn{
	background: url(../Images/Common/bg_notification_close.gif) no-repeat top left;
	color: #000;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 20px;
	line-height: 1.25em;
	padding: 2px 0 0 30px;
	position: absolute;
	right: 20px;
	top: 17px;
}

.generalNotification .aspCloseBtn{
	background: url(../Images/Common/bg_notification_close.gif) no-repeat top left;
	color: #000;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 20px;
	line-height: 1.25em;
	padding: 2px 0 0 30px;
	position: absolute;
	right: 20px;
	top: 17px;
}

.generalNotification li{
	background: url(/Standard.Website/Images/Consumer/bullet_blue_on_trans.gif) no-repeat 0 5px; 
    font-size: 1.2em;
	margin: 0 0 0 20px;
    padding: 0 0 5px 15px;
    list-style-type: none;
}

