/****************************************************************************************	
	[RESET]
*****************************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr {
	padding: 0;
	font-size: 100%;
	font: inherit;
}
/*--Hidding videos in print view--*/
object{display:none !important;width:0px !important; height:0px !important}
embed{display:none !important;width:0px !important; height:0px !important}
.videodisplaynone,.free-video{display:none;}

table, th, td {
	font-size: 100%;
	font: inherit;
}
html, body, form, fieldset, a img {border: none;}
ul, ol {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
} 

body { margin:4em; }

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

body {
	color: #000;
	font: 10pt/1.5 Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	background-color: #fff;
}
body.jp {font: 10pt/1.5 "MS PGothic", Arial, Helvetica, sans-serif;}
a:link, a:visited {
	color: #69889A;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	font-weight: bold;
	font-size: 16pt;
	text-align: left;
	color:  #69889A;
	padding-bottom: 8px;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 30px;}
/* Don't split images over pages */
img	{page-break-inside: avoid;}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 1.3;
	color:  #69889A;
}
.jp h1, .jp h2, .jp h3, .jp h4, .jp h5, .jp h6 {font-family: "MS PGothic", Arial, Helvetica, sans-serif;}
.navigator h1, .navigator h2, .navigator h3, .navigator h4, .navigator h5, .navigator h6 {color: #a84700;}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}
.jp h1 {font-family: "MS PGothic", Arial, Helvetica, sans-serif;}
.home h1 {font-size: 22pt;}
h2 {font-size: 16pt;}
h3 {font-size: 14pt;}
h4 {font-size: 12pt;}
h5, h6 {font-size: 11pt;}
/* Margins */
p, ul, ol, dl, table {margin-bottom: 12px;}
table table {margin: 0;}
table p {margin-bottom: 12px !important;}
/* Avoid a header right at the bottom of the page */
h2, h3, h4, h5, h6 {page-break-after: avoid;}
/* Margins */
p, ul, ol, dl, table {margin-bottom: 22px;}
table table, table p {margin: 0;}
/* Lists */
ul, ol {margin-left: 30px;}
.rtl ul, .rtl ol {margin-left: 0; margin-right: 30px;}
ul {list-style: disc;}
ol {list-style: decimal;}
	/* Nested */
	ul ul, ul ol, ol ol, ol ul {margin: 8px 0 8px 22px;}
	.rtl ul ul, .rtl ul ol, .rtl ol ol, .rtl ol ul {margin: 8px 22px 8px 0;}
	ul ul {list-style: circle;}
	ol ol {list-style: lower-alpha;}
	ol ol ol {list-style: lower-roman;}

/****************************************************************************************
	[SITE STRUCTURE]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
#cookie, .hide, .submit, .feedback, .feedback-sml, #breadcrumbs, 
.pagination, #img-lib .separator, .search, #nav-ancillary,
#header dl, #nav-main, #footer ul, #social, #sidebar, 
#aside, .read-more, .actions, th button, #list-filter,
.form-container.reviews, #reviews, .spand-all, 
.addthis_toolbox, #carousel, .vjs-poster, #logo, .video-js-box {display: none !important;}

#aside.printing {display: block !important;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
#header {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #000;
}
#content-wrapper {padding: 20px 0;}
#footer {
	border-top: 1px solid #666;
	padding: 8px 0 0 0;
	clear: both;
	width: 100%;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #666;
}
.jp #footer {font: 8pt "MS PGothic", Arial, Helvetica, sans-serif;}

/****************************************************************************************
	[GLOBAL RULES]
*****************************************************************************************/

/****************************************************************************************
	[MAIN CONTENT COMPONENTS]
*****************************************************************************************/

#logo-p {display: block;}

.note {
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 12px;
}
.intro {font-size: 12pt;}
.date {font-weight: bold; font-size: 9pt;}

#banner-items {margin-left: 0;}
	.banner-item {
		border: 0;
		list-style: none;
		display: none;
	}
	.banner-item:first-child {display: block;}
	
table h1, table h2, table h3, 
table h4, table h5, table h6,
.tbl-standard h1, .tbl-standard h2, .tbl-standard h3, 
.tbl-standard h4, .tbl-standard h5, .tbl-standard h6 {
	font-size: 11pt; 
	font-weight: bold;
	margin-bottom: 3px;
}
table th,
table td,
.tbl-standard th,
.tbl-standard td {
	border: 1px solid #999;
	padding: 5px;
}
.tbl-head,
table th,
.tbl-standard th {font-weight: bold;}

.structured-list h3,
.structured-list h2 {
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 3px;
}
.structured-list .date {margin-bottom: 3px;}

.segment-list {
	border-top: 1px solid #999;
	margin-left: 0;
}
	.segment-list li {
		overflow: hidden;
		list-style: none;
		border-bottom: 1px solid #999;
		padding-top: 10px;
	}
		.segment-list li h2,
		.segment-list li h3 {
			font-size: 11pt; 
			margin-bottom: 3px;
		}
		.segment-list li .date {margin-bottom: 3px;}
		.segment-list li.img img {float: left; margin: 0 10px 10px 0;}
		.rtl .segment-list li.img img {float: right; margin: 0 0 10px 10px;}


.structured-list {
	border-top: 1px solid #999;
	margin-left: 0;
}
	.structured-list li {
		overflow: hidden;
		list-style: none;
		border-bottom: 1px solid #999;
		padding-top: 10px;
	}
		.structured-list li h2,
		.structured-list li h3 {
			font-size: 11pt; 
			margin-bottom: 3px;
		}
		.structured-list li .date {margin-bottom: 3px;}
		.structured-list li.img img {float: left; margin: 0 10px 10px 0;}
		.rtl .structured-list li.img img {float: right; margin: 0 0 10px 10px;}
		
.detail-box {
	border: solid #999;
	border-width: 1px 0;
	padding: 10px 0;
	margin-bottom: 10px;
}
.detail-box.alt {
	border-top: none;
	padding-top: 0;
}

.stats span {margin-right: 15px;}

.lbl-value {margin: 0 0 5px;}
	.lbl-value li {list-style: none;}
		.lbl-value em {
			font-style: normal;
			font-weight: bold;
			margin-right: 20px;
		}
		
#spander-list dt {font-size: 11pt; font-weight: bold; margin-bottom: 10px;}
#spander-list dd {display: block !important; margin-bottom: 20px;}

.structured-list.time .status {
	display: inline-block;
	padding: 2px 3px;
	margin: -5px 0 10px;
	border: 1px solid #999;
	font-weight: bold;
}
.structured-list.time .status.green { color: #5A730F; border-color: #5A730F; }
.structured-list.time .status.yellow { color: #9D6101; border-color: #9D6101; }
.structured-list.time .status.red { color: #AE0000; border-color: #AE0000; }

.column-double .col .links-list {margin-left: 0;}
	.column-double .col .links-list li {
		list-style: none;
		border- 2px solid #999;
	}
	
.video-desc {padding: 10px 0;}
	.video-desc * {margin-bottom: 3px;}
	
.structured-list.video li,
.structured-list.newsletter li {float: left; border-bottom: none; margin-right: 10px;}
.structured-list.video li.divider,
.structured-list.newsletter li.divider {float: none; clear: both; width: 100%; height: px; margin: 0;}

.map-wrapper {
	width: 300px;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
/* Small Map */
.map-wrapper.sml {
	width: 200px;
	height: 150px;
}
/* Large Map */
.map-wrapper.lrge {
	width: 500px;
	height: 400px;
}


/*
--------------------------------------------------------------------------------------------------------------
Print/pdf Corrections  March 2014 LC
--------------------------------------------------------------------------------------------------------------
*/

/* Vcard 
-------------------------------------------------------*/
#vcard-lang a,
div#footer div {
	display:none; 
}
#vcard-lang a {	
	height:1px;
}
#cv-details img {	
	margin-right:15px;
	float:left;
}
#cv-details {
	margin-bottom:35px;
}


/*  Tab fix
-------------------------------------------------------*/
div#content-main ul,
div.tab-content ul,
/*
dl.accordion ul {
	padding-left:0;
	margin-left:0;	
	list-style-image:url("../images/template/bullet.png") no-repeat 2.2em .65em; 
	list-style-position:outside;
}  
div#content-main ul li,
div.tab-content ul li,
dl.accordion ul li {
	margin: 0;
	font-size: 100%;
	font: inherit;
	list-style-type:none; 
	background:url("../images/template/bullet.png") no-repeat 2.2em .65em; 
	padding-left:3.2em;

}  
*/
div#banner ul,
div#banner ul li {
	padding-left: 0;
	background:none;
}

dl.accordion dt {
	color: #53819b
} 



/* Fix box text size 
-------------------------------------------------------*/
div.tab-content { 
	display:block;
}
div.tab-content h2,
h2.tab-hdr,
div.banner-desc h2{
	font-size:1.1em !important;
	color: #39464d;
	display:block;
}
div.tab-content h3,
h3.tab-hdr ,
div.banner-desc h3{
	font-size:1em !important;
	color: #39464d;
	display:block;
}
div.tab-content h4,
h4.tab-hdr ,
div.banner-desc h4{
	font-size:0.9em !important;
	color: #39464d;
	display:block;
}
div.tab-content h5,
div.banner-desc h5{
	font-size:0.7em !important;
	color: #39464d;
	display:block;
}
div.tab-content h6,
div.banner-desc h6 {
	font-size:0.6em !important;
	color: #39464d;
	display:block;
}
div.banner-desc {
background-color:#E9E9E9 !important;
}

/* fix tabs display 
-------------------------------------------------------*/
.tab-nav {
	display:none;
	/* top:-10000px;
	left:-10000px;
	position:absolute;  */
}
.tab-hdr,
.tab-content {
	display:inline !important;
}


/* Careers profiles
-------------------------------------------------------*/
ul.segment-list {
	border:none;
}
ul.segment-list li {
	width:50%;
	float:left;

}
div.column-double,
div.col {
margin-top:4em;
_margin-top:0;
padding-top:0;	
}


		

/* [CMS MODULES]
-------------------------------------------------------*/
/* ---Reviews--- */
#review-listings {
	list-style: none;
	margin: 0;
}
	#review-listings .datetime-author {margin: 0 0 6px;}
		#review-listings .datetime-author cite {
			font-weight: bold;
			font-style: normal;
		}
		#review-listings .datetime-author span {
			display: block;
			font-size: 8pt;
			color: #888;
		}

/* --Search Results-- */
#search-results p {margin: 0;}
#search-results .rating {
	color: #666;
	font-size: 9pt;
}

/* --Image Library-- */
#img-lib {list-style: none;}
	#img-lib li div a img {
		border: 2px solid #CECECE;
		max-width: 125px;
		max-height: 105px;
	}

ul.lbl-value
{
    float: left;
    margin-bottom: 0;
    width: 50%;
}
ul.lbl-value.full
{
    width: 100%;
}
.rtl ul.lbl-value
{
    float: right;
}
.navigator ul.lbl-value li, ul.lbl-value li
{
    background: none repeat scroll 0 0 transparent;
    padding-left: 0;
}
ul.lbl-value span
{
    display: inline-block;
    vertical-align: top;
    width: 60%;
}
ul.lbl-value em
{
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    vertical-align: top;
    width: 30%;
}
ul.lbl-value.full span
{
    width: 70%;
}
ul.lbl-value.full em
{
    width: 20%;
}
.stats
{
    float: right;
    text-align: right;
    width: 50%;
}
.detail-box
{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E2E5E7;
    border-style: solid;
    border-width: 1px 0;
    clear: both;
    float: left;
    margin-bottom: 2em;
    padding: 10px 0;
    width: 100%;
}
.detail-box.alt
{
    border-top: medium none;
    margin-top: -2em;
}

#banner {
    margin: 0 0 1em;
    overflow: hidden;
    position: relative;
	border: 0;
}
#banner .banner-desc {
    background: #fff;
    height: 133px;
    left: 44px;
    overflow: hidden;
    padding: 22px 22px 58px;
    position: absolute;
    top: 33px;
    width: 285px;
    z-index: 3;
}







