*
{
    padding:0;
    margin:0;
}

html {
	height: 100%;
}
body
{
    padding:0;
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 62%; /*approx 10pt*/
	/*font-size: 0.75em;*/
    background: #fff /*url('../Assets/background.jpg') repeat-x top left*/;
    color: #333;
    /*text-align: center;
	/*min-width: 600px;*/
	position: relative;
	min-height: 100%;
}

table, caption {
  font-size: 100%;
}

table {
	margin-bottom: 1.3em;
}

th, td {
    padding: 0.3em 0.6em 0.2em 0.4em;
}

input,
select
{
    font-size:100%;
    font-family: Arial, Helvetica, sans-serif;
    color:#333;
}

#content .tab input[type=text],
#content .tab input[type=button],
#content .tab input[type=submit],
#content .tab select
#content .subscriptions input[type=text],
#content .subscriptions input[type=submit]
{
    height: 22px;
    line-height: 22px;
    border:1px solid #CCC;
}

#content .subscriptions input,
#content .tab input
{
    font-size:1.1em;
    margin-bottom:2px;
}

#content .tab select
{
    margin-bottom:5px;
    font-size:1.1em;
}

a
{
    color: #275DA6;
}







#search-div
{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 0 6px 0;
}
#search-div #search-text
{
	float: left;
	width: 161px;
	height: 20px;
	border: 1px solid #bbb;
	border-right: none;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 1.3em;
	padding: 0 6px;
}
#search-div #search-submit
{
	float: left;
	width: 22px;
	height: 22px;
	border: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background-image: url('/media/4106507/icon_search.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	background-color: #bbb;
	font-size: 0;
	color: transparent;
	padding: 0;
}

#page_outer
{
    width: 922px;
    padding: 20px 19px 0px 19px;
    background-color: #F6F5F5;
    border: solid 1px #CCCCCC;
    border-bottom-width: 0px;
}

#page_menu a
{
    text-decoration: none;
}

#page_menu a:hover
{
    text-decoration: underline;
}

#page_menu li
{
    list-style-type: none;
    text-align: left;
    /*font-size: 1.33333333em;*/
    color: #68237A;
    line-height: 1.6em;
    border-bottom: solid 1px #30c3e5;
}

#page_menu li.header_primary_nav_heading
{
    width:190px !important;
    width:212px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #F6F5F5;
    font-weight:bold;
}

#page_menu li a:hover {
    color: #275da6;
	background-color: #f0f0ff;
}

/*#page_menu li:hover,
#page_menu li.hover
{
    background: #F6F5F5;
}*/

#page_menu li.header_primary_nav_heading,
#page_menu li.header_primary_nav_heading
{
    background: #F6F5F5;
}

#page_menu li.current a
{
    /*width:212px; *//* extra 2px to flow into the document on eg IE6 */
    background: #d5f3f9;
    /*border-right:solid 1px #FFFFFF;*/
}

/*#page_menu li.current a
{
    color:#275DA6;
}*/

#page_menu h2
{
    background: #333;
    font-weight:bold;
    border: solid 1px #333;
    font-size:1.2em;
    line-height: 1.6em;
}

#page_menu h2 a
{
    color: #fff;
    font-weight:bold;
}

#page_menu li a
{
    font-weight: normal;
    color: #333333;
}

#page_menu li a,
#page_menu h2 a
{
    padding: 0.75em 0.5em;
	margin: 0.5em 0.25em;
    display: block;
}

#page_menu
{
    width: 14em;
    float: left;
    padding-bottom: 1.75em;
	margin-left: 2em;
}

#page_home
{
    width: 920px;
	padding-right: 19px;
}

#page_home_image
{
    width: 922px;
    margin-bottom: 8px;
}

#page_home_links_bar
{
    color: #333;
    margin-bottom: 10px;
    font-size: 1.2em;
}

#page_home_links_bar #links_bar_links
{
    padding:4px;
}

#page_home_links_bar ul
{
    list-style-type: none;
    font-size: 1em;
    font-weight: bold;
}

#page_home_links_bar li
{
    display:inline;
    margin-right:20px;
}

#page_home_links_bar a
{
    text-decoration: none;
    color:#000;
}

#page_home_links_bar a:hover span
{
    text-decoration: underline;
}

#page_home_links_bar span
{
    position:relative;
    top:-9px;
    margin-left:2px;
}

#page_home_main_content
{
    background: #FFF;
    color: #333;
    border: solid 1px #CCC;
    padding: 8px;
    margin-bottom: 20px;
    font-size: 1.2em;
}

#page_home_main_content li
{
    margin-left: 20px;
}


a img
{
    border-width:0px;
}

#footer
{
    color: #000;
	background: #ccc;
}

#footer,
#footer a,
#footer_base,
#footer_base a,
#footer_small,
#footer_small a
{
    color: #000000;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

#footer_inner
{
    margin: 0 auto;
    //width: 920px;
    text-align:left;
		width: 100%;
		max-width: 920px;
}

#footer_navigation
{
	padding: 1em;
}

#footer_navigation .footer_nav_list
{
    float:left;
    //width:230px;
		width: 25%;
}

#footer_navigation h2
{
    margin-bottom: 10px;
}

#footer_navigation li
{
    list-style-type: none;
    line-height:20px;
}

#footer_navigation li li
{
    font-size: 1.1em;
}

#footer_base
{
	background-color: #999;
}

#footer_base_inner
{
	margin: 0 auto;
	padding: 0 1em;
	    line-height:60px;
		max-width: 920px;
}

	#footer_base_inner .copyright
	{
		float:right;
	}

#footer_base_inner li
{
    float:left;
	    margin-left: 20px;
}

#footer_base_inner li.wcag
{
  margin-left: 0px;
  list-style-type: none;
}

#footer_base_inner li.wcag:first-child
{
	margin-right: 0.6em;
}

#footer_base_inner li.first
{
  margin-left:10px;
  list-style-type:none;
}

#footer_base_inner li img
{
  position:relative;
  top:13px;
}

#content h1
{
    font-size:2.0em;
    color:#275DA6;
	margin-top: 1em;
    margin-bottom: 0.5em;
	font-weight:normal;
}
	#content h1.subsection {
		margin-left: 1.5em;
		position: relative;
	}
		#content h1.subsection:before {
			display: block;
			content: '+';
			position: absolute;
			width: 1em;
			height: 1em;
			border: 1px dotted #275da6;
			top: 0em;
			left: -1.5em;
			text-align: center;
		}
		#content h1.subsection.expanded:before {
			content: '-';
		}

#content h2
{
    font-weight:bold;
    font-size:1.4em;
    padding-top:1.4em;
    padding-bottom:0.4em;
}

#content h3,
#content h4,
#content h5,
#content h6
{
    font-weight:bold;
    font-size:1.1em;
    padding-bottom:1em;
}

#content ul,
#content ol
{
    margin-left:15px;
}

#content p
{
    font-size:1.1em;
    padding-bottom:1.3em;
    line-height:1.3em;
}

#content ul,
#content ol
{
    font-size:1.1em;
    padding-bottom:1.3em;
}

#content ul ul,
#content ol ol,
#content p p,
#content p li,
#content p ul,
#content p ol,
#content ul p,
#content ol p,
#content li p,
#content li li
{
    font-size:1.0em;
}

#content ul#news_issues li
{
    padding-top:1em;
}

#content ul#news_issues p
{
    padding-bottom:0.3em;
}

.screen_reader
{
    display:block;
    position:absolute;
    left:-9999px;
    width:auto;
}

#page_home_latest .pager
{
    margin-top:4px;
    margin-right:10px;
    text-align:right;
}

.pager img
{
    cursor: pointer;
    padding-left: 3px;
    padding-right: 3px;
}

.pager .records,
.pager .pages,
.pager .total_records
{
    display:inline-block;
    vertical-align:top;
    line-height:16px;
}

.breadcrumbs
{
    width:100%;
    padding-bottom:5px;
    margin-bottom:5px;
    background: Transparent url('../Assets/breadcrumb_horizontal_seperator.jpg') repeat-x bottom;
}

.breadcrumbs .readspeaker
{
	float:right;
	margin-bottom: -7px;
	position: relative;
	top: -2px;
}

#font-sizer
{
	display: inline-block;
	border-left: 1px solid #999;
	margin-left: 6px;
}
#font-sizer span
{
	margin-left: 3px;
}
#font-sizer span:first-child
{
	margin-left: 6px;
}
#font-sizer span img
{
	cursor: pointer;
}

#content .breadcrumbs ol
{
    margin-left:0px;
}

.breadcrumbs li
{
    float:left;
    padding-left:10px;
    margin-left:6px;
    list-style-type:none;
    background: Transparent url('../Assets/breadcrumb_seperator.jpg') no-repeat left;
}

.breadcrumbs li:first-child,
.breadcrumbs li.first
{
    margin-left:0px;
    padding-left:0px;
    background-image: none;
}

.last_updated
{
    clear:both;
    margin-top:2em;
    font-size:0.9em;
    font-style:italic;
}

#page_home_latest .header h2
{
    font-size: 1.4em;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    float: left;
}

#page_home_latest .header h2 a
{
    color:#fff;
    text-decoration:none;
}

#page_home_latest .header h2 a:hover
{
    text-decoration:underline;
}

#content .content > .news_image
{
    margin-bottom: 1em;
}

#content .content > .news_image img
{
	width: 45em;
	max-width: 100%;
	height: 18em;
	display: block;
}

#content .content > .news_image.right
{
	width: 24em;
	max-width: 100%;
	float: right;
	margin-left: 2em;
	padding: 0.2em;
	border: 1px solid #ccc;
	border-radius: 0.6em;
}

#content .content > .news_image.right img
{
	width: 24em;
	max-width: 100%;
	height: 18em;
	display: block;
	border-radius: 0.6em;
}

#page_home_news .news_items .news_content
{
    background-color:#f6f5f5;
}

#page_home_news .news_items span
{
    font-size:1.2em;
    line-height:1.6em;
}

#page_home_news #page_home_news_all
{
    font-size:1.2em;
    padding:1.6em 0;
}

#page_home_news #news_item_links
{
    display:inline-block;
    list-style-type: none;
    float:right;
}

#page_home_news #news_item_more
{
	float:right;
}

#page_home_news #news_item_links li
{
	float:left;
}

#page_home_news #news_item_more,
#page_home_news #news_item_links li
{
    float:left;
    padding:2px;
    margin-top:8px;
    line-height:15px;
}

#page_home_news #news_item_more a,
#page_home_news #news_item_links a
{
    color: #FFFFFF;
    background: #1E4B86;
    text-decoration: none;
    height: 15px;
    width: 15px;
    display: block;
    text-align: center;
}

#page_home_news #news_item_links a.selected
{
    background: #10386C;
}

#page_home_news #news_item_more a:hover,
#page_home_news #news_item_links a:hover
{
    text-decoration: underline;
    cursor: pointer;
}

#page_home_latest .report_pages li
{
    list-style-type: none;
    display: inline-block;
}

#page_home_latest .reports li div
{
    padding-right:10px;
}

#page_home_latest .reports h3
{
    font-size:1.1em;
    font-weight: bold;
    display:inline;
    margin-right:0.2em;
}

#page_home_latest .reports h3 a
{
    color: #275DA6;
    text-decoration: none;
}

#page_home_latest .reports h3 a:hover
{
    text-decoration: underline;
}

#page_home_latest .reports .report_date
{
    font-size:0.9em;
    font-style: italic;
    color: #275DA6;
    display: inline-block;
}

#page_home_latest .reports p
{
    font-size:1.1em;    
    line-height:1.4em;
}

#page_home_submit
{
    float:left;
    clear:left;
    width:300px;
}

#page_home_submit .mandatory
{
    margin-left:5px;
}

#page_wide_main
{
    //width:688px !important;
    width:670px;
}

.quick_find .searchbox_div
{
	margin-right: 26px;
}
.quick_find .searchbox_div .searchbox
{
	width: 100% !important;
	margin-bottom: 0 !important;
}
.quick_find .go_button_div
{
	float: right;
}
.quick_find .go_button_div .go_button
{
	position: static !important;
	width: 24px !important;
	height: 24px !important;
	margin-bottom: 0 !important;
}

.searchbox
{
    position: absolute;
    top: -2px;
    width: 189px;
    right:190px;
    height: 22px;
    padding: 0px;
    margin: 0px;
    color: #333333;
    border: 0px;
    border-right: 1px solid #E6E6E6;
}

#content .searchbox
{
    position: static;
    top: 0px !important;
    left: 0px !important;
    border: 1px solid #E6E6E6;
    width: 217px;
}

input.go_button
{
    background: #CF681D url('../Assets/button_small.gif') no-repeat center top;
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 22px;
    height: 22px;
    color: #FFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.9em;
}

#header_action_buttons input.go_button
{
    position: absolute;
    top: -2px;
    right: 168px;
}

#content input.go_button
{
    position: relative;
    top: -1px !important;
    top: 0px;
    left: -1px !important;
    left: 0px;
    font-size: 0.9em;
}

input.normal_button,
input.wide_button
{
    background: transparent url('../Assets/button_wide.gif') repeat-x center top;
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 120px;
    height: 22px;
    color: #FFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 1.1em;
    border: solid 1px #E6E5E3;
}

input.normal_button
{
    width: 80px;
}

input.wide_button
{
    width: 120px;
}

.text_smaller_button
{
    position: relative;
    top: -2px;
    left: 12px;
}

.text_larger_button
{
    position: relative;
    top: -2px;
    left: 9px;
}

.printer_frieldly_button
{
    position: relative;
    top: -2px;
    left: 10px;
}

.readspeaker_small_button
{
    position: relative;
    top: -2px;
    left: 4px;
}

#content .pager
{
    padding-top: 12px;
    padding-bottom: 6px;
    line-height:16px;
}

#content .pager  .container
{
    float: left;
    width: 50%;
}

#content .pager  .sort_help_text
{
    float:left;
    width: 50%;
    font-style: italic;
    text-align:right;
}

#content table.selectable_grid
{
    width:100%;
    border-spacing: 0px;
    border-collapse: collapse; /* IE6 */
}

#content table.selectable_grid tr.even,
#content table.selectable_grid tr.odd,
#content table.selectable_grid tr.header .sortable,
#content table.selectable_grid tr.header .sortingby
{
    cursor: pointer;
}

#content table.selectable_grid tr.even td,
#content table.selectable_grid tr.odd td
{
    padding-top:4px;
    padding-bottom:4px;
}

#content table.selectable_grid .centered
{
    text-align:center;
}

#content table.selectable_grid .investigation_number,
#content table.selectable_grid .issue_number
{
    text-align:center;
}

#content table.selectable_grid .date
{
    text-align:right;
    padding-right:5px;
	white-space: nowrap;
}

#content table.selectable_grid .background,
#content table.selectable_grid .download,
#content table.selectable_grid .alternate_download
{
    text-align:center;
    height:100%;
}

#content table.selectable_grid a
{
    text-decoration: none;
    color: #333;
}

#content table.selectable_grid .background a,
#content table.selectable_grid .download a,
#content table.selectable_grid .alternate_download a
{
    color: #275DA6;
}

#content table.selectable_grid .background a:hover
{
    text-decoration: underline;
}

#content table.selectable_grid tr.header th
{
    color: #FFFFFF;
    background: #7A7A7A;
    padding: 2px;
    text-align: left;
    font-size: 1.2em;
    vertical-align: top;
}

#content table.selectable_grid tr.header th.sorted
{
    background: #4F4F51;
}

#content table.selectable_grid tr.header th a
{
    color: #FFF;
    text-decoration: underline;
}

#content table.selectable_grid tr td
{
    background: #F6F6F6;
    padding: 2px;
    border-bottom: solid 1px #CCCCCC;
    font-size: 1.1em;
}

#content table.selectable_grid tr.odd td
{
    background: #E5EBF4;
}

#content table.selectable_grid tr.selected td,
#content table.selectable_grid tr.selected td a,
#content table.selectable_grid tr.selected th
{
    background: #4976B2 !important;
    color: #FFFFFF !important;
}

#content table.selectable_grid tr.selected td.background,
#content table.selectable_grid tr.selected td.background a,
#content table.selectable_grid tr.selected td.alternate_download,
#content table.selectable_grid tr.selected td.alternate_download a
{
    background: #F6F6F6;
    color: #275DA6;
}

#content table.selectable_grid tr.selected.odd td.background,
#content table.selectable_grid tr.selected.odd td.background a,
#content table.selectable_grid tr.selected.odd td.alternate_download,
#content table.selectable_grid tr.selected.odd td.alternate_download a
{
    background: #E5EBF4;
}

#content table.selectable_grid tr.selected td.selected_linkless,
#content table.selectable_grid tr.selected td.selected_linkless a
{
    background: #4976B2;
    color: #FFFFFF;
}

#content table.selectable_grid tr.issue_title th,
#content table.selectable_grid tr.issue_title td
{
    vertical-align:top;
    padding-top: 4px;
}


#footer_small
{
    color: #000000;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 0px 10px;
    background: Transparent url('../Assets/footer.jpg') repeat-x bottom left;
    height:48px;
}

#footer_small #footer_base
{
    line-height: 36px;
}

#content #fully_matching_results
{
    font-size: 11px;
    font-family: Arial;
    color: #333333;
}

#content #fully_matching_results #results li
{
    padding-top: 20px;
    margin-left: 15px;
}

#content #fully_matching_results #results a
{
    text-decoration: none;
    color: #333333;
}

#content #fully_matching_results #results a:hover
{
    text-decoration: underline;
}

#content #fully_matching_results #results li .result_heading a
{
    color: #275DA6;
}

#content #fully_matching_results .heading
{
    padding-top: 20px;
    font-weight: bold;
    color: #275DA6;
}

#content #results_summary
{
    padding-top: 20px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.breadcrumbs li a
{
    text-decoration: none;
    color: #275DA6;
}

.breadcrumbs li a:hover
{
    text-decoration: underline;
}

#search_header #search_buttons_container #search_buttons
{
    position: relative;
    left: 100px;
    top: 0px;
}

#content #results_pager
{
    padding-top: 30px;
}

#content #results_pager a
{
    font-size: 11px;
    color: #275DA6;
    text-decoration: none;
}

#content .search_heading
{
    padding-top: 20px;
    padding-bottom: 25px;
}

#content .tab_control .tab_buttons
{
    list-style-type: none;
    margin-top:auto;
}

#content .page_header .tab_control .tab_buttons
{
    list-style-type: none;
    margin-top: 16px !important;
}

#content .tab_control .tab_buttons li
{
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    text-align: center;
    float:left;
    margin-right: 3px;
    line-height: 31px;
    cursor:pointer;
}

#content .tab_control .tab_buttons li .container
{
    margin-left: 4px;
    margin-right: 4px;
}

#content .tab_control .tab_buttons li a
{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis;
    width: 100%;
    color: #333;
    text-decoration: none;
}

#content .tab_control .tab_buttons li a:hover
{
    text-decoration: underline;
}

#content .tab_control .tab_buttons li.variable a,
#content .tab_control .tab_buttons li.variable_active a,
#content .tab_control .tab_buttons li.variable_current a
{
    width: auto !important;
    width: 50px;
    width: expression(this.scrollWidth > 122 ? "122px" : "auto" );
    min-width: 50px;
    max-width: 122px;
    margin-left:5px;
    margin-right:5px;
}

#content .tab_control .tab_buttons .normal,
#content .tab_control .tab_buttons .normal_active,
#content .tab_control .tab_buttons .normal_current
{
    width: 61px;
}

#content .tab_control .tab_buttons .wide,
#content .tab_control .tab_buttons .wide_active,
#content .tab_control .tab_buttons .wide_current
{
    width: 122px;
}

#content .tab_control .tab_buttons .normal
{
    background:Transparent url('../Assets/tab_normal.gif') no-repeat top left;
}

#content .tab_control .tab_buttons .wide
{
    background:Transparent url('../Assets/tab_wide.gif') no-repeat top left;
}

#content .tab_control .tab_buttons .normal_active
{
    background:Transparent url('../Assets/tab_normal_active.gif') no-repeat top left;
}

#content .tab_control .tab_buttons .normal_current
{
    background:Transparent url('../Assets/tab_normal_current.gif') no-repeat top left !important;
}

#content .tab_control .tab_buttons .wide_active
{
    background:Transparent url('../Assets/tab_wide_active.gif') no-repeat top left;
}

#content .tab_control .tab_buttons .wide_current
{
    background:Transparent url('../Assets/tab_wide_current.gif') no-repeat top left !important;
}

#content .tab_control .tab_buttons .variable,
#content .tab_control .tab_buttons .variable_current,
#content .tab_control .tab_buttons .variable_active
{
    min-width:68px;
    max-width:140px;
    overflow:hidden;
}

#content .tab_control .tab_buttons .variable .container_outer
{
    background:Transparent url('../Assets/tab_inactive_top_fill.gif') repeat-x top;
}

#content .tab_control .tab_buttons .variable .container_outer2
{
    background:Transparent url('../Assets/tab_top_left.gif') no-repeat top left;
}

#content .tab_control .tab_buttons .variable .container_outer3
{
    background:Transparent url('../Assets/tab_top_right.gif') no-repeat top right;
}

#content .tab_control .tab_buttons .variable_active .container_outer
{
    width:auto;
    background:Transparent url('../Assets/tab_active_top_fill.gif') repeat-x top;
}

#content .tab_control .tab_buttons .variable_current .container_outer
{
    background:Transparent url('../Assets/tab_current_top_fill.gif') repeat-x top !important;
}

#content .tab_control .tab_buttons .variable_active .container_outer2,
#content .tab_control .tab_buttons .variable_current .container_outer2
{
    background:Transparent url('../Assets/tab_active_top_left.gif') no-repeat top left;
}

#content .tab_control .tab_buttons .variable_active .container_outer3,
#content .tab_control .tab_buttons .variable_current .container_outer3
{
    background:Transparent url('../Assets/tab_active_top_right.gif') no-repeat top right;
}

#content .tab_control .tab_buttons
{
    margin-left: 0px;
	padding-bottom: 2em;
}

/*#content .tab_control .tab_buttons li
{
    position:relative;
    top:1px;
}*/

#content .tab_control .tab_buttons li.variable,
#content .tab_control .tab_buttons li.variable_active,
#content .tab_control .tab_buttons li.variable_current
{
    _position:static;
}

#content .page_header .tab_control .tab_buttons li
{
    _top:8px;
    *top:0px;
}

#content .tab_control .tab
{
    background: #F6F6F6;
    border: solid 1px #CCCCCC;
    /*clear:both;*/
}

#content .tab_control .tabs .tab .section_two_column,
#content .tab_control .tabs .tab .section_wide,
#content .tab_control .tabs .tab .section_single
{
    width: 642px;
    padding: 20px;
    line-height: 22px;
}

#content .tab_control .tabs .tab .section_full
{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#content .tab_control .tabs .tab .section_wide .section_seperator,
#content .tab_control .tabs .tab .section_wide .section_inner,
#content .tab_control .tabs .tab .section_wide .section_date,
#content .tab_control .tabs .tab .section_wide .section_inner .label,
#content .tab_control .tabs .tab .section_wide .section_date .label,
#content .tab_control .tabs .tab .section_wide .section_inner .value,
#content .tab_control .tabs .tab .section_wide .section_date .value,
#content .tab_control .tabs .tab .section_two_column .section_inner,
#content .tab_control .tabs .tab .section_two_column .section_inner .label,
#content .tab_control .tabs .tab .section_two_column .section_inner .value,
#content .tab_control .tabs .tab .section_single .section_inner .label,
#content .tab_control .tabs .tab .section_single .section_inner .value
{
    float: left;
}

#content .tab_control .tabs .tab .section_wide .section_inner
{
    width: 321px !important;
    width: 310px;
  height:32px;
}

#content .tab_control .value
{
    padding-bottom: 5px;
}

#content .tab_control .tabs .tab .section_wide .section_date
{
    width: 641px;
}

#content .tab_control .tabs .tab .section_wide .section_inner .label,
#content .tab_control .tabs .tab .section_wide .section_date .label,
#content .tab_control .tabs .tab .section_two_column .section_inner .label,
#content .tab_control .tabs .tab .section_single .section_inner .label,
#content .tab_control .tabs .tab .section_single .section_date .label
{
    width: 130px;
}

#content .tab_control .tabs .tab .section_wide .section_inner .value
{
    width: 191px !important;
    width: 180px;
}

#content .tab_control .tabs .tab .section_single .section_inner .value
{    
    width: 441px !important;
    width: 430px;
}

#content .tab_control .tabs .tab .section_wide .section_date .value
{
    width: 391px;
}

#content .tab_control .tabs .tab .section_wide .section_inner .value input.text,
#content .tab_control .tabs .tab .section_wide .section_inner .value select
{
    width: 180px !important;
    width: 160px;
}

#content .tab_control .tabs .tab .section_single .section_inner .value input.text,
#content .tab_control .tabs .tab .section_single .section_inner .value select
{
    width: 241px !important;
    width: 230px;
}

#content .tab_control .tabs .tab .section_single .buttons_padded
{
    padding-left:130px;
}

#content .tab_control .tabs .tab .section_single .buttons_padded input
{
    margin-right: 10px;
}

#content .tab_control .tabs .tab .section_two_column .section_inner .value input.text,
#content .tab_control .tabs .tab .section_two_column .section_inner .value select
{
    width: 160px;
}

#content .tab_control .tabs .tab .section_two_column .section_inner .value,
#content .tab_control .tabs .tab .section_two_column .section_inner .buttons
{
    width: 400px;
}

#content .tab_control .tabs .tab .section
{
	float: left;
	//height: 130px;
	width: 317px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content .tab_control .tabs .tab .filter
{
	position: relative;
}

#content .tab_control .tabs .tab .section.right-fill
{
	position: absolute;
	left: 350px;
	right: 0;
	width: auto;	
}

#content .tab_control .tabs .tab .section .left
{
  padding-left: 20px;
}

#content .tab_control .tabs .tab .section .right
{
  padding-right: 20px;
}

#content .tab_control .tabs .tab .section .section_inner
{
  float: left;
  width: 132px;
  line-height: 25px;
}

#content .tab_control .tabs .tab .section .section_line
{
  float:left;
  width:300px;
  height:1px;
  margin-top:4px;
  margin-bottom:10px;
  background: Transparent url('../Assets/tab_horizontal_separator.gif') repeat-x center center;
}

#content .tab_control .tabs .tab .section .section_line_high
{
  float:left;
  width:300px;
  height:1px;
  margin-top:11px;
  margin-bottom:10px;
  background: Transparent url('../Assets/tab_horizontal_separator.gif') repeat-x center center;
}

#content .tab_control .tabs .tab .vertical_seperator
{
    float: left;
    //height: 170px;
	height: 90px;
    width: 33px;
    background: Transparent url('../Assets/tab_seperator.gif') no-repeat center center;
}

#content .tab_control .tabs .tab .vertical_seperator .text
{
    font-style: italic;
    font-size: 1.1em;
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: 78px;
  left: 1px;
}

#content .tab_control .tabs .tab
{
    display: none;
}

#content .tab_control .tabs #tab_1.tab
{
    display: block;
}

#content .publication .tab_control
{
    margin-bottom: 18px;
}

#content .page_header .tall
{
    padding-bottom: 26px;
}

#content .page_header h1
{
    padding-left: 2px;
    padding-top: 14px;
}

#content .page_header .descriptor
{
    font-size: 1.1em;
    color: #275DA6;
    margin-left: 8px;
    margin-top: 7px;
}

#content .investigation .page_header .investigation_title h2,
#content .media_release .page_header .title h2
{
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.4em;
    margin-left: 8px;
    margin-top: 7px;
    min-height: 80px;
}

#content .media_release .page_header .title
{
    width: 430px;
}

#content .page_header .seperator
{
    width:664px;
    height: 1px;
    background: Transparent url('../Assets/header_search_horizontal_seperator.gif') repeat-x top;
    margin-top: -4px;
}

#content .media_release .page_header .seperator
{
    width:487px !important;
    width:461px;
}

#content .media_release .page_header .release_date,
#content .investigation .page_header .investigation_number
{
    font-size: 1.6em;
    color: #333;
    margin-top: 14px !important;
    margin-top: 2px;
    float:left;
}

#content  .investigation .page_header .investigation_status
{
    float: right;
    text-align: right;
    font-size: 1.4em;
    color: #333;
    min-height: 10px;
    margin-top: 15px !important;
    margin-top: 3px;
    padding-right: 10px;
}

#content .investigation .page_header .progress
{
    float:right;
}

#content .recommendation .recommendation_title,
#content .safety_action .safety_action_title
{
    font-size: 1.3em;
    color: #275DA6;
    background: #E9E7E6;
    border-top: solid 1px #C1C0BC;
    border-bottom: solid 1px #939192;
}

#content .recommendation .recommendation_title h2,
#content .safety_action .safety_action_title h2
{
    padding-left: 12px;
    padding-top: 7px;
    padding-bottom: 6px;
}

#content .recommendation h3,
#content .safety_action h3,
#content .recommendation h4
{
    color: #275DA6;
    padding-left: 10px;
    padding-bottom: 0.5em;
}

#content .recommendation h3,
#content .safety_action h3
{
    font-size: 1.4em;
}

#content .recommendation .output_text .content h3
{
    padding-left: 0px;
    font-size: 1.3em;
    color: #000000;
}

#content .recommendation h4
{
    font-size: 1.2em;
}

#content .recommendation .further_correspondence h3
{
    font-size: 1.2em;
    color: #333;
}

#content .recommendation .general_details,
#content .safety_action .general_details
{
    margin-top: 12px;
}

#content .safety_action .safety_issue_title,
#content .recommendation .output_text,
#content .recommendation .initial_response,
#content .recommendation .further_correspondence
{
    margin-top: 18px;
}

#content .recommendation .initial_response h4
{
    margin-top: 14px;
}

#content .recommendation .initial_response th
{
    padding-left: 5px;
    font-weight: bold;
    width: auto;
}

#content .recommendation .initial_response td
{
    padding-left: 10px;
}

#content .recommendation .initial_response table
{
    margin-bottom: 6px;
}

#content .safety_action .safety_issue_title,
#content .recommendation .output_text
{
    border-bottom: solid 1px #A6A6A6;
}

#content .safety_action .safety_issue_title .content,
#content .recommendation .output_text .content
{
    /*border-top: solid 1px #A6A6A6;*/
    padding-left: 10px;
    margin-top: -3px;
    padding-top: 5px;
}

#content .recommendation .initial_response .content p
{
    padding-left: 10px;
}

#content .recommendation .output_text blockquote
{
    padding-bottom: 10px;
}

#content .recommendation .output_text p
{
    margin-bottom: -8px;
}

#content .recommendation table,
#content .safety_action table
{
    border-spacing: 0px;
    border-collapse: collapse;
}

#content .recommendation table .first td,
#content .recommendation table .first th,
#content .safety_action table .first td,
#content .safety_action table .first th
{
    color: #275DA6;
}

#content .recommendation table td,
#content .recommendation table th,
#content .safety_action table td,
#content .safety_action table th
{
    border-bottom: solid 1px #A6A6A6;
    padding: 5px;
}

#content .recommendation table td,
#content .safety_action table td
{
    width: 531px;
}

#content .recommendation table th,
#content .safety_action table th
{
    width: 137px;
    font-weight: normal;
    padding-left: 10px;
}

/*#content .recommendation .initial_response table td,
#content .recommendation .initial_response table th,*/
#content .recommendation .further_correspondence table td,
#content .recommendation .further_correspondence table th
{
    border-top: solid 1px #A6A6A6;
}

/*
#content .recommendation .initial_response table td,
#content .recommendation .initial_response table th
{
    background: #F0F3FA;
}
*/

#content .recommendation .initial_response table td,
#content .recommendation .initial_response table th
{
    border: none;
    padding: 2px;
}

#content .recommendation .initial_response table th
{
    text-align: left;
    padding-left: 10px;
}

#content .recommendation .further_correspondence table td,
#content .recommendation .further_correspondence table th
{
    background: #F6F6F6;
}

#content .recommendation .initial_response table .first td,
#content .recommendation .initial_response table .first th,
#content .recommendation .further_correspondence table .first td,
#content .recommendation .further_correspondence table .first th
{
    background: Transparent;
}

#content .recommendation table td a
{
    color: #275DA6;
    text-decoration: none;
}

#content .recommendation table td a:hover
{
    text-decoration: underline;
}

#content .recommendation table td p
{
    font-size: 1em;
	padding-bottom: 0.5em;
}

#content .recommendation table td p:last-child
{
    padding-bottom: 0;
}

#content .recommendation table .highlight
{
    color: #275DA6;
}

#content .page_header .highlighted
{
    color: #275DA6 !important;
}

#content .publication .publication_image img
{
    text-align:center;
}

#content .publication h2
{
    font-size: 1.2em;
    color: #275DA6;
}

#content #report_details h3
{
    padding-top: 12px;
    font-weight: bold;
    color: #275DA6;
    font-size: 1.2em;
    margin-left: 5px;
}

#content #report_details h4
{
    font-weight: bold;
    color: #275DA6;
    font-size: 1.1em;
    margin-left: 5px;
  margin-top: 10px;
}

#content #report_details .seperator
{
    height: 1px;
    background: Transparent url('../Assets/report_details_horizontal_separator.jpg') no-repeat top left;
    margin-top: 20px;
}

#content .employment_oppurtunities table,
#content .publication table,
#content #report_details table
{
    border-spacing: 4px;
}

#content .employment_oppurtunities table td,
#content .publication table td,
#content #report_details table td
{
    width: 392px;
    font-size: 1.1em;
    background: #F6F5F4;
}

#content .employment_oppurtunities table th,
#content .publication table th,
#content #report_details table th
{
    width: 128px;
    background: #E4EBF5;
    text-align: left;
}

#content #report_details table.general td
{
    width: 128px;
}

#content #report_details table.injuries td.first
{
    width: 128px;
}

#content #report_details table.injuries th,
#content #report_details table.injuries td
{
    width: 89px;
}

#content #page_inner_main
{
    float: left;
    //width: 523px;
	width: 505px;
}

#content #page_inner_breakout
{
    width:150px;
    //width:165px;
    float:left;
    padding-left:15px;
}

.download_file
{
	width: 150px;
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
    font-size: 0.9em;
}

.download_file a
{
    font-size: 1.2em;
    text-decoration: none;
    color: #275DA6;
}

.download_file a:hover
{
    text-decoration: underline;
}

.download_file .alternate_file
{
    border-top: solid 1px #F6F5F5;
    border-bottom: solid 1px #CDCDCE;
    border-left: solid 1px #CBCDCF;
    border-right: solid 1px #D0CBD3;
    background: #E4E4E4;
    padding-left:10px;
}

.listen_to_pdf
{
    border-top: solid 1px #F6F5F5;
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    background: #E2E9F3;
    padding-left:10px;
}

.breakout
{
    padding-top: 2px;
}

#content .breakout h2
{
    padding: 0px;
}

#page_inner_breakout .breakout .content h3
{
  font-size:1.1em;
  padding-top:0.5em;
  padding-bottom:0.2em;
  font-weight:bold;
}

.breakout a,
.breakout_highlight a
{
    color: #275DA6;
    text-decoration: none;
    padding-bottom:10px;
}

.breakout a:hover,
.breakout_highlight a:hover
{
    color: #275DA6;
    text-decoration: underline;
}

fieldset
{
    position:relative;
    display:block;
    border: 0px;
}

.clear
{
    font-size:1px;
    clear:both;
	line-height:1px;
}

.last_updated
{
    display:inline-block;
    padding-top:1em;
}

#searchbox .search_label
{
    display:block;
    width:132px;
    clear:both;
    float:left;
    margin-bottom:12px;
}

#searchbox
{
    line-height:25px;
}

#searchbox #search_buttons
{
    float:left;
}

.search_page_seperator
{
    clear:both;
    width:100%;
    padding-bottom:5px;
    margin-bottom:5px;
    background: Transparent url('../Assets/breadcrumb_horizontal_seperator.jpg') repeat-x bottom;
}

.image_icon
{
    display:block;
    float:left;
    margin:2px;
    padding:2px;
    border:1px solid #BBB;
    background-color:#FFF;
    margin-bottom: 17px;
}

.image_icon a.download
{
  display:block;
  text-align:center;
}

.image_icon a.icon
{
    display:block;
    width:100px;
    height:100px;
}

/* SLIMBOX */

#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url(../Assets/loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(../Assets/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(../Assets/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(../Assets/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}

#content .tab .section_full table {
  border-spacing: 0px;
  border-collapse: collapse; /* IE6 */
}

#content .tab .section_full table th {
  padding:2px;
  font-weight:bold;
}

#content .tab .section_full table td {
  padding:2px 2px 2px 8px;
}

#content .tab .section_full h4 {
  font-size:1.2em;
}

#content .tab .section_full h5 {
  font-size:1.1em;
}

#content .tab .section_full h6 {
  font-size:1.0em;
}

#content .safety_action .content h4 {
  font-size:1.1em;
  padding-bottom:0px;
}

#content .safety_action .content h5 {
  font-size:1.1em;
  padding-bottom:0px;
}

#content .safety_action .content h6 {
  font-size:1.0em;
  padding-bottom:0px;
}

#content li.navigation_header {
  list-style-type:none;
}

#content li.navigation_header h2 {
  padding-top:3px;
  padding-bottom:2px;
  margin-left:-20px;
  font-size:1.2em;
  color:#68237A;
}

#content .selectable_grid tr.issue_title
{
    border-top: none;
    border-bottom: #cccccc 1px solid;
}

#content .selectable_grid tr.issue_title th
{
    text-align: right;
    padding-right: 2px;
}

#content .selectable_grid tr.with_issue_title,
#content .selectable_grid tr.with_issue_title td
{
    border-bottom: none;
}

#content .selectable_grid tr.odd th
{
    background: #e5ebf4;   
}

#content .selectable_grid tr.even th
{
    background: #f6f6f6;    
}

#content #tab_safetyIssues table,
#content #tab_safetyIssues table th
{
    text-align: left;
    border: none;
}

#content #tab_safetyIssues table
{
    margin-bottom: 4px;
}

#content .selectable_grid table.safety-issue-result td
{
    border-bottom: none;
}

#content .selectable_grid table.safety-issue-result th,
#content .selectable_grid table.safety-issue-result td
{
    font-size: 1.0em;
    vertical-align:top;
    padding-top: 2px !important;
    margin-top: 0px;
    text-align: left;
}

#content .selectable_grid table.safety-issue-result th.left-column
{
    width: 80px;  
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover
{
  text-decoration:underline;
  cursor:pointer;
}

#social-links-bar
{
  position:fixed;
  left:100%;
  margin-top:30px;
  margin-left:-164px;
  width:164px;
  opacity:0.9;
  z-index:999999;
  pointer-events:none;
}

#social-links-bar a
{
  display:block;
  width:164px;
  height:34px;
  line-height:34px;
  color:#FFF;
  font-family:Helvetica, Arial;
  text-decoration:none;
  font-weight:bold;
  font-size:1.3em;
  text-align:right;
  margin-bottom:4px;
  margin-left:131px;
  -webkit-transition: margin-left 0.3s ease-in-out;
  -moz-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  z-index:999999;
  zoom: 1;
  position: relative;
  pointer-events:auto;
}

#social-links-bar a span
{
  margin-right:8px;
}

#social-links-bar a:hover
{
  margin-left:0;
}

#xp1,
#xp2
{
	/* readspeaker player */
	position:relative;
	z-index:9999;
	float: right;
	margin-top: 2em;
	margin-right: 1em;
}

/*#readspeaker_button1
{
	position:relative;
	top:-7px;
	margin-left:4px;
}*/

.rsbtn_powered
{
	background-color:#E5E5E5!important;
	padding:.5em .75em!important;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-o-border-radius:1em;
	-ms-border-radius:1em;
	border-radius:1em;
	border:#989898 1px solid;
}

.podcast-index
{
	list-style:none;
	padding:0;
}

.podcast-index li
{
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 0;
}
.podcast-index h2 
{
	padding:0 0 5px 0!important;
}

.podcast-index a
{
	text-decoration:none;
}

.podcast-index a:hover
{
	text-decoration:underline;
}

.podcast-index .image-link
{
	float:left;
	display:block;
	width:13%;
}

.podcast-index .image-link img
{
	display:block;
	width:100%;
}

.podcast-index .info
{
	float:right;
	width:87%;
	padding-left:5px;
	box-sizing:border-box;
}

.podcast .primary-image
{
	float:right;
	padding-left:10px;
	max-width: 25%;
	box-sizing: border-box;
	text-align:center;
}
.podcast .primary-image img
{
	display:block;
	max-width:100%;
	max-height:100%;
}

.podcast .primary-image .caption
{
	font-style:italic;
}

.podcast ul
{
	padding:0;
	list-style:none;
}
.podcast video
{
	padding-top:15px;
}

.podcast .download
{
	padding-top:5px;
	padding-left:8px;
}

.podcast .transcript
{
	padding-top:15px;
}

.podcast .date
{
	margin-bottom: 10px;
	color: #999;
}

.podcast-index .date
{
	margin-bottom: 5px;
	color:#999;
}

.podcast-rss
{
	display: block; 
	float: right; 
	width: 164px; 
	height: 34px; 
	background: url('/media/3928045/RSS_bar.png') no-repeat; 
	line-height: 34px; 
	color: #fff; 
	text-indent: 34px;
	text-decoration:none;
	font-size:1.2em;
}

.uBlogsy_comment.nested {
	margin-left:37px;
	margin-top:.5em;
	position:relative;
	overflow:visible;
}

.uBlogsy_comment.nested:before {
	content:"";
	background:url(/media/4046818/blogarrow2.png) no-repeat top right;
	width:24px;
	height:28px;
	display:block;
	position:absolute;
	margin-right:5px;
	right:100%;
	top:0;
}

#page_home_submit {
	width:49%;
}

#page_home_submit img {
	float: left;
	width: 210px;
	margin-right: 1em;
}

#page_share {
	margin-top: 2em;
}
#page_share .addthis_button,
#page_share .comment_button {
	margin-left: 0.3em;
	display: block;
	float: left;
}
#page_share .addthis_button img,
#page_share .comment_button img {
	border: 1px solid #999;
	border-radius: 0.6em;
	background-color: #f0f0f0;
	display: block;
	height: 3em;
}


#map_content {
	max-width: 921px;
	margin: -20px 0 19px 0;
}
#map_content .content_container {
	background-color: white;
	padding: 1.3em 1.3em 0 1.3em;
}
#map_content #map_container {
	font-size: 1.2em;
	width: 100%;
	height: 600px;
}
#map_content #map_container #map_canvas {
	width: 100%;
	height: 100%;
}

#map_legend {
	padding: 0.5em;
	margin: 0.5em;
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #717b87;
}
#map_legend .legend-item {
	cursor: pointer;
	text-align: left;
	padding: 0.25em;
}
#map_legend .legend-item:hover {
	background: #c5d6e9;
	background: rgba(166, 192, 221, 0.5);
}
#map_legend .legend-item .legend-icon {
	margin-right: 0.333333em;
	width: 1.5em;
}

#global_toggle {
	margin: 0.4em;
	cursor: pointer;
}
#global_toggle #global_icon {
	width: 5em;
	height: 2.88em;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px;
}

.pac-item {
	text-align: left;
}




.text-content-area {
    background-color: #F6F5F5;
    padding: 6px;
    margin: 3px 0 6px 0;
    max-width: 905px;
}

.highlight-text {
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 6px;
    margin-bottom: 6px;
}

.seach-type-column-title {
    font-weight: bold;
    font-size: 1.4em;
    margin: -3px;
    margin-bottom: 6px;
    background-color: #999;
    color: White;
    line-height: 25px;
    text-align: center;
    width: auto;
}

.search-type-column {
	max-width: 32%;
	min-width: 100px;
	background-color: #F6F5F5;
	float: left;
	padding: 4px;
	margin-top: 3px;
	overflow: hidden;
	box-sizing: border-box;
}

.search-type-column .highlight-text {
    text-align: center;
}

.clear-float {
    clear: both;
    padding-top: 12px;
}

.search-type-info {
    min-height: 120px;
}

.small_screenshot_box {
	float: right;
	height: 232px;
	width: auto;
	border: 1px solid #cccccc;
	clear: both;
	overflow: hidden;
	cursor: pointer;
	border-radius: 1em;
}
.small_screenshot_box:hover {
	border: 1px dashed #999999;
	opacity: 0.6;
}
.small_screenshot_box img {
	display: block;
	width: 100%;
}

.link-button {
    cursor: pointer;
    padding: 0.5em 1em;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Segoe UI, Verdana, Tahoma, Arial, sans-serif;
    color: #ffffff;
    background-color: #0098cc;
    text-decoration: none;
    display: inline-block;
    border-radius: 0.5em;
}

.search-type-column .link-button {
	width: 100%;
	margin-top: 0.5em;
	box-sizing: border-box;
	text-align: center;
}

.twitter-timeline {
	min-width: 0!important;
}




#wrapper
{
    margin: 0 auto;
    text-align: left;
	max-width: 1020px;
	/*margin-left: auto;
	margin-right: auto;*/
	padding-bottom: 11em;
}

.header
{
    z-index: 2; /* For drop-down menu to appear above content */
    position: relative;
	padding: 1.5em 0 0.75em;
	/*background: #00374e url(/Assets/header-bg.png) no-repeat right 60%;
	background-size: auto 120%;*/
	background-color: #00374e;
}
.header .header-bg-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.header .header-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -670px;
	width: 1340px;
	background: #00374e url(/Assets/header-bg.png) no-repeat right 60%;
	background-size: auto 120%;
	z-index: -1;
}
.header .wrapper {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.header .wrapper .logo {
	background-image: url(/media/4037835/atsb_logo.png);
	width: 329px;
	height: 64px;
	background-size: 329px 64px;
}

.header .nav-background {
	background-color: #000;
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*height: 4.25em;*/
	height: 3.75em;
	z-index: 1;
}
.header .nav {
	width: 100%;
	max-width: 1032px; /*64.5em*/
	margin-top: 3.5em;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	position: relative;
}
	.header .nav:after {
		clear: both;
		content: "";
		display: table;
	}
	.header .nav .toggle {
		display: none;
	}
	.header .nav > ul > li {
		display: block;
		float: left;
		position: relative;
	}
	.header .nav > ul > li:not(:first-child) {
		border-left: 1px solid #00677b;
	}
	.header .nav > ul > li:not(:last-child) {
		border-right: 1px solid #00070d;
	}
	.header .nav > ul > li a,
	.header .nav > ul > li > span {
		color: #fff;
		display: block;
		padding: 0.75em 3em;
		text-decoration: none;
		white-space: nowrap;
		cursor: pointer;
		/*font-size: 1.33333333em;*/
	}
	.header .nav > ul > li > a,
	.header .nav > ul > li > span {
		margin: -0.75em 0;
		padding: 1.25em 3em;
		height: 1.25em;
	}
	.header .nav > ul > li .arrow {
		position: absolute;
		border: 0.7em solid transparent;
		border-bottom-color: #eceded;
		border-top-width: 0;
		bottom: -0.75em;
		left: 50%;
		margin-left: -0.65em;
	}
	.header .nav > ul > li > ul {
		display: none;
		position: absolute;
		top: 3em;
		background: #00384f;
	}
	.header .nav > ul > li.active > ul {
		display: block;
	}
	.header .nav > ul > li.current > a,
	.header .nav > ul > li.current > span {
		color: #49bfe0;
		/*color: #0289b9;*/
		/*background-color: rgba(0, 0, 51, 0.5);*/
	}
	.header .nav > ul > li > ul > li {
		display: block;
	}
	.header .nav > ul > li > ul > li:not(:first-child) {
		border-top: 1px solid #0289b9;
	}
	.header .nav > ul > li a:hover,
	.header .nav > ul > li span:hover {
		background-color: #0289b9;
		color: #fff;
	}

div.title-container {
	padding: 2.25em;
	background-color: #eceded;
	border-bottom: 1px solid #cfd0d2;
	margin-bottom: 1.5em;
}
div.title {
	color: #54564f;

	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}
div.title:after {
	content: '';
	display: block;
	clear: both;
}
div.title > h1 {
	font-weight: normal;
	letter-spacing: -1px; /*0.03125em*/
	float: left;
	margin-right: 1em;
}
div.title > .summary {
	float: right;
	max-width: 350px;
	font-style: italic;
}

div.stretchy-wrapper {
    width: 100%;
	max-width: 980px;
	/*max-height: 790px;*/
    padding-bottom: 82.3%;
    position: relative;
	border: 0px solid #000099;
	box-sizing: border-box;
	/*margin: 0% 5%;*/
	margin-left: auto;
	margin-right: auto;
}
	div.stretchy-wrapper > div {
		position: absolute;
		top: 0; bottom: 0; left: 1%; right: 1%;
	}

		div.stretchy-wrapper > div .button {
			float: left;
			width: 31.333333%;
			/*height: 18.4%;*/
			height: 21.5%;
			height: 17.35%;
			max-height: 137px;
			margin: 1%;
			/*text-align: center;
			/*border: 1px solid #e0e0e0;*/
			border: 0;
			box-sizing: border-box;
			border-radius: 0.1em;
			/*background-color: #0289b9;*/
			background-color: #005d85;
			color: #fff;
			/*line-height: 500%;*/
			position: relative;
			overflow: hidden;
			cursor: pointer;
		}
		div.stretchy-wrapper > div .button:nth-child(1),
		div.stretchy-wrapper > div .button:nth-child(3),
		div.stretchy-wrapper > div .button:nth-child(5) {
			width: 64.666666%;
			background-color: #0289b9;
		}
			div.stretchy-wrapper > div .button .icon {
				float: left;
				width: 40%;
				position: relative;
				height: 100%;
				background: #3366c0 url(../Assets/icon-fact-sheets.png) no-repeat 50% 50%;
				background-size: 33%;
			}
			div.stretchy-wrapper > div .button a {
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				color: #fff;
				text-decoration: none;
			}
			div.stretchy-wrapper > div .button a span {
				position: absolute;
				top: 50%;
				left: 51.6%;
				margin-top: -0.5em;
				font-size: 1.3em;
			}
			div.stretchy-wrapper > div .button img {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
			}
			div.stretchy-wrapper > div .button img.image {
				left: auto;
				right: 0;
			}
		div.stretchy-wrapper > div .button:nth-child(1) .icon,
		div.stretchy-wrapper > div .button:nth-child(3) .icon,
		div.stretchy-wrapper > div .button:nth-child(5) .icon {
			width: 19.35484%;
		}
		div.stretchy-wrapper > div .button:nth-child(1) .text,
		div.stretchy-wrapper > div .button:nth-child(3) .text,
		div.stretchy-wrapper > div .button:nth-child(5) .text {
			left: 25%;
		}
		div.stretchy-wrapper > div .button:nth-child(1) .text,
		div.stretchy-wrapper > div .button:nth-child(5) .text {
			margin-top: -1em;
		}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.footer > div {
	background-color: #eceded;
	height: 8em;
	position: relative;
}
.footer > div > div {
	height: 3em;
	position: absolute;
	top: -1.5em;
	background-color: #30c3e5;
	line-height: 3em;
	color: #fff;
	font-weight: bold;
	/*padding-right: 2em;*/
}
.footer > div > div:nth-child(1),
.footer > div > div:nth-child(3) {
	width: 50%;
}
.footer > div > div:nth-child(2),
.footer > div > div:nth-child(4) {
	width: 25em;
	left: 50%;
	margin-left: -17em;
}
.footer > div > div:nth-child(2):after,
.footer > div > div:nth-child(4):after {
	content: '';
	position: absolute;
	top: 0;
	right: -23px /*-1.5em*/;
	border: 24px solid transparent;
	border-left-color: #30c3e5;
	border-right-width: 0;
}
.footer > div > div:nth-child(1),
.footer > div > div:nth-child(2) {
	background-color: #0c5c75;
	top: -1.375em;
}
.footer > div > div:nth-child(2) {
	margin-left: -16.875em;
}
.footer > div > div:nth-child(2):after {
	border-left-color: #0c5c75 !important;
}


.hide, .responsive, .print {
	display: none !important;
}

#page_standard,
#page_wide,
#page_full
{
    margin-top: -1.75em;
}

#inner_content
{
    padding-top: 1.75em;
}

#page_standard_main
{
	margin-left: 16em;
}

#page_standard_breakout
{
    width: 12.5em;
    float: left;
    padding-left: 1.25em;
}

#page_full_main,
#page_wide_main,
#page_standard_main
{
    background: #fff;
	padding: 0.5em 1.5em 1.75em 1.75em;
}

#content {
	font-size: 0.85em;
}

#page_full_main
{
    /*width: 880px;*/
}

.breakout, .breakout_feedback {
	float: right;
}

@media screen and (max-width: 800px) {
	body {
		font-size: 85%;
	}
	.header {
		background-position: right top;
		background-size: auto 14.83333333em;
		padding-bottom: 0;
	}
		.header .header-bg-wrapper {
			bottom: initial;
			height: 11em;
		}
			.header .header-bg-wrapper .header-bg {
				left: initial;
				right: -12em;
				margin-left: 0;
				/*width: 100%;*/
			}
	.header .wrapper {
		height: 5em;
	}
	.header .wrapper .logo {
		/*width: 70%;*/
		/*height: 5em;
		background-size: auto 100%;
		background-repeat: no-repeat;
		margin-left: 1.5em;*/
		display: none;
	}
	.header .wrapper img.responsive {
		display: block!important;
		margin-left: 1.5em;
		max-height: 100%;
		max-width: 70%;
	}
	.header .nav-background {
		top: 7.5em;
		height: auto;
	}
	.header .nav {
		margin-top: 4.5em;
	}
	.header .nav .toggle {
		display: block;
		position: absolute;
		top: -3.5em;
		right: 1em;
		width: 3em;
		height: 3em;
		background: transparent url(/Assets/icon-menu.png) no-repeat 50% 50%;
	}
	.header .nav .toggle.expanded {
		background: transparent url(/Assets/icon-menu-close.png) no-repeat 50% 50%;
	}
	.header .nav > ul.expanded {
		border-top: 1px solid #fff;
	}
	.header .nav > ul > li {
		float: none;
		position: relative;
	}
	.header .nav > ul > li:first-child {
		position: absolute;
		top: -3.5em;
		left: 1em;
		width: 3em;
		height: 3em;
	}
	.header .nav > ul > li:first-child a {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		background: transparent url(/Assets/icon-home.png) no-repeat 50% 50%;
	}
	.header .nav > ul > li:first-child a span {
		display: block;
		position: absolute;
		left: -9999px;
		width: auto;
	}
	.header .nav > ul > li:not(:first-child) {
		display: none;
	}
	.header .nav > ul > li > span {
		color: #fff;
		display: block;
		font-size: 1.5em;
		margin: 0;
		padding: 0.75em 1em;
		text-decoration: none;
		background-color: #00384f;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	.header .nav > ul > li > span:after {
		content: "+";
		display: block;
		position: absolute;
		top: 50%;
		right: 0.75em;
		margin-top: -0.5em;
		font-size: 1.5em;
		color: #30c3e5;
	}
	.header .nav > ul > li.expanded > span:after {
		content: "–"
	}
	.header .nav > ul > li > .arrow {
		display: none;
	}
	.header .nav > ul > li > ul {
		position: relative;
		top: 0;
	}
	.header .nav > ul > li > ul > li > a {
		color: #fff;
		display: block;
		font-size: 1.5em;
		padding: 0.75em 1em 0.75em 2em;
		text-decoration: none;
		background-color: #0289b9;
		border-bottom: 1px solid #fff;
	}
	.header .nav > ul > li > ul > li:hover > a {
		background-color: #30c3e5;
	}
	#wrapper {
		padding: 0 1em 11em;
	}
		div.stretchy-wrapper > div .button {
			height: 24%;
			margin: 1.5%;
			background-color: #0289b9;
		}
		div.stretchy-wrapper > div .button,
		div.stretchy-wrapper > div .button:nth-child(5) {
			width: 47%;
		}
		div.stretchy-wrapper > div .button:nth-child(1),
		div.stretchy-wrapper > div .button:nth-child(2),
		div.stretchy-wrapper > div .button:nth-child(3) {
			width: 97%;
			/*background-color: #005d85;*/
		}
			div.stretchy-wrapper > div .button .image {
				display: none;
			}
			div.stretchy-wrapper > div .button:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
				/*background-color: #0289b9;*/
				text-align: center;
			}
			div.stretchy-wrapper > div .button:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .background {
				display: none;
			}
			div.stretchy-wrapper > div .button:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) a img {
				margin-left: -1.5em;
				position: relative;
				vertical-align: middle;
			}
			div.stretchy-wrapper > div .button:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .text {
				margin: 0 0 0 -0.75em;
				padding: 0.1em 0 0 1.6em;
				/*background: url(../Assets/icon-fact-sheets.png) no-repeat 0 50%;*/
				/*background-size: 1.3em;*/
				white-space: nowrap;
				position: relative;
				padding: 0;
				top: 0;
				vertical-align: middle;
			}
			div.stretchy-wrapper > div .button .text,
			div.stretchy-wrapper > div .button:nth-child(5) .text {
				font-size: 1.4em;
				left: 0;
				margin: 0;
				margin-left: 20%;
			}
			div.stretchy-wrapper > div .button br {
				display: none;
			}
		div.stretchy-wrapper > div .button:nth-child(1) .text,
		div.stretchy-wrapper > div .button:nth-child(2) .text,
		div.stretchy-wrapper > div .button:nth-child(3) .text {
			top: 50%;
			left: 0;
			margin-top: -0.5em;
			margin-left: 28%;
		}

	#wrapper .content img {
		max-width: 100%;
		height: auto;
	}

	.footer {
	}
	.footer.home {
		/*margin-top: 8em;
		position: relative;
		padding-top: 75%;*/
	}

	.footer > div > div:nth-child(1),
	.footer > div > div:nth-child(3) {
		display: none;
	}
	.footer > div > div:nth-child(2),
	.footer > div > div:nth-child(4) {
		width: 100%;
		left: 0;
		margin-left: -1.58333333em;
		padding-left: 3.5em;
		box-sizing: border-box;
	}
	.footer > div > div:nth-child(2) {
		top: -1.41666667em;
	}
	.footer > div > div:nth-child(2):after,
	.footer > div > div:nth-child(4):after {
		content: '';
		position: absolute;
		top: 0;
		right: -17px /*-1.5em*/;
		border: 18px solid transparent;
		border-left-color: #30c3e5;
		border-right-width: 0;
	}

	#page_menu {
		display: none;
	}
	#page_standard_main {
		margin-left: 0;
	}

	#content iframe {
		max-width: 100%;
	}
}

@media screen and (min-width: 960px) {
	div.stretchy-wrapper {
		padding-bottom: 790px;
	}
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
