@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #231816;
	background-color: #42413C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}

a:link {
	color: #06C;
	text-decoration: underline; 
}
a:visited {
	color: #C00;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

a.current_link { 
	text-decoration: none;
}

.container {
	width: 960px;
	margin: 0 auto;
	background-color: #F0F0F0;
}

.header {
	background-image: url(images/tlogo2.png);
	height: 130px;
	width: 960px;
	background-repeat: no-repeat;
	background-color: #400000;
	border-bottom:solid;
	border-bottom: 2px;
}

.logo {
	height:130px;
	width:580px;
	float:left;
}

.info {
	height:130px;
	width:200px;
	float:left;
	font-size: 16px;
	color: #FFF;
	text-align:center;
	font-weight:bold;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.hours {
	height:130px;
	width:180px;
	float:left;
	font-size: 16px;
	color: #FFF;
	text-align:center;
	font-weight: bold;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.sidebar1 {
	float: left;
	width: 276px;
	background: #400000;
	padding-bottom: 10px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-left:solid;
	border-left-width: 2px;
	border-right:solid;
	border-right-width: 2px;
	font-size: 20px;
}
.content {
	width: 680px;
	float: left;
	background-color: #F0F0F0;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #000;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666; 
	margin-bottom: 15px;
	font-size:30px;
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background-color: #543414;
	color: #FFF;
	font-size: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #F0F0F0;
	color: #000;
	font-size: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

ul.nav a.current_link {
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	background-color: #F0F0F0;
	color: #000;
	font-size: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.footer {
	padding: 10px 0;
	background: #000;
	position: relative;
	clear: both;
	font-size: 12px;
	text-align: center;
	height: 12px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.container .header table tr td {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-color: #000;
	border-style:solid;
	border-width:1px;
}

.sidebar_font {
	font-size:20px;
}

.serviceitem {
	font-size:1.2em;
	font-weight:bold;
}
