@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 #ec1b2e;
}

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

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

.clear  {clear: both;}

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

#container {
	width: 960px;
	margin: 0 auto;
	font-size: .8em;
	line-height: 1.5em;
}

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

#nav {
	height: 49px;
	margin-bottom: 10px;
}

#nav a {
	display: block;
	_display: inline-block;
	width: 192px;
	height: 49px;
	float: left;
	background: url(../../images/clientspecific/nav.gif) left top no-repeat;
	text-indent: -5000px;
}

#nav #nav1:hover {background-position: left bottom;}

#nav #nav2 {background-position: -192px top;} #nav #nav2:hover {background-position: -192px bottom;}

#nav #nav3 {background-position: -384px top;} #nav #nav3:hover {background-position: -384px bottom;}

#nav #nav4 {background-position: -576px top;} #nav #nav4:hover {background-position: -576px bottom;}

#nav #nav5 {background-position: -768px top;} #nav #nav5:hover {background-position: -768px bottom;}

#home {
	width: 930px;
	height: 511px;
	margin: 0 auto;
	background: url(../../images/clientspecific/home_img.jpg) center top no-repeat;
}

#home a {
	display: block;
	width: 130px;
	height: 100px;
	float: left;
	margin-top: 212px;
	text-indent: -5000px;
}

#home1 {margin-left: 99px; _margin-left: 99px;}
#home1:hover {background: url(../../images/clientspecific/home1_over.jpg) center top no-repeat;}

/* #home2 {margin-left: 183px;}
/* #home2:hover {background: url(../../images/clientspecific/home2_over.jpg) center top no-repeat;} */

#home3 {margin-left: 362px;} /* OLD margin-left: 179px; */
#home3:hover {background: url(../../images/clientspecific/home3_over.jpg) center top no-repeat;}

#content {
	background: url(../../images/clientspecific/content_tile.gif) center repeat-y;
}

.content-text {
	padding: 15px;
}

h1 {
	color: #1c79b2;
}

h1, h2 {
	margin-top: 0;
}

#features {
	background: url(../../images/clientspecific/featured.gif) top center no-repeat;
	padding-top: 70px;
}

#footer {
	text-align: center;
	color: #fff;
	padding: 20px 0;
}

#footer span {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.7em;
}

#footer span h2 {
	margin-bottom: 0px;
	font-size: 1.8em;
}

#footer a {
	color: #fff;
}