﻿
#header {
	width: 991px;
	height: 125px;
	background: url(../images/header_background.jpg) no-repeat left top;
	overflow: hidden;
}

#phoneInfo {
	width: 453px;
	height: 66px;
	background: url(../images/header_phone.gif) no-repeat left top;
	position: relative;
	float: right;
}

#phoneInfo div.callMeButton {
	background: url(../images/header_callme.gif) no-repeat left top;
	width: 123px;
	height: 66px;
	position: absolute;
	right: 0;
	cursor: pointer;
}

#breadcrumb 
{
	margin: 0 0 6px 0;
	color: #848491;
	float: left;
	width: 722px;
	border-bottom: solid 1px #005cc1;
	padding: 0 0 2px 0;
}

#breadcrumb.wide {
	margin-left: 10px!important;
	width: 971px;
}

#breadcrumb a
{
	color: #6f6265;
	float: left;
	display: block;
	text-decoration: none;
}

#breadcrumb span 
{
	float: left;
	display: block;
	padding: 0px 0.5em;
}

img.logo {
	float: left;
	display: block;
}

img.logoPrint {
	display: none;
}

#search {
	float: right;
	margin: -2px 0 0 0;
	padding: 0;
	background: url(../images/search_background.gif) no-repeat left top;
	width: 271px;
	height: 21px;
}	

#search label {
	display: none;
}

#search input.searchText {
	float: left;
	display: block;
	width: 153px;
	padding: 2px 3px;
	color: #004dae;
	background: none;
	border: none;
	margin: 2px 0 0 85px;
	_margin: 2px 0 0 42px;
	font-size: 90%;
}

#search input.searchSubmit {
	float: left;
	display: block;
	padding: 0;
	font-size: 90%;
	background: none;
	border: none;
	font-size: 1px;
	overflow: hidden;
	width: 20px;
	height: 21px;
	line-height: 50px;
	text-indent: 20px;
	cursor: pointer;
}

#footer {
	width: 991px;
	clear: both;
	background: url(../images/footer_background.jpg) no-repeat left top;
	padding-top: 6px;
}

#footer p {
	text-align: center;
	color: White;
	font-size: 90%;
	padding: 4px 0;
	margin: 0;
}

#footer a {
	color: White;
}


