@media screen,projection {

body {
	margin: 0;
	font: 75%/1.4em Arial, sans-serif;
	color: #000;
	background-color: #FFF;
}
a img {
	border: 0;
}
a {
	text-decoration: none;
	color: #02b1fe;
}
a:visited {
	color: #02b1fe;
}
a:hover {
	color: #cf7041;
}
h1 {
	font: bold 2em/1.1em Arial, sans-serif;
	text-transform: uppercase;
	color: #000;
}
h2 {
	font: normal 1.33em/1.1em Arial, sans-serif;
	color: #000;
	margin-bottom: 18px;
}

#content h2 {
	font: bold 1em/1.1em Arial, sans-serif;
}
h3 {
	font: bold 1.33em/1.1em Arial, sans-serif;
	color: #000;
	margin: 0 0 1.5em 0;
}
hr {
	border: 0;
	width: 100%;
	color: #d4d5d5;
	background-color: #d4d5d5;
	height: 1px;
}
li {
	margin: 2px 0;
	padding: 0;
}
table {
	margin: 16px 0;
	border: 0;
	border-collapse: collapse;
}
td, th {
	border: 0;
	padding: 2px 4px;
	margin: 0;
	text-align: left;
	vertical-align: top;
}
th {
	border-bottom: 1px solid #000;
}

body div {
	width: 66.66em;
	min-width: 800px;
	margin: 0 auto;
	position: relative;
}
body div div {
	width: auto;
	min-width: 0;
	margin: 0;
	position: static;
}
#header, #home-header {
	width: 800px;
	height: 110px;
	background: #92dfff url(../../images/headerBg.gif) no-repeat;
	position: relative;
}
#home-header {
	height: 125px;
	background: #92dfff url(../../images/homeHeaderBgJp.gif) no-repeat;
	margin-bottom: 25px;
}
#header a, #home-header a {
	float: left;
}
#header h1, #header h2 {
	margin: 0;
	float: right;
	text-align: right;
	width: 70%;
	margin-right: 25px;
}
* html #header h1, * html #header h2 {
	margin-right: 15px;
}
#header h1 {
	font-size:20px;
	margin-top: 60px;
}
#header h2 {
	font-size:14px;
	margin-top:3px;
}
#home-header h1, #home-header h2 {
	display: none;
}
#header ul, #home-header ul {
	position: absolute;
	top: 20px;
	left: 350px;
	margin: 0;
	padding: 0;
}
#header ul li, #home-header ul li {
	display: block;
	float: left;
	white-space: nowrap;
	padding: 0;	
	margin: 0;
	color: #666;
}
#header ul li a, #header ul li a:visited, #home-header ul li a, #home-header ul li a:visited {
	padding: 0 .5em;
	float: none;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}
#home-header ul li a {
	padding: 0 .4em;
}
#search {
	position: absolute;
	top: 20px;
	right: 20px;
}
* html #search {
	width: 225px;
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	color: #666;
	white-space: nowrap;
}
#search fieldset legend {
	display: none;
}
#search fieldset label, #search input  {
	float: left;
}
#search fieldset label {
	text-transform: uppercase;
	font-size: 10px;
	padding-right: 3px;
}
#search-terms {
	height: 13px;
	background-color: #FFF;
	border: 0;
}
#home-header #search-terms {
	background-color: #CCC;
	color: #000;
	
}

#drop-down-menu {
	display: block;
	padding: 0;
	margin: 10px 0 10px 243px;
}
* html #drop-down-menu {
	width: 70%;
}
#drop-down-menu.home {
	position: absolute;
	top: 50px;
	right: 0px;
	margin: 10px 15px 10px 0;
}
#drop-down-menu:after {
	content: ".";
	width: 100%;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
#drop-down-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
* html #drop-down-menu li {
	height: 22px;
	overflow: hidden;
}
#drop-down-menu li a, #drop-down-menu li a:visited {
	display: block;
	float: none;
	padding: 3px 6px;
	color: #666;
	position: relative;
	font: 10px 'Lucida Sans', 'Trebuchet MS', Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid transparent;
	border-bottom: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
* html #drop-down-menu li a, * html #drop-down-menu li a:visited {
	border: 0;
	padding: 4px 7px;
}
#drop-down-menu.home li a, #drop-down-menu.home li a:visited {
	font-weight: bold;
	color: #cf7041;
	letter-spacing: -.01em;
}

#drop-down-menu li a:hover, #drop-down-menu li.jdm_active a, #drop-down-menu li.jdm_active a:visited {
	border-color: #999;
	background-color: #FFF;
	z-index: 999 !important;
}

* html #drop-down-menu li.jdm_active a, * html #drop-down-menu li.jdm_active a:visited {
	border-width: 1px 1px 0 1px;
	border-color: #999;
	border-style: solid;
	padding: 3px 6px;
}

* html #drop-down-menu li.jdm_active ul li a, * html #drop-down-menu li.jdm_activeul li a:visited {
	border: 0 !important;
	padding: 0 !important;
} 

/* -- Sub-Menus -- */
#drop-down-menu li ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0 1px 0 0;
	padding: 10px;
	width: auto;
	min-width: 100px;
	z-index: 998;
	background-color: #FFF;
	border: 1px solid #999;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
* html #drop-down-menu li ul {
	width: auto;
}
#drop-down-menu li ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 3px 0 3px 3px !important;
	cursor: pointer;
	white-space: nowrap;
	clear: both;
}
* html #drop-down-menu li ul li {
	padding: 0 0 0 3px;
}
#drop-down-menu li ul li a, #drop-down-menu ul li a:visited, #drop-down-menu.home ul li a:visited, #drop-down-menu.home ul li a {
	text-transform: none;
	padding: 0;
	border: 0;
	font-weight: normal;
	color: #999;
	display: inline;
	letter-spacing: .01em;
}
* html #drop-down-menu li ul li a {
	margin-right: 65px;
}
#drop-down-menu li ul li a:hover, #drop-down-menu li ul li:hover {
	color: #cf7041 !important;
	border: 0;
}
#drop-down-menu li.no-link {
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	left: -5px;
}
#sidebar-menu li.no-link {
	font-weight: bold !important;
	font-size: 13px;
	position: relative;
	left: -5px;
}
#drop-down-menu li.no-link a, #drop-down-menu li.no-link a:hover, #drop-down-menu li.no-link a:visited {
	text-decoration: underline !important;
	color:#000 !important;
	font-weight: bold !important;
	font-size: 12px !important;
}

#breadcrumbs {
	display: block;
	clear: both;
	font-size: 11px;
	color: #666;
	letter-spacing: .05em;
	padding-left: 250px;
	width: 555px;
}

#breadcrumbs a, #breadcrumbs a:visited {
	color: #666;
	text-decoration: none;
}
#content-wrapper {
	float: right;
	width: 542px;
	margin: 1% 3% 1% 1%;
}
* html #content-wrapper {
	margin-right: 11px;
}
#content-wrapper img {
	display: block;
}
#content {
	width: 510px;
	min-height: 400px;
	padding: 0 15px;
	border: 1px solid #999;
	border-top: 0;
	border-bottom: 0;
	overflow: hidden;
}
#content-wrapper.wide {
	float: none;
	width: 750px;
	margin: 1% 3% 1% 3%;
}
#content.wide {
	width: 720px;
}
#content img {
	display: inline;
}
#content ul li {
	padding-top: 0;
}
#sidebar-wrapper {
	width: 192px;
	margin: 1% 1% 1% 3%;
}
#sidebar-wrapper img {
	display: block;
}
#sidebar {
	width: 162px;
	padding: 0 15px;
	border: 1px solid #999;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
	overflow: hidden;
}
#sidebar img {
	display: inline;
}
#sidebar-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar-menu li {
	margin: 0 0 1.5em 0;
	padding: 0;
	display: block;
	list-style-type: none;
}
#sidebar-menu li a, #sidebar-menu li a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#sidebar-menu li a:hover {
	color: #cf7041;
}
#sidebar-menu li ul li.active a, #sidebar-menu li ul li.active a:visited {
	color: #cf7041;
}
#sidebar-menu li ul li.active ul li a, #sidebar-menu li ul li.active ul li a:visited, #sidebar-menu li ul li.active ul li.active ul li a, #sidebar-menu li ul li.active ul li.active ul li a:visited {
	color: #666;
}
#sidebar-menu li ul li.active ul li.active a, #sidebar-menu li ul li.active ul li.active ul li.active a, #sidebar-menu li ul li.active ul li.active a:visited, #sidebar-menu li ul li.active ul li.active ul li.active a:visited {
 	color: #cf7041;
}
#sidebar-menu li ul {
	padding-left: 7px;
	margin: 0;
}
#sidebar-menu li ul li {
	margin-bottom: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	
}
#sidebar-menu li ul li a, #sidebar-menu li ul li a:visited {
	font-weight: normal;
	font-size: 83%;
	letter-spacing: .05em;
}
#footer-menu {
	width: 100%;
	clear: both;
	margin: 0 0 2em 25px;
	padding: 2em 0 0 0;
}
#footer-menu:after {
	content: ".";
	width: 100%;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
#footer-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#footer-menu li a, #footer-menu li a:visited {
	display: block;
	padding: 0 1em 0 0;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	font: 10px 'Lucida Sans', 'Trebuchet MS', Arial, sans-serif;
}
#copyright {
	font-size: 83%;
	margin: 2em 25px;
	clear: both;
}
#copyright a, #copyright a:link, #copyright a:visited, #copyright a:hover {
	color:#000;
}
.date_listing {
	color:#999;
}

/* Home page */

#intro-images {
	width: 750px;
	height: 150px;
	position: relative;
	margin: 0 20px;
	z-index: 0;
}
.int-img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.int-img p {
	margin:0 !important;
}
#intro-image1 {
	display: block;
}
#intro-image-triggers {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	margin: 0 20px;
}
#intro-image-triggers li {
	display: block;
	float: left;
	width: 187px;
	height: 31px;
	list-style-type: none;
	margin: 0 0 1px 0;
	text-align: center;
	font-size: 10px;
	font-weight:bold;
	line-height: 1.1em;
}
#intro-image-triggers li a {
	display: block;
	padding: 4px 25px 3px 25px;
	height: 24px;
	background: transparent url(../../images/introImageTriggerBg.jpg) no-repeat scroll;
	cursor: pointer;
	color: #999	;
	text-decoration: none;
	border: 0;
}
#intro-image-triggers li.last a {
	background: transparent url(../../images/introImageTriggerBg_last.jpg) no-repeat scroll;
}
#intro-image-triggers li a:hover {
	color: #cf7041;
}
#intro-image-triggers li.last {
	margin-right: 0;
	width: 189px;
}
#intro-image-triggers li a.selected {
	background: transparent url(../../images/introImageTriggerBgActive.jpg) no-repeat;
	color: #24a2a2;
}
#intro-image-triggers li.last a.selected {
	background: transparent url(../../images/introImageTriggerBgActive_last.jpg) no-repeat;
	color: #24a2a2;
}

* html #home-content {
	width: 770px;
}
#home-content h2, #home-content a.header {
	font-size: 10px;
	text-transform: uppercase;
	color: #009999;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#home-content:after {
	content: ".";
	visibility: hidden;
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}



#bottom-content-wrapper {
	position: relative;
	width: 100%;
	clear: both;
	overflow: hidden;
}
#novas-laker-wrapper {
	width: 288px;
	/** add height here if content of this box is truncated.  **/
		height: 375px;
	position: relative;
	float: left;
	margin: 25px 3px -1000em 20px;
	line-height: 1.3em;
	padding: 0 0 1000em 0;
}
/** adjust this if content truncated in ie6 **/
* html #bottom-content-wrapper {
	height: 430px;
}
#novas-laker-wrapper p {
	margin-top: 0;
	margin-bottom: 5px;
}
#novas-laker-wrapper a, #novas-laker-wrapper a:visited {
	color: #000 !important;
}
* html #novas-laker-wrapper {
	margin-left: 10px;
}
#novas-verification {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 268px;
	padding: 10px;
	background: #FFF url(/assets/images/novasBg.gif) no-repeat;
	z-index: 99;
	margin-bottom: -1000em;
	padding-bottom: 1000em;
}
#novas-verification a.header {
	display: block;
	width: 49%;
	float: right;
	line-height: 1em;
	margin-top: 5px;
	color: #999 !important;
}
#novas-verification h2 {
	width: 45%;
	float: left;
	line-height: 1em;
	margin-top: 5px;
}
#laker-custom {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 268px;
	padding: 10px;
	background: #FFF url(/assets/images/lakerCustomBg.gif) no-repeat;
	z-index: 98;
	margin-bottom: -1000em;
	padding-bottom: 1000em;
}
#laker-custom a.header {
	display: block;
	width: 45%;
	float: left;
	line-height: 1.1em;
	margin-top: 5px;
	color: #999 !important;

}
#laker-custom h2 {
	width: 49%;
	float: right;
	line-height: 1.1em;
	margin-top: 5px;
}
#novas-verification p, #laker-custom p {
	clear: both;
}
#latest-upcoming {
	width: 285px;
	float: left;
	margin: 25px 4px 4px 4px;
}
#latest-news {
	width: 267px;
	margin: 0;
	padding: 10px;
	background: #FFF url(/assets/images/newsEventsBg.gif) no-repeat;
	line-height: 1.1em;
}
#latest-news a, #latest-news a:visited,
#upcoming-events a, #upcoming-events a:visited,
#quick-links a, #quick-links a:visited {
	color: #333;
	font-weight: bold;
		line-height: 1.1em;	
}
#news-events-divider {
	margin: 0;
}
#news-events-divider img {
	display: block;
}
#upcoming-events {
	width: 267px;
	margin: 0;
	padding: 10px;
	background: #FFF url(/assets/images/upcomingEventsBg.gif) no-repeat;
	line-height: 1.1em;
	margin-bottom: -1000em;
	padding-bottom: 1000em;
}
* html #upcoming-events {
	height: 300px;
}
#upcoming-events p {
	margin: 0 0 10px 0;
}
#quick-links {
	width: 140px;
	float: left;
	margin: 25px 0 4px 4px;
	padding: 10px;
	background: #FFF url(/assets/images/quickLinksBg.gif);
	line-height: 1.1em;
	margin-bottom: -1000em;
	padding-bottom: 1000em;
}
* html #latest-upcoming {
	margin-right: 3px;
}
* html #quick-links {
	margin-left: 3px;
}
#home-bottom-bgs {
	margin: 0 20px;
	clear: both;
}
#home-bottom-bgs img {
	display: block;
}

.investor-relations a, .investor-relations a:visited {
	color: #000;
	text-decoration: none;
}

table.dividend-info {
	border: 1px solid #CCC;
	padding: 10px;
}
table.dividend-info th {
	background-color: #EEE;
	vertical-align: middle;
	border: 1px solid #CCC;
}
h2 img {
	vertical-align: bottom;
}

/*DITTO STYLES (NEWS LISTING)*/
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 10px;
    color: #666;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #ccc;
    padding: 1px 4px 2px;
    margin-right: 1px;
    background-color: #02b1fe;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 4px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #ccc;
    padding: 1px 4px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: #666;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #02b1fe;
}
#ditto_pages .ditto_previous_link, #ditto_pages .ditto_next_link {
	border:0 !important;
}
#ditto_pages .ditto_previous_off, #ditto_pages .ditto_next_off {
	display:none;
}

/*imported existing styles*/
.font-white-12 {
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
}


/* end media filter */
}
