@charset "utf-8";
/* CSS Document */

.headerSearchFieldset
{
    border:none;
}

.headerSearchLegend
{
    visibility: hidden;
    font-size: 0px;
    width: 0px;
}

.headerSearchTextLabel
{
    visibility: hidden;
    font-size: 0px;
    width: 0px;
    margin-right: -4px;
}
/*
.whiteTextSearch
{
    font-weight: bold;
    color: #FFF;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 12px;
}
*/

.whiteLinksMiddleTextSearch  {
	/*font-family: "Arial Narrow", Arial, sans-serif;*/
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;	
	letter-spacing: 0px;
	margin-right: 15px;
	text-decoration: none;	
	vertical-align: middle;
	word-spacing: 0px;
}
input[name="ctl00$header_txtsearch"]{ 

    /*background-color: rgba(255, 255, 255, 0.5);*/
    background-color: white;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width:204px;
    height: 14px;
    color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.searchBoxSurround
{
	width: 960px;
    min-width: 960px;    
    text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.searchBox
{
    position: relative;
    /* top: 92px; */
    /* top: 88px; */
	margin-top: -37px;
    width: 430px;
    z-index: 10;
    float: right;
    vertical-align: middle;
	margin-right: -20px;
	
	float: right;
	text-align: right;
}

.topLinks
{
    position: relative;
    /* top: 92px; */
    /* top: 88px; */
	top: 0px;
    width: 320px;
    z-index: 10;
    float: right;
    margin-left: -5px;
	float: left;
	color: #000;
	
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
    word-spacing: 0px; 
    letter-spacing: .5px;
	text-align: left;	
	
}
a.topWhiteLinks:link, a.topWhiteLinks:active, a.topWhiteLinks:visited {
    margin-right: 10px;
	color: #000;
	text-decoration: none;
}
a.topWhiteLinks:hover {
    margin-right: 10px;
	color: #000;
	text-decoration:underline;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
   .searchBox
{
    /*position: absolute;*/
	
    /* top: 92px; */
    /* top: 88px; */
	
	/*
	top: 0px;
    width: 430px;
    z-index: 10;
    float: right;
    margin-left: 165px;
	*/
	
	 position: relative;
    /* top: 92px; */
    /* top: 88px; */
	/*top: -37px;*/
	/*top: -19px;*/
	margin-top: -8px;
    width: 430px;
    z-index: 10;
    float: right;
    
	margin-right: -20px;
	
	float: right;
	text-align: right;

}
}
a.design_view_button:visited, a.design_view_button:active, a.design_view_button:link, a.design_view_button:hover {
  visibility: hidden;
  display: none;
  padding: 0px !important;
  padding-top: 0px !important;
  padding-right: 0px !important; 
  padding-bottom: 0px !important;  
  padding-left: 0px !important;
  
}

a.design_view_button {
  visibility: hidden;
  display: none;
  padding: 0px !important;
  padding-top: 0px !important;
  padding-right: 0px !important; 
  padding-bottom: 0px !important;  
  padding-left: 0px !important;
}

.design_view_button {
  visibility: hidden;
  display: none;
  padding: 0px !important;
  padding-top: 0px !important;
  padding-right: 0px !important; 
  padding-bottom: 0px !important;  
  padding-left: 0px !important;
}

.searchButton
{
    margin-left: 0px;
    vertical-align: middle;
    
}

