@charset "UTF-8";
/* CSS Document */

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	background: url(../../images/clientspecific/back_tile.gif) center repeat-y #000;
}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #0057a6;}
a:hover{color: #ed1c24;}
a:visited{color: #666666;}

#clearfix {clear: both;}

/******************* STRUCTURE *******************/

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	height: 247px;
	margin-bottom: 10px;
	background: url(../../images/clientspecific/header.jpg) top center no-repeat;
}

#address {
	height: 40px;
	margin: 0;
	padding: 200px 0 0 0;
	color: #999;
	line-height: 40px;
	font-weight: bold;
}

#navbar {
	margin-bottom: 20px;
	background: url(../../images/clientspecific/nav_tile.gif) center repeat-y;
}

#navbar a {
	display: block;
	_display: inline-block;
	width: 180px;
	height: 41px;
	float: left;
	text-decoration: none;
	text-align: center;
	line-height: 41px;
	color: #999;
	font-weight: bold;
}

#navbar a:hover, #navbar .selected {
	background: url(../../images/clientspecific/nav_over.jpg) top center no-repeat;
	color: #FFFFFF;
}

#leftcol {
	width: 180px;
	float: left;
	margin-left: 20px;
	_margin-left: 10px;
	margin-bottom: 20px;
	background: none;
	color: #999;
}

#hours {
	font-size: .8em;
	font-weight: bold;
}

#rightcol {
	width: 760px;
	float: right;
	margin-right: 20px;
	_margin-right: 10px;
}

#maincontent {
	background: url(../../images/clientspecific/content_tile.gif) center repeat-y;
	font-size: .8em;
}

#content-text {
	padding: 0 15px 0 15px;
}

h1 {
	margin-top: 0;
	font-size: 2.5em;
}

#home-image {
	float: right;
	margin: 0 0 15px 15px;
}

#footer {
	height: 50px;
	line-height: 50px;
	color: #999;
}

#copyright, #ht-signature {
	width: 50%;
	font-size: .8em;
}

#copyright {
	float: left;
}

#ht-signature {
	float: right;
	text-align: right;
}