/* CSS Document */
/*basic settings to ensure consistancy*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background:#717171 url(../css_images/background-body.png) left bottom repeat-x fixed 	;
	text-align: center;
	font-size: 62.5%;
	color:#000000;
}
object {
	display: block;
	position:relative;
}
body.home {
	color:#fff;
}
body,html{
/*	height:auto !important;*/
	height:100%;
/*	min-height: 100%;*/
}
.error {
	color: #900;
	font-weight: bold;
}
#frame, #frame_home {
	background:url(../css_images/background-frame.gif) center top repeat-y;
	height:auto !important;	/* real browsers */
	height:100%;						/* IE6: treats this as min-height*/
	min-height:100%;				/* real browsers */
}
#frame_home {
	background-image:url(../css_images/background-frame-home.gif);
}
*>#frame_home {
	background-image:url(../css_images/background-frame-home.png);
}
#frame-wrapper {
	background: url(../css_images/background-frame-wrapper.png) repeat-x;
	height:100%;
}
body.home #frame-wrapper {
	background-image:url(../css_images/background-frame-wrapper-home.png);
}
#header, #nav_util, #content-wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 1008px;
}
/*#frame {
	background: url(../css_images/wp_interior_side.jpg) repeat-y;
}*/
/* Utility Nav */
#nav_util {
	background:url(../css_images/background-nav-util.png) left top repeat-y;
	height:26px;
	margin:0 0 10px 0;
	text-align: right;
	z-index: 999;
}
*>#nav_util {
	margin:auto auto 10px auto;
}
body.home #nav_util {
	background-image:none;
	height:127px;
	margin-bottom:0;
}
#nav_util, #nav_util li {
	list-style: none;
}
#nav_util li {
	text-transform:uppercase;
	display: inline;
	font-size: 0.9em;
	vertical-align: middle;
}
#nav_util li#nav_util_sitemap {
	margin-right:3.4em;
}
#nav_util li a {
	display: inline-block;
	padding: 0.8em 6px 0 6px;
	color: #fff;
	text-decoration: none;
}
#nav_util li a:hover {
	color: #bfbfbf;
}
body.home #header {
	background: url(../css_images/home_header_bkrd.jpg) repeat-x;
	height: 12.7em;
	position:absolute;
	top:-127px;
	width:26.8em; /* 29.6em */
}
body.home #header_logo {
	display: none;
}
#header {
	background: url(../css_images/wp_header_background.jpg) repeat-x bottom;
	overflow:hidden;
}
#header_logo {
	float:left;
	width: 23.3em;
}
#header_logo h1 {
	background: url(../css_images/interiorHeaderBlock.jpg) repeat-x;
	position: relative;
}
#header_logo a {
	background: url(../css_images/woodpileLogo.jpg) no-repeat;
	display: block;
	height: 107px;
	width: 233px;
}
#header_logo span {
	display:none;
}
#interiorHeader {
	float:left;
/*	position:absolute;*/
/*	top:36px;*/
/*	left:233px;*/
/*	width:100%;*/
}
#header-footer {
	color: #a7a7a7;
	margin:91px 0 0 250px;
}
/* Main Navigation */
#nav_wrap {
	position: absolute;
	right: 1.0em;
	font-size: 1.0em;
	top:0;
}
body.home #nav_wrap {
	top:-1.7em;
	z-index: 1000;
}
#nav_wrap ul, #nav li {
	list-style: none;
}
ul#nav li {
	display: inline;
	text-transform: uppercase;
	height: 1.0em;
}
ul#nav li.active a, ul#nav li a:hover {
	background-position: 0px -10px;
	color: #bfbfbf;
}
ul#nav li a {
	height: 8px;
	margin-right: 3.0em;
	background: url('../css_images/nav_plus.gif') no-repeat;
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}
ul#nav li a span {
	padding-left: 1.0em;
}

/* Subnav */
#subnav_wrap {
	position: absolute;
	left: 24em;
	top: 1.7em;
	width: 70em;
}
#subnav_wrap span.pg_title {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	padding-bottom: 3.0em;
	margin-top: 0.3em;
	margin-right: 1.5em;
}
#subnav_wrap ul {
	position: relative;
	display: block;
	float: left;
	border-left: 1px solid #aaa;
	height: 5.5em;
	padding-left: 0.5em;
	margin-right: 3.0em;
}
#subnav_wrap li {
	margin-left: 1.5em;
	color: #fff;
}
#subnav_wrap li a {
	color: #b8b8b8;
	text-decoration: none;
}
#subnav_wrap li a:hover, #subnav_wrap li.active a {
	color: #fff;
}
/* footer CSS */

body.home #footer {
	position: relative;
/*	left: 32em;*/
	color: #404040;
	font-size: 0.9em;
	margin:0 auto;
	width:1008px;
}

#frame #footer {
	position: absolute;
	top: 12.7em;
	left: 25em;
	color: #a7a7a7;
}
/* content CSS */
#content-wrapper {
	position:relative;
}
*>#content-wrapper {
	border-top:1px solid transparent;
	margin-top:-1px;
}
#content, #content_home {
	position: relative;
}
#content {
	background-color: #fff;
	padding: 6.0em;
	margin-top: 9em;
	margin-left: 23.3em;
}
#content_home{
	margin-top: 1.0em;
	z-index: 55;
}
#content img {
	position: relative;
}
.img_left {
	float: left;
	clear: left;
}
.img_right {
	float: right;
	clear: right;
}
#content a {
	text-decoration: none;
}
#content td {
	vertical-align: top;
}
body.body_home #footer {
	clear: both;
	text-align:right;
}
#flashSlug{
	z-index: 60;
	position:relative;
	top:-30px;
	left:9.5em;
}
#lowerCircleBox{
	position:absolute;
	top: 46.75em;
	width:26.8em; /* 29.6em */
	height:400px;
	background:url(../css_images/home_bottom_bkrd.jpg);
	z-index: 50;
}
#sectionCallout{
	position:absolute;
	left:10.6em;
	top:6.1em;
}
/* studio section CSS */
#studio h3 {
	color: #231f20;
	font-size: 1.3em;
	clear: both;
}
#studio h5 {
	color: #727272;
	font-size: 1.0em;
}
#studio p {
	position: relative;
	margin-left: 20em;
	font-weight: bold;
	width: 30em;
	font-size: 1.2em;
	margin-bottom: 2.0em;
}
#studio table {
	position: relative;
	left: 6.5em;
	width: 60em;
	font-size: 1.0em;
	border-collapse: collapse;
	margin-bottom: 2.0em;
}
#studio td {
	font-size: 1.0em;
	padding: 0.25em 1.0em;
}
#studio td.col0 {
	font-size: 0.9em;
	border-right: 1px solid #bfbfbf;
	width: 18em;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
}
#studio td.col1 {
	width: 42em;
}
#studio td.col1 a {
	display: block;
	color: #959595;
	padding-left: 1.5em;
	background: transparent url(../css_images/content_email_icon.gif) no-repeat left center;
}
.case-studies #content {
	background: #fff url(../css_images/casestudy_bkrd.gif) repeat-y;
	padding: 8.0em 3.0em 2.0em 4.0em;
}
.case-studies #content table {
	position: absolute;
	top: 1.0em;
	right: 30px;
	width: auto;
	font-size: 1.0em;
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	border-collapse: collapse;
}
.case-studies #content table td {
	padding: 0.2em 1.0em;
}
.case-studies #content table td.col0 {
	border-right: 1px solid #b8b8b8;
	color: #949494;
	text-align: right;
}
.case-studies #content h3 {
	position: relative;
	color: #565656;
	font-size: 1.0em;
	margin-bottom: 3.0em;
}
.case-studies #content p {
	font-size: 1.0em;
	color: #565656;
	line-height: 1.6em;
	margin-bottom: 1.6em;
	width: 30em;
}
.case-studies #content img {
	margin: 0.5em 0;
}
.case-studies #content img.img_right {
	margin-right: 1.0em;
}

.wrap_flash {
	display: block;
	position: relative;
}
.wrap_flash object {
	background-color: #ccc;
/* 	border: 1px solid #900; */
}