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

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666666;
	background: url(../../images/clientspecific/header.jpg) top center no-repeat #000000;
}

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: 238px;
	padding-top: 100px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
}

#businessname {
}

#businessname h1 {
	color: #FFFFFF;
}

.phone {
	font-size: 1.3em;
}

#navbar {
	width: 150px;
	float: left;
	background-color: #000000;
}

#navbar a {
	_position: relative; /*IE 6 hack*/
	display: block;
	width: 150px;
	height: 20px;
	margin-bottom: 5px;
	float: left;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	font-size: .9em;
	background: url(../../images/clientspecific/nav_back.jpg) top center no-repeat;
}

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

#maincontent {
	width: 817px;
	min-height: 350px;
	float: right;
	padding: 10px;
	background: url(../../images/clientspecific/content_top.jpg) top center no-repeat #ffffff; 
}

#maincontent p {
	font-size: .9em;
	line-height: 1.3em;
}

h1 {
	color: #f50005;
	margin-top: 0;
}

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

#features {
	width: 817px;
	float: right;
	background: url(../../images/clientspecific/features.jpg) top center no-repeat #ffffff;
	padding-top: 90px;
}

#footer {
	height: 138px;
	background: url(../../images/clientspecific/footer.jpg) top center no-repeat;
	margin-bottom: 20px;
}

#footer-control {
	width: 1000px;
	margin: 0 auto;
}

#copyright, #ht-signature {
	margin-top: 10px;
	width: 30%;
	font-size: .8em;
}

#copyright {
	float: left;
	margin-left: 175px;
	_margin-left: 87px;
}

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