@charset "UTF-8";
html, body, #wrapper {
	min-height:100%;
	width:100%
	height:100%
}
html>body, html>body #wrapper {
	height:auto
}


#wrapper {
	height: 100%;
}
#left_panel {
	margin: 0px;
	width: 40%;
	height: 100%;
	float: left;
	position: absolute;
	background-color: #666;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
#main_picture {
	float: right;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333;
	border-left-color: #333;
}
#top {
	height: 71px;
	background-image: url(images/tim_web_top.gif);
}
#level1_navigation {
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	position: absolute;
	right: 0px;
	background-color: #333;
	border-bottom-style: none;
	top: 450px;
}
.no_border{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pic_caption {
	font-size: 0.8em;
	clear: both;
	float: right;
	width: 295px;
	text-align: right;
	padding-right: 5px;
}
#features {
	height: 30px;
	clear: both;
	width: 200px;
	float: right;
	border: 1px solid #CCC;
	margin-top: 10px;
}
#left_panel ul  {
	list-style-type: none;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left_panel li  {
}
#left_panel li a   {
	display: block;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-decoration: none;
}
#wrapper #left_panel #level1_navigation ul li ul {
	margin: 0px;
	padding: 0px;
}
#wrapper #left_panel #level1_navigation ul li ul li a {
	background-color: #666;
	display: block;
	color: #000;
	padding-left: 20px;
	list-style-type: circle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}
h1 {
	font-weight: normal;
	color: #F39;
	line-height: 90%;
}
a {
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
#content {
	margin-right: 20px;
	margin-left: 45%;
	position: relative;
	width: 400px;
	float: left;
}
.breadcrumb {
	font-size: 0.8em;
	color: #F39;
}
#level3_navigation {
}
#footer {
	clear: both;
	height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	position: absolute;
	bottom: 0px;
	font-size: .8em;
}
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	background-color: #333;
	color: #FFF;
	line-height: 120%;
	margin: 0px;
}
body#default li.home a, body#contact li.contact a{
	color: #999;
}
