/* DEFAULT STYLES */

body {
	background: #cadee4 url("../images/main/bg-body.jpg") repeat-x center top;
	font: 13px/1.6 "arial", sans-serif;
}

#content {
	color: #222;
}

small {
	font-size: .85em;
}

a {
	color: #008884;
}

h2 {
	font-size: 2.5em;
	margin: 1.6em 0 .8em;
	line-height: 1.6em;
	font-family: georgia, serif;
	font-style: italic;
	font-weight: normal;
	color: #7e6654;
	letter-spacing: -1px;
	height: 1.6em;
}

h3 {
	margin: 2.08em 0 -0.693em;
	line-height: 1.386em;
	padding: 0;
	font-size: 15px;
	font-family: georgia;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	font-size: 1em;
	margin: 1.6em 0 -0.8em;
	line-height: 1.6em;
	font-weight: bold;
}

#copy_body p {
	margin: 1.6em 0;
}

#copy_body ul {
	margin: 1.6em 0 1.6em 0em;
	padding-left: 2em;
	list-style: disc;
}


/* MAIN CONTAINERS */

#container {
	width: 950px;
	margin: 0 auto 3.2em;
}

#header {
	height: 200px;
	background: url("../images/main/bg-header.jpg") no-repeat center top;
}

#header h1 {
	height: 66px;
	width: 350px;
	padding-top: 25px;
	margin-left: 25px;
	background: url("../images/main/bg-h1-tbcs_logo.jpg") no-repeat left bottom;
	text-indent: -3000px;
}

#header h1 a {
	height: 66px;
	display: block;
}

#content {
	background: url("../images/main/bg-content.png");
	behavior: url("../taglib/css/iepngfix_repeat.htc");
	_height: 1%;
}


#content2 {
	background: url("../images/main/bg-content2.jpg") repeat-y center top;
	padding: 0 45px;
	_height: expression('1%');
}

#nav {
	width: 235px;
	height: 325px;
	background: url("../images/main/bg-nav.jpg") no-repeat;
	margin: -75px 0 0 0px;
	float: left;
	display: inline;
	position: relative;
	z-index: 1000;
}

#nav ul {
	text-align: right;
	font: normal 16px/2.211 "arial", sans-serif;
	letter-spacing: 1px;
	margin: 25px 55px 0 0;
}

#nav a {
	text-decoration: none;
	color: #000;
}

#nav a:hover {
	/*background: url("../images/main/bg-nav-li-hover.png") no-repeat left center;
	padding-left: 26px;*/
	font-weight: bold;	
}

#nav .link_current {
	font-weight: bold;
}

#copy {
	width: 600px;
	float: left;
	display: inline;
	margin: 0px 0 -75px 0px;
	background: url("../images/main/bg-copy.jpg") repeat-y left 75px;
	position: relative;
	top: -75px;
}

#copy_body {
	padding: 1px 50px;
	min-height: 600px;
	_height: 475px;
	background: url("../images/main/bg-copy-h2.jpg") no-repeat left top;
} 

#copy_footer {
	clear: both;
}

#footer {
	padding: 60px 60px 0;
	background: url("../images/main/bg-footer2.jpg") no-repeat center top;
	text-align: center;
	font-size: 11px;
	color: #6f97b0;
	clear: both;
	_height: 1%;
}

#footer a {
	color: #6f97b0;
}

#search {
	top: 0;
	margin: 68px 0 0 475px;
	margin: expression('68px 0 0 65px;');
	position: absolute;
}

#search input {
	width: 265px;
	background-color: #fff;
	border: none;
	padding: 3px;
	font-family: arial;
	font-size: 14px;
	color: #000;
}

#search a {
	font-family: "georgia", sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	padding: 0 .5em;
}