/* CSS Document */

/********************************************
 *        CHANGES DURING DEVELOPMENT        
 ********************************************
 * #fs_page:
 * +++ width: 350px;
 * +++ text-align: center;
 *
 * .fs_search 
 * +++ width: 300px;
 ********************************************
 * See comments before selector
 * for reasons for additions.
 ********************************************/
 
/* QUICK HACK */
div.fs_narrow_alt blockquote a {
	color: #a00;
	font-size: 16px;
}

#fs_profile_results {
	/*border: 1px solid #666;*/
	background-color: #ffd;
	padding: 2px 5px;
	margin-bottom: 4px !important;
}

#fs_profile_results strong {
	font-weight: normal;
	color: #999;
}

/* results blocks */
.fast_results,
.image_results,
.yahoo_map_results,
.auto_results,
.yahoo_results,
.archive_results,
.no_results {
	margin: 0;
}

/* html elements */
body,html #fs_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}

/* new class for the top of the header */
.fs_hedTop{
	padding: 10px 20px 5px 20px;
}

/* new classes and ids for the red btn */
#fs_backSite {
 	height: 22px;
 	float: right;
 	color: #fff;
}
#fs_rLeftcap {
	float: left;
}
#redCenter {
	line-height: 22px;
	padding: 0 2px 0 2px;
	float: left;
	background-image: url("../images/redBack.gif");
}
  #redCenter a {
    color: #fff;
    text-decoration: none;
  }
#fs_rRightcap {
	float: left;
}
/* end new classes and ids for the red btn */

/* new classes and ids for the search area */
.fs_archiveFormat {
	font-size: 10px;
	color: #999;
}

.fs_searcharea {
	padding: 17px 0	0 0;	
}
.fs_searchfld {
	float: left;
}
.fs_searchbtn {
	float: left;
}
.fs_searchhelp {
	float: left;
	padding: 9px 0 0 10px;
	color: #646464;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.fs_search {
	font-size: 20px;
}
/* end new classes and ids for the search area */

/* new classes and ids for the menu bar  */

.fs_navbar {
	height: 30px;
	background-color: #29356b;
}
.fs_navReflect {
	background-image: url("../images/trans/20white.png") !important;
	background-position: top;
	background-repeat: repeat-x;
	height: 30px;
}
#fs_navLeft {
	width: 40%;
	color: #fff;
	font-size: 14px;
	float: left;
}
#fs_navRight {
	width: 60%;
	color: #fff;
	font-size: 14px;
	float: left;
}
#fs_navLeftCont {
	padding: 0 0 0 14px;
}
.fs_navBtn {
	padding: 6px 10px 6px 10px;
	font-size: 14px;
	float: left;
}
  .fs_navBtn a {
    color: #fff;
  }
.fs_navBtnAct {
	padding: 6px 10px 7px 10px;
	font-size: 14px;
	float: left;
	background-image: url("../images/trans/30blk.png") !important;
	background-image: url("../images/dgrey.gif");
}
#fs_navRightCont {
	text-align: right;
	padding: 5px 30px 0 0;
}
#fs_drawer {
	height: 0;
	color: #fff;
	font-size:12px;
	overflow: hidden;
	background-color: #000000;
	background-image: url("../images/drawerPattern.gif");
	background-position: top left;
	background-repeat: repeat-y;
}
#fs_drawerBot {
	background: url("../images/drawerBot.gif");
	background-position: top;
	background-repeat: repeat-x;
}
#fs_drawerTab {
	margin:  0 0 0 36px;
	border:  0;
}
#fs_drawerLeftCont {
	width: 400px;
	float: left;
}
#fs_drawerRightCont {
	width: 400px;
	float: left;
}
.fs_drLeftCol {
	width: 50%;
	float:left;
}
.fs_drRightCol {
	width: 50%;
	float:left;
}
.fs_drawerCol {
	padding: 0px 10px 10px 10px;
}	
	.fs_drawerCol a{
		color: #fff;
	}
.fs_drawerTitle{
	padding: 10px 10px 2px 10px;
	color: #f5eb7a;
}
/* end new classes and ids for the menu bar  */

#fs_header {
	width: 100%;
}

/* for the home page, center the header and search box in the center of the page... */
body.auto_home #fs_header,
body.image_home #fs_header,
body.home #fs_header {
	margin: 30px auto 150px;
}
body.home .fs_navbar {
	display: none;
}
body.home #fs_drawerCont {
	display:none;
}
#fs_header_logo {
	float: left;
	padding: 0 20px 0 20px;
}
#fs_searchinfo {
	margin: 0 0 18px;
	padding: 3px 10px 6px;
}
#fs_breadcrumb {
	color: #1c7eac;
	background:#ebf5fa;
	padding: 6px;
	margin: 0 0 10px 0;
	font-size: 11px;
}
#fs_breadcrumb .base_search {
	font-weight: bold;
}
#fs_breadcrumb .breadcrumb_separator {
	font-size: 14px;
	line-height: 11px;
	padding: 0 5px;
}
#fs_error {
	padding: 10px;
	margin: 0 0 18px 0; 
	background-color: #fcf9ca;
	color: #c51c1c;
	font-size: 15px;
	font-weight: bold;
}
  #fs_error a {
    color: #000;
  }

/* error message container style*/
#fs_results .fs_noresult_text {
	padding: 15px;
}
  #fs_results .fs_noresult_text a {
    font-size: 12px;
  }
/* end error message container style*/

#fs_contentwrapper {
	float: left;
	width: 100%;
	margin: 0 0 18px 0;
}
#fs_contentcolumn {
	margin: 0 240px 0 204px;
	padding: 0 18px 0 0;
	border-right: 1px solid #e5e5e5;
}
  #fs_contentcolumn div.fs_result {
    margin: 0px 0px 10px;
  }
#fs_spons_results .fs_spons_title,
#fs_blistings .fs_blisting_title,
.fs_spons_spons {
	color: #909090;
}
#fs_spons_results .fs_spons_title a,
#fs_blistings .fs_blisting_title a,
.fs_spons_spons a {
	font-size: 12px;
	color: #909090;
}
#fs_blistings p {
	color: #909090;
	font-size: 14px;
}
#fs_spons_results {
	padding: 0;
	margin: 0 0 10px;
}
  #fs_spons_results .fs_desc a,
  #fs_spons_results .fs_url a {
    text-decoration: none;
    color: inherit;
  }
  #fs_spons_results .fs_title a {
    font-size: 15px;
  }
  #fs_spons_results .fs_spons_title,
  #fs_blistings .fs_blisting_title {
    margin: 0 0 5px;
    display: block;
    font-weight: bold;
  }
  #fs_spons_results .fs_spons_title span {
    font-size: 10px;
    color: #909090;
    font-weight: normal;
  }
  #fs_spons_results .fs_spons_title a {
    text-decoration: none;
  }
  #fs_spons_results .fs_result {
    margin: 0 0 10px;
  }
.fs_spons_spons {
	margin: 0 0 5px;
	display: block;
	color: #909090;
	font-size: 12px;
}

#fs_profile_results a, 
#fs_results a {
	font-size: 16px;
}
.fs_alert {
	font-size: 18px;
}
.fs_type {
	color: #909090;
}

/* changed width to 350px to solve wrapping for large page numbers (12,13,14,15,16,etc) -- erh */
/* also added text-align: center to fix the text in the middle -- erh */
#fs_page {
	margin: 20px auto 0;
	clear: both;
	text-align: center;
	width: 350px;
	color: #b6b6b6;
	font-size: 18px;
	font-weight: bold;
}
#fs_rightcolumn {
	float: left;
	width: 222px;
	margin: 0 0 0 -222px;
}
#fs_searchentry_footholder {
	text-align: center;
	margin: 0 auto;
	width: 740px;
}
#fs_footer {
	width: 100%;
	margin: 0;
	padding: 0;
}
.powered_by {
	margin: 0 0 15px;
	font-weight: bold;
	color: #666;
}
  .powered_by img {
    padding: 5px 0 0 5px;
  }
.fs_clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* changed width to 300px to solve wrapping for Advanced Search link -- erh */
.fs_search {
	width: 325px;
	height: 23px;
	margin: 0 0 0 0;
	padding: 0 0 2px 2px;
}
.fs_searchentry_bottom {
	width: 740px;
	line-height: 23px;
	text-align: center;
	margin: 0 0 10px 10px;
}
.fs_blisting {
	padding: 0 20px 15px 0;
}
  .fs_blisting a {
    font-size: 14px;
    font-weight: bold;
  }
  .fs_blisting span.fs_url {
    color: #909090;
  }

/* image results */
#fs_imageresults{
	width: 0 auto;
}
  #fs_imageresults img {
    padding: 1px;
  }
  #fs_imageresults table {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }  
    #fs_imageresults table td {
      border: 1px solid #fff;
      padding: 5px;
    }
    /* WARNING
    Internet Explorer (pre-7) only recognizes event psuedoclasses
    (like :hover) on A elements. This style will not be active and a fallback
    should be implemented if this visual style is a requirement.
    */
    #fs_imageresults table td:hover {
      background: #F7F7F7;
      border: 1px solid #e5e5e5;
    }
  #fs_imageresults table.fs_imagepreview {
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 12px;
  }

/* auto results */
#fs_autoresults table {
	font-size: 10px;
}
#fs_autoresults table td {
	padding: 5px 3px;
	vertical-align: top;
}
#fs_autoresults table tr:hover {
	background: #f2f2f2;
	cursor: pointer;
}
#fs_autoresults table tr.tbl_title {
	color: #fff;
	font-weight: bold;
}
	
/* map results */
.large_map {
	height: 650px;
	width: 60%;
	margin: 10px 20px 20px 20px;
	float: left;
	border: 1px solid #999;
}
.small_map {
	height: 285px;
	width: 300px;
	margin:0px 20px 10px 0px;
	float: left;
	border: 1px solid #999;
}
#yahoo_maps .local_listings {
	float: left;
	width: 30%;
}
#yahoo_maps {
	width: 100%;
}
.fs_maptitle {
	margin: 0 0 0 20px;
	font-size: 12px;
	font-weight: bold;
}

