/* **************************************

NAME: tb.css
DATE: 09/25/2005
DESCRIPTION:
General styles for T&B website + Homepage

***************************************** */

/*    =Body
***************************************** */

img		{
	border:0;
	display:block;
	}
body	{
	margin:0;
	padding:0;
	border:0;
	text-align:center;
	color:#500;
	background:#eed url(../i/background.gif) top center repeat-y;
	font:small Verdana,Sans-serif;
	}
#whole { 
	margin:0 auto;
	padding:0;
	border:0;
	width:730px;
	text-align:left;
	text-align:left; /* Recover from hack */
	voice-family:"\"}\""; /* Tantek's Box Model Hack: http://www.tantek.com/CSS/Examples/boxmodelhack.html*/
	voice-family:inherit;
	/* background-color:#fff; */
	}
	
/*    =Links
***************************************** */
	
a {
    color:#330;
    text-decoration:none;
    border-bottom:1px dashed #330;
    }
a:visited {
    color:#677;
    border-color:#899;
    }
a:hover {
    color:#933;
    border-color:#b55;
    border-bottom-style:solid;
	}
	
/*    =Header
***************************************** */

#header	{
	width:730px;
	height:auto;
	padding:0 0 10px 0;
	border:0;
	margin:0;
	background-color:#630;
	/* border-bottom:#330 5px solid; */
	}	
#tb_logo {
	float:left;
	padding:10px 0 8px 8px;
	}
#tb_logo a {
	border: 0;
	}
#tb_logo_print {
	display:none;
	}
#header_img {
	clear:both;
	width:710px;
	text-align:center;
	margin:0 auto;
	padding:0 auto;
	border-top:#330 2px solid;
	border-right:#330 2px solid;
	border-bottom:0;
	border-left:#330 2px solid;
	}
	
/*    =NavBar
***************************************** */

#nav {
	clear:both;
	text-align:center;
	margin:0 auto;
	padding:0 auto;
	font-size:85%;
	height:2em;
	width:712px;
	background-color:#cfbb7e;
	border-top:#330 5px solid;
	border-right:#330 1px solid;
	border-bottom:#330 1px solid;
	}
#nav ul {
	list-style:none;
	margin:0; 
	padding:0;
	}
#nav li {
	border-left:1px solid #330;
	float:left; 
	line-height:2em;
	}
#nav li a {
	display: block;
	margin:0; 
	padding:0 17px 0 16px;
	letter-spacing:0px; 
	background:#cfbb7e; 
	color:#330; 
	text-decoration:none; 
	white-space:nowrap;
	border-width:0;
	}

/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav li a {
  width:1%;
	}
#nav li a:hover {
	 color:#fff;
	 border-width:0;
	}
#nav #current a {
	font-weight: bold;
	color:#fff;
	}

/*    =Content
***************************************** */

h1, h2, h3, h4, h5, h6 {
	color:#330;
	font-family:Georgia, Times, serif;
	font-size:large;
	letter-spacing:1px;
	margin:0;
	padding:5px 0 10px 0;
	}
h2 {
	font-size:medium;
	padding:5px 0 0 0;
	}
h3, h4, h5, h6 {
	font-size:small;
	padding:5px 0 0 0;
	}
p {
	line-height:1.3em;
	}
hr {
	border: 1px dotted #ccc;
	}
#content {
  float:left;
  width:700px;
  font-size: small;
  padding: 15px;
  }
#contentHome {
  background: url(../i/divider.gif) 350px 0 repeat-y;
  float: none;
  width: 700px;
  margin: 10px 15px 15px 15px;
  }
/* Fixes 3px margin bug in IE/Win floats, 
   which fixes a lot of things, including disapearing company nav,
   randomly appearing text, and wrappers pushed too wide.
   http://www.positioniseverything.net/explorer/threepxtest.html */
* html #content, * html #contentHome {
    margin-right:-3px;
    }
#contentLeft {
	float: left;
	width: 165px;
	height: 100px;
	margin: 36px 15px 0 0;
	padding: 0;
	font-size: 11px;
	/* border: 1px solid red; */
	}

#contentLeft ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}
#contentLeft li {
	display:block;
	margin: 0;
	padding: 0;
	}
#contentLeft li a  {
	display:block;
	margin: 0;
	padding: 5px 0 5px 10px;
	text-decoration:none; 
	white-space:nowrap;
	border-width: 0;
	border-top: 1px solid #ccc;
   /* Following 2 rules use Box Model Hack - Technique 3 to allow entire 
      region of link to be clickable. Read more here:
	  http://www.info.com.ph/~etan/w3pantheon/style/abmh.html */
	width: 155px !important; 
	width /**/: 165px;
	}
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #contentLeft li a {
  width:1%;
	}
#contentLeft .indented a {
	display:block;
	margin: 0;
	padding: 5px 0 5px 15px;
	text-decoration:none; 
	white-space:nowrap;
	border-width: 0;
   /* Following 2 rules use Box Model Hack - Technique 3 to allow entire 
      region of link to be clickable. Read more here:
	  http://www.info.com.ph/~etan/w3pantheon/style/abmh.html */
	width: 150px !important; 
	width /**/: 165px;
	}
#contentLeft li a:hover {
	color: #933;
	background-color: #cfbb7e; 
	}
#contentLeft .selected {
	font-weight: bold;
	padding: 5px 0 5px 10px;
	border-top: 1px solid #ccc;
	}
#contentLeft .selectedIndented {
	font-weight: bold;
	padding: 5px 0 5px 15px;
	}
.contentLeftHalf {
	float: left; 
	width: 340px;
	font-size: 12px;
	}
#contentMiddle {
	float: left;
	width: 330px; 
	padding: 0 0 10px 10px; 
	text-align: left;
	/* border: 1px solid yellow; */
	}
#contentMiddleRight {
	float: left;
	width: 500px; 
	padding: 0 0 10px 10px;
	margin: 0;
	text-align: left;
	}
#contentRight {
	float: right;
	width: 170px;
	padding-left: 10px; 
	/* border: 1px solid green; */
	}
#contentRight img {
	float: right;
	margin: 5px 3px 0 0;
	}
.contentRightHalf {
	float: right; 
	width: 340px;
	font-size: 12px;
	}
#siteMap ul {
	margin: 0;
	padding: 0; 
	line-height: 2em;
	}
#siteMap li {
	padding-left: 30px;
	list-style-type: none;
	}
#siteMap .top {
	padding-left: 0px;
	}
#title {
	float:right;
	width:510px;
	text-align:left;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	/* border: 1px solid blue; */
	}
div.clearer { 
	clear: both; 
	background: transparent; 
	line-height: 0;
	height: 10px;
	}
.smaller {
	font-size: 70%;
	}
.form {
	font:11px Arial, sans-serif;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	}
.toggle {
 	display: none;
 	}

/*    =Footer
***************************************** */

#footer {
	clear: both;
	padding: 0 auto;
	margin: 0 auto; 
	float: none; 
	height: 80px; 
	width: 700px; 
	background: #fff url(../i/tb_footer_80x80.jpg) no-repeat right; 
	border: #eee 1px solid;
	margin: 10px 14px 15px 14px;
	}
#footer a {
	color: #999999;
	text-decoration:none;
    border-bottom:1px dashed #999;
	}
#footer a:hover {
    border-bottom-style:solid;
	}
#footerContent {
	text-align:left;
	margin: 10px 0 10px 8px;
	font-size: 70%; 
	color: #999;
	}