* { margin: 0; padding: 0; }

body {
	background: url(../images/bg.png);
	text-align: center;
	font-family: Arial, sans-serif;
	margin: 22px 0;
}
.clear {
	font-size: 1px;
	clear: both;
}
img {
	border: none;
}
:-moz-any-link:focus {
  outline: none;
}

#pipe_top {
	position: absolute;
	top: -25px;
	right: 138px;
	width: 49px;
	height: 35px;
	z-index: 900;
}
#pipe_top.red, #pipe_top.lse {
	background: url(../images/new_red_pipe_top.png) no-repeat top left;
}
#pipe_top.blue, #pipe_top.hat {
	background: url(../images/new_blue_pipe_top.png) no-repeat top left;
}
#pipe_bottom {
	position: absolute;
	bottom: -29px;
	right: 138px;
	width: 49px;
	height: 27px;
	z-index: 900;
}
#pipe_bottom.red, #pipe_bottom.lse {
	background: url(../images/new_red_pipe_bottom.png) no-repeat top left;
}
#pipe_bottom.blue, #pipe_bottom.hat {
	background: url(../images/new_blue_pipe_bottom.png) no-repeat top left;
}
#pipe {
	position: absolute;
	top: 10px;
	right: 117px;
	width: 49px;
	z-index: 900;
}
#pipe.red, #pipe.lse {
	background: url(../images/new_red_pipe_bg.png) repeat-y top left;
}
#pipe.blue, #pipe.hat {
	background: url(../images/new_blue_pipe_bg.png) repeat-y top left;
}

#wrapper_top {
	width: 967px;
	height: 26px;
	margin: 0 auto;
	background: url(../images/new_container_top.png);
}
#wrapper_bottom {
	width: 967px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/new_container_bottom.png);
}
#wrapper {
	width: 958px;
	padding-left: 9px;
	margin: 0 auto;
	background: url(../images/new_container.png) repeat-y top left;
	position: relative;
	text-align: left;
}

#wrapper_fran_top {
	width: 814px;
	height: 26px;
	margin: 0 auto;
	background: url(../images/new_container_fran_top.png) no-repeat bottom left;
}
#wrapper_fran_bottom {
	width: 814px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/new_container_fran_bottom.png) no-repeat top left;
}
#wrapper_fran {
	width: 805px;
	padding-left: 9px;
	margin: 0 auto;
	background: url(../images/new_container_fran.png) repeat-y top left;
	position: relative;
	text-align: left;
}

.expanded_content {
	width: 796px;
	z-index: 900;
}
.collapsed_content {
	width: 125px;
	padding-left: 16px;
	padding-top: 5px;
	position: absolute;
	top: 0;
	right: 23px;
	z-index: 900;
	background: #fff;
	cursor: pointer;
}
.collapsed_content .collapsed_header {
	margin-bottom: 10px;
}
.collapsed_content img {
	margin-bottom: 13px;
}
.collapsed_content p {
	width: 125px;
	font-size: 11px;
	color: #666;
	line-height: 1.5;
}

#nav {
	width: 810px;
	list-style: none;
	height: 49px;
	margin-left: -2px;
}
#nav li {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
}
#nav li ul {
	display: none;
	list-style: none;
	position: absolute;
	top: 49px;
	left: 0;
}
.lse_nav {
	background: url(../images/lse_nav_no_stroke.png) repeat-x left top;
}
.lse_nav li a {
	display: block;
	background: url(../images/lse_nav.png) repeat-x right top;
	padding: 19px 14px 16px 14px;
	text-decoration: none;
	color: #d6ebf4;
}
.lse_nav li a:hover {
	background: url(../images/lse_nav.png) repeat-x right bottom;
	color: #fff;
}
.lse_nav .active a {
	background: url(../images/lse_nav.png) repeat-x right bottom;
	color: #fff;
}
.lse_nav #search {
	text-indent: -5000px;
}
.lse_nav #search a {
	display: block;
	width: 42px;
	height: 49px;
	background: url(../images/lse_search.png) no-repeat top left;
	padding: 0;
}
.lse_nav #search a:hover {
	background: url(../images/lse_search.png) no-repeat bottom left;
}
.lse_nav #search.active a {
	background: url(../images/lse_search.png) no-repeat bottom left;
}
.lse_nav #search #search_action {
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	text-indent: 0;
	background: #0080bb url(../images/lse_search_shadow.png) repeat-x top left;
	border-left: 1px solid #006696;
	border-top: 1px solid #006696;
}
.lse_nav #search #search_action p {
	padding: 12px;
}
.lse_nav #search #search_action li {
	float: none;
	padding: 0;
}
.lse_nav #search #search_action .iT {
	background: transparent;
}
.lse_nav #language #language_picker {
	border-left: 1px solid #1e92c7;
	background: #0080bb url(../images/lse_search_shadow.png) repeat-x top left;
	padding: 5px 0 0 0;
}
.lse_nav #language #language_picker a {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #1e92c7;
	background: transparent;
	color: #d6ebf4;
}
.lse_nav #language #language_picker a:hover {
	background: url(../images/lse_lang_hover.png) repeat-x bottom left;
	color: #fff;
}
.lse_nav #language a {
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	text-indent: 15px;
	text-transform: none;
	background: url(../images/lse_nav_no_stroke.png) repeat-x left top;
}
.hat_nav {
	background: url(../images/hat_nav_no_stroke.png) repeat-x right top;
}
.hat_nav li a {
	display: block;
	background: url(../images/hat_nav.png) repeat-x right top;
	padding: 19px 14px 16px 14px;
	text-decoration: none;
	color: #fbe4ea;
}
.hat_nav li a:hover {
	background: url(../images/hat_nav.png) repeat-x right bottom;
	color: #fff;
}
.hat_nav .active a {
	background: url(../images/hat_nav.png) repeat-x right bottom;
	color: #fff;
}
.hat_nav #search {
	text-indent: -5000px;
}
.hat_nav #search a {
	display: block;
	width: 42px;
	height: 49px;
	background: url(../images/hat_search.png) no-repeat top left;
	padding: 0;
}
.hat_nav #search a:hover {
	background: url(../images/hat_search.png) no-repeat bottom left;
}
.hat_nav #search.active a {
	background: url(../images/hat_search.png) no-repeat bottom left;
}
.hat_nav #search #search_action {
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	text-indent: 0;
	background: #aa1129 url(../images/hat_search_shadow.png) repeat-x top left;
	border-left: 1px solid #890e21;
	border-top: 1px solid #890e21;
}
.hat_nav #search #search_action p {
	padding: 12px;
}
.hat_nav #search #search_action li {
	float: none;
	padding: 0;
}
.hat_nav #language #language_picker {
	border-left: 1px solid #890e21;
	background: #aa1129 url(../images/hat_search_shadow.png) repeat-x top left;
	padding: 5px 0 0 0;
}
.hat_nav #language #language_picker a {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #890e21;
	background: transparent;
	color: #d6ebf4;
}
.hat_nav #language #language_picker a:hover {
	background: url(../images/hat_lang_hover.png) repeat-x bottom left;
	color: #fff;
}
.hat_nav #language a {
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	text-indent: 15px;
	text-transform: none;
	background: url(../images/hat_nav_no_stroke.png) repeat-x left top;
}
#language_arrow {
	margin-left: 5px;
}
#next_to_nav {
	width: 100%;
	height: 18px;
	background: url(../images/next_to_nav.png) no-repeat top left;
}
#search_action, #language_picker {
	z-index: 100;
}
#search_action input {
	font: 11px Arial, sans-serif;
	background: transparent;
	color: #fff;
	border: 1px solid #eee;
	padding: 2px;
}
#search_action input[type=text] {
	background: transparent;
	padding: 3px 3px 3px 3px;
}
.sidebar {
	width: 227px;
	float: left;
	padding: 5px 20px;
}
.sidebar p {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.sidebar img {
	width: 227px;
	margin-top: 4px;
}
.sidebar span.sidebar_news_title {
	font-size: 13px;
	font-weight: normal;
	color: #444;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.sidebar .sub_menu ul {
	list-style: none;
	margin: 0 0 10px 0;
}
.sidebar .sub_menu li {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	list-style-type: none;
}
.sidebar .sub_menu li a {
	width: 217px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	display: block;
}
.sidebar .sub_menu ul ul {
	padding-top: 10px;
}
.sidebar .sub_menu ul ul a {
	font-size: 11px;
	width: 207px;
	padding: 0 10px 7px 20px;
}
.sidebar .sub_menu li.active a, .sidebar .sub_menu li.active ul li.active a {
	color: #222;
}
.sidebar .sub_menu li:last-child {
	border-bottom: none;
}
.sidebar .lse_sub a, .sidebar.lse_sub .sub_menu li.active ul a {
	color: #0080bb;
}
.sidebar .lse_sub a:hover, .sidebar .sub_menu li.active ul a:hover {
	color: #222;
}
.sidebar .hat_sub a, .sidebar.hat_sub .sub_menu li.active ul a {
	color: #cd001a;
}
.sidebar .hat_sub a:hover {
	color: #222;
}
.sidebar .sidebar_news {
	margin-bottom: 15px;
}
.sidebar .sidebar_news p.date {
	color: #999;
	font-size: 11px;
	font-style: italic;
	margin: 0;
	padding-bottom: 6px;
}
.sidebar .sidebar_news span.sidebar_news_item_title {
	font-size: 14px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: bold;
}
.sidebar .sidebar_news span.sidebar_news_item_title a {
	text-decoration: none;
}
.lse_sub .sidebar_news span.sidebar_news_item_title a {
	color: #0080bb;
}
.hat_sub .sidebar_news span.sidebar_news_item_title a {
	color: #cd001a;
}
.sidebar .sidebar_news p {
	color: #333;
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 1.3;
}
.sidebar .sidebar_news p.read_more {
	text-align: right;
	font-size: 11px;
	margin: 0;
}
.sidebar .sidebar_news p a {
	text-decoration: none;
}
.lse_sub .sidebar_news a {
	color: #0080bb;
}
.sidebar .sidebar_news a:hover {
	color: #222;
}
.sidebar #pipe_button {
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	background: url(/images/pipe.png) no-repeat top left;
}
.sidebar #pipe_button a {
	display: block;
	padding: 120px 0 23px 0;
	color: #fff;
	text-decoration: none;
}
.lse_sub #pipe_button a:hover {
	background: url(/images/pipe_lse.png) no-repeat top left;
}
.hat_sub #pipe_button a:hover {
	background: url(/images/pipe_hat.png) no-repeat top left;
}

.content {
	width: 489px;
	float: left;
	padding: 5px 20px;
}
.content .intro {
	width: 489px;
	height: 238px;
	overflow: hidden;
	margin-bottom: 20px;
}
.content h1 {
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 17px;
	text-transform: uppercase;
}
.content h1 strong {
	color: #222;
}
.content .news_headline {
	font-size: 17px;
}
#lse_content h1.news_headline, #hat_content h1.news_headline {
	color: #222;
}
#lse_content h1 {
	color: #0080bb;
	text-decoration: none;
}
#lse_content a, #lse_footer a, .lse_sub a {
	color: #0080bb;
	text-decoration: none;
}
#hat_content a, #hat_footer a, .hat_sub a {
	color: #cd001a;
	text-decoration: none;
}
#hat_content a.base_color, #lse_content a.base_color {
	color: #555555;
}
#hat_content h1 {
	color: #cd001a;
}
#hat_content h1 a {
	color: #cd001a;
}
#lse_content a:hover, #hat_content a:hover, #lse_footer a:hover, #hat_footer a:hover, .lse_sub a:hover, .hat_sub a:hover {
	color: #222;
}
.content p, #cboxTitle, .sidebar p, #client_page_table {
	font-size: 12px;
	color: #555;
	line-height: 1.5;
	margin-bottom: 12px;
}
.content .legend {
	font-size: 11px;
}
.content .posted {
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: -8px;
}
.content ul, .content ol {
	color: #444;
	margin: 0 0 15px 12px;
	font-size: 12px;
}
.content li {
	margin-bottom: 6px;
}
.content h2 {
	font-size: 14px;
	color: #666;
	line-height: 1.52;
	margin: 0 0 15px 0;
}
.content .column {
	width: 230px;
	float: left;
}
.content .column img {
	max-width: 230px;
}
.content .column h1, .content .wide-column h1 {
	font-size: 14px;
	text-transform: uppercase;
}
.content h2.store_locator_results_title, .content .column h2.store_locator_results_title, .content .wide-column h2.store_locator_results_title {
	font-size: 13px;
	color: #222;
	margin-bottom: 5px;
}
.content .column label, .content .wide-column label, .content #client_area_form label {
	display: block;
	font-size: 11px;
}
.content .column label.cb, .content .wide-column label.cb { display: inline; }
.content .column .iT, .content .wide-column .iT, .content #client_area_form .iT {
	font-size: 11px;
	border: 1px solid #ccc;
	width: 203px;
	padding: 6px;
	background: #fff;
}
.content #client_area_form .iT {width: 350px;}
.content .column textarea, .content .wide-column textarea, .content #client_area_form textarea {
	font-size: 11px;
	border: 1px solid #ccc;
	width: 203px;
	padding: 6px;
	background: #fff;
	height: 185px;
}
.content #client_area_form textarea {width: 350px;}
.content .second_column {
	margin-left: 29px;
}
.content .column p {

}
#lse_content .map_column h1, #hat_column .map_column h1 {
	color: #444;
}
.content .map_column {
	background: url(/images/map_bg.png) no-repeat top left;
	height: 265px;
	width: 190px;
	padding: 12px 20px;
	overflow: hidden;
	position: relative;
}
.content .map_column a {
	text-transform: uppercase;
}
.content .map_column p {
	font-size: 11px;
}
.container .map_column ul {
	list-style: none;
	position: absolute;
	bottom: 12px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
.container .map_column li {
	font-size: 11px;
	font-weight: bold;
}
.container .map_column li a {
	display: block;
	padding: 5px 20px;
	color: #0080bb;
	text-decoration: none;
}
.container .map_column li a:hover {
	text-decoration: underline;
}
.container {
	padding: 15px 0;
	background: url(../images/new_content.png) repeat-y top left;
}

.content .gray_div {
	padding: 22px;
	background: #eee;
	border: 1px solid #ddd;
}
.content .gray_div label, .content .press_access_gray_div label {
	display: block;
	float: left;
	width: 90px;
}
.content .gray_div .iT, .content .gray_div .iTa, .content .press_access_gray_div .iT, .content .press_access_gray_div .iTa {
	width: 340px;
	padding: 3px 5px;
	border: 1px solid #ccc;
	background: #fff;
	font: 11px arial, sans-serif;
}
.content .gray_div .iTa {
	height: 100px;
}

.content .archive {
	list-style: none;
	margin: 0;
	font-size: 15px;
}
.content .archive li {
	width: 33%;
	float: left;
}
.content .archive_second {
	margin: 0;
}

.content .video_list {
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 12px;
	color: #555;
}
.content .video_list li {
	margin: 0 0 10px 0;
	width: 100%;
	display: block;
	height: 86px;
}
.content .video_list a {
	width: 156px;
	float: left;
	display: block;
	margin-right: 15px;
}
.content .video_list .no_image_link {
	background: #ccc;
	height: 60px;
	width: 60px;
}
.content .video_list p {
	width: 418px;
}



.expanded_content .logo {
	height: 75px;
	display: block;
	padding: 5px 13px 12px 18px;
}
/*.expanded_content h1 {
	text-indent: -5000px;
	overflow: hidden;
	padding: 5px 13px 12px 18px;
}*/
.expanded_content .lse a {
	display: block;
	width: 328px;
	height: 72px;
	background: url(../images/lse_logo_de.png) no-repeat top left;
}
.expanded_content .hat a {
	display: block;
	width: 334px;
	height: 72px;
	background: url(../images/hat_logo_de.gif) no-repeat top left;
}


#lse_footer, #hat_footer {
	color: #444;
	font-size: 11px;
	padding: 15px 0 0 0;
	line-height: 18px;
}
/*#footer a {
	color: #444;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
}*/
textarea {
	resize: none;
}
.pagination {
	font-size: 12px;
	color: #666;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	text-align: center;
	padding-top: 10px;
}
.pagination .current {
	font-weight: bold;
	color: #222;
}
.pagination a, .pagination span {
	margin: 0 5px;
}
#search_results .match {
	background-color: #FFFF00;
}
.sidebar .legend {
	font-size: 11px;
	color: #666;
	line-height: 1.5;
}

.press_access_gray_div {
	padding: 20px;
	background: #eee;
	border: 1px solid #ddd;
}
.press_access_gray_div .column {
	width: 220px;
}
.press_access_gray_div .column .iT {
	width: 193px;
}
#client_page_table th, #client_page_table td {
	vertical-align: top;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxWrapper,#colorbox,#cboxContent{overflow: visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0; padding: 0; margin:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/images/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:18px; height:18px; background:url(/images/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:18px; height:18px; background:url(/images/colorbox/controls.png) -132px 0 no-repeat;}
    #cboxBottomLeft{width:18px; height:15px; background:url(/images/colorbox/controls.png) -100px -35px no-repeat;}
    #cboxBottomRight{width:18px; height:15px; background:url(/images/colorbox/controls.png) -132px -35px no-repeat;}
    #cboxMiddleLeft{width:18px; background:url(/images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:18px; background:url(/images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:18px; background:url(/images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:15px; background:url(/images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background-color:#202020;}
        #cboxLoadedContent{}
        #cboxTitle{position:absolute; bottom:0px; text-align:left; color:#949494; padding-bottom: 2px; }
				/*#colorbox_title{text-align:left; color:#949494; font-size: 14px; text-align: left;}*/
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        /*#cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/images/colorbox/arrows.png) -25px 0px no-repeat; width:25px; height:34px; text-indent:-9999px;}*/
				#cboxPrevious{position: absolute; padding-left: 10px; left: 0; top: 0; width:25px; height:34px; text-indent:-9999px; display: block; background: url(/images/trans.gif);}
				#cboxPreviousContent{position: absolute; left: 10px; width:25px; height:34px; text-indent:-9999px; background: url(/images/colorbox/arrows-left.png) no-repeat; background-position: -25px 0px;}
        #cboxPreviousContent.hover{background-position: 0px 0px; }
				#cboxNext{position:absolute; right: 0; padding-right: 10px; top: 0; width:25px; height:34px; text-indent:-9999px; display: block; background: url(/images/trans.gif);}
				#cboxNextContent{position: absolute; right: 10px; width: 25px; height: 34px; text-indent:-9999px; background:url(/images/colorbox/arrows-right.png) no-repeat; background-position: -25px 0px; }
        #cboxNextContent.hover{background-position: 0px 0px;}
        /*#cboxLoadingOverlay{background:url(/images/colorbox/loading_background.png) center center no-repeat;}*/
        #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:0; left:0; margin-left: -10px; margin-top: -10px; background:url(/images/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        /*#cboxClose.hover{background-position:-25px -25px;}*/

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
