/**
 * colors
 */
.body-background-color { background: #008579; }
.body-background-color-print { background: #ffffff; }
.default-background-color {background-color: #ffffff;}
.content-title-color {color: #190D55; font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
.content-highlight {background-color: #25768b;}
.seo-text-color {color: #000000; }
.property-search-background-color {background-color: #ffffff;}
.disabled-color {color: #666666;}
.navy {color: #000080};
.white-text {color: #ffffff;}
.red-text {color: #ff0000;}
.search-nav-image {background: #190D55;}
.error {
	color: red;
	font-size: 10px;
	font-weight: bold;
}
.search-result-background {background-color: #faf3d0;}
.search-result-title-background {background-color: #f1e3ac;}

/**
 * fonts
 */
.default-font {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: 300;
}
.font-normal {font-size: 16px; padding-bottom: 10px;}
/* .font-smaller {font-size: 10px;} */
.font-smallest {font-size: 9px;}
.bold {font-weight: 700;}
.light-bold {font-weight: 600;}

.search-result-title-font {
	font-weight: bold;
	color: #190D55;
}

/**
 * borders
 */
.page-border { border: 3px solid #cad8ca; }
.border-thin-black {border: 1px solid #000000;}
.border-property-search {border:1px solid #B3E0E0;}
.border-3d {
	border:1px solid #ffffff;
	border-right-color:#c0c0c0;
	border-bottom-color:#c0c0c0;
}
.border-search-result-image {border: 3px solid #190D55;}

/**
 * links
 */
.category-link {
	padding-bottom: 5px;
	font-size: 10px;
	font-weight: 700;
}

/**
 * Styles
 */
.group-heading-left {
	color:#ffffff;
	background-color: #190D54;
	font-weight: 700;
	font-size: 12px;
	text-align: left;
}
.group-heading-center {
	color:#ffffff;
	background-color: #190D54;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
}
.group-heading-no-bkg {
	color: #85abd8;
	text-align: center;
	font-weight: 600;
}

/* Specials Panel (default.php page) */
#specPanelContainer { /* container for the specials */
	float: right;
	background:#FAF3D0;
	width:165px;
	text-align:center;
	margin-left: 5px;
	margin-right: 3px;
}
#specPanelContainer h2 { /* heading of the specials container that says "Specials" */
	font-weight:600;
	color: #190d55;
	margin:0;
	padding:7px 5px;
	background:#FAF3D0;
	font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
#specImg {  /* the container that the specials images are rotated through */
	border:3px solid #190d55;
	margin:2px;
}
#specBody {  /* the container where the property name is displayed right below the img */
	text-align: center;
	padding: .2em 0 .2em 0;
	height: 2.2em;
	overflow: hidden;
}
#specName {  /* the name of the property */
	color:#190d55;
	font-weight:600;
    font-family: Arial, Helvetica, sans-serif;
}
#navBox{  /* container of the navigation controls */
	background:#efe4b5;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#navBox img{ /* img container of each of the navigation controls */
	padding-top: 2px;
}
#specText{ /* box containing the description of the special */
	border-top:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	padding:5px;
	height: 13.5em;
	text-align:left;
	overflow: hidden;
}
#moreInfo{ /* bottom container with the More Info... link */
	padding:5px;
	background:#FAF3D0;
}
#moreInfo a {
    color: #190d55;
}
/* end: specials panel */

/**** begin: popup panel ****/
.popupPanel {
	border:3px solid #25768b;
	width: 400px;
	text-align:center;
	position:absolute;
	top: -9999px;
	left:-9999px;
	z-index:100;
}
.popupPanelHeader {
	border-top: 2px solid #90b397;
	background-color: #90b397;
	font-weight:700;
	color: #000000;
	text-align:center;
	background: #190D55;
}
.popupPanelBody {
	border-top: 1px solid #90b397;
	background-color: #ecf9ed;
	font-weight:300;
	color: #000000;
	text-align:left;
}
.popupPanelFooter {
	border-top: 1px solid #90b397;
	background-color: #cfe2d1;
	color: navy;
	text-align:center;
}
/**** end: popup panel ****/
