@charset "UTF-8";
/* CSS Document */

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	background: url(../../images/clientspecific/back_tile.jpg) repeat-x #b5001f;
}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #0057a6;}
a:hover{color: #ed1c24;}
a:visited{color: #0057a6;}

#clearfix {clear: both;}

/******************* STRUCTURE *******************/

#container {
	width: 1000px;
	margin: 0 auto;
	background: url(../../images/clientspecific/content_tile.jpg) center repeat-y;
}

#header {
	height: 282px;
	background: url(../../images/clientspecific/header.jpg) top center no-repeat;
}

#navbar {
	height: 61px;
	margin-top: 15px;
	font-size: .9em;
}

#navbar a {
	display: block;
	width: 110px;
	height: 61px;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	text-align: center;
	line-height: 61px;
	color: #f6ff00;
	font-weight: bold;
	background: url(../../images/clientspecific/nav_back.gif) top center no-repeat;
}

#navbar a:hover, #navbar .selected {
	background: url(../../images/clientspecific/nav_over.gif) top center no-repeat;
	color: #000;
}

#navleft {
	margin-left: 25px;
	_margin-left: 12px;
}

.top {
	margin-bottom: 10px;
}

#maincontent {
	background: url(../../images/clientspecific/content_tile.gif) center repeat-y;
}

#content-text {
	padding: 5px 20px;
}

#content-left {
	width: 360px;
	padding:10px;
	float: left;
}

#content-left img {
	margin-bottom: 15px;
}

#content-right {
	width: 600px;
	float: right;
}

h1 {
	margin-top: 0;
	color: #ff0303;
}

.grey {
	color: #333;
}

.hours {
	font-weight: bold;
	font: 1.5em;
}

#address {
	clear: both;
}
#featured {
	*margin-left:100px;
	
}
#features {
	background: url(../../images/clientspecific/features_tile.gif) center repeat-y;
	color: #ffffff;
	text-align:center;
}
#features a{
	color: #ffffff;
}
#features a:hover{
	color: #ffffff;
}
#features a:visited{
	color: #ffffff;
}
#footer {
	height: 50px;
}

#footer a {
	color: #f6ff00;
}

#footer a:hover {
	color: #333;
}

#copyright, #ht-signature {
	width: 40%;
	font-size: .8em;
	line-height: 50px;
	color: #fff;
}

#copyright {
	float: left;
}

#ht-signature {
	float: right;
	text-align: right;
}