﻿@import '/stylesheets/default.css';
#search-section {
  width:			100%;
  height:			346px;
  background:		url('/images/frontpage_blue_background.png');
  border-top:		#c4faff 1px solid;
}

#search-content {
  width:			900px;
  height:			229px;
  margin:			auto;
  margin-top:		26px;
  background:		url('/images/frontpage_map.png') no-repeat;
  padding-top:		81px;
}

#search-box {
  width:			515px;
  height:			67px;
  margin-left:		40px;
  background:		url('/images/frontpage_textbox_image.png') no-repeat;
  float:			left;
}

#search-box input {
  width:491px;
  height:62px;
  background:transparent;
  border:1px transparent solid;
  font-family: Century Gothic, Helvetica;
  padding-left:10px;
  padding-right:10px;
  font-size:18pt;
  color:#d1d1d1;
  line-height:62px;
}

#search-submit {
  margin-left: -1px;
  width:94px;
  height:67px;
  background:url('/images/frontpage_search_button.png') no-repeat;
  float:left;
}

#search-submit input {
  width:100%;
  height:100%;
  background:transparent;
  border:1px transparent solid;
  cursor:pointer;
}

#localize-submit {
  margin-left:17px;
  width:189px;
  height:67px;
  background:url('/images/frontpage_localize_button.png') no-repeat;
  float:left;
}

#localize-submit input {
  width:100%;
  height:100%;
  background:transparent;
  border:1px transparent solid;
  cursor:pointer;
}

#search-help {
  height:18px;
  font-size:11px;
  margin-left:57px;
  clear:both;
}

#subheader {
  width:857px;
  height:45px;
  margin:49px 0 0 10px;
  padding:5px 0 0 23px;
  font-size:18pt;
  color:#fff;
}

.column {
  height:140px;
  width:200px;
  padding-top:5px;
  padding-right:5px;
  background:url('/images/frontpage_dotted_border.png') no-repeat right;
  font-size:10pt;
  margin-right:25px;
  float:left;
}

.column-last {
  height:140px;
  width:200px;
  padding-top:5px;
  padding-right:5px;
  font-size:10pt;
  float:left;
}

.column-last a {
  font-size:10pt;
  text-decoration:none;
}

#footer {
  text-align:center;
  font-size:11px;
  color:#666666;
  clear:both;
}