/***** SITE WIDE STYLES *****/
/* standard html tags */
h1 {
	font-weight: normal;
}
h2 {
	color: #0993CD;
	font-weight: bold;
}
a {
	color: #004C93;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
dt{
	font-weight: bold;
}
/* tables */
table {
	color:#747476;
}
td, th {
	border-bottom:1px solid #DCDCDE;
}
th {
	border-bottom:2px solid #DCDCDE;
	font-weight:bold;
}
td.link {
	cursor: pointer;
}
td.link:hover {
	text-decoration: underline;
}
tfoot td{
	border-bottom: none;
}
form tr.alt td {
	background-color: transparent;
}
/* end tables */
/* forms */
form tbody {
	border-bottom-style: none;
}
legend {
	font-weight: bold;
}
input {
	font-weight: normal;
}
input[type="submit"] {
	border-style: none;
	color: #E7EFF8;
	background-color: #172D82;
	border-style: none;
	font-weight: bold;
}
/* Action buttons */
span.action {
	background: no-repeat center left url(../images/common/button_left.jpg);
}
span.action input, span.action a {
	color: #FFFFFF;
	background: transparent url(../images/common/button_right.jpg) center right no-repeat;
	border-style: none;
	font-weight: bold;
	cursor: pointer;
}
span.action.secondary {
	background-image: url(../images/common/button_secondary_left.jpg);
}
span.action.secondary input, span.action.secondary a {
	background-image: url(../images/common/button_secondary_right.jpg);
}
span.action.disabled {
	background-image: url(../images/common/button_disabled_left.jpg);
}
span.action.disabled input, span.action.disabled a {
    	background-image: url(../images/common/button_disabled_right.jpg);
    	cursor: default;
}
div.fieldRow {
	font-weight: normal;
}
label {
	font-weight: normal;
}
/* end forms */
/* generic classes */
.bold {
	font-weight:bold;
}
.error {
	color: #F80000;
}
.disclaimer {
	color: #666666;
}
.back {
	background: no-repeat left center url(../images/common/back.gif);
}
.forward {
	background: no-repeat right center url(../images/common/forward.gif);
}
.back.disabled {
	background-image:  url(../images/common/back_disabled.gif);
}
.forward.disabled {
	background-image:  url(../images/common/forward_disabled.gif);
}
.main_content ul,
.text_area_component ul,
.mceContentBody ul,
.shared_text_area_component ul {
	list-style-type: disc;
	list-style-position: outside;
}
.main_content ol,
.text_area_component ol,
.mceContentBody ol,
.shared_text_area_component ol {
	list-style-type: decimal;
	list-style-position: outside;
}
/* end generic classes */
/***** END SITE WIDE STYLES *****/

/***** COMMON PAGE STRUCTURE *****/
/**-- Page Structure --**/
body {
	color: #333333;
	background: #C5C5C5 repeat-x left top url(../images/common/main_background.jpg);
	font-family: Arial, sans-serif;
}
body.mceContentBody {
	color: #333333;
	background: #FFFFFF;
	font-family: Arial, sans-serif;
}
#ls-canvas {
	background-color: #FFFFFF;
}
.strapline {
	color: #172D82;
	font-style: italic;
}
/* search */
.search_field{
	color: #333333;
}
.search .search_field {
	border: 1px solid #172D82;
	background: url(../images/common/searchIcon.jpg) no-repeat center left;
}
.main_content .search {
	border: 1px solid #ACACAC;
}
table.search_results {
	background: url(../images/common/horiz_divider.gif) bottom left repeat-x transparent;
}
table.search_results td {
	background: url(../images/common/horiz_divider.gif) top left repeat-x transparent;
}
/* end search */
/* utilities */
.utilities a {
	cursor: pointer;
}
.utilities {
	background: url(../images/common/horiz_divider.gif) bottom left repeat-x transparent;
	color: #333333;
}
.utilities div {
	background: url(../images/common/horiz_divider.gif) top left repeat-x transparent;
}
.printLink {
	background: url(../images/common/print.gif) center left no-repeat transparent;
}
.emailLink {
	background: url(../images/common/email.gif) center left no-repeat transparent;
}
/* end utilities */
/* navigation */
.nav, .nav ul, .nav li, .nav a {
	list-style-type: none;
}
ul.primary_nav {
	border-top: 1px solid #0C0A42;
	background: url(../images/common/nav_background.jpg) repeat-x #172D82;
}
ul.primary_nav li {
	background: url(../images/common/nav_divider.gif) right center no-repeat;
}
ul.primary_nav a {
	color: #FFFFFF;
}
ul.primary_nav li.parent a {
	background: url(../images/common/select_off.gif) right center no-repeat;
}
ul.primary_nav li:hover,
ul.primary_nav li.over,
ul.primary_nav li.active {
	background: url(../images/common/nav_rollover_background.jpg) top left repeat-x #FFFFFF;
}
ul.primary_nav li a:hover,
ul.primary_nav li.active a {
	color: #004C93;
	text-decoration: none;
}
ul.primary_nav li.parent a:hover,
ul.primary_nav li.parent a.active {
	background-image: url(../images/common/select_on.gif);
}
ul.secondary_nav {
	background: url(../images/common/secondary_nav_background.jpg) bottom left repeat-x #FFFFFF;
}
ul.secondary_nav li {
	background: url(../images/common/secondary_nav_divider.gif) right center no-repeat;
}
ul.breadcrumb li {
	background: url(../images/common/breadcrumb_select_off.gif) left center no-repeat;
}
ul.breadcrumb li.active {
	background-image: url(../images/common/breadcrumb_select_on.gif);
}
ul.breadcrumb li.first {
	background: none;
}
.tertiary_nav li{
	background: url(../images/common/horiz_divider.gif) bottom left repeat-x transparent;
}
.tertiary_nav li ul li{
	background: none;
}
ul.tertiary_nav li.active a {
	color: #000000;
}
.tertiary_nav h3{
	color: #333333;
	font-weight: bold;
}
.footer_component li {
	border-left: 1px solid #666666;
}
.footer_component a {
	color: #666666;
}
.footer_component span {
	color: #666666;
}
p.branding_strip {
	background: url(../images/common/footer_gradient.jpg) top left repeat-x;
}
ul.secondary_nav a{
	color: #004C93;
}
ul.breadcrumb a {
	color: #172D82;
}
ul.breadcrumb li.active a{
	color: #333333;
}
ul.breadcrumb li a:hover,
ul.tertiary_nav li a:hover,
.footer_component a:hover {
	text-decoration: underline;
}
ul.secondary_nav li.active a{
	font-weight:bold;
}
ul.secondary_nav li a, ul.secondary_nav li a:hover{
	text-decoration:none;
}
ul.secondary_nav li:hover, ul.secondary_nav li.active, ul.secondary_nav li.over{
	background: url(../images/common/secondary_navigation_rollover.jpg) top left repeat-x;
}
ul.primary_nav li.last,
ul.secondary_nav li.last,
ul.primary_nav li.last:hover,
ul.secondary_nav li.last:hover {
	background: none;
}
.footer_component ul li.first, .footer_component ul li.first a, .nav ul li.first, .nav ul li.first a {
	border-style: none;
}
/* end navigation */
/***** END COMMON PAGE STRUCTURE *****/
/* banner */
div.banner_component{
	background-repeat: no-repeat;
}
/* end banner */
/* large banners and key facts component */
.key_facts_component {
	color: #FFFFFF;
	background: url(../images/common/key_fact_gradient.jpg) top left repeat;
}
.key_facts_component h2,
.key_facts_component div,
.key_facts_component p {
	color: #FFFFFF;
}
div.key_facts_component hr{
	border: 2px solid #FFFFFF;
}
.triple_banner_component,
.double_banner_component {
	color: #FFFFFF;
}
.double_banner_component .banner_interior{
	background: url(../images/common/double_banner_gradient.jpg) top left repeat;
}
.banner_interior div.banner_main{
	background: url(../images/common/triple_banner_left.jpg) top left repeat;
}
.banner_interior div.key_facts_component{
	background: url(../images/common/triple_banner_right.jpg) top left repeat;
}
/* end large banners and key facts component */
/* new component */
.new_component {
	border: 2px dotted #F80000;
	color: #F80000;
}
/* end new component */
/* content links */
ul.content_links_component a,
p.content_links_component a {
	background: no-repeat left center url(../images/common/internal_link.gif);
}
ul.content_links_component,
ul.content_links_component li{
	list-style-type: none;
	list-style-position: outside;
}
/* end content links */
/* tables */
table.sortable th{
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
table.sortable th.descending{
	background-image: url(../images/common/sort_down.gif);
}
table.sortable th.ascending{
	background-image: url(../images/common/sort_up.gif);
}
/* end tables */
/* tabs */
.tab_component .tablist ul {
	border-bottom: #ACACAC solid 1px;
	margin-bottom:-1px;
	position:relative;
	z-index:3;
}
.tab_component .tablist li {
	border-color: #ACACAC;
    border-style: solid;
	border-width: 1px 1px 0 1px;
	color: #004C93;
	background: url(../images/common/tab_background.gif) bottom left repeat-x #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
.tab_component .tablist li.selected {
	border-bottom-style: none;
	background-image: none;
	color: #333333;
}
.tab_component .tablist li:hover {
	text-decoration: underline;
}
.tab_component li.selected:hover {
	text-decoration: none;
	cursor:default;
}
.tab_component .tablist li a {
	color: #004C93;
}
.tab_component .tablist li.selected a {
	color: #333;
}
.tab_component li.selected:hover a {
	text-decoration: none;
	cursor:default;
}
.tab_component .tabs {
	border: #ACACAC solid 1px;
}
.tabs div.inactive {
	display: none;
	_display: block;/*IE6 specific fix for non displaying tables in tabbed component*/
}
/* end tabs */
/* vertical tabs */
.vertical_tab_component {
	background-color: #ffffff;
}
.vertical_tab_component h2 {
	color: #000;
	font-weight: bold;
}
.vertical_tab_component .tablist li {
	color: #172D82;	
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-color: #FFF;	
	border-top: none;
	border-bottom-style: dotted;
	border-bottom-color: #808080;    
	border-collapse: collapse;
	font-weight: normal;
	cursor: pointer;
}
.vertical_tab_component .tablist li:hover {
	background-color: #F6F2EC;
	text-decoration: none;
}
.vertical_tab_component .tablist li.selected {
	border-color: #ACACAC;
	color: #333;
	border: #74AFB5 solid 1px;
	border-right: none;
	background-color: #ECF4F5;
	font-weight: bold;
}
.vertical_tab_component .tabs, .vertical_tab_component th, .vertical_tab_component .alt td {
    	background-color: #ECF4F5;
}
.vertical_tab_component .tabs, .vertical_tab_component .toggle {
    	border-color: #74AFB5;
}
.vertical_tab_component .toggle {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.vertical_tab_component tbody {
	border: none;
}
.vertical_tab_component th, .vertical_tab_component td {
	border-bottom-width: 1px;
    	border-bottom-style: solid;
    	border-bottom-color: #7BB3B8;
    	border-right: none;
}
.vertical_tab_component .tabs {
	border: #7BB3B8 solid 1px;
}
/* end vertical tabs */
/* links component */
.links_component {
	background-color:#F5F5F5;
}
.links_component h3 {
	background: url(../images/common/link_box_3.jpg) repeat-x top left;
	color: #002F60;
	font-weight: bold;
}
.feature_component h3{
	color: #0993CD;
	background: url(../images/common/dotted_separator.gif) bottom left repeat-x transparent;
}
.quick h3{
	background: url(../images/common/link_box_2.jpg) repeat-x top left;
}
.steps h3{
	background: url(../images/common/link_box_1.jpg) repeat-x bottom left;
}
.links_component.tertiary h3{
	background-color: transparent;
}

.links_component a,
.decision_links a,
.feature_component a {
	background:no-repeat left 6px url(../images/common/internal_link.gif);
	color:#004C93;
}
.links_component.featured {
	background-color:#CEE9F5;
	border-top: 1px solid #7CBED7;
	border-left: 1px solid #7CBED7;
	border-right: 1px solid #007EA9 ;
	border-bottom: 1px solid #007EA9 ;
}
.links_component.featured h3{
	background: url(../images/common/link_list_dotted_separator.gif) repeat-x bottom left;
}
.links_component.featured a {
	background-image: url(../images/common/internal_link.gif);
}
.links_component.featured a {
	color: #004C93;
}
.links_component.featured h3{
	color: #002F60;
}
.links_component.featured p{
	color: #333333;
}
.links_component a:hover {
	text-decoration: underline;
}
.links_component ul, .links_component ol {
	list-style-type:none;
}
ul.links_component {
	list-style-type:none;
}
ul.links_component a{
	font-weight: bold;
}
ul.links_component ul a{
	font-weight: normal;
}
/* end links component */
/* features component */
.feature_component {
	border-style: none;
	background: none;
}
.feature_component div div {
	background: none;
}
.feature_component .image_feature div {
	background-image: none;
}
/* end features component */
/* concertina and faq components */
.concertina_component {
	background: url(../images/common/horiz_divider.gif) bottom left repeat-x transparent;
}
.faq_component{
	border: 1px solid #EBEBEB;
	background-color: #F5F5F5;
}
.faq_component div{
	background-color: #F5F5F5;
	background: url(../images/common/horiz_divider.gif) bottom left repeat-x transparent;
}
.concertina_component h3{
	color: #333333;
}
.concertina_component h3,
.faq_component h4 {
	background: url(../images/common/expanded.gif) no-repeat left 3px #FFFFFF;
	cursor: pointer;
}
.faq_component h3 {
	color: #333333;
	background-color:#FFFFFF;
	background-image:none;
	border-bottom:1px solid #EBEBEB;
	font-weight: bold;
}
.faq_component h4 {
	background-color:transparent;
}
.concertina_component h3:hover,
.faq_component h4:hover {
	text-decoration: underline;
}
.concertina_component div.inactive h3,
.faq_component div.inactive h4 {
	color: #004C93;
	background-image: url(../images/common/collapsed.gif);
}
.feature_component.concertina_component div {
	background: url(../images/common/horiz_divider.gif) top left repeat-x transparent;
}
.concertina_component.feature_component div div {
	background: none;
}
/* end concertina and faq components */
/* detail_table component */
.detail_table .feature_component div {
	background: none;
}
/* end detail_table component */
/* image library component */
/* end image library component */
/* summary box */
.summary_box {
	border: 1px solid #CCCCCC;
}
.summary_box .links_component {
	border-style: none;
}
/* end summary box */
/* news header */
.news_header .links_component {
	border-style: none;
}
/* end news header */
/* news text */
/* end news text */
/* news_module_component */
.news_module_component {
	background: none;
}
.news_module_component h2 {
	color: #0993CD;
	background:transparent url(../images/common/dotted_separator.gif) repeat-x scroll left bottom;
	font-weight: bold;
}
.news_module_component p {
	color: #747476;
}
/* end news_module_component */
/* quick links component */
.masthead_component .quick_links h4 {
	font-weight: normal;
	cursor: pointer;
	background: url(../images/common/sort_down.gif) center right no-repeat #FFFFFF;
}
.masthead_component .quick_links ul {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
/* end quick links component */
/* info box */
.infoBox {
	border: 1px solid #EBEBEB;
	border-top-style: none;
}
.infoBox h3 {
	color: #FFFFFF;
	background: url(../images/common/share_price_gradient.jpg) repeat-x bottom left;
	font-weight: bold;
}
.infoBox .focus p {
	font-weight: bold;
}
.infoBox .focus p span {
	font-weight: normal;
}
/* end info box */
/* video over-ride */
.double_banner_component div.has_buttons {
	background-image: url(../images/common/video_button_block.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* end video over-ride */
/** SOCIAL MEDIA ICONS **/
.icon-list-container {
    float: left;
    margin-right: 20px;
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: right;
    width: 940px;
}
.icon-list-container a {
    float: right;
    height: 22px;
    padding-left: 5px;
    width: 22px;
}
