/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

.red_bold {
	font-weight: bold;
	color: #CC0000;
}

.green_bold {
	font-weight: bold;
	color: #006600;
}
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; align: center;}
td { vertical-align: top; }

table.people {width: 85%; margin: 0 auto;}
td.people { padding:3px; width:33%;}
td.profile { padding:5px;}

table.webcams {
				width: 100%;
				margin: 0 auto;
				text-align: center;
				}

table.contactus {
				width: auto;
				margin: 0 auto;
				text-align: center;
				}

td.contactus { padding:15px; width:auto;}

.imageframe_contactus
    { background:#ffffff;
    padding:12px;
    border:1px solid #999999;

    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
	border: 12px solid #fff;
	margin: 15px;

    }

.imageframe
    { background:#ffffff;
    padding:12px;
    border:1px solid #999999;

    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
	border: 12px solid #fff;
	margin: 15px 0;
    }

.imageframe_thumbs
    { background:#ffffff;
    padding:2px 2px 2px 2px;
    border:1px solid #999999;

    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
	border: 3px solid #fff;
	margin: 3px 1.5px 3px 1.5px;

    }
/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

body {
	font: 13px/1.5 "droid sans", serif;
	color: #6e6d6b;
}

/*** B MacIsaac - changed line height from 22px ***/
p {	line-height: 18px;}

/*** basic framework type stuff ***/

.container {
	padding-left: 20px;
	padding-right: 20px;
}

.row {
	width: 100%;
	max-width: 1100px;
	min-width: 960px;
	margin: 0 auto;
}

#main {
	background: url(../images/bg.png) repeat-x;
	min-height: 500px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.box {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
	float: left;
	/*padding: 0 2.5% 20px;*/
	margin-bottom: 20px;
}

.box-h {
	margin: 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 5px 5%;
	font-family: "droid sans", sans serif;
	color: #fff;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
	font-size: 17px;
}

.box-h h1 {font-size: 17px;font-family: "Neuton", Georgia, serif;}

.box-h.red {
	background-color: #e17968;
}

.box-h.green {
	background-color: #9dcf63;
}

.box-h.blue {
	background-color: #68b2e1;
	font-weight: normal;
	height: 30px;
}

.box-h.blue h1 {
				font-family: "droid sans", sans serif;
				color: #fff;
				text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
				height: 28px;
				float: left;
				margin: 4px 0 0 0;
				}

.iphone p{margin-bottom: 15px;}

.full-box {padding: 5px 3%;}

a, a:link {
	font: 13px "droid sans", sans serif;
	color:#4a94c7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a.latestnav {
background-color:#4a94c7;
border-radius: 2px;
padding: 5px 10px;
color: #e4f5ff;
font: 13px "droid sans", Sans Serif;
text-align: center;
text-decoration: none;
margin: 3px 6px 0 0;
float: right;
text-shadow: none;
}
a.latestnav:hover { background-color: #418ab6;}

.green content img {
	margin: 100px
}

.button, input[type="submit"].button {
	border-radius: 2px;
	border: 0;
	padding: 5px;
	color: #fff;
	font: 13px "HelveticaNeue Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;

}

.button.red {
	background-color: #e17968;
}

.button.green {
	background-color: green;
}

.button.darkblue {background-color:#37759c;}
.button.darkred {background-color:#a93114;}

h1, h2, h3 {
	font-family: "droid Sans", serif;
	font-weight: normal;
	color: #4a94c7;
}

p {
	color: #6e6d6b;
	margin: 3px 0;
}


.resources-h {
	margin: 0 0 10px 0;
	-webkit-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	width:100%;
	border-radius: 8px;
	border-radius: 8px;
	padding: 8px 10px;
	font: 14px "droid sans", sans serif;
	color: #fff;
	background-color: #68b2e1;

}

.resources-col {
	clear: both;
	margin:0 0 20px 0;
	width: 100%;
	max-width: 1030px;
	}
.resources-col ul {float: left; margin: 0 5% 0 0; padding-left: 45px; list-style-image:url('../images/markerblue.png');}
.resources-col li {margin: 16px 0 0; padding-left: 20px;}
.resources-col li a{font: 15px "droid sans"; color:#7f7f7d;}
.resources-col li a{text-decoration: none;}
.resources-col li a:hover{text-decoration: underline;}


	/* images */

img {max-width: 100%;}

.alignleft {
	float: left;
	margin-right: 25px !important;
}

.alignright {
	float: right;
	margin-left: 25px !important;
}

.frame {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
	border: 12px solid #fff;
	margin: 15px 0;
}


/*** header ***/

.header-container {
	background: url(../images/bg-header.png) repeat-x;
	height: 129px;
	padding-top: 4px;
}

/*** homepage ***/


.home-row {
	max-width: 1050px;
	min-width: 960px;
}

.break-row {
	max-width: 1030px;
	min-width: 960px;
}

.content {
	margin: 5%;
}

.home-sidebar .content {margin: 5%;}

.latest {
	width: 57%;
	max-width: 600px;
	margin-right: 5%;

}

.excerpt {
/*** margin: 30px 0 40px; ***/
	margin: 20px 0 20px;
}

.excerpt:hover {
	background-color: #ffc;
}


.excerpt .thumb {
	float: left;
	width: 22%;
	margin-right: 2%;
}

.excerpt .desc {
	width: 76%;
	float: left;
}


.excerpt .alignleft {
	margin: 0 15px 0 0;
}

.latest .title, .listing .title {
	margin: 0 0 4px 0;
	font: 14px "droid Sans", sans serif;
	color: #4c93c9;
	font-weight: bold;

}



.latest p, .listing p {margin: 0 0 6px 0; color: #9d9d9d;}
.latest .metablock, .listing .metablock {display:block; float:left; width:210px; margin: 0 12px 0 0;}
.latest .b0d472block, .listing .b0d472block {display:block; float:left; width:130px; color:#b0d472; font-weight: bold;}
.latest strong, .listing strong {display:block; margin:0 0 -2px 0; color:#6e6d6b;}

	/* homepage sidebar stuff */

.home-sidebar {
	max-width: 400px;
	width: 38%;
}

input[type="text"] {
	width: 75%;
}

/* Bob MacIsaac - May 14 -  width: 75%;*/
.stayinformed input[type="text"] {
	width: 60%;
	float: left;
	height: 20px;
	margin: 0 10px 0 0;
	border: 1px solid #abbecf;
	padding:4px;
	color: #7a7a7a;
	font: 15px "droid sans", sans serif;
}
.stayinformed .content {margin-top: 5px;}
.stayinformed p {margin: 0 0 10px 0;}
.stayinformed .red {height: 29px;}

.box.askthebroker {
	width: 75%;
	font-weight: normal;
}

/* Bob MacIsaac - May 13 -  added style */
.askthebroker input[type="text"] {
	width: 60%;
	float: left;
	height: 20px;
	margin: 0 10px 0 0;
	border: 1px solid #abbecf;
	padding:4px;
	color: #7a7a7a;
	font: 15px "droid sans", sans serif;
}
.askthebroker textarea#question{
	padding: 5px;
	color: #7a7a7a;
	font: 15px "droid sans", sans serif;
}
.askthebroker .content {margin-top: 5px;}
.askthebroker p {margin: 0 0 10px 0;}
.askthebroker .red {height: 29px;}
/* End Bob MacIsaac - May 13 -  added style */

.iphoneadd ul {margin: 15px 0 28px 0; padding-left: 22px; list-style-image:url('../images/marker.png');}
.iphoneadd li {margin: 10px 0 0 0;}
.iphoneadd p {font-size: 14px;}

.fourdigit {background-color: #68b2e1;}

.fourdigit .content{margin: 0 5%;}

.fourdigit p {margin:7px 0; color: #c5e9ff; float: left; text-align: center;}

.fourdigit p .white {color: #fff; font-weight: bold;}

.fourdigit form {
	float: right;
	width: 195px;
}

.button.darkblue.fourdigit { width:50px; height: 28px; margin:12px 0 0 18px; }
.button.darkred.fourdigit { width:50px; height: 28px; margin:12px 0 0 18px; }

.fourdigit input[type="text"] {
	width: 115px;
	float: left;
	height: 20px;
	margin: 12px 0 0 2px;
	border-style: none;
	padding:4px;
	color: #7a7a7a;
	font: 15px "droid sans", sans serif;
}


/*** catalog ***/

.catRow {
	min-width: 975px;
}

.catalog-row {width: 100%;
			  clear: both;
			  margin: 30px 0 30px 0;
		  	  }

.catalog-row-button {background-color:#abd45a;
					 float: left;
					 border-style: none;
					 padding: 15px;
					 -webkit-border-radius: 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
					color: #fff;
					font-weight: bold;
					margin: 0 0 0 0;
					}

.catalog-row-readout {background-color:#fff6d9;
					  width:43%;
					  padding: 10px;
					  margin-left: auto;
					  margin-right: auto;
					  text-align: center;
					  }

.catalog-row-readout p{float: left;
	                   margin-right:3%;}

.catalog-row-options {float:left;
			}
.catalog-row-options h3 {margin: 0 0 3px 0;}

select.catalog {width: 143px;
				border: 1px solid #4b94c7;
				font: 12px droid sans, arial;
				color:#6d6d6d;

				}
.catalogbox-top {
			background-color: #4b94c7;
			-webkit-border-top-left-radius: 8px;
			-webkit-border-top-right-radius: 8px;
			-moz-border-radius-topleft: 8px;
			-moz-border-radius-topright: 8px;
			border-top-left-radius: 8px;
			border-top-right-radius: 8px;
			-moz-box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
			box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
			float: left;
			width:90%;
			padding: 15px 5%;

			}

.catalogbox-top img {display: block; float: left; margin: 0 35px 0 0;}

.catalogbox-top p {font: 15px "droid sans", arial;
					color: #a4d6f7;
					line-height: 2;
					}
.catalogbox-top h2 {font: 19px "droid sans", arial;
					color: #fff;
					margin: 30px 0 6px 0;
					}
.catalogbox {
	  background-color: #fff;
	  -webkit-border-bottom-right-radius: 8px;
	  -webkit-border-bottom-left-radius: 8px;
	  -moz-border-radius-bottomright: 8px;
	  -moz-border-radius-bottomleft: 8px;
	  border-bottom-right-radius: 8px;
	  border-bottom-left-radius: 8px;
	  -moz-box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.2);
	  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
	  float: left;
      margin-bottom: 20px;
	  width:100%;
				}
.content-catalog {
	padding: 30px;
	margin:20px auto 0 auto;
	width: 90%;
}
.catalog-col {float: left; margin-right: 1.5%}
.catalog-col h3 {margin-bottom:4px;}
.search-box-content {margin: 0 5% 0 7%;}

.catalog-box {
	width: 100%;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}



/*** search ***/

.search-row {
	max-width: 980px;
	min-width: 960px;
}

.listing-search-box-content {margin: 0 5% 0 12%;}

.search-box-content input[type=text]{
	width: 220px;
	height:22px;
	margin: 6px 0 0 0;
	padding:3px 6px;
	border: 1px solid #abbed0;
	color:#6a6a6a;
	}

.listing-search-box-content input[type=text]{
		width: 220px;
		height:22px;
		margin: 6px 0 0 0;
		padding:3px 6px;
		border: 1px solid #abbed0;
		color:#6a6a6a;
		}

.button.darkblue.searchform { width:130px; height: 28px; margin:30px 0 0 0;}
.button.darkred.searchform { width:250px; height: 28px; margin:30px 0 0 0;}

.button.darkblue.idform { width:50px; height: 28px; margin:0px 0 0 0;}
.button.darkred.idform { width:50px; height: 28px; margin:0px 0 0 0;}

.search-box-col {
	min-width: 10%;
	float:left;
	margin:30px 6% 0 0;
}

.search-box-col-button {
	min-width: 10%;
	clear: both;
	float:left;
	margin:30px 6% 0 0;
}

.search-box-col.nomargin{margin:30px 0 0 0;}

.search-box-col-wide {
	/*** width:76%; ***/
	width:50%;
	float: right;
	/*** margin: 30px 0 30px 0; ***/
	margin: 30px 0 30px 0;
}

.listing-search-box-col-wide {
	width:67%;
	clear: both;
	float: left;
	margin: 30px 0 30px 0;
}

.search-box-col-wide p {
	color:#5a92b4; font:12px "droid sans";
}

.listing-search-box-col-wide p {
	color:#5a92b4; font:12px "droid sans";
}

.search-box-col h2 {
	font: bold 14px "droid sans";
	color: #c3d5e1;
	margin:0;
}

.search-box-col ul {
	list-style: none;
	padding: 0;
	margin: 0 45px 0 0;
	float:left;
}

ul.nomargin {margin:0;}

.search-box-col li {
	margin: 18px 0 0 0;
	font: 14px "droid sans";
	color: #5a92b4;

}

.search-box-col p {
	margin: 10px 0 3px 0;
	color: #4a94c7;
}

.search-box-col input[type="select"] {
   width: 200px;
   padding: 5px;
   font-size: 16px;
   height: 24px;
   margin: 0 0 15px 0;
   font: 13px "droid sans";
   color: #4a94c7;
}

.search-box-col input[type="radio"] {
	margin: 0 8px 0 0;
}

.search-box-col input[type="checkbox"] {
	margin: 0 8px 0 0;
}

.search-box.box {
	width: 100%;
}

.search-row .link-list {
	background-color: #68b2e1;
}

.search-row .link-list li {
	display: inline;
	padding: 0 1%;
}

.search-row .link-list a {
	color: #fff;
	font-size: 12px;
}

	/* browse, yellow boxes */

/*.browse-col {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color:#37759b;
	background-color: #ffffff;
	padding: 8px 0 0 0;
	float: left;
	width: 45%;
	margin-right: 20px;
}*/

.browse-col {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(127, 127, 127, .2);
	box-shadow: 2px 2px 2px 2px rgba(127, 127, 127, .2);
	color:#37759b;
	background-color: #FAFFC8;
	padding: 8px 0 0 0;
	float: left;
	width: 45%;
	margin-right: 20px;
}

.browse-col.last {margin-right: 0px;}
.browse-col.pad {margin-left: 10px;}

.browse-col ul {
	list-style-type: none;
	margin-bottom: 25px;
padding: 0 0 0 20px;


}
/* padding: 3px 0; */
.browse-col li {
	/* padding: 3px 0; changed - Bob MacIsaac Jan 29 2013 */
	padding: 0px 0;
	margin: 5px 0 0 0;

}

.browse-col p {color:#37759b;}

.browse-col a {
	color: #37759b;
	text-decoration: none;
	font-size: 13px;
	padding: 0 0 0 15px;
}

.browse-col a:hover {
background-image: url('../images/bluetriangle.png');
	background-repeat: no-repeat;

	background-position: 0 -10px;
	color: #37759b;
	text-decoration: none;
	font-size: 13px;
}

.browse-col a.highlighted {
	background-image: url('../images/bluetriangle.png');
	background-position: 0 -11px;
	color: #37759b;
	background-repeat: no-repeat;
    font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	padding: 0 0 0 15px;
}

.browse-col h3 {
	font: 14px "droid sans", sans serif;
    font-weight: bold;
	color: #4a94c7;
	margin: 15px 0 0 30px;
}

.searchmap {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: white;
	color:#fff;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(127, 127, 127, .2);
	box-shadow: 2px 2px 2px 2px rgba(127, 127, 127, .2);
	width: 478px;
	clear: both;
	float: left;
}

.searchmap a {font: 12px "droid sans", arial;
			  float: right;
			  margin: 0 14px 14px 0;
			 }

.searchmap img {margin: 14px 0 14px 14px;}

.col-container {float: left; width:50%;}

.maxlist-more {text-align: center;
			   margin:0 0 15px 0;
			   background-color: #eedf9c;
			   padding: 10px 0 10px 0;
			   }
.maxlist-more a {margin: -10px 0 0 -15px;}

/*** listing/search results ***/

.listing {
	width: 76%;
	/* padding: 10px 0 50px 0; */
	padding: 0px 0 0px 0;
}

.listing .content {
	margin-left: 10%;
	margin-right: 10%;
}

.listing h1 {
	font: 23px 'Neuton', serif;
	color: #676767;
	letter-spacing:0.5px;
	margin: 0 0 25px 0;
}

/*** single property listing ***/

.listing-container .browse-col {
	width: 22%;
	margin-right: 2%;
}

.browse-col .activeitem {font-weight: bold;}

.single-listing {
	width: 100%;
}

.single-listing .photos {
	float: left;
	width: 32%;
	margin-right: 4%;
}

.single-listing .photos .featured {
	float: left;
	margin: 0 0 5px 0;
}

.single-listing .photos .thumb {
	margin: 5px 5px 5px 0;
}

.single-listing .details {
	width: 64%;
	float: left;
	padding-bottom: 40px;
}

.single-listing .details p {
	text-align: justify;
}

.single-listing .details .details-column-small {
	width: 32%;
	height:30px;
	float: left;
	margin: 20px 1% 50px 0;
	display: block;

}

.single-listing .pricebox {
	clear:both;
	float:left;
	width:100%;
	padding:10px 0px 10px 0px;

}

.single-listing .price {
	font: 14px "droid sans";
	font-weight: bold;
	color:#4a94c7;
	display: inline;
}

.single-listing .price_foreign {
	font: 12px "droid sans";
	font-weight: bold;
	color:#777777;
	float: right;
	display: inline;
}

.single-listing .price_foreign_units {
	font: 12px "droid sans";
	font-weight: bold;
	color:red;
	display: inline;
}

.bold-red {
	font: 12px "droid sans";
	font-weight: bold;
	color:red;
	display: inline;
}

.single-listing .mapbox {
	clear:both;
	float:right;
	margin:5px 0px 25px 0px;
	border: 1px;
	border-style:solid;
	border-color:#000;
}

.single-listing .linkbox {
	display: inline;
	clear:both;
}

.single-listing .linkbox ul{
	list-style: none;
	display: block;
	padding: 0 0 0 0;
}

.single-listing .linkbox li{
	display: block;
	padding: 5px 0 0 0;
}

.single-listing .linkbox a{
	color:#4a94c7;
	text-decoration: none;
}

.single-listing .linkbox a:visited {
	color: #4c4c4c;
	text-decoration: none;
}

.single-listing .linkbox a:hover {
	color: #cc0033;
	text-decoration: underline;
}

.details-column p {
	font: 14px "droid sans" sans serif;
	color:#7a7a7a;
	margin: 0;
}

.details-column p.listlabel, .details-column-nomargin p.listlabel {
	font: 14px "droid sans" sans serif;
	color:#7a7a7a;
	font-weight:bold;
	width: 80%;
	float: left;
	margin:5px 0 0 0;
}

.details-column .listdata, .details-column-nomargin .listdata {
	font: 8px "droid sans" sans serif;
	color:#7a7a7a;
	font-weight:bold;
	width: 80%;
	float: left;
	margin:5px 0 0 0;
}



.details-column ul, .details-column-nomargin ul {
	margin:0;
	list-style: none;
	padding:0;
	display: block;
	}

/*** added BM Aug 20 2013 - was using a <p> tag but generated errors ***/
.details-column li.listlabel, .details-column-nomargin li.listlabel{
	font: 14px "droid sans" sans serif;
	color:#7a7a7a;
	font-weight:bold;
	width: 100%;
	float: left;
	margin:5px 0 0 0;
}

/*** added BM Aug 28 2013 ***/
.single-listing .agent_info {
	clear:both;
}

.single-listing .agent_info a{
	color:#4a94c7;
	text-decoration: none;
}

.single-listing .agent_info a:visited {
	color: #4c4c4c;
	text-decoration: none;
}

.single-listing .agent_info a:hover {
	color: #cc0033;
	text-decoration: underline;
}

.single-listing .address {
	clear:both;
	text-align: center;
	width:100%;
	padding:10px 0px 10px 0px;
	font: 12px "droid sans" sans serif;
}


/*** .details-column change width: 40%; BM Jul 17 2013***/
.details-column li, .details-column-nomargin li {
		margin:0px 0 0 0;
		list-style: none;
		padding:0;
		float: left;
		width: 60%;
		}

.details h3 {
	font: 16px "droid sans", sans serif;
	color:#4a94c7;
	font-weight:bold;
	margin: 10px 0 0 0;
	clear: both;
}
.single-listing .details .details-column {
	width: 45%;
	float: left;
	margin: 0 10% 30px 0;

}

.single-listing .details .details-column-nomargin {
	width: 45%;
	float: left;
	margin: 0 0 30px;
}

.listing-container .details h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 20px;
}


/*** subpage ***/

.subpage-row {
	max-width: 1050px;
}

.subpage-box {
	width: 100%;
}

.subpage-box .content {
	margin-left: 10%;
	margin-right: 10%;
}

.subpage-box h1 {
	font-size: 52px;
	font-weight: normal;
}

/*** Changed May 8 - Bob MacIsaac - margin: 15px 0 15px 0; - line-height: 2;***/
.subpage-box p {
	font-size: 13px;
	line-height: 1.25;
	margin: 0px 0 10px 0;
}

/*** main nav ***/

.logolink {display: block;
	       width: 205px;
	       float: left;
		   margin: -85px 0 0 0;
		   }


ul.main-nav  {list-style: none;
	          margin-top: 85px;
	          /*** position: relative; - added Homezilla ad banners ***/
	          position: relative;
	/*float: right;*/
			  }

 /*** #header-ad - added Homezilla ad banners ***/
#header-ad {
    position: absolute;
    right: 0;
    top: -90px;
	}


ul.main-nav li { float: right;
	/*display: inline*/ }
ul.main-nav li a {display: block;
				 float: right;
				 height: 37px;
				 padding: 7px 30px 0 30px;
				 background-image: url('../images/nav-border.png');
				 background-repeat: no-repeat;
				 text-align: center;
				 font:13px "droid sans";
				 color: #cdebff;
  				 text-decoration: none;
				}

ul.main-nav li a:hover {color: #68b2e1;}

/*** footer ***/

.footer-container {
	background-color: #336699;
	min-height: 225px;
	padding-top: 15px;
	clear: both;
}

.footer-container-home {
	background-color: #336699;
    background-image: url('../images/footer-bg-home.png');
    background-repeat: repeat-x;
	min-height: 128px;
	padding-top: 30px;
}

.footer-col {
	float: left;
	width:20%;
}

.footer-col-front {
	clear: both;
	width:100%;
	padding-top: 15px;
}

.footer-col-front p {
	color: #c5def7;
	font-size: 11px;
	margin: 0 0 12px 5%;
	line-height: 15px;
	text-align: center;
}

.footer-col-front a {color:#72beee; font: 11px "droid sans";}
.footer-col-front a:hover {text-decoration: none;}

.footer-col-logo {

	width:100%;
}

.footer-col p {
	color: #c5def7;
	font-size: 11px;
	margin: 0 0 12px 5%;
	line-height: 15px;
	text-align: center;
}

.footer-col a {color:#72beee; font: 11px "droid sans";}
.footer-col a:hover {text-decoration: none;}

.footer-col-logo img {float: left; margin-right: 2%;}

.box.iphone {
	width: 35%;
	margin-left: 40px;
	height: 160px;
	float: right;
}

.box.iphone-footer {
	width: 35%;
    height: 160px;
	margin-left: 40px;
	float: right;
}

.box.iphone-footer ul { font: 12px "droid sans";
 						line-height: 12px;
					   	color: #6a6a6a;
						width:32%;
						display:block;
						float: left;
						margin:8px 20px 0 0;
						}

.box.iphone-footer li {
	font: 11px 'droid sans', sans serif;
	color:#6a6a6a;
	margin: 5px 0 0 0;}
.iphone-footer .content {margin:0; padding:0;}

.iphone-footer img {float: left; margin:0;}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

/* single listing page special case */
@media only screen and (max-width: 1141px) {

.single-listing .photos {
	width: 160px;
}

.single-listing .photos .featured {
	width: 152px;
}

.single-listing .photos .thumb {
	margin-right: 5px;
}

.single-listing .details {width: 70%;}

}

@media only screen and (max-width: 1023px) {

body {
	font-size: 0.8em;
	/*line-height: 1.5em;*/
	}

}



@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
/* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
/*  a[href]:after { content: " (" attr(href) ")"; } */
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/* ==|== added Bob Macisaac ======================================================= */

.legal {
	font: 14px "droid sans", sans serif;
	color: #4a94c7;
	margin: 10px 0 0 10px;
}

#temp_table
{
font: 14px "droid sans", sans serif;
width:100%;
border-collapse:collapse;
}
#temp_table td
{
font: 14px "droid sans", sans serif;
border:1px solid #cccccc;
padding:3px 7px 2px 7px;
}
#temp_table th
{
font: 14px "droid sans", sans serif;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#cccccc;
color:#ffffff;
}
#temp_table tr.alt td
{
color:#000000;
background-color:#cccccc;
}

/* Pagination */

ul.pagination{
	margin:0px;
	padding:0px;
	height:100%;
	overflow:hidden;
	font:10px 'Tahoma';
	list-style-type:none;
}

ul.pagination li.details{
    padding:4px 10px 0px 0px;
    font-size:12px;
    color:#888888;
}

ul.pagination li.dot{padding: 3px 0;}

ul.pagination li{
	float:left;
	margin:0px;
	padding:0px;
	margin-left:5px;
}

ul.pagination li:first-child{
	margin-left:0px;
}

ul.pagination li a img{
	border:none;
}

ul.pagination li a
{
	color:#FFFFFF;
	border-radius:3px;
	display:block;
	text-decoration:none;
	font-size:10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#474747;
	border:solid 1px #B6B6B6;
	padding:4px 4px 4px 4px;
	background:#E6E6E6;
	background:-moz-linear-gradient(top,#FFFFFF 1px,#F3F3F3 1px,#E6E6E6);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FFFFFF),color-stop(0.02,#F3F3F3),color-stop(1,#E6E6E6));
}

ul.pagination li a:hover,
ul.pagination li a.current
{
	background:#FFFFFF;
}

.new {
	font-size: 12px;
	font-weight: lighter;
	color: red;
	font-style: italic;
}

.price {
	font-size: 12px;
	font-weight: lighter;
	color: red;
	font-style: italic;
}

.sold {
	font-size: 12px;
	font-weight: lighter;
	color: red;
	font-style: italic;
}

.offer {
	font-size: 12px;
	font-weight: lighter;
	color: red;
	font-style: italic;
}

.adjusted {
	font-size: 12px;
	font-weight: lighter;
	color: red;
	font-style: italic;
}

.new_construction {
	font-size: 12px;
	font-weight: lighter;
	color: red;
	font-style: italic;
}

.has_video {
	font-size: 12px;
	font-weight: lighter;
	color: red;
	font-style: italic;
}

.exclusive {
	font-size: 12px;
	font-weight: lighter;
	color: red;
	font-style: italic;
}

<!-- Feature page table -->

table.featuretable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.featuretable td {
	border-width: 1px;
	padding: 8px;

	background-color: #ffffff;
	text-align:center;
}

.results_tw_number {
	font-size:11px;
	color:#666666;
	float: right;
	display: inline;
	font-weight: normal;
}
