﻿/* ---------------------------------------------------------

Styles for Temple-Inland
www.templeinland.com

Author(s): David Guillory, Matt Wetzler

Sibley/Peteet Design - Austin
www.spdaustin.com

Created: October 2007

------------------------------------------------------------ */


* {
	margin: 0;
	padding: 0;
	}
html, body, div, p, form, input, textarea, select, td, th {
	font: 12px/18px Arial,Helvetica,sans-serif;
	color: #4C4C4C;
	}
body {
	background: #fff;
	}
p {
	margin-bottom: 12px;
	}
a {
	color: #6E7645;
	text-decoration: underline;
	}
img {
	border: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
.imgswap {
	display: block;
	text-decoration: none;
	text-indent: -29999px;
	outline: none;
	}


/* BASIC STRUCTURE
------------------------------------------------------------------------------------------ */

#wrapper {
	margin: 0 auto;
	width: 780px;
	}
#masthead {
	position: relative;
	margin-bottom: 13px;
	height: 90px;
	border-bottom: 1px solid #A6AE51;
	}



/* GENERAL STYLES
------------------------------------------------------------------------------------------ */

.mainimage {
	margin-bottom: 15px;
	}
	.mainimage img {
		display: block;
		}
.footnote {
	margin-bottom: 4px;
	font-size: 10px;
	line-height: 14px;
	color: #808080;
	}
.large-content-image {
	display: block;
	margin: 26px 0;
	}
.text-input {
	padding: 2px 3px;
	*padding: 2px 3px 0 3px;   /* Win IE */
	font-size: 11px;
	line-height: 11px;
	color: #333;
	border: 1px solid #8A9241;
	}
.asterisk {
	font-size: 12px;
	font-weight: normal;
	}
	
	


/* MASTHEAD
------------------------------------------------------------------------------------------ */

#logo {
	position: absolute;
	left: 0;
	top: 25px;
	}
#nav {
	position: absolute;
	left: 0;
	top: 59px;
	height: 31px;
		background: #ffffff;  /*CFB for IE8 */

	}
	#nav li {
		position: relative;
		float: left;
		display: inline;
		list-style: none;
		}
		#nav li .imgswap {
			height: 31px;
			background-position: 0 0;
			background-repeat: no-repeat;
			}
		#nav li:hover .imgswap,
		#nav li.sfhover .imgswap {
			background-position: 0 -75px;
			}
			
			/* DROPDOWNS
			------------------------------------------------------*/
			
			#nav li ul {
				position: absolute;
				left: -29999px;
				z-index: 100;
				padding: 5px 0 8px 0;
				width: 156px;
				background: #9D5324;
				}
			#nav li .bizunit {
				background: #6E7645;
				}
				#nav li li {
					float: left;
					width: 156px;
					}
					#nav li li a {
						display: block;
						width: 132px;
						padding: 2px 12px 3px 12px;
						font-size: 11px;
						line-height: 13px;
						color: #F7CCA7;
						text-decoration: none;
						outline: none;
						}
					#nav li .bizunit a {
						color: #DBDFB9;
						}
					#nav li li a:hover {
						color: #fff;
						}
			#nav li:hover ul,
			#nav li.sfhover ul {
				left: auto;
				}
			#nav li:hover ul.right,
			#nav li.sfhover ul.right {
				right: 10px;
				}
				#nav li:hover ul.right a,
				#nav li.sfhover ul.right a {
					text-align: right;
					}
					
			/* Support for the "iehover-fix.js" */
			* html ul#nav iframe,
			* html ul.nav iframe {
				position: absolute;
				z-index: 0;
				filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
			}
			
		/* MAIN LINKS
		------------------------------------------------------*/
			
		#nav-cp .imgswap {
			width: 153px;
			background-image: url(/Images/nav-cp.png);
			}
		.cp #nav-cp .imgswap { background-position: 0 -150px; }
		
		#nav-bp .imgswap {
			width: 127px;
			background-image: url(/Images/nav-bp.png);
			}
		.bp #nav-bp .imgswap { background-position: 0 -150px; }
		
		#nav-company .imgswap {
			width: 118px;
			background-image: url(/Images/nav-company.png);
			}
		.company #nav-company .imgswap { background-position: 0 -150px; }
		
		#nav-mission .imgswap {
			width: 91px;
			background-image: url(/Images/nav-mission.png);
			}
		.mission #nav-mission .imgswap { background-position: 0 -150px; }
		
		#nav-ir .imgswap {
			width: 125px;
			background-image: url(/Images/nav-ir.png);
			}
		.ir #nav-ir .imgswap { background-position: 0 -150px; }
		
		#nav-news .imgswap {
			width: 52px;
			background-image: url(/Images/nav-news.png);
			}
		.news #nav-news .imgswap { background-position: 0 -150px; }
		
		#nav-careers .imgswap {
			width: 58px;
			background-image: url(/Images/nav-careers.png);
			}
		.careers #nav-careers .imgswap { background-position: 0 -150px; }
		
		#nav-contact .imgswap {
			width: 56px;
			background-image: url(/Images/nav-contact.png);
			}
		.contact #nav-contact .imgswap { background-position: 0 -150px; }

			
	/* LOGIN FORM
	------------------------------------------------------*/
	
	#CustomerLogin {
		position: absolute;
		width:442px;  /*CFB for IE8 */
		height:39px; /*CFB for IE8 */
		float: right;
		overflow: hidden;
		zoom: 1;
		padding: 6px;
		right: 0;
		top: 0;
		background: #E8E8DB;
		}
		#CustomerLogin .text-input {
			float: left;
			width: 100px;
			margin-right: 6px;
			height:12px; /*CFB for IE8 */
			color: #888;
			}
		#CustomerLogin #Submit {
			float: left;
			margin-top: 3px;
			cursor: pointer;
			}
			


/* FOOTER
------------------------------------------------------------------------------------------ */	

#footer {
	margin: 39px 0 26px 0;
	padding-top: 13px;
	border-top: 1px solid #A6AE51;
	}
	#footer p {
		margin-bottom: 6px;
		color: #777;
		font-size: 10px;
		line-height: 13px;
		}
	#footer a {
		color: #777;
		text-decoration: none;
		}
	#footer a:hover {
		text-decoration: underline;
		}



/* SUBNAV
------------------------------------------------------------------------------------------ */

#subnav {
	display: block;
	overflow: hidden;
	margin-bottom: 26px;
	padding: 13px 13px 11px 13px;
	width: 163px;
	list-style: none;
	background: #8A9241;
	}
	#subnav li {
		float: left;
		width: 163px;
		list-style: none;
		}
		#subnav a {
			display: block;
			margin: 3px 0;
			padding-left: 10px;
			width: 150px;
			line-height: 15px;
			text-decoration: none;
			color: #fff;
			border-left: 3px solid #8A9241;
			}
		#subnav a.more {
			padding-left: 13px;
			border: none;
			}
			#sub-subnav {
				display: block;
				overflow: hidden;
				width: 163px;
				margin-bottom: 7px;
				}
				#sub-subnav li {
					padding-left: 13px;
					width: 150px;
					}
					#sub-subnav a {
						font-size: 11px;
						line-height: 13px;
						}
	#subnav .section a {
		margin: 0;
		padding: 0 0 6px 0;
		width: 163px;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		border-width: 0;
		}
	#subnav .divider {
		margin-top: 3px;
		padding-top: 4px;
		border-top: 1px solid #8A9241;
		}
	


/* BREADCRUMBS
------------------------------------------------------------------------------------------ */

#breadcrumbs {
	display: block;
	margin: 0 13px 4px 13px;
	overflow: hidden;
	zoom: 1;
	}
	#breadcrumbs li {
		float: left;
		display: inline;
		margin-right: 7px;
		padding-right: 13px;
		list-style: none;
		font-weight: bold;
		font-style: italic;
		background: url(/Images/breadcrumb-arrow.png) no-repeat 100% 50%;
		*background-position: 100% 7px;   /* Win IE */
		}
		#breadcrumbs li a {
			text-decoration: none;
			}
		#breadcrumbs li a:hover {
			color: #3A3F19;
			}



/* TWO-COLUMN LAYOUT
------------------------------------------------------------------------------------------ */

#two-column {
	overflow: hidden;
	zoom: 1;
	}
	#two-column #column-1 {
		float: left;
		width: 189px;
		}
		#two-column #column-1 h3 {
			margin: 24px 0 7px 0;
			font-size: 14px;
			line-height: 17px;
			font-weight: bold;
			font-style: italic;
			color: #6E7645;
			}
		#two-column #column-1 .column-blurb {
			padding: 13px 0 5px 0;
			margin-bottom: 26px;
			font-size: 11px;
			line-height: 15px;
			border: 1px solid #8A9241;
			border-width: 3px 0 1px 0;
			}
		#two-column #column-1 .column-blurb p {
			margin-bottom: 10px;
			font-size: 11px;
			line-height: 15px;
			}
		#two-column #column-1 .column-blurb ul {
			margin-bottom: 10px;
			font-size: 11px;
			line-height: 15px;
			}
			#two-column #column-1 .column-blurb li {
				padding: 0 0 5px 13px;
				font-size: 11px;
				line-height: 15px;
				background: url(/Images/bullet-green.png) no-repeat 0 4px;
				*background-position: 0 5px;   /* Win IE */
				}
	#two-column #column-2 {
		float: right;
		width: 578px;
		}
		#two-column #column-2 h2,
		#two-column #content p,
		#two-column #content h3,
		#two-column #content ul,
		#two-column #content ol,
		#two-column #content .videoplayer {
			margin: 0 13px 12px 13px;
			}
		#two-column #content .footnote {
			margin-bottom: 4px;
			}
		#two-column #column-2 h2 {
			margin-bottom: 10px;
			font-size: 27px;
			line-height: 30px;
			font-weight: normal;
			letter-spacing: -1px;
			font-style: italic;
			}
		#two-column #content h3 {
			font-size: 15px;
			font-weight: bold;
			font-style: italic;
			}
		#two-column #content h3 {
			margin: 17px 13px;
			}
		#two-column #content li {
			list-style: none;
			padding-left: 26px;
			background: url(/Images/bullet-green.png) no-repeat 10px 5px;
			*background-position: 10px 6px;   /* Win IE */
			}
		#two-column #content .videoplayer span {
			display: block;
			padding: 13px;
			background: #E8E0BA;
			}
		#two-column #column-2 .caption-photo {
			float: right;
			clear: right;
			margin: 0 0 12px 12px;
			}
		#two-column #column-2 .caption {
			float: right;
			clear: right;
			width: 124px;
			margin: 0 0 12px 18px;
			text-align: right;
			font-size: 11px;
			line-height: 15px;
			font-style: italic;
			}



/* INNER THREE-COLUMN LAYOUT
------------------------------------------------------------------------------------------ */
	
.inner-three-column {
	margin: 24px 12px;
	overflow: hidden;
	zoom: 1;
	}
	.inner-three-column .inner-col-1 {
		float: left;
		margin-right: 24px;
		width: 169px;
		}
	.inner-three-column .inner-col-2 {
		float: left;
		width: 169px;
		}
	.inner-three-column .inner-col-3 {
		float: right;
		width: 169px;
		}



/* INNER TWO-COLUMN LAYOUT
------------------------------------------------------------------------------------------ */
	
.inner-two-column {
	margin: 24px 12px;
	overflow: hidden;
	zoom: 1;
	}
	.inner-two-column .inner-col-1 {
		float: left;
		width: 263px;
		}
	.inner-two-column .inner-col-2 {
		float: right;
		width: 263px;
		}
	.inner-two-column .inset-photo {
			float: right;
			clear: right;
			margin: 0 0 12px 12px;
			}