*  {
	margin: 0; padding: 0;
	list-style-type: none;
}
body {
	font: 76% Arial, Verdana, "Trebuchet MS", Tahoma, Sans-serif;
	color: #000;
	background: #fff url(/images/bgrounds/body.gif) no-repeat 50% 0;
}

.clear {
	height: 0px;
	line-height: 0;
	clear: both;
	font-size: 0px;
}
a { font-size: 1em; }
a:link { color: #333; text-decoration: underline; }
a:visited { color: #333; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }
a:active { color: #333; text-decoration: underline;}

#content ul { margin: 0 0 1em 5px; position: relative; }
#content ul li { 
	margin: 0 0 .4em 0; 
	padding: 0 0 0 15px; 
	background: url(/images/icons/bullet.gif) no-repeat 0px 6px; 
}
#content ol {
	margin: 0 0 1em 15px;
}
#content ol li {
	list-style-type: decimal;
	margin: 0 0 .4em 0; 
}

p, table, td, p a, li a, table a, dl a {
	font-size: 1em;
}

img { border: 0; }
.img-l, .left_aligned_image_margin, .left_aligned_image_margin_and_border { margin: 0 10px 10px 0; float: left; }
.img-r, .right_aligned_image_margin, .right_aligned_image_margin_and_border { margin: 0 0 10px 10px; float: right; }
.img-c { margin-left: 0px; margin-bottom: 10px}
.img-bdr, .image_border, .right_aligned_image_margin_and_border, .left_aligned_image_margin_and_border { padding: 2px; border: 2px solid #000; }

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0 0 .5em 0;
	color: #666;
	font-family: georgia, "Times New Roman MS", serif;
}

#home h1 {
	background: url(/images/text/welcome-to-tribune-resources-nl.gif) no-repeat;
	width: 197px;
	height: 88px;
	margin: 35px 0 35px -18px;
}
h1 { font-size: 1.7em; font-weight: normal; color: #000000;}
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1 span, h2 span, h3 span {
	display: none;
}

p {
	margin: 0 0 1em 0;
}

hr {
	height: 1px;
	border-width: 0;
	border-top: 1px solid #eee;
	background-color: #fff;
	margin: .5em 0 !important;
	margin: 0;
}

#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#header {
	position: relative;
	width: 100%;
	height: 176px;
	background: url(/images/bgrounds/header.jpg) no-repeat right 5px;
}

#header .logo {
	position: absolute;
	top: 19px;
	left: 45px;
}




#nav {
	font-size: .9em;
}

#nav, #nav ul {
	line-height: 1;
}
#nav {
	height: 37px;
	width: 928px;/* 960 */
	background: url(/images/bgrounds/nav.gif) no-repeat;
	padding: 13px 0 0 32px;
}
#nav li a.current, #nav li a.current:link, #nav li a.current:visited, #nav li a.current:hover, #nav li a.current:active {
	background-color: #808080;
}

#nav a, #nav a:link, #nav a:visited, #nav a:active {
	display: block;
	padding: 6px 12px 6px 12px;
	text-transform: uppercase;
	/*height: 15px; CANNOT ADD HEIGHT, IE SUCKS*/
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #808080;
}
#nav li.home a, #nav li.home a:link, #nav li.home a:visited, #nav li.home a:hover, #nav li.home a:active {
	border-left: none;
}
#nav a:hover {
	/*color: #fff;*/
}

#nav li {
	float: left;
	text-align: center;
}
#nav li ul li a.current, #nav li ul li a.current:link, #nav li ul li a.current:visited, #nav li ul li a.current:hover, #nav li ul li a.current:active {
	border-bottom: none;
	padding: 5px;
}
#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	border-bottom: none;
	padding: 5px;
	line-height: 1.2em;
	border-left: none;
	width: 160px;
}
#nav li ul li a:hover {
	background-color: #000;
}

#nav li ul {
	position: absolute;
	background: #555555;
	padding: 5px 5px;
	width: 170px;
	left: -999em;
	top: auto;
	right: auto;
	z-index: 100;
}
#nav li ul li {
	width: 170px;
	text-align: left;
	position: relative;
	z-index: 10;
}
#nav li ul ul {
	padding: 5px;
	position: absolute;
	top: 0; right: -180px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover  {
	background-color: #555555;
}



#main {
	width: 960px;
	margin: 20px 0 30px 0;
}
#main-l, #main-r {
	float: left;
	display: inline;
}

#home #main-l {
	width: 229px;/* 353 */
	padding: 0 20px 0 104px;
}

#main-l {
	width: 529px;/* 653 */
	padding: 0 20px 0 104px;
}
#home #main-r {
	width: 607px;
	background: url(/images/bgrounds/main-r.gif) repeat-x 0 223px; 
}
#main-r {
	width: 307px;
}
#s1 {
	border: 2px solid #000;
	background-color: #fff;
	width: 603px;
	height: 217px;
}
#s1 img {
	margin: 2px 0 0 2px;
}

#content {
	line-height: 1.7;
}
#latestnews, #investor-info {
	font-size: .9em;
	background: url(/images/bgrounds/latest-news.jpg) no-repeat 20px 37px;
	width: 141px;/* 305 */
	float: left;
	display: inline;
	padding: 39px 25px 25px 139px;
}
#investor-info {
	background: url(/images/bgrounds/investor-information.jpg) no-repeat 0 37px;
	width: 161px;/* 302 */
	padding: 39px 19px 25px 122px;
}

#latestnews h2, #investor-info h2 {
	width: 96px;
	height: 16px;
	background: url(/images/text/latest-news.gif) no-repeat;
	margin-bottom: 20px;
}
#investor-info h2 {
	width: 161px;
	background: url(/images/text/investor-information.gif) no-repeat; 
}
#latestnews li, #investor-info li {
	padding: 0 5px 4px 11px;
	background: url(/images/icons/bullet.gif) no-repeat 0 5px;
}
#latestnews a, #latestnews a:link, #latestnews a:visited, #latestnews a:active,
#investor-info a, #investor-info a:link, #investor-info a:visited, #investor-info a:active  {
	color: #707070;
	text-decoration: underline;
}
#latestnews a:hover, #investor-info a:hover {
	text-decoration: none;
	color: #000;
}
#latestnews p {
	padding: 15px 22px 0 0;
	text-align: right;
}
#latestnews p a {
	background: url(/images/icons/bullet.gif) no-repeat right 5px;
	padding: 0 11px 0 0;
}
#for-more-info {
	padding: 0 0 0 20px;
	width: 500px;
}
#for-more-info h3 {
	background: url(/images/text/for-more-information.gif) no-repeat;
	width: 171px;
	height: 16px;
}

#for-more-info li {
	float: left;
	display: inline;
	margin-right: 8px;
}
#for-more-info li a, #for-more-info li a:link, #for-more-info li a:visited,#for-more-info li a:active {
	width: 159px;/* 215 */
	height: 28px;/* 42 */
	background: url(/images/bgrounds/for-more-information-link.gif) no-repeat;
	display: block;
	padding: 14px 0 0 56px;
	color: #333;
	text-decoration: none;
	font-size: 1.15em;
}
#for-more-info li a:hover {
	color: #fff;
	background: url(/images/bgrounds/for-more-information-link-over.gif) no-repeat;
}


.data {
	margin-bottom: 1.5em;
	width: 100%;
}
.data, .data td, .data th {
	border: 1px solid #d0d0cd;
	border-collapse: collapse;
}
.data td, .data th {
	text-align: left;
	vertical-align: top;
	padding: 2px 5px;
}
.data th {
	background-color: #000;
	color: #fff;
}



table.filelist {
	width: 100%;
	margin-bottom: 1em;
}
table.filelist, table.filelist td, table.filelist th {
	border: 1px solid #d0d0cd;
	border-collapse: collapse;
}
table.filelist td, table.filelist th {
	padding: 5px 5px;
	text-align: left;
	vertical-align: top;
}
table.filelist td {
	/*padding-bottom: 8px;*/
}
table.filelist tr.alt td {
	background-color: #fff;
}
table.filelist td.name, #contact table.filelist .pdf {
	padding-left: 30px;
	background: url(/images/icons/doc.gif) no-repeat 7px 50%;
}

table.filelist th {
	background-color: #000;
	color: #fff;
}

.pdf { background-repeat: no-repeat; background-position: 0 50%; padding: 2px 0 2px 20px; }
table.filelist td.webcast, .webcast { background-image: url(/images/icons/webcast.gif); }
table.filelist td.pdf, .pdf { background-image: url(/images/icons/pdf.gif); }
table.filelist td.wmv, .wmv { background-image: url(/images/icons/wmv.gif); }
table.filelist td.zip, .zip { background-image: url(/images/icons/zip.gif); }
table.filelist td.mp3, .mp3 { background-image: url(/images/icons/mp3.gif); }
table.filelist td.ppt, .ppt { background-image: url(/images/icons/ppt.gif); }
table.filelist td.xls, .xls { background-image: url(/images/icons/xls.gif); }
table.filelist td.eps, .eps { background-image: url(/images/icons/eps.gif); }
table.filelist td.indd, .indd { background-image: url(/images/icons/indd.gif); }


table.filelist td.gif, .gif { background-image: url(/images/icons/gif.gif); }
table.filelist td.jpg, .jpg { background-image: url(/images/icons/jpg.gif); }
table.filelist td.mov, .mov { background-image: url(/images/icons/mov.gif); }
table.filelist td.mpg, .mpg { background-image: url(/images/icons/mpg.gif); }
table.filelist td.png, .png { background-image: url(/images/icons/png.gif); }
table.filelist td.swf, .swf { background-image: url(/images/icons/swf.gif); }


.filesize {  font-size: 0.9em; }

table.filelist td.datepub { text-align: left; font-size: 1em; }

p.top {
	text-align: right;
}



#footer {
	background: url(/images/bgrounds/footer.gif) no-repeat;
	height: 60px;
	padding: 0 45px 0 45px;
	font-size: .9em;
}

#footer p.copyright {
	float: right;
	display: inline;
	width: 400px;
	text-align: right;
	line-height: 30px;
	padding-top: 5px;
	color: #666;
}
#footer p.copyright a, #footer p.copyright a:link, #footer p.copyright a:visited,#footer p.copyright a:active {
	color: #bcb8b8;
	text-decoration: none;
}
#footer p.copyright a:hover {
	text-decoration: underline;
	color: #666;
}
#footer p.fnav {
	float: left;
	display: inline;
	width: 400px;
	text-transform: uppercase;
	padding-top: 13px;
}
#footer p.fnav a, #footer p.fnav a:link, #footer p.fnav a:visited, #footer p.fnav a:active {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#footer p.fnav a:hover {
	text-decoration: underline;
	color: #000;
}

.breadcrumbs {
	color: #fff;
	padding: 10px 44px;
	font-size: .8em;
	text-transform: uppercase;
	color: #808080;
	height: 13px;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active {
	color: #333;
}
.breadcrumbs a:hover {
	color: #666;
}

#sidenav {
	border: 2px solid #000;
	padding: 2px;
	margin-bottom: 1em;
}
#sidenav h2 {
	background-color: #000;
	color: #fff;
	font-weight: normal;
	padding: 5px 15px;
	margin-bottom: 2px;
}
#sidenav li {
}
#sidenav li a, #sidenav li a:link, #sidenav li a:visited, #sidenav li a:active {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 15px;
	display: block;
	text-decoration: none;
}
#sidenav li a:hover {
	background-color: #e5e5e5;
}


#shortcontact h3 {
	margin-top: 1em;
}
#shortcontact h3 a, #shortcontact h3 a:link, #shortcontact h3 a:visited, #shortcontact h3 a:active {
	width: 251px;/* 307 */
	height: 29px;/* 42 */
	background: url(/images/bgrounds/contact-link.gif) no-repeat;
	display: block;
	padding: 13px 0 0 56px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-family: arial, verdana, sans-serif;
	font-size: 1.15em;
}
#shortcontact h3 a:hover {
	color: #fff;
	background: url(/images/bgrounds/contact-link-over.gif) no-repeat;
}






/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#thegallery { 
	visibility: hidden;
	background-color: #000; 
}

/* GALLERY CONTAINER */
.gallery { padding: 0; }

/* LOADING BOX */
.loader { background: url(../images/loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 60px; padding: 0 1em; }

.panel .panel-overlay h2{color:white; font-weight: normal;}

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }
.filmstrip li { background-color: #e5e5e5 }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}