/*       Layout
======================= */
body {
        margin: 0px;
        padding: 0px;
        text-align: center;
        background:#d6d2c8;
        margin-bottom: 20px;
}
div {
        position: relative;
}
img {
        border:0;
}
#pagewidth{
        width:1000px;
        text-align:left;
        margin: 20px auto 0;
        background: #fff;
        height: 620px;
}
#header{
        width:100%;
        background:#695e4a url("../images/header.jpg") no-repeat;
        height:135px;
        z-index: 1;
        overflow: hidden;
}
#wrapper{
        margin-top: -139px;
        z-index: 100;
        overflow: hidden;
        width: 1000px;
}
#rightcol{
        padding-left:151px;
        padding-right:20px;
        width:268px;
        float:right;
        height: 486px;
        margin-left: -190px;
        margin-top: 137px;
        z-index: 1;
        border-right: 1px solid #695e4a;
        border-bottom: 1px solid #695e4a;
}
#rightcolsnip
{
 padding-left: 5px;
 padding-right: 5px;
 height: 340px;
 overflow-y: scroll;
 overflow-x: hidden;
 width: 279px;	
}

#maincol{	  
	    background: url("../images/white-rounded-mask8.png") no-repeat;	                 
        width: 300px;
        height: 485px;
        padding:139px 50px 0 395px;
        float: left;
        z-index: 100;        
 }
#content {
	   overflow: auto;
	   height: 305px;
    margin: 10px 0;
    padding-right: 10px;
}
#footer{
        padding: 0;
        margin-top: -150px;
        z-index: 150;
        width: 575px;        
}
.left {
        float:left;
}
.right {
        float:right;
}
.txtl{
        text-align:left;
}
.txtc{
        text-align:center;
}
.txtr{
        text-align:right;
}
.clear {
        clear:both;
}
.hidden {
        display: none;
}
#sb-loading a {
	    color: #fff;
	    text-decoration: none;
}

 /*       Text
======================= */
body, td, div, select, textarea, input {
        font: 12px Helvetica, Arial, Verdana, sans-serif;
}
p, h1, h2, h3, table, form {
        
}
ul,ol{
        margin:0em 0px 1em 30px; /* Right = same as other elements. Left = Left of other elements +30 */
        padding: 0px;
}
ul li, ol li{
        line-height:1.3em;
        margin: .25em 0;
        padding: 0;
}
li ol, li ul{
        margin-left: 30px;
        margin-top:0;
        margin-bottom:0;
}
table{
        margin-right:0;
}
p {
        margin-top:0;
        margin-bottom:0.5em;
        line-height:1.3em;
}
h1 {
        font-size: 1.5em;
        margin-top: 0;
        margin-bottom: .2em;
        padding-top: 13px;        
}
h2 {
        font-size: 1.3em;
        margin-top: 1.5em;
        margin-bottom: .3em;
}
h3 {
        font-size: 1.1em;
        margin-top: 1em;
        margin-bottom: .3em;
}
h1, h2, h3, legend {
        color:#695e4a;
}
h2 {
	color: #000;
}	


/*      Nav
========================= */
/*   Dropdown Nav
======================= */

ul.nav {
        list-style:none;
        margin:0;
        padding:0;
        line-height:1em;
        margin-left: 28px;
}
ul.nav.brown {
        float: right;  
        margin:-108px -300px 0 0 !important;              	
        margin:-108px -245px 0 0;              	
}
ul.nav li{
        position:relative;
        float:left;
        margin:0;
        padding:0;
}
ul.nav li a {
        display:block;
        padding: 12px 10px 15px 12px;
        text-decoration:none;
        color:#695e4a;
        font-weight: bold;
        font-size: 1em !important;
        margin-right:20px;
        background: url("../images/menu-item-white.gif") no-repeat;
}
ul.nav.brown li a {
        background: url("../images/menu-item-brown.gif") no-repeat;
        color: #fff;
        padding: 10px 10px 14px 12px;
}
ul.nav li a:hover,
ul.nav li a.current  {
        text-decoration: none;
        color:#ee3124;
}
ul.nav.brown li a:hover,
ul.nav.brown li a.current  {
    	text-decoration: none;
        color:#ee3124;
}

ul.nav ul {
    float: left;
    list-style: none;
    line-height: 1em;
    padding: 0;
    margin: 0;  
}
ul.nav li li a{
   padding:5px 5px 5px 10px;
   width: 110px; 
   white-space:normal;
   background: none;
}
ul.nav li ul {
    width: 130px; /*  total width of submenu */
    position: absolute;
    left: -999em;
    height: auto; 
    margin: 0;
    padding-top: 5px; 
}
ul.nav li ul a { /* submenu style */
   background:none;
}
ul.nav.brown li ul a { /* submenu style */
   background:none;
   padding: 5px 10px 5px 10px;
}
ul.nav li ul a:hover { /* submenu hover */
}
ul.nav li:hover ul,
ul.nav li.sfhover ul /*suckerfish*/{
    left: auto;
}
ul.nav li:hover {background-position: 0 0;} /* IE7 Sticky Fix */
/*       Footer Menu 
======================= */
.lamemenu {
	float: left;
	margin: 80px 0 0 30px;
}
/*       Links
======================= */
a {
        color:#ee3124;
        text-decoration:underline;
}
a:hover {
        text-decoration:none;
}

/*       Maincol
========================= */
h1#logo {
        margin:0;
        padding: 0;
        position: absolute;
        height:110px;
        width: 320px;
        top:4px;
        left:0px;
        overflow:hidden;                     
}
h1#logo a{
        display:block;
        height:100%;
        width: 100%;
}
h1#logo a span{
        display:block;
        height:100%;
        width: 100%;
        position:absolute;
        top:0;
        left:0;
        background: url("../images/logo.jpg") no-repeat; /* logo image */
        cursor:pointer; /* ie */
}

p#artistic {
	   background: url("../images/artistic.gif") no-repeat 0 100%;
	   width: 184px;
	   height: 74px;	   
	   margin-left: 0;
	   padding-top: 18px;
}
p#functional {
	   background: url("../images/functional.gif") no-repeat 0 100%;
	   width: 266px;
	   height: 78px;
	   margin: 0;
	   margin-bottom: -11px;
	   margin-left: -15px;
       padding-top: 18px;	     
}
p#responsive {	   
	   background: url("../images/responsive.gif") no-repeat 0 100%;
	   width: 289px;
	   height: 71px;
	   margin: 0;
	   margin-bottom: -11px;
	   margin-left: -15px;
       padding-top: 21px;	   	   
}
p#artistic a, p#functional a, p#responsive a{
display:block;
height:100%;
width:100%;
}
/*Home styles*/

#pagewidth.home p#artistic {
		position: absolute;
		top: 161px;
		left: 399px;
		margin: 0;
		padding: 0;		
}
#pagewidth.home p#functional {
		position: absolute;
        top: 270px;
        left: 386px;
        margin: 0;
        padding: 0;
}
#pagewidth.home p#responsive {
		position: absolute;
        top: 382px;
        left: 308px;
        margin: 0;
        padding: 0;
}
#pagewidth.home p#artistic:hover, #pagewidth.home p#functional:hover, #pagewidth.home p#responsive:hover,
#pagewidth.home p#artistic.sfhover, #pagewidth.home p#functional.sfhover, #pagewidth.home p#responsive.sfhover {
        filter: alpha(opacity=70);
        opacity: 0.7;
}
#wrapper {
	   background-image: url("");
	   background-repeat: no-repeat;
	   background-position: 0 139px;
}
#pagewidth.home #wrapper{
	   background-image: url("../images/home-left.jpg");
}
#pagewidth.home #rightcol{
	   background: #695e4a url("../images/home-right.jpg") no-repeat 100% 0;
}

/*Process styles*/

#pagewidth.process #wrapper{    
       background-image: url("../images/process-left.jpg");
}
#pagewidth.process #rightcol{
	   background: #695e4a url("../images/process-right.jpg") no-repeat 100% 0;
}

/*Value styles*/

#pagewidth.value #wrapper{    
       background-image: url("../images/value-left.jpg");
}
#pagewidth.value #rightcol{
       background: #695e4a url("../images/value-right.jpg") no-repeat 100% 0;
}
/*Contact OLD styles*/

#pagewidth.contactOLD #wrapper {    
       background-image: url("../images/contactOLD-left.jpg");
}
#pagewidth.contactOLD #rightcol{
       background: #695e4a url("../images/contact-right.jpg") no-repeat 100% 0;
}
#pagewidth.contactOLD #maincol p {
	   width: 270px;
       font-size: 1.3em;
}
#pagewidth.contactOLD #maincol a {
	   font-size: 1.35em;
}
span.signature {
	   background: url("../images/tim-sign.gif") no-repeat;
	   width: 166px;
	   height: 88px;
	   margin: 27px 0 0 65px;
	   display: block;
}
/*Contact styles*/
#pagewidth.contact #wrapper {    
       background-image: url("../images/contact-left.jpg");
}
#pagewidth.contact #rightcol {
	   border: none;
        width:328px;
        margin-left: -250px;
        z-index: 110;
}
#pagewidth.contact #maincol p{
width: 240px;
}
#pagewidth.contact #maincol h3{
width:200px;
}
span.signature {
	   background: url("../images/tim-sign.gif") no-repeat;
	   width: 166px;
	   height: 88px;
	   margin: 27px 0 0 20px;
	   display: block;
}

/*Out and About styles*/

#pagewidth.out #wrapper {    
       background-image: url("../images/out-left.jpg");
}
#pagewidth.out #rightcol {
       background: #695e4a;
}
#pagewidth.out #rightcol .wood{
	height: 121px;
	width: 256px;
	position:absolute;
	bottom: 0;
	right: 0;
}
#pagewidth.out #maincol h1{
	   padding-top: 0;
}
.text-20 {
       display: block;
       font-size: 2.5em !important;
       font-weight: bold;
}
.text-18 {
	   display: block;
	   font-size: 1.6em !important;
	   font-weight: bold;
}
.red {
	   color: #ee3124;
}

/*Bio styles*/

#pagewidth.bio.tim #wrapper {    
       background-image: url("../images/tim.jpg");
}
#pagewidth.bio.kent #wrapper {    
       background-image: url("../images/kent.jpg");
}
#pagewidth.bio.carolynn #wrapper {    
       background-image: url("../images/carolyn.jpg");
}
#pagewidth.bio #footer p.right {
	   display: none;
}
#pagewidth.bio #maincol {
	   width: 566px;
	   padding-right: 40px;
}
#pagewidth.bio #maincol ul.nav.brown {
	   margin-right: -34px !important;
	   margin-right: -15px;
}
#pagewidth.bio h1{
	   color: #402312;	
	   font-size: 1.3em;   
}
.text-15 {
        font-size: 1.3em;	
        color: #695e4a;
}
.signature-big {
	   margin-right: 50px;
       background: url("../images/tim-sign-big.gif") no-repeat 100% -8px;
       min-height: 129px;
       height: auto !important;
       height: 129px;
       padding-right: 250px;
}

/*Case Studies*/

#pagewidth.case-study #wrapper {    
       background-image: url("../images/case-left.jpg");
}
#pagewidth.case-study #rightcol {
	   border: none;
}
#pagewidth.case #rightcol {
	   background: #695e4a url("../images/case1-right.jpg") no-repeat 100% 0;
}
.brown {
        color: #695e4a;
}
#pagewidth.case-study .signature, 
#pagewidth.case .signature {
	   margin: 0;
	   float: right;
}
#pagewidth.case-study p.brown {
        line-height: 1.5em;
        font-size: 1.1em;	
}
#pagewidth.case .red a{
        text-decoration: none;
        padding-left: 5px; 	
}
#pagewidth.case #rightcol img{
        margin: 40px 30px;         	
}
#pagewidth.case .red a:FIRST-CHILD {
        padding-left: 10px;
}
.signature-medium {
	    background: url("../images/tim-sign-medium.gif") no-repeat 100% 0;	  	    
        padding-top: 95px;
}
#pagewidth.case-study1 #wrapper {    
       background-image: url("../images/case1-left.jpg");
}
#pagewidth.case-study2 #wrapper {    
       background-image: url("../images/case2-left.jpg");
}
.casearrows {
	color:#ee3124;
	padding-top:50px;
	margin-bottom: 0;
}	

/*       Rightcol
========================= */
#pagewidth.out #rightcol h1 {
	   color: #fff;
	   padding-top: 0;
}
#pagewidth.out #rightcol {
	   color: #fff;
}
#pagewidth.out #rightcol h3 {
	color: #fff;
	font-size: 1.3em;
}	
#rightcol ul {
	margin-left: 50px;
	list-style: none;	 	
}
#pagewidth.out #rightcol ul li {
	margin-top: 18px;
}
#pagewidth.out #rightcol a {
	color: #fff;
}
#pagewidth.case-study #rightcol ul {
	margin-top: 34px;
	width: 170px;
}
#pagewidth.case-study #rightcol ul li {
	margin-bottom: 18px;
}
#pagewidth.case-study #rightcol ul li p {
	margin-top: 10px;
}
/*       Forms
======================= */
#cform {
	float: right;
}	
form.lj fieldset {
border:1px solid #D6D2C8;  /* Fieldset Border */
margin:  0 0 1em 0;
padding: 0 1em 1px;
}
form.lj input, 
form.lj select,
form.lj textarea {
color:#000;             /* Input Text Color */
display: block;
width: 94%;
background: #fff;
border: 2px solid #D6D2C8; /* Input Border */
padding:.25em .5em;
font-weight:bold;
}
form.lj .submit {
background:#eee;        /* Submit Colors */
color:#000;
border: 2px solid #D6D2C8;
font-weight:bold;
display:inline;
margin:0 2em 1em 0;
width: auto;
}
form.lj legend {     /* Should be same color as h3 if current global.css is used */
background:#fff;
font-size: 1.1em;
font-weight:bold;
}
form.lj .ammerspay{
position:absolute;
width:50px;
top:0;
left:-5000px;
}
form.lj .submit.light{
color:#ccc;
font-weight:normal;
}
form.lj fieldset.radio{
   margin: 1em 0 1em 0;
}
form.lj fieldset label.radio,
form.lj fieldset.radio label{
cursor:pointer;
line-height:1.6em;
}
form.lj fieldset.radio input,
form.lj label.radio input {
width:auto;
float:left;
margin-right:6px;
border:none;
background:none;
}
form.lj fieldset.float label,
form.lj fieldset label.float{
display:inline; 
float:left;
white-space: nowrap;
margin-right: 15px;
}
form.lj input.hidden {
border:none;
padding:0;
display:inline;
}
form.lj legend a {
font-weight:normal;
font-size:.9em;
}
form.lj label{
display: block;
margin-bottom: 1em;
}
form.lj .first{
padding-top: 1em;
}
form.lj select{
width:auto;
}
form table,
form h2{
margin-left:0;
margin-right:0;
}
form.lj p{
margin:0 0 .25em 0;
padding:0;
}
form.lj {
margin-top: 1em;
margin-bottom:1em;
}

/*     Alerts
==================== */
h3.alert, h3.alertyes, h3.alertwarn{
	font-size:12px;
	line-height:16px;
	padding:5px 5px 5px 35px;
	color:#000;
	border: 2px solid #0c0;
	border-width: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:.8em;
	margin-bottom:.8em;
	background: #cfc url(../includes/forms/alert-yes.png) no-repeat 5px 1px;
}
h3.alert{
	background: #fcc url(../includes/forms/alert-no.png) no-repeat 5px 1px;
	border-color:#c00;
}
h3.alertwarn{
	background: #ffc url(../includes/forms/alert-info.png) no-repeat 5px 1px;
	border-color:#ff3;
}
form h3.alert,
form h3.alertyes,
form h3.alertwarn {
margin-left:0;
margin-right:0;
}

/*       Footer
========================= */
#footer p.right{
        margin: 25px 0 0 10px;        
        color:#000;
        font-size:.9em;
        width: 160px;
}

#footer p.right span {
	   font-family: "Avenir Medium", "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	   font-size: 2em;
	   display: block;
	   margin-bottom: 8px;
}

#footer p.right a {
	   color: #ee3124;
	   font-size: 0.9em;
	   font-weight: bold;
	   text-decoration: none;
	   display: block;
	   margin: 5px 0 14px;
}

#footer span#copyright {
        font-size: 0.75em;
        font-family: "Myriad Roman", Verdana, Arial, Helvetica, sans-serif;
        display: block;
        clear: both;
        position: absolute;
        top: 107px;
        right: 5px;
        width: 160px;
}

/*     Float containers fix - Thanks to: http://www.csscreator.com/attributes/containedfloat.php
=============================== */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*     printer styles
========================= */
 @media print{
/* Hide unwanted elements */
h1#logo a span, ul.nav.brown, ul.nav, #rightcol, span.signature, p#artistic, p#functional, p#responsive {display:none;}
.signature-medium {background: none; padding: 0}
/* Kill floats and backgrounds */
body #pagewidth, #maincol, #wrapper, body, #footer, #header, #header h1, #header h1 a,#footer p, #pagewidth.bio #maincol {
	width:100%; float:none; background:none; margin: 0; padding: 0; height: auto;
}
/* Set margins to 0 */
p, h1, h2, h3, table {margin-left:0;margin-right:0;}
ul, ol {margin-left:30px; margin-right:0;}
#maincol {padding-top:0;}
/* Make texts black */
p, li, #footer p, #footer p a{color:#000;}
/* Print Logo as text */
#header,h1#logo, h1#logo a{ width: auto; height:auto; text-indent:0; position:static;top:0;left:0;}
#header h1{ margin-bottom:1em;}
}

.mceContentBody { background-image: none !important; background-color: #fff; text-align: left;}