@CHARSET "UTF-8";

#search_header_container
{
  height: 20px;
  background-color: #EFEFEF;
  position: relative;
}


#login_links
{
  /*position: absolute;
  top: 1px;
  right: 30px;*/
  float:right;
  padding-right:15px;
  padding-top:2px;
}

#login_links_left
{
  float: left;
  padding-left:15px;
  padding-top:2px;
}





#search_box_form
{
  background-color: #C3CEDF;
  width: 471px;
  height: 75px;
}

#results_search_box ul.subsection_tabs 
{
  list-style:none;
  clear:both;
  height:27px;
  clear:both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height:26px;
  font-size: 13px;
  font-family: Verdana;
}

#results_search_box ul.subsection_tabs li.tab 
{
	float:left;
	margin-right:5px;
	text-align:center;
}

#results_search_box ul.subsection_tabs li.tab div.tab 
{
	display:block;
	height:27px;
	padding:0 6px 0 6px;
	background-color:#D6D6D6;
	color:#666;
	width:100px;
	text-decoration: none;
}

#results_search_box ul.subsection_tabs li.tab a:hover 
{
	color:#666;
}

#results_search_box ul.subsection_tabs li.tab div.active 
{
	background-color:#C3CEDF;
}

#results_search_box ul.subsection_tabs li.source_code 
{
	float:right;
}

.search_form
{
  background-color: #C3CEDF;
  margin-left: 10px;
  padding-top: 2px;
}

.search_keywords
{
  font-size: 15px;
  padding: 1px 4px 0px;
  margin-bottom: 10px;
  margin-top: 25px;
  width: 300px;
  height: 21px;
  border: 2px solid #5272A4;
}

div.tab span.tl {
  vertical-align: middle;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;height:6px;width:6px;
  background: transparent url(/images/rounders/grey_on_white_tl.gif) no-repeat top left;
}

div.tab span.tr {
  vertical-align: middle;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 1;height:6px;width:6px;
  background: transparent url(/images/rounders/grey_on_white_tr.gif) no-repeat top right;
}

div.active span.tl {
  vertical-align: middle;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;height:6px;width:6px;
  background: transparent url(/images/rounders/blue_on_white_tl.gif) no-repeat top left;
}

div.active span.tr {
  vertical-align: middle;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 1;height:6px;width:6px;
  background: transparent url(/images/rounders/blue_on_white_tr.gif) no-repeat top right;
}

span.tab_icon {
  vertical-align: middle;
  width:22px;
  position: absolute;
  left: 3px;
  z-index: 1;
  margin-top: 3px;
  margin-left: 12px;
  }

div.active span#people_tab_icon {background: transparent url(/images/people_icon_color.gif) no-repeat top right;}
span#people_tab_icon {background: transparent url(/images/people_icon_grey.gif) no-repeat top right;}

div.active span#places_tab_icon {background: transparent url(/images/places_icon_color.gif) no-repeat top right;}
span#places_tab_icon {background: transparent url(/images/places_icon_grey.gif) no-repeat top right;}

div.active span#things_tab_icon {background: transparent url(/images/things_icon_color.gif) no-repeat top right;}
span#things_tab_icon {background: transparent url(/images/things_icon_grey.gif) no-repeat top right;}

#search_tabs a {text-decoration:none; text-align:left; padding-left:21px; outline: none;}

span.search_button {position: relative; top: 9px;}

span.search_form_tr_rounder {
  vertical-align: middle;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  line-height: 8px;
  background: white url(/images/rounders/blue_tr.png) no-repeat top right;
  height: 8px;
  width: 8px;
}

span.search_form_br_rounder {
  vertical-align: middle;
  right: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
  line-height: 8px;
  background: white url(/images/rounders/blue_br.png) no-repeat bottom right;
  height: 8px;
  width: 8px;
}

span.search_form_bl_rounder {
  vertical-align: middle;
  left: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
  line-height: 8px;
  background: white url(/images/rounders/blue_bl.png) no-repeat bottom left;
  height: 8px;
  width: 8px;
}

#interesting_container
{
  left:30px;
  position:relative;
  top:115px;
  width:518px;
}

#interesting_container div.homepage_col{float:left;width:31%;}
.interesting_ppt{padding-left:20px;height:21px;}
.interesting_ppts{padding-top:1px;}
              
#search_footer
{
  background: transparent url(/images/homepage/divided-bar.png) no-repeat;
  top: 500px;
}

.search_footers
{
  width: 821px;
  padding: 30px 0px 0px 10px;
  position: absolute;  
  left: 50%;
  margin-left: -410px;
  height:170px; 
}

.footer_left
{
  float: left;
  padding: 5px 5px 5px 15px;
  width: 381px;
}
.footer_right
{
  float: left;
  padding: 5px 5px 5px 15px;
  width: 375px;
}

.footer_left .bottom_link,.footer_right .bottom_link
{
  text-align: right;
  padding-right: 15px;
  padding-top: 5px;
}

.footer_left ul, .footer_left li
{
  color: #5272A4;
  list-style-position: inside;
  list-style-image: none;
  list-style-type: disc;
  padding: 0px;
}

.footer_right img
{
  padding-right: 10px;
  padding-top: 4px;
}

#awards_footer
{
  background: transparent url(/images/homepage/bottom-bar.png) no-repeat;
  top: 675px;
  padding-left:28px;
}
.awards_col
{
  float:left;
  width: 24%;
  text-align:center;
}
.awards_links
{width:80%;margin-left:10%;font-size:12px;}
.awards_col img
{padding-bottom:10px;}
