@charset "UTF-8";
/* CSS Document */

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #0a203f;
	background: url(../../images/clientspecific/body_tile.jpg) repeat-x #4d98c2;
}

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;
	background: #ffffff;
}

#header {
	height: 200px;
	background: url(../../images/clientspecific/header.jpg) no-repeat top center;
}

#hours {
	width: 390px;
	float: right;
	color: #4d98c2;
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
}

#address {
	width: 300px;
	float: left;
	clear: right;
	margin: 20px 0 0 150px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	_margin: 100px 0 0 70px; /*IE 6 hack*/
}

*+html #address { /*IE 7 hack*/
	margin-top: 100px;
}

.phone {
	font-size: 2.4em;
}

#navbar {
	height: 35px;
	background: url(../../images/clientspecific/nav_tile.gif) repeat-x top;
}

#navitem {
	width: 119px;
	height: 35px;
	float: left;
	margin: 0 2px;
	line-height: 35px;
	font-weight: bold;
	color: #959595;
	background: url(../../images/clientspecific/tab.jpg) no-repeat top center;
}

#navbar .navleft {
	margin-left: 10px;
	_margin-left: 5px; /*IE 6 hack*/
}

#navitem a{
	text-decoration: none;
	color: #959595;
	display: block;
	width: 119px;
	height: 35px;
}

#navitem a:hover{
	color: #0a203f;
	background: url(../../images/clientspecific/tab_selected.jpg) no-repeat top center;
}

#navitem a.selected{
	color: #0a203f;
	background: url(../../images/clientspecific/tab_selected.jpg) no-repeat top center;
}

.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: none;
	line-height: 18px;
	z-index: 1000;
	background-color: #e9e9e9;
	width: 230px;
	font-size: .9em;
}

.anylinkcss a{
	width: 100%;
	display: block;
	color: #959595;
	border-bottom: 1px solid #0a203f;
	padding: 3px 0;
	text-decoration: none;
	font-weight: bold;
}

.anylinkcss a:hover{
	background-color: #6e87a7;
	color: #0a203f;
}

#maincontent {
	padding: 10px;
	line-height: 1.3em;
}

#maintext {
	float: left;
	width: 640px;
}

h1 {
	color: #ff0000;
}

#featured {
	clear: both;
	background: url(../../images/clientspecific/features_tile.gif) repeat-x top;
	margin-top: 20px;
}

#footer {
	height: 68px;
	background: url(../../images/clientspecific/footer.jpg) no-repeat top center;
	font-size: .8em;
}