
/* Main Styling - all symantec tags */

html {
	background-color: #E9E9E9;
}
body {
	behavior:url("css/csshover.htc");
	height: 100%;
	font-size: 100%;
	background-color: #E9E9E9;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #CC6633;
	line-height: 1.8em;
	margin-top: 0em;
	margin-bottom: 0em;
}
img.floatleft {
	align: left;
}
img.floatright {
	float: right;
	clear: left;
}
h1.imageheadline {
	align: left;
	padding-top: 10px;	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
}
p,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	line-height: 1.35em;
}
a:link {
	font-weight: bold;
	color: #CC6633;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #666666;
}


/* Parent Wrapper - Wraps all divs */

#parent{
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}


/* Header Formatting */

#header_wrapper {
	width:94%;
	max-width:1150px;
	min-width:850px;
	position: relative;
	margin:0 auto;
	z-index: 500;
}
#header {
	background-image:  url(/images/template/timberlandbanner.gif);
	background-position: right;
	height: 236px;
	width: 100%;
}
#subheader {
	background-image:  url(../images/template/timberlandbanner_small.gif);
	background-position: right;
	height: 140px;
	width: 100%;
}
#header_bg_left{
	background-image:   url(/images/template/header_bg_left.jpg);
	height: 236px;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #000000;
}
#header_bg_right{
	background-image:   url(/images/template/header_bg_right.jpg);
	height: 236px;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #000000;
}
#subheader_bg_left{
	background-image:   url(/images/template/header_bg_left.jpg);
	height: 140px;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #000000;
}
#subheader_bg_right{
	background-image:   url(/images/template/header_bg_right.jpg);
	height: 140px;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #000000;
}


/* Menu Formatting */

#menu_bg{
	background-image: url(/images/template/menu_background.jpg);
	background-repeat: repeat-x;
	height: 34px;
	width: 100%;
}
#menu_bg_left{
	background-image:   url(/images/template/menu_bg_left.jpg);
	height: 34px;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #000000;
}
#menu_bg_right{
	background-image: url(/images/template/menu_bg_right.jpg);
	height: 34px;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #000000;
}


/* Content Formatting */

#content_wrapper {
	width:94%;
	max-width:1150px;
	min-width:850px;
	position: relative;
	margin:0 auto;
	margin-bottom: 20px;
	padding-left: 8px;
}
#content{
	padding-bottom: 100px;
	background-color: #E9E9E9;
	margin:0 auto;
	width: 100%;
	position: relative;
	z-index: 1;
}
#sidebar{
	margin-left: 10px;
}
td.sidebar_bottom{
	background-position: bottom;
	background-repeat: none;
	background-image: url(/images/template/sidebar_bg.jpg);
	padding-bottom: 70px;
	padding-left: 15px;
	padding-right: 15px;
}
td.sidebar_top{
	background-position: top;
	background-image: url(/images/template/sidebar_bg_top.jpg);
	height:28px;
	background-repeat: repeat-x;

}

/* Footer Formatting */

#footer_wrapper {
	width:94%;
	max-width:1150px;
	min-width:850px;
	margin:0 auto;
	margin-top: 20px;
	padding-left: 8px;
}
#footer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	min-height: 100px;
	z-index: 999;
	padding: 0px;
	margin:0 auto;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(/images/template/footer_bg.jpg);
}
#footer h1{
	color: #CC6633;
	font-size: 10px;
	margin-bottom: 6px;
}
#footer p{
	color: #FFFFFF;
	font-size: .8em;
	line-height: 1.2em;
	margin-bottom: 0px;
	margin-top: 3px;
}
	
#footer_icons{
	float: right;
	clear: right;
}


/* Background Div - is placed behind the header div */

#background{
	display: block;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}
