@CHARSET "ISO-8859-1";

/** RESET **/
* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
ul {
	list-style-type: none;
}
html, body {
	height: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear, .cb {
	clear: both;
}
.hidden {
	display: none;
}
.center {
	text-align: center;
}
a {
	color: #28738F;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;	
}
body {
	font: 75% Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	background: #fff url(/images/comporium/page_bg.jpg) repeat-y top center;
}
strong {
	font-weight: bold;
}

/** BANNER AD **/
.banner-ad {
	width: 728px;
	height: 90px;
	margin: 5px auto;
}
/** END **/

/** STRUCTURE **/
#pagewrap {
	width: 998px;
	background-color: #fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	font-size: 1em;
}
#pageSpacer {
	height: 80px;
}
#content {
	/*margin: 15px 29px 30px;*/
	position: relative;
	min-height: 300px;
}

/** HEADER **/
#header {
	background-color: #231f20;
	height: 100px;
}

#logo {
	padding: 8px 0 10px 30px;
	float: left;
	
}
#slogan {
	float: right;
	padding: 8px 20px 0 0;
}
#logo a {
	display: block;
	width: 153px;
	height: 56px;
}

/** NAV **/
#nav {
	margin: 0 0 0 63px;
	clear: left;
}
#navlinks {
	height: 26px;
}
#navlinks li {
	float: left;
	height: 26px;
	width: 121px;
	background: url(/images/comporium/nav/nav_tab.gif) no-repeat;
	margin-left: 1px;
}
#navlinks li.highlight {
	background: url(/images/comporium/nav/highlight.gif) no-repeat;
}
#navlinks li a {
	display: block;
	text-decoration: none;
	line-height: 25px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: black;
}
#navlinks li.highlight a {
	color: white;
}
#navlinks li a:hover {
  color: white;
}

/** Search **/
#search {
	background-color: #febe0f;
	height: 70px;
	padding-left: 50px;
}
#searchFormHolder {
	padding-top: 10px;
	margin: 0 auto;
}

#searchFormWhiteHolder {
	padding-top: 10px;
	margin: 0 auto;
}

#keyword_input {
	width: 300px;
}
#location_input {
	width: 285px;
}
#keyword_input, #location_input, #search_radius {
	padding: 2px 0 3px;
}
#location-error {
	display: none;
	background: #ececec url(/images/shared/famfamfam-icons/error.png) no-repeat 5px center;
	color: #a25757;
	font-weight: bold;
	border-width: 1px;
	border-style:  none solid solid;
	border-color: #7f9db9;
	line-height: 16px;
	padding: 4px 0 4px 35px;
	font-size: 13px;
	z-index: 1000;
	position: relative;
}
#search li {
	float: left;
}
#search li label {
	display: block;
	font-weight: bold;
	font-size: 13px;
}
#searchFields li {
	margin-right: 20px;	
}
#searchFields .getIconStyle {
	float: right; 
	margin: -9px 0 0 0;	
}
#searchFields li#withinLabel {
	width: 80px;
	margin-right: 0;
}
#searchFields li#submitLabel {
	margin-right: 0;
}
#search_radius {
	height: 25px;
}
input#submitButton {
	padding: 10px 0 0;	
}
.activ_option {
    background-color: #C9EAFD;
    cursor: pointer;
}
.suggest_results {
	background-color: #fff;
	border: 1px solid #4d4d4d;
	border-top: none;
}
.suggest_results b {
	color: #0071BC;
}
.breadcrumbs {
	font-weight: bold;
	font-size: .9em;
	margin: -10px 0 10px 3px;
}

/** Pop Searches **/
#pop-search-links {
	background: url(/images/pubs/comporium/popsearch_hbar.gif) repeat-x;
	width: 100%;
	height: 89px;
	padding: 0px;
	margin: 0px;
	/*margin: 30px auto 40px;*/
}
#pop-search-links ul {
	padding: 7px 0 0 38px;
}
#pop-search-links li {
	float: left;
	width: 132px;
	text-align: center;
}
#pop-search-links li a {
	color: white;
	font-weight: bold;
	font-size: 11px;
}
#pop-search-links li img {
	margin-top: 4px;
}
#pop-search-links #complete-headings{
	margin-top: 3px;
}
#pop-search-links #complete-headings #anchor {
	padding-top: 5px;
}
/** END **/

/** MAP SEARCH **/
#mapSearch {
	background: url(/images/comporium/map_bg.jpg) no-repeat;
	width: 495px;
	height: 303px;
	color: white;
	margin-left: 33px;
	margin-top: 15px;
}
#mapSearch #links-menu {
	height:30px;
	line-height:30px;
	overflow:hidden;
	position:relative;	
}
#mapSearch #mapSearchLinks {
	left: 0px;
	position: absolute;
}
#mapSearch li {
	float: left;
	margin: 0 5px;
	line-height: 30px;
	font-weight: bold;
}
#mapSearch li a.active {
	color: #febe0f;	
}
#mapSearchLinks a {
	color: white;
}
#mapSearch #mapContainer {
	margin: 0 0 0 1px;
	color: black;
}
#mapContainer .ajaxLoader {
    height: 24px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%;
    color: white;
}
#mapSearchInfo {
	padding: 7px 15px 0;
	line-height: 20px;
	font-weight: bold;
}
/** END **/

/** FOOTER **/
#footer {
	width: 998px;
	clear: both;
	padding: 0 0 20px;
	margin: -80px auto 0;
	text-align: center;
	font-size: .9em;
}
#footer div {
	margin: 0 29px;	
}
#footerCopyright {
	border-top: 1px solid black;
	padding: 10px 0 0;
	text-align: left;
}

/**BOTTOM LINKS **/
.additional-links {
}
.additional-links li {
	border-right-width: 1px;
	border-right-style: solid;
	float: left;
	padding: 0 8px;
	margin: 2px 0;
}
.additional-links li.last {
	border: none;
	padding-right: 0;
}

/** INDEX **/
.info-box {
	background: url(/images/comporium/widget_bg.jpg) no-repeat;
	width: 202px;
	height: 151px;
	text-align: center;
	position: relative;
	margin-left: 15px;
}
.info-box h3 {
	line-height: 36px;
	text-align: center;
	color: white;
	font-size: 1.1em;
}
/** END **/

/** SERP **/
#suggestions {
  margin-left: 80px;
}
#locationSuggestions ul {
  list-style-image: url(/images/boxTemplate/bullet.png);
  padding-left: 30px;
  padding-top: 8px;
}
#locationSuggestions ul li {
  padding: 3px 0;
}
ul.sortLink {
	float: left;
}
ul.sortLink li {
	float: left;
    margin-left: 3px;
    margin-right: 3px;
}
.searched-for-top, .searched-for-bottom {
	line-height: 25px;
	color: black;
	font-weight: bold;	
}
.searched-for-top {
	border-top: 1px solid #9a9a9a;
}
.searched-for-bottom {
	border-bottom: 1px solid #9a9a9a;
}
#iyp-listings {
	width: 700px;
}
#tile-ads {
	width: 200px;
	margin-left: 40px;
}

.relatedSearchBox {
	width: 700px;
	margin: 20px auto;
}
#alphaFilter li {
    float: left;
    margin-left: 0px;
}
#alphaFilter li.active {
    border: 1px inset solid #C0C0C0;
    color: white;
    background-color: #2D4A9F;
}
#alphaFilter li span {
	margin-left: 3px;
	margin-right: 3px;
    display: block;
}
#alphaFilter li a {
    display: block;
    text-decoration: none;
    float: left;
    margin-left: 3px;
    margin-right: 3px;
}
/** END **/

/** STATIC PAGES **/
.additional-content-wrapper {
  width: 700px;
  margin: 0 auto;
  position: relative;
}
.additional-content-wrapper p {
  margin: 10px 0;
}
.additional-content-wrapper h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 25px 0 15px;
}
.additional-content-wrapper h3 {
  margin: 25px 0 5px;
  font-weight: bold;
  font-size: 1.1em;
  clear: both;
}
.additional-content-wrapper ul.decimal-list li {
  list-style-type: decimal;
  margin-left: 25px;
}
.additional-content-wrapper .icon {
  margin: 0 0 5px 15px;
  float: right;
}
.additional-content-wrapper .highlight {
  color: red;
}
.additional-content-wrapper .page-desc {
  color: red;
  font-style: oblique;
  font-size: 1.2em;
}
.additional-content-wrapper .required {color: red;font-style: oblique;padding-right: 4px;}
.additional-content-wrapper label {font-weight: bold;}
.additional-content-wrapper #contact-form input {position: absolute; left: 150px; width: 200px;}
.additional-content-wrapper #contact-form select {position: absolute; left: 150px; width: 200px;}
.additional-content-wrapper #contact-form textarea {margin: 5px 0 0 20px;}
.additional-content-wrapper #contact-form li {margin: 10px 0;}
.additional-content-wrapper .formError {background-color: #ff0;}

#demo {
  width: 100%;
  margin: 15px 0 35px 0px;
  position: relative;
}

#demo ul{
  margin: 0 0 35px 25px;
}

#demo ul li{
  margin-right: 35px;
  float: left; 
  width: 394px;
}

#demo ul li span{
  margin-left: 12px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: underline;
}

#demo ul li a{
  text-decoration: none;
}

#additionalMedia{
	margin-right: 25px;
	margin-top: 15px;
}
/** Patch **/
#footer{
    width: 998px;
	clear: both;
	padding: 0 0 18px;
	margin: -80px auto 0;
	text-align: center;
	font-size: .9em;
}
#footer div {
	margin: 0 0px;	
}
#footerPoweredBy{
	padding: 0px 33px 0 33px;
	margin: 35px 0 0;
}

#footerPoweredBy #social_links{
	padding-top: 10px;
}
#footerCopyright {
	border: none;
	padding: 0;
}
#footerCopyright #footBottom{
	margin: 0 33px 0 33px;
	border-top: 1px solid black;
	text-align: left;
	padding: 3px 0 0;
}
/** End **/
