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

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	background: url(../../images/clientspecific/top_tile.jpg) repeat-x #dae8f5;
}

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

a:link{color: #1862be;}
a:hover{color: #ed1c24;}
a:visited{color: #1862be;}

#clearfix {clear: both;}

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

#wrapper-header {
	background: url(../../images/clientspecific/top.jpg) top center no-repeat;
        min-height: 0;
}

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

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

.address {
	padding-top: 160px;
	color: #000;
	font-weight: bold;
}

.phone {
	color: #fe0040;
	font-size: 2em;
	padding-top: 100px;
}

/***** Left Column *****/

#leftcol {
	float: left;
	width: 175px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: url(../../images/clientspecific/nav_tile.jpg) repeat-y;
}

#navbar {
	padding: 10px;
}

#navbar a {
	display: block;
	width: 150px;
	height: 25px;
	padding: 2px 0 2px 5px;
	border-bottom: 1px dashed;
	text-decoration: none;
	line-height: 25px;
	color: #1862be;
	font-weight: bold;
	font-size: .9em;
}

#navbar a:hover, #navbar .selected {
	background: #00cccb;
	color: #FFFFFF;
}

#search {
	width: 150px;
	margin: 0 auto 10px auto;
	background: #11cfce;
}

#search form {
	margin-top: 5px;
	margin-left: 10px;
}

#search form select {
	margin-bottom: 5px;
}

#logos img {
	margin-bottom: 10px;
}

.privacy {
	font-size: .8em;
}

/***** Main Content *****/

#maincontent {
	float: right;
	width: 810px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(../../images/clientspecific/content_tile.jpg) repeat-y;
}

#top-buttons, #bottom-buttons {
	padding-left: 15px;
}

#top-buttons img, #bottom-buttons img {
	margin-right: 14px;
}

h1 {
	margin-top: 0;
	color: #1862be;
	line-height: normal;
}

#content {
	padding: 15px;
	font-size: .9em;
	line-height: 1.3em;
}

#features {
	width: 166px;
	float: left;
	margin-right: 15px;
}

#footer {
	float: right;
	width: 810px;
	margin-bottom: 20px;
}

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

#copyright {
	float: left;
}

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