/* Link Centre © 2012 - Updated to Modern Theme 2025-10-10 */
/* Developed by Link Centre */
/* Date of build: 2025-10-10 */
/* Validated on: 2025-10-10 */
@import url(//fonts.googleapis.com/css?family=Muli|Roboto|Raleway|Montez);
* {
	padding: 0;
	margin: 0;
}

html,
body {
	background: #ffffff !important;
	background-color: #ffffff !important;
	font: 14px Muli, Raleway, Arial, Helvetica, sans-serif;

}

/* Headers */
h1 {
	padding: 0 0 10px;
	font-size: 24px;
	color: #00498f;
}

h2 {
	padding: 0 0 10px;
	font-size: 19px;
	color: #00498f;
}

h3 {
	padding: 0 0 10px;
	font-size: 18px;
	color: #00498f;
}

h4 {
	padding: 0 0 10px;
	font-size: 14px;
	color: #00498f;
}

h5 {
	padding: 0 0 10px;
	color: #666;
	font-size: 14px;
	font-weight: 700;
}

h6 { }

/* Paragraphs, lists and links */
p{
	color: #666;
	line-height: 24px;
	padding: 0 0 0px;
}
ul,
ol {
	margin: 0;
	padding: 0;
 }

li { color: #666; 
	list-style: none outside none;
}

a {
	color: #00498f;
}

a:hover {
	color: #c12321;
	text-decoration: underline;
}

a:visited { color: #c12321; }

.price {
    font-size: 20px;
    padding-top: 8px;
    color: #fff;
    text-align: center;
}

.pricelink{
    text-decoration: none;
}

.button a{
    text-decoration: none;
}

.button-text {
    font-size: 20px;
    padding-top: 10px;
    color: #fff;
}

.year {
    font-size:12px;
}

.button {
    background: url('/images/red-button.jpg');
    width: 94px;
    height: 39px;
    margin-left: 20px;
}


#button {
    padding: 15px;
    background-color: #c00;
    color: #fff;
}

.edit {
	width:99%;
 	border: 1px solid #cccccc; 
    padding: 5px;
	}
	
.but {

    padding: 5px;
	}

/* Social Plugin */
#socialplugin {
	position:absolute;
	left: 0;
	top: 100px;
	width: 398px;
	height: 266px;
	background: url(../images/socialplugin.png) no-repeat;	
}
#socialplugin form {
	padding: 20px 25px;
}
#socialplugin form fieldset {
	border: none;
}
#socialplugin form fieldset p {
	padding: 0;
}
#socialplugin form label {
	color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 9px;
    width: 100%
}
#socialplugin form select {
	border: none;
	background: none;
    padding: 5px 10px;
    width: 313px;
	margin: 0 0 14px;
}
#socialplugin form textarea {
	border: none;
	background: none;
	height: 72px;
    width: 311px;
}
#socialplugin form input#post {
	color: #666;
    line-height: 4px;
    margin: 18px 0 0;
    padding: 5px 0 6px;
    width: 62px;
	border: none;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: 700;
	background: url(../images/post.jpg) no-repeat;
}
#socialplugin form input#post:hover {
	color: #00498f;
}


/* Generic Image Properties */
img,
a img,
a:hover { border: none; }

/* Generic Styling */
#nav {
	position: fixed;
	width: 100%;
	float: left;
	z-index: 3;
	background: url(../images/nav-bck.jpg) repeat-x;
}

.toglerbtn {
	display: none;
}


#nav-inner {
	max-width: 1260px;
	margin: 0 auto;
}

#nav-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-inner ul ul { display: none; }

#nav-inner li { float: left; }

#nav-inner a {
	color: #707070;
	float: left;
	text-decoration: none;
	padding: 10px;
	background: url(../images/nav-link-divide.jpg) right no-repeat;
}

#nav-inner ul li:hover ul {
	top: 37px;
	margin: 0;
	position: absolute;
	display: block;
	width: 200px;
	padding: 0 0 15px;
}

#nav-inner ul li:hover ul li {
	background: #e0e0e0;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #d1d0d0;
}

#nav-inner ul li:hover ul li.first { border-top: none; }

#nav-inner ul li:hover ul li a {
	width: 150px;
	display: block;
	background: none;
}

/* User Menu */				
			#nav-inner ul.user {
	float: right;
}

#nav-inner ul li.cpanel:hover ul {
	top: 37px;
	margin: 0 0 0 -132px;
	position: absolute;
	display: block;
	width: 200px;
}

#nav-inner ul.user li {
	color: #707070;
	float: left;
	display: block;
	text-decoration: none;
	padding: 11px 4px;
	background: none;
}

#nav-inner ul.user li.id {
	font-weight: 700;
	width: 101px;
	padding: 11px 10px;
	border: none;
	background: url(../images/nav-link-divide.jpg) right no-repeat;
}

#nav-inner ul.user li.cpanel {
	background: none;
	border: none;
	padding: 0;
}

#nav-inner ul.user li.cpanel a {
	background: none;
	border: none;
	padding: 0 10px;
}
/* Generic Ruling */
#wrapper {
	background-color: #fff;
	max-width: 1260px;
	width: 90%;
	min-width: 1100px;
	margin: 0 auto;
	/*  overflow: hidden;*/
}

#wrapper2 {
    padding: 0px 20px;
}

/* Ensure floated children expand wrapper heights to prevent footer overlap */
#wrapper::after,
#wrapper2::after {
    content: "";
    display: table;
    clear: both;
}

#search_banner {
	float: left;

	width: 960px;
	margin: 60px 0 15px;
}

#search_banner ul.logo {
	display: block;
	float: left;	
}

#search_banner ul li h1 {
	color: #666;
	font-size: 12px;
	font-weight: 100;	
}
#search_banner ul.logo li a img {
	border: none;
	float: left;
	padding: 5px 0;
	max-width: 100%;
	height: auto;
	max-height: 60px;
}

#search_banner #searchbox {
	float: right;
	height: 120px;
	width: 676px;
}

/* Search Form */
#searchbox form {
	height: 51px;
	padding: 20px 22px 0;
}

#searchbox fieldset {
	border: none;
	float: left;
	width: 100%;
}

#searchbox form,
#searchbox form fieldset input,
#searchbox form fieldset textarea,
#searchbox form label {
	font-family: Helvetica, Arial;
	font-size: 12px;
	float: left;
}

#searchbox form p {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}

#searchbox form p label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#searchbox form fieldset p input,
#searchbox form fieldset p textarea {
	display: block;
	padding: 4px;
	width: 400px;
	margin: 0;
	border: none;
	background: none;
}

#searchbox form fieldset p label {
	display: block;
	color: #777;
	padding: 7px 8px;
	margin: 0;
}

#searchbox form fieldset p textarea {
	padding: 2px;
	width: 404px;
}

#searchbox form fieldset p.large {
	float: left;
	margin: 0 21px 0 0;
	width: 289px;
}

#searchbox form fieldset p.large input {
	float: left;
	height: 20px;
	overflow: hidden;
	padding: 5px 8px;
	width: 271px;
}

#searchbox form fieldset p.small {
	float: left;
	margin: 0 21px 0 0;
	width: 206px;
	height: 30px;
}

#searchbox form fieldset p.small input {
	float: left;
	height: 20px;
	overflow: hidden;
	padding: 5px 8px;
	width: 191px;
}

#searchbox form fieldset p.submit {
	float: left;
	height: 30px;
	overflow: hidden;
	width: 95px;
	padding: 1px 0 0;
}

#searchbox form fieldset p input.search {
	color: #666;
	float: left;
	height: 29px;
	width: 92px;
	display: block;
	cursor: pointer;
	background: url(../images/submit.jpg) no-repeat;
}

#searchbox form fieldset p input.search:hover {
	color: #fff;
	background: url(../images/submit_hover.jpg) no-repeat;
}

#searchbox .TabbedPanels {}

.TabbedPanelsTabGroup {
   float: left;
    margin: -87px 0 0;
    padding: 0;
}

.TabbedPanelsTab {
	top: 1px;
	float: left;
	position: relative;
	margin: 0 1px 0 0;
	background: #ddd;
	list-style: none;
	cursor: pointer;
}

li.TabbedPanelsTab.search {
	font-size: 12px;
	font-weight: 700;
	float: left;
	text-align: center;
	padding: 6px 10px;
	color: #fff;
	height: 20px;
	width: 62px;
	cursor: pointer;
	background: url(../images/searchtabon.jpg) -82px 0 no-repeat;
}

li.TabbedPanelsTabSelected.search { background-position: 0 0; }

li.TabbedPanelsTab.submit {
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding: 6px 10px;
	color: #fff;
	height: 20px;
	width: 135px;
	cursor: pointer;
	background: url(../images/submittabon.jpg) -155px 0 no-repeat;
}

li.TabbedPanelsTabSelected.submit { background-position: 0 0; }

li.TabbedPanelsTab.join {
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding: 6px 10px;
	color: #fff;
	height: 20px;
	width: 135px;
	cursor: pointer;
	background: url(../images/submittabon.jpg) -155px 0 no-repeat;
}

li.TabbedPanelsTabSelected.join { background-position: 0 0; }

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	position: absolute;
	top: 80px;
	width: 676px;
	background: url(../images/searchbox.png) no-repeat;
}

.TabbedPanelsContent { overflow: hidden; }
.VTabbedPanels {
	overflow: hidden;
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0;
	width: 30em;
	height: 20em;
}
@media print {

.TabbedPanels { overflow: visible !important; }

.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}

.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}

.TabbedPanelsTab {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
}

/* End of Search Form */

#top_wrapper {
	overflow: hidden;
	width: 960px;
}

#content_wrapper {
	float: left;
	overflow: hidden;
	width: 960px;
}

#lhcol {
	float: left;
	width: 677px;
}
#rhcol {
	float: right;
    margin: 0 0 0 12px;
    width: 271px; 
}

#footer {
	width: 100%;
	clear: both;
	background: #a33;
	/* Avoid footer overlapping content and permit natural height */
	display: block;
	min-height: 250px;
}
#inner_footer {
	width: 960px;
	margin: 0 auto;
	clear: both;
	min-height: 100px;
	overflow: hidden; /* contain floated children */
}
#footer ul {
	float: left;
	width: 55%;
	padding: 40px 20px 0;
 }
#footer li {
	list-style: none;
	color: #fff;
	font-size: 14px;
}
#footer ul.social {
	float: left;
	width: 36%;
	padding: 35px 0px 0;	
}
	#footer ul.social li {
		display: inline;
		float: right;
	}
#footer ul.social li a { 
	padding: 0 0 0 15px;
    color: #fff;
}

#footer a:hover { }

/* Home Page Layout */

/* Modern theme utility containers */
.status-landing-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.url-checker-section {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  margin: 20px 0;
}

.url-checker-section h2 {
  font-size: 28px;
  color: #00498f;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-align: center;
}

.url-checker-section p,
.url-checker-section ul {
  color: #555;
  line-height: 1.7;
}

#red {
    height: 335px;
    margin: 180px 0 0 -90px;
    position: absolute;
    width: 310px;
	background: url(../images/red_promo.png) no-repeat;
}
#red a {
	color: #ec2027;
    float: left;
    font-size: 11px;
    height: 14px;
    padding: 4px 5px 4px 20px;
    width: 80px;
	background: url(../images/red_button.jpg) no-repeat;		
}
#blue a {
	color: #00498f;
    float: left;
    font-size: 11px;
    height: 14px;
    padding: 4px 5px 4px 20px;
    width: 80px;
	background: url(../images/blue_button.jpg) no-repeat;		
}
#blue {
    height: 335px;
    margin: 70px 0 0 10px;
    position: absolute;
    width: 310px;
	background: url(../images/blue_promo.png) no-repeat;
}
#red h2, #blue h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 5px;	
}
#red .middle {
    padding: 105px 0 0 67px;
    width: 160px;
}
#blue .middle {
    padding: 105px 0 0 103px;
    width: 160px;
}
#red p, #blue p {
	color: #fff;
	padding: 0 0 5px;	
}






#lhcol.home {
    float: left;
    margin: 0 12px 0 0;
    min-height: 600px;
    width: 229px;
}
#ccol.home {
	width: 477px;
	float: left;
}
#ccol.home #search_banner #searchbox form {
    height: 68px;
    overflow: hidden;
	padding: 0;
}
#ccol.home #search_banner {
    float: left;
    height: 200px;
    margin: 65px 0 0;
    overflow: hidden;
    width: 477px;
}
	#ccol.home #search_banner ul {
		margin: 0 auto;
		width: 205px;
		padding: 0 0 30px;
	}
	#ccol.home #search_banner li {
		list-style: none;
	}
	#ccol.home #search_banner a {
		float: left;
	}
	#ccol.home #search_banner a img {
		border: none;
	}
#ccol.home #search_banner #searchbox {
    height: 67px;
    overflow: hidden;
    width: 577px;
}
#ccol.home #search_banner #searchbox p {
	float: left;
	display: block;
}
#ccol.home #search_banner #searchbox label {
    padding: 12px 14px 0;
}
#ccol.home #search_banner #searchbox fieldset#radio {
	padding: 0;
}
#ccol.home #search_banner #searchbox fieldset#radio label {
	padding: 0;	
}
#ccol.home #search_banner #searchbox fieldset {
	width: 577px;
	padding: 0 0 10px;
}
#ccol.home #search_banner #searchbox fieldset#radio p {
	padding: 0 10px 0 0;	
	background: none;
}
	#ccol.home #search_banner #searchbox fieldset#radio p.l {
		width: 80px;
	}
	#ccol.home #search_banner #searchbox fieldset#radio p.g {
		width: 58px;		
	}	
	#ccol.home #search_banner #searchbox fieldset#radio p.p {
		width: 117px;		
	}
	#ccol.home #search_banner #searchbox fieldset#radio p.d {
		width: 72px;		
	}

#ccol.home #search_banner #searchbox input.search,
#cat_slider ul#left li a,
#cat_slider ul#right li a  {
	background: url(../images/home_search.jpg) no-repeat;
}

    #ccol.home #search_banner #searchbox input {
        float: left;
        height: 16px;
        padding: 10px;
        width: 380px;
        background-position: -15px 0;
        border: 2px solid #ccc;
        border-radius: 5px;
    }

        #ccol.home #search_banner #searchbox input.search {
            background-position: -397px 0;
            float: left;
            height: 41px;
            padding: 10px;
            width: 97px;
            color: #fff;
            font-weight: 700;
            font-size: 14px;
            position: absolute;
            z-index: 1;
            border: 0px solid #ccc;
            border-radius: 0px;
        }
	
		#ccol.home #search_banner #searchbox input.search:hover {	
			background-position: -397px -40px;	
		}
	#ccol.home #search_banner #searchbox fieldset#radio input {
    	width: 13px;
		height: 13px;
		float: right;	
		background: none;
		padding: 0;
		margin: 1px;
	}
	
#cat_slider {
	float: left;
	width: 510px;
	margin: 0 0 20px;
}
	#cat_slider ul {
		float: left;
		padding: 0 10px;
	}
			#cat_slider li {
				list-style: none;
				display: inline;
				float: left;
				padding: 0 2px;
			}	
	#cat_slider ul#left {
		float: left;
		padding: 0;
		width: 20px;
	}
		#cat_slider ul#left li {
			float: left;
			list-style: none;
			padding: 0;
		}	
			#cat_slider ul#left li a {
			    background-position: -69px -50px;
				display: block;
				float: left;
				height: 20px;
				left: 0;
				position: relative;
				top: 18px;
				width: 20px;
			}
				#cat_slider ul#left li a:hover {		
					background-position: -22px -50px;
				}
	#cat_slider ul#right {
		float: right;
		padding: 0;
		width: 20px;
	}
		#cat_slider ul#right li {
			float: left;
			list-style: none;
			padding: 0;
			
		}	
			#cat_slider ul#right li a {
				background-position: -41px -50px;
				display: block;
				float: right;
				height: 20px;
				right: 29px;
				position: relative;
				top: 18px;
				width: 20px;
			}
			#cat_slider ul#right li a:hover {
				background-position: -88px -50px;					
			}

#linkbubble {
	height: 72px;
	width: 425px;
	float: left;
	margin: 0 0 0 28px;
	background: url(../images/link_bubble.jpg) no-repeat;	
}

#sponsor {
	min-height: 60px;
	width: 477px;
	float: left;
	margin: 0 0 20px;
	background: url(../images/sponsored_listing_bck.jpg) repeat-y;	
}
	#sponsor .top {
		height: 23px;
		background: url(../images/sponsored_listing_top.jpg) top no-repeat;			
	}
	#sponsor .middle {
		padding: 0 20px;	
	}
	#sponsor h4 {
		padding: 0 0 5px;
        font-size: 16px;
	}
		#sponsor img {
			float: left;
			padding: 0 10px 0 0;	
		}
	#sponsor .bottom {
		height: 12px;
		background: url(../images/sponsored_listing_bottom.jpg) bottom no-repeat;			
	}

.memberthumbnail {
	top: -50px;
	left: -35px;
	z-index: 999;
	cursor: pointer;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
}

	/*change the number below to scale to the appropriate size*/
	.memberthumbnail:hover {
		transform: scale(3);
	}

#members {
	min-height: 60px;
	width: 477px;
	float: left;
	margin: 0 0 20px;
	background: url(../images/sponsored_listing_bck.jpg) repeat-y;
}
	#members .top {
		height: 13px;
		background: url(../images/member_area_top.jpg) no-repeat;
	}
	#members h4 {
		padding: 0 20px 5px;
	}
	#members p {
		padding: 0 20px 5px;		
	}
	
	#members .middle {
		padding: 5px 20px 5px;
	}
	#members .bottom {
		height: 13px;
		background: url(../images/member_area_bottom.jpg) bottom no-repeat;
	}
	#members img {
		width: 47px;
		height: 47px;
   		margin: 0 0.45em;
		border: 1px solid #c5c5c5;
	}

#social {
    float: left;
    margin: 0 0 20px;
    width: 477px;
	position: relative;
	background: url(../images/social_bottom.jpg) bottom no-repeat;		
}
#social #shoutbox {
    bottom: 12px;
    left: 19px;
    position: absolute;
}
#social #shoutbox img {
	padding: 0;	
}
#social .middle {
	width: 477px;
	float: left;
	background: url(../images/social_middle.jpg) repeat-y;		
}
#social .tweet {
	float: right;
	padding: 10px 20px 10px 20px;		
}

#social #list {
	margin-left: 50px;
    margin-right:  50px;		
}

#social .bottom{
	width: 477px;
	height: 22px;
	float: left;
	background: url(../images/social_bottom.jpg) no-repeat;		
}

#social h4{
	color: #666;
    float: left;
    height: 27px;
    padding: 12px 20px;
    width: 437px;
	background: url(../images/social_top.jpg) top no-repeat;
}
#social h5 {
	color: #00498f;
	padding: 0 0 5px;
}
#social img {
	float: left;
	padding: 2px 5px 2px 0;	
}
	#social .middle p {
		padding: 0 0 5px;
	}
	#social .middle p.time {
		color: #c5c5c5;	
	}

#rhcol.home {
	width: 229px;
	float: left;
	margin: 0 0 0 12px;
}







/* Location Page Layout   */
/* Map Frame */
#top_wrapper.map {
	float: left;
	margin: 0 0 12px;
	background: url(../images/full_content_wrapper_background.jpg) repeat-y;
}

#content_inner_wrapper {
	float: left;
	width: 960px;
	background: url(../images/full_content_wrapper_top.jpg) top no-repeat;
}

#top_wrapper.map #content_inner_wrapper h1 {
	padding: 10px 20px;
	float: left;
	display: block;
	color: #00498e;
	font-size: 20px;
}

#content_inner_wrapper p {
	padding: 15px 5px 0;
	display: block;
	float: left;
}

#content_inner_wrapper ul {
	list-style: none;
	float: right;
	padding: 16px 5px 0;
}

#content_inner_wrapper li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0 15px 0 0;
}

#content_inner_wrapper li a,
#content_inner_wrapper p a { }

#content_inner_wrapper li a:hover,
#content_inner_wrapper p a:hover { text-decoration: none; }

#content_inner_wrapper iframe {
  	border: medium none;
    float: left;
    margin: 0 20px 6px;
}

#content_wrapper_bottom {
	height: 14px;
	float: left;
	width: 960px;
	background: url(../images/full_content_wrapper_bottom.jpg) bottom no-repeat;
}

#google-legend {
	margin: 80px 0 0 686px;
	position: absolute;
    z-index: 1;
}

#google-legend .CollapsiblePanel {
	margin: 0;
	padding: 0;
}

#google-legend .CollapsiblePanelTab {
	background: url(../images/legend_top.png) no-repeat;
	margin: 0;
	width: 244px;
	height: 33px;
	padding: 2px;
	border: none;
	cursor: pointer;
}

#google-legend .CollapsiblePanelTab p {
	font-size: 16px;
	font-weight: 700;
	padding: 8px 10px 0;
}

#google-legend .CollapsiblePanelContent {
	margin: 0;
	padding: 0;
	width: 248px;
}

#google-legend .CollapsiblePanelTab a { text-decoration: none; }
#google-legend .CollapsiblePanelOpen .CollapsiblePanelTab { background: url(../images/legend_top_open.png) no-repeat; }
#google-legend .CollapsiblePanelClosed .CollapsiblePanelTab { /* background: url(../images/legend_top.png) no-repeat; */ }
#google-legend .CollapsiblePanelOpen .CollapsiblePanelTabHover { background: url(../images/legend_top_open.png) no-repeat; }

/* Category Key - Located under map header*/
.CollapsiblePanel {
	margin: 0px;
	padding: 0 20px 6px;
	float: left;
}
.cattab {
	background: #00498f;
	padding: 5px;
	cursor: pointer;
	width: 910px;
	float: left;
}
#content_inner_wrapper .cattab p {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 0;	
}
#content_inner_wrapper .cattab p span {
	font-size: 12px;
	font-weight: 100;	
}
.CollapsiblePanelContent {
	margin: 0;
	padding: 0;
}
.CatContent {
	padding: 10px 0 0;
	float: left;	
}
.CatContent h5 {
	padding: 0 0 2px;	
}
#content_inner_wrapper .CatContent p {
	padding: 0 0 10px;	
}	
#content_inner_wrapper .CatContent li img {
	padding: 9px 9px 22px;	
}
	#content_inner_wrapper .CatContent ul {
		padding: 0;
		margin: 0;	
		width: 920px;
	}
		#content_inner_wrapper .CatContent li {
			padding: 0;
			margin: 0 9px;	
			width: 73px;
			text-align: center;
			color: #666;
			background: url(../images/pin_sprite.png) -75px 0 no-repeat;
		}
			#content_inner_wrapper .CatContent li.red {
				background-position: -75px 0;
                cursor: pointer;
			}
			#content_inner_wrapper .CatContent li.blue {
				background-position: 0px 0;
                cursor: pointer;
			}
			#content_inner_wrapper .CatContent li.green {
				background-position: -150px 0;
                cursor: pointer;
			}

#lhcol .lh-tbox {
	float: left;
	width: 677px;
	margin: 0 0 12px;
	background: url(../images/lh-tbox-bck.jpg) repeat-y;
}

#lhcol .lh-tbox h2 {
	float: left;
	clear: both;
	padding: 15px 20px;
	width: 637px;
	background: url(../images/lh-tbox-top.jpg) top no-repeat;
}

/* Properties for Speech Box Layout - Location Page */
#lhcol .lh-tbox h2 span {
	font-size: 12px;
	font-weight: 100;
}
#lhcol .lh-tbox h2 span a { text-decoration: underline; }
#lhcol .lh-tbox .speech.left,
#lhcol .lh-tbox .speech.right {
	width: 597px;
	height: 114px;
	float: left;
	padding: 20px;
	overflow: hidden;
	margin: 0 0 20px;
}
#lhcol .lh-tbox .speech.left h3 {
	font-size: 14px;
}
#lhcol .lh-tbox .speech.right h3 {
	color: #c32321;
	font-size: 14px;
}
#lhcol .lh-tbox .speech.left {
	background: url(../images/speech_left.jpg) no-repeat;
}
#lhcol .lh-tbox .speech.right {
	background: url(../images/speech_right.jpg) no-repeat;	
}
/* End of Properties for Speech Box Layout - Location Page */	


#lhcol .lh-tbox p { float: left; }
#lhcol .lh-tbox .txtblock {
	float: left;
	padding: 0 20px 10px;
}

#lhcol .lh-tbox .txtblock p { padding: 0; }

#lhcol .lh-tbox-bottom {
	height: 14px;
	width: 677px;
	float: left;
	background: url(../images/lh-tbox-bottom.jpg) bottom no-repeat;
}
.page-wrap {
	float: left;
	padding: 0 20px;
	position: relative;
	width: 637px;
}
#content_wrapper #lhcol .lh-tbox .page-wrap h2 {
	background: none;
	padding: 0 0 10px;
}

/* Slider Properties */
.slider-wrap { width: 637px; float: left; margin: 0 0 20px; }
.stripViewer .panelContainer .panel ul { text-align: left; margin: 0 15px 0 30px; }
	.stripViewer { position: relative; overflow: hidden; width: 637px; height: 285px; }
	.stripViewer .panelContainer { position: relative; left: 0;	top: 0; }
	.stripViewer .panelContainer .panel { float: left; height: 100%; position: relative; width: 637px; }
	.stripViewer .panelContainer .panel img { width: 637px; }
.stripNavL, .stripNavR, .stripNav { display: none; }
.nav-thumb { border: 3px solid #c5c5c5; }
#movers-row { float: left; }
	#movers-row div { width: 20%; float: left; }
	#movers-row div a.cross-link { float: right; padding: 15px 10px 0 0; }
.photo-meta-data { background: url(../images/transpBlack.png); padding: 8px 13px; height: 35px; margin-top: -50px; position: relative; z-index: 9999; }
#lhcol .lh-tbox .photo-meta-data p { color: #fff; width: 100%; float: left; padding: 0; }
.photo-meta-data a { color: #fff; font-weight: 700; text-decoration: underline; }
.stripViewer .panelContainer .panel:hover .photo-meta-data { margin-top: -194px; }
.photo-meta-data span { font-size: 13px; }
.cross-link { float: left; padding: 15px 10px 0 0; }
.active-thumb { background: url(../images/icon-uparrowsmallwhite.png) top center no-repeat; }
/* End of Slider Properties */

/* Right Column Feeds */
#rhcol h2.feeds {
	height: 38px;
	padding: 15px 20px 0;
	font-size: 18px;
	background: url(../images/feed_h2.jpg) no-repeat;
}
#rhcol .feeds {
  	height: 60px;
    padding: 13px 20px;
	background: url(../images/feed_container.jpg) no-repeat;
}
#rhcol .feeds.last {
	width: 271px;
	height: 86px;
	background: url(../images/feed_last.jpg) no-repeat;
}
#rhcol .feeds img {
	float: left;
	padding: 3px 5px 40px 0;
}
#rhcol .feeds h4 {
	float: left;
	padding: 0 0 5px;
}
#rhcol .feeds p {
	float: left;
	font-size: 11px;
	padding: 0 0 3px;
}
#rhcol .feeds p.time {
	color: #a5a5a5;
	font-size: 11px;
}

/* Profile Page Layout  */

#lhcol.profile {
	width: 548px;
	float: left;
	margin: 0 0 15px;
	overflow: hidden;
	background: url(../images/profile_lhcol_back.jpg) repeat-y;
}
	#lhcol .top {
		height: 13px;
		width: 548px;
		background: url(../images/profile_lhcol_top.jpg) 0 top no-repeat;
	}
	#section_1 .logo {
		float: left;
		height: 97px;
		margin: 0 20px 15px 0;
		padding: 10px;
		width: 198px;
        text-align: center;
		background: url(../images/logo_back.jpg) no-repeat;	
	}	
	#section_1 .logo img {
		margin: 0 auto;	
	}
	#section_1, #section_2{
		float: left;
		width: 100%;
		border-bottom: 1px solid #c9c9c9;	
	}
	#section_3 {
		float: left;
		width: 100%;	
	}
	#section_1 .profile_block {
		float: left;
    	padding: 7px 20px 20px;	
	}
		#section_1 .profile_block h1 {
			color: #666;
			float: left;
			display: block;
			width: 270px;
			overflow: hidden;
			padding: 0 0 5px;
		}
		#section_1 .profile_block h2 {
			float: left;
			display: block;
			width: 270px;
			font-size: 14px;
			overflow: hidden;				
		}
		#section_1 .profile_block ul.address {
			list-style: none;
			float: left;
			width: 164px;
		}
		#section_1 .profile_block ul {
			list-style: none;
			float: left;
		}	
		#section_1 .profile_block li {
			line-height: 18px;	
		}
		#section_1 .profile_block h2 {
			float: left;
			display: block;
			width: 270px;
			font-size: 14px;
			overflow: hidden;				
		}		
		#section_1 .profile_block ul.address {
			
		}
	#section_2 .profile_block {
		padding: 20px 20px 6px;	
	}
	#section_2 .profile_block ul {
		padding: 0 0 15px 20px;		
	}
	#section_2 .profile_block li {
		line-height: 18px;	
	}
	#section_3 .profile_block {
		float: left;
    	padding: 20px;	
	}	
	#profile_gallery {
		float: left;
	}
	#profile_gallery ul { 
		list-style: none;
		float: left;	
	}
	#profile_gallery ul li { 
		display: inline;
		float: left;
		list-style: none;
		padding: 2px;
	}
	#profile_gallery a {
		float: left;	
	}
	#profile_gallery ul li a img {
		border: 1px solid #c5c5c5;
		padding: 4px;
	}
	#profile_gallery ul a:hover img {
		border: 5px solid #00498f;
		padding: 0;
	}
	#profile_gallery ul a:hover { color: #fff; }
	
	#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
	#lightbox img{ width: auto; height: auto;}
	#lightbox a img{ border: none; }
	
	#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
	#imageContainer{ padding: 10px; }
	
	#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
	#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
	#imageContainer>#hoverNav{ left: 0;}
	#hoverNav a{ outline: none;}
	
	#prevLink, #nextLink{ width: 49%; height: 100%; display: block; }
	#prevLink { left: 0; float: left;}
	#nextLink { right: 0; float: right;}
	#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
	#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
	
	#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
	
	#imageData{	padding:0 10px; color: #666; }
	#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
	#imageData #caption{ font-weight: bold;	}
	#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
	#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
	
	#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#lhcol .bottom {
	height: 13px;
	width: 548px;
	float: left;
	background: url(../images/profile_lhcol_bottom.jpg) bottom no-repeat;	
}
.rhcol.profile {
	width: 400px;
	float: left;
	margin: 0 0 15px 12px;
	overflow: hidden;
	background: url(../images/profile_rhcol_back.jpg) repeat-y;
}
.rhcol.profile iframe {
	border: none;
	margin: 6px 20px;	
}
.rhcol.profile h3 {
	padding: 0 0 12px 20px;
}
.rhcol.profile .review {
	padding: 20px 20px 10px;
	height: 100px;
	overflow: hidden;
	border-top: 1px solid #C5C5C5;
}
.rhcol.profile .review .left {
	width: 100px;
	float: left;	
}
.rhcol.profile .review .right {
	width: 260px;
	height: 90px;
	overflow: hidden;
	float: left;	
}
.rhcol.profile .review img {
	float: left;
	padding:0 55px 10px 0;
		
}
	.rhcol.profile .review ul {
		width: 100px;
		float: left;
	}
	.rhcol.profile .review li {
		list-style: none;
	}
	.rhcol.profile .review li.who {
		font-weight: 700;	
	}
	.rhcol.profile .review a {}

	.rhcol.profile .top {
		height: 13px;
		width: 400px;
		background: url(../images/profile_rhcol_top.jpg) 0 top no-repeat;
	}
	.rhcol.profile .bottom {
		height: 13px;
		width: 400px;
		background: url(../images/profile_rhcol_bottom.jpg) 0 bottom no-repeat;
	}

/* Directory Page Layout  */


/* Directory Page Layout  */
#lhcol.link,
#categories,
#directory {
	width: 269px;
	float: left;
	margin: 0 0 12px;	
}
#lhcol .sidebar h2 {
    float: left;
    height: 23px;
    padding: 15px 20px;
    width: 229px;
	background: url(../images/links_col_header.jpg) no-repeat;
}
	#lhcol .sidebar ul {}
		#lhcol .sidebar li {
			list-style: none;
		}
			#lhcol .sidebar a {
				float: left;
				height: 14px;
				padding: 14px 31px;
				width: 207px;
				background: url(../images/links_col_a.jpg) no-repeat;
			}
			#lhcol .sidebar a.last {
				background: url(../images/links_col_bottom.jpg) no-repeat;
			}

#rhcol.listings {

	width: 678px;
}
.premium,
.basic {
	float: left;
	width: 679px;
	margin: 0 0 12px;
	background: url(../images/listing_sprite.jpg) no-repeat;
}

.premium {
	height: 176px;
	background-position: 0 0;	
}
	.premium h3 {
		padding: 23px 69px;
	}
	.premium p {
		padding: 15px 20px;
	}
	.premium ul {
		margin: 0;
		float: left;
		padding: 13px 0 13px 20px;
	}
		.premium li {
			display: inline;
			float: left;
			font-size: 11px;
		}
		.premium li.ct {
			width: 340px;
			padding: 0 20px 0 0;
			text-align: left;	
		}
		.premium li.vp {	
		    width: 65px;
		    padding: 0 10px;
			text-align: center;
		}
		.premium li.sm {
		    width: 91px;
		    padding: 0 10px;
			text-align: center;	
		}
		.premium li.rv {
			padding: 0 10px;
			text-align: center;
			width: 82px;
		}
		
.google_listing {
	float: left;
	width: 679px;
	margin: 0 0 12px;
	background: url(../images/google_listing_back.jpg) repeat-y;
}
.google_listing .top {
	height: 14px;
	float: left;
	width: 679px;
	background: url(../images/google_listing_top.jpg) top no-repeat;
}
.google_listing .middle {
	padding: 20px;
	width: 639px;
	float: left;	
}
.google_listing .bottom {
	height: 14px;
	float: left;
	width: 679px;
	background: url(../images/google_listing_bottom.jpg) bottom no-repeat;
}

		
		
.basic {
	height: 110px;	
	background-position: 0 -208px;	
}
	.basic h4{
    	padding: 15px 20px 5px;
	}
	.basic p {
		height: 14px;
		margin: 0 0 17px;
		overflow: hidden;
		padding: 0 20px;
	}
	.basic ul {
		margin: 0;
		float: left;
		padding: 13px 0 13px 20px;
	}
		.basic li {
			display: inline;
			float: left;
			font-size: 11px;
		}
		.basic li.ct {
			width: 100%;
			padding: 0 20px 0 0;
			text-align: left;	
		}

.flag {
    float:left;
    margin-right: 4px;
}

/* How to */

#howto {
		left: 0px;
		position: relative;
		width: 208px;
	}
	#howto h4 {
		float: left;
		width: 168px;
		padding: 12px 20px;
		background: url(../images/howtoheader.jpg) no-repeat;
	}
		 #howto ul,
		 #howto li {
			list-style: none;		
		}		
			 #howto a {
				color: #666;
				float: left;
				padding: 12px 29px 7px;
				width: 168px;			
				background: url(../images/howto_button.jpg) no-repeat;				
			}
				 #howto a.last {
					color: #666;
					float: left;
					padding: 14px 29px;
					width: 168px;			
					background: url(../images/howto_bottom.jpg) no-repeat;				
				}




/**
 * Demo styles
 * Not needed for tooltips to work
 */

/* `border-box`... ALL THE THINGS! */



*:before,
*:after {
    box-sizing: inherit; 
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

header,
.demo,
.demo p {
    margin: 4em 0;
    text-align: center;
}

/**
 * Tooltip Styles https://chrisbracco.com/a-simple-css-tooltip/
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
}

    /* Base styles for the entire tooltip */
    [data-tooltip]:before,
    [data-tooltip]:after,
    .tooltip:before,
    .tooltip:after {
        position: absolute;
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        pointer-events: none;
    }

    /* Show the entire tooltip on hover and focus */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after,
    [data-tooltip]:focus:before,
    [data-tooltip]:focus:after,
    .tooltip:hover:before,
    .tooltip:hover:after,
    .tooltip:focus:before,
    .tooltip:focus:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

    /* Base styles for the tooltip's directional arrow */
    .tooltip:before,
    [data-tooltip]:before {
        z-index: 1001;
        border: 6px solid transparent;
        background: transparent;
        content: "";
    }

    /* Base styles for the tooltip's content area */
    .tooltip:after,
    [data-tooltip]:after {
        z-index: 1000;
        padding: 8px;
        width: 160px;
        background-color: #000;
        background-color: hsla(0, 0%, 20%, 0.9);
        color: #fff;
        content: attr(data-tooltip);
        font-size: 14px;
        line-height: 1.2;
    }

    /* Directions */

    /* Top (default) */
    [data-tooltip]:before,
    [data-tooltip]:after,
    .tooltip:before,
    .tooltip:after,
    .tooltip-top:before,
    .tooltip-top:after {
        bottom: 100%;
        left: 50%;
    }

    [data-tooltip]:before,
    .tooltip:before,
    .tooltip-top:before {
        margin-left: -6px;
        margin-bottom: -12px;
        border-top-color: #000;
        border-top-color: hsla(0, 0%, 20%, 0.9);
    }

    /* Horizontally align top/bottom tooltips */
    [data-tooltip]:after,
    .tooltip:after,
    .tooltip-top:after {
        margin-left: -80px;
    }

    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after,
    [data-tooltip]:focus:before,
    [data-tooltip]:focus:after,
    .tooltip:hover:before,
    .tooltip:hover:after,
    .tooltip:focus:before,
    .tooltip:focus:after,
    .tooltip-top:hover:before,
    .tooltip-top:hover:after,
    .tooltip-top:focus:before,
    .tooltip-top:focus:after {
        -webkit-transform: translateY(-12px);
        -moz-transform: translateY(-12px);
        transform: translateY(-12px);
    }

/* Left */
.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
    bottom: 50%;
    left: 100%;
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
    top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px;
}


#contentnonav {
    padding: 20px;
}

#alert_popover {
	display: block;
	position: fixed;
	bottom: -8px;
	left: 10px;
}

.wrapper-popup {
	display: table-cell;
	vertical-align: bottom;
	height: auto;
	min-width: 350px;
}

.alert_default {
	color: #333333;
	background-color: #f2f2f2;
	border-color: #cccccc;
	padding: 15px;
}

.smalltext {
	font-size: 12px;
}

@media(max-width:767px) { 
	.inner-search {
		left: 2px;
	}

	#nav {
		background: none;
	}

	#nav-inner ul.user li.cpanel a {
		padding-top: 5px !important;
	}

	#nav-inner a {
		background: none;
		font-size: 14px;
	}

	.toglerbtn {
		font-size: 14px !important;
		padding: 0px !important;
		display: block;
	}

	.user {
		display: none !important;
	}

	#howto {
		display: none !important;
	}


	.mobile-menu {
	}

		.mobile-menu ul {
			position: absolute;
			left: 0;
			width: 200px;
			top: 49px;
			z-index: 25;
			background: #e33;
			display: none;
			padding: 15px !important;
		}

			.mobile-menu ul li {
				width: 100%;
				display: block;
				padding: 10px !important;
				float: none !important;
				background: none !important;
				color: #fff !important;
			}

				.mobile-menu ul li a {
					display: block;
					float: none !important;
					color: #fff !important;
				}

	#nav #selectcountry ul {
		padding: 5px !important;
	}

	#nav #selectcountry {
		top: 0;
		left: 200px;
	}

/* Logo sizing - added Nov 4, 2025 for new PNG logo */
.inner-logo img,
#search_banner img[src*="LinkCentre-Logo"],
#search_banner img[src*="link_centre_logo"] {
	max-width: 100%;
	height: auto;
	max-height: 60px;
}
}