@charset "utf-8";

*:focus {
outline: 0;
}

a img {
    border: none;
}

img.socialIcons {
    float: right;
}

.searchTitle {
	display: block;
	padding-top: 27px;
	padding-bottom: 7px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #949494;
	letter-spacing: 0.1em;
}
input.SearchTxtBox {
	width: 125px;
	float: left;
	margin: 5px 0 0 3px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.searchButton {
    float: left;
}

.searchBoxActive {
	background-repeat: no-repeat;
	height: 89px;
	width: 270px;
	background-image: url(../images/bg_search_home.gif);
}
.searchBoxActiveHome {
	background-repeat: no-repeat;
	height: 89px;
	width: 270px;
	background-image: url(../images/bg_search_home.gif);
}
.searchBoxActiveResults {
	background-repeat: no-repeat;
	height: 64px;
	width: 270px;
	background-image: url(../images/bg_search_Results.gif);
}
.searchBoxActiveKnowledge {
	background-repeat: no-repeat;
	height: 89px;
	width: 270px;
	background-image: url(../images/bg_search_Knowledge.gif);
}
.searchBoxActiveContact {
	background-repeat: no-repeat;
	height: 89px;
	width: 270px;
	background-image: url(../images/bg_search_contact.gif);
}
.searchBoxActiveCapabilities {
	background-repeat: no-repeat;
	height: 89px;
	width: 270px;
	background-image: url(../images/bg_search_capabilities.gif);
}
.searchBoxActiveKnowledgeHome {
	background-repeat: no-repeat;
	height: 89px;
	width: 270px;
	background-image: url(../images/bg_search_knowlegeHome.gif);
}
.bodyContainerSearchResults {
	background-color: #FFFFFF;
	padding-left: 20px;
}

a.headerSearch:link,
a.headerSearch:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #6D6F71;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: .3em;
}
a.headerSearch:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #EF6B21;
	font-weight: normal;
	letter-spacing: .3em;
}

.headerSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	font-weight: bold;
	color: #6D6F71;
	line-height: 1.5em;
	letter-spacing: 0.3em;
}
