/* @override 
	http://tbdesign.com/ns2/css/main-tbdg.css
	http://www.tbdesign.com/ns2/css/main-tbdg.css
*/

a:active /*for firefox*/
{
  outline: none;
}
a:focus
{
-moz-outline-style: none;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #3c4414;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.twoColumn #container { 
	width: 972px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(/images/common/bg-columns.gif) repeat-y;
	font-size: 12px;
	margin-bottom: 200px;
} 

/*#container p {
	width: 475px;
	line-height: 15px;
	color: #4d5156;
	margin-left: 15px;
}*/
#studio.twoColumn #container { 
	/*background: none;*/
	background: #efecd5;
} 
#design.twoColumn #container td p { 
	font-size: 11px;
} 

#contact.twoColumn #container { 
	/*background: none;*/
	background: #efecd5;
}
#summerreading.twoColumn #container { 
	background: #ffffff;
}  
#partners.twoColumn #container { 
	/*background: none;*/
	background: #efecd5;
} 

#clients.twoColumn #container { 
	/*background: none;*/
	background: #efecd5;
}

.twoColumn #header { 
	/*background: #bfc492;*/ 
	padding: 0; 
} 
.twoColumn #header h1 {
	margin: 0; 
	padding: 10px 0;
}

/* @group Top Nav for Sub */

#tnDesign a  {
	width: 50px;
	background: url(/images/top-nav/design.gif) top left no-repeat;
	float: left;
	padding: 34px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	}
#tnDesign a:hover {
	background-position: 0 -34px;
	}
#design #tnDesign a {
	background-position: 0 -68px;
}	
#tnConsulting a  {
	width: 75px;
	background: url(/images/top-nav/consulting.gif) top left no-repeat;
	float: left;
	padding: 34px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	}
#consulting #tnConsulting a  {
	background-position: 0 -68px;
	}
#tnConsulting a:hover {
	background-position: 0 -34px;
	}
	
#tnIllustration a  {
	width: 70px;
	background: url(/images/top-nav/illustration.gif) top left no-repeat;
	float: left;
	padding: 34px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	}
#illustration #tnIllustration a  {
	background-position: 0 -68px;
	}
	
#tnIllustration a:hover {
	background-position: 0 -34px;
	}

#tnStudio a  {
	width: 62px;
	background: url(/images/top-nav/studio.gif) top left no-repeat;
	float: left;
	padding: 34px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	}
#studio #tnStudio a  {
	background-position: 0 -68px;
	}
#tnStudio a:hover {
	background-position: 0 -34px;
	}
#tnStudio a:active {
	background-position: 0 -68px;
	}
	
#tnPartners a  {
	width: 62px;
	background: url(/images/top-nav/partners.gif) top left no-repeat;
	float: left;
	padding: 14px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	}
#partners #tnPartners a  {
	background-position: 0 -28px;
	}
	
#tnPartners a:hover {
	background-position: 0 -14px;
	}
	
#tnClients a  {
	width: 62px;
	background: url(/images/top-nav/clients.gif) top left no-repeat;
	float: left;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	}
#clients #tnClients a  {
	background-position: 0 -80px;
	}
#tnClients a:hover {
	background-position: 0 -40px;
	}

#tnContact a  {
	width: 55px;
	background: url(/images/top-nav/contact.gif) top left no-repeat;
	float: left;
	padding: 34px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	}
#contact #tnContact a  {
	 background-position: 0 -68px;
	}
#tnContact a:hover {
	background-position: 0 -34px;
	}
	
#tnBlog a  {
	width: 40px;
	background: url(/images/top-nav/blog.gif) top left no-repeat;
	float: left;
	padding: 34px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	}
#tnBlog a:hover {
	background-position: 0 -34px;
	}

/* @end */
/* @group Left Sidebar */

.twoColumn #leftSidebar {
	float: left; 
	width: 265px; 
	margin: 0;
	padding: 0;
	/*min-height: 823px;*/
}

#studio.twoColumn #leftSidebar {
	width: 309px; 
	background: #efecd5; 
	padding: 0;
	/*min-height: 823px;*/
	/*min-height: 390px;*/
}

#contact.twoColumn #leftSidebar {
	width: 378px; 
	background: #aa9835; 
	/*min-height: 290px;*/
}

#partners.twoColumn #leftSidebar {
	width: 381px; 
	background: #aa9835; 
	/*min-height: 0;*/
	/*height: 345px;*/
}

#clients.twoColumn #leftSidebar {
	width: 380px; 
	background: #aa9835; 
	/*min-height: 0;*/
	/*height: 345px;*/
}

/* @end */


/* @group Main Content */

.twoColumn #mainContent { 
	margin: 0 0 0 290px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
	
#consulting #mainContent { 
	margin: 0 0 0 265px; 
} 

#studio #mainContent { 
	margin: 25px 0 0 344px; 
	/*background: yellow;*/
	width: 490px;
} 

#contact #mainContent { 
	margin: 0 0 0 378px; 
	/*background: yellow;*/
	width: 594px;
}
 

#summerreading #mainContent { 
	margin: 0 0 0 378px; 
	/*background: yellow;*/
	width: 594px;
}
#clients #mainContent { 
	margin: 0 0 0 380px; 
	/*background: yellow;*/
	width: 592px;
}
#design #mainContent p {
	width: 475px;
	margin-left: 15px;
	color: #77808A;
	font-size: 11px;
	line-height: 1.3em;
}

#studio #mainContent p {
	width: 475px;
	margin-left: 0;
}
#consulting #mainContent p {
	color: #77808A;
}
/* @end */

/* @group Footer */

.twoColumn #footer { 
	padding: 0; 
	margin: 0;
	background: #efecd5;
	height: 2.5em;
	width: 972px;
}
#summerreading.twoColumn #footer { 
	background: #FFF;
}
.twoColumn #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0;*/ /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background: #AA9835;
	float: right;
	padding-left: 20px;
	height: 2em;
	font-size: 10px;
	color:white;
	padding-top: 1em;
}

#design.twoColumn #footer p {
	width: 688px;
}


#recent.twoColumn #footer p {
	width: 688px;
}
#consulting.twoColumn #footer p {
	width: 688px;
}
#illustration.twoColumn #footer p {
	width: 688px;
}
#studio.twoColumn #footer p {
	width: 610px;
}
.kim.twoColumn #footer p {
	width: 670px;
}
.steve.twoColumn #footer p {
	width: 695px;
}

	
#clients.twoColumn #footer p {
	width: 798px;
}
#contact.twoColumn #footer p {
	width: 952px;
	
}
#summerreading.twoColumn #footer p {
	width: 909px;
	/*border:  1px solid black;*/
}
/* @end */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.designNav {
	font-size: 11px;
	color: #77808a;
	text-decoration: none;
	margin-right: 10px;
	vertical-align: top;
	font-weight: bold;
	width: 20px;
}
.designNav a:hover {
	color: #77808a;
	text-decoration: none;
	font-weight: normal;
}

.designNavOn {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	margin-right: 10px;
	vertical-align: top;
	font-weight: bold;
}
.illusNav {
	font-size: 11px;
	color: #77808a;
	text-decoration: none;
	/*margin-right: 10px;*/
	vertical-align: top;
	font-weight: bold;
	width: 20px;
}

.illusNavOn {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	/*margin-right: 10px;*/
	vertical-align: top;
	font-weight: bold;
}
.numSpace {
	/*background: yellow;*/
	width: 1.8em;
	float: left;
}
#rightone {
	color: #4D5156;
}
/* @group Left Nav */

#leftNav {
	margin-left: 80px;
	font-size: 11px;
	color: #58595B;
}
#leftNav a {
	color: #58595B;
	text-decoration: none;
}

#leftNav a:hover {
	color: #000000;
	text-decoration: none;
}

/* @end */

#numbersDesign {
	margin-left: 15px;
	border-bottom: 2px dotted #bdbebf;
	padding-bottom: 8px;
	width: 475px;
	margin-top: 0;
}

#numbersDesign a:hover {
	color: black;
}
p#dottedBottom  {
	border-bottom: 2px dotted #a2a0a2;
	padding-bottom: 6px;
	width: 165px;
	margin-top: 10px;
	margin-bottom: 18px;
}


#tnKim a  {
	width: 301px;
	background: url(/partners/images/top-kim-name.jpg) top left no-repeat;
	float: left;
	padding: 27px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	}
#tnKim a:hover {
	background-position: 0 -27px;
	}
	
#tnSteve a  {
	width: 366px;
	background: url(/partners/images/top-steve-name.jpg) top left no-repeat;
	float: left;
	padding: 27px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	}
#tnSteve a:hover {
	background-position: 0 -27px;
	}
