/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; }

/*start here after reset*/
#content ul { margin: 1em 2em; }
p { margin: 1em 0 1em 0; }
body {
	font: 12px "Trebuchet MS", "Times New Roman", Times, serif;
	text-align: center;
	background: url(../images/bg3_x.gif) repeat-x #120d42;
}
a img { border: none; }
#container {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 1200px;
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg3_content_y.gif) repeat-y;
	width: 882px;
}
#top {
	background: url(../images/bg3_logo_banner.gif) no-repeat;
	width: 882px;
	height: 194px;
}
#top > a {
	width: 882px;
	height: 139px;
	display: block;
	text-decoration: none;
}
#top > a span { visibility: hidden; }
.address {
	float: right;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	color: #2F3136;
	background: #f6efd7;
	padding: 6px 15px 0 0;
	margin: 0 17px 0 0;
}
.address a {
	color: #2F3136;
	text-decoration: underline;
	background: none;
	display: inline;
	width: auto;
	height: auto;
	aspect-ratio: auto;
}
.address a:hover { text-decoration: underline; }
.menu {
	position: relative;
	top: -55px;
	color: #fff;
	background: #cc9933;
	font-size: 14px;
	text-align: center;
	width: 882px;
	height: 30px;
	line-height: 30px;
}
.menu li {
	margin: 0;
	display: inline;
	list-style-type: none;
	padding: 0 8px;
}
.menu a:link, .menu a:visited {
	color: #fff;
	background: #cc9933;
	text-decoration: none;
}
.menu a:hover, .menu a:active { color: #01356f; }
.menu a:active { position: relative; top: 1px; }
.menu a:hover { text-shadow: 1px 1px 2px #999; }
.menu a {
	text-decoration: none;
	color: #ffa300;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
/************************************************/

.nav { width: 882px; }
.nav li {
	position: relative;
	float: left;
	height: 10px;
	padding: 0 10px 22px 32px;
	margin: 0;
	list-style: none;
	color: #ffffff;
	background: #cc9933;
	text-align: left;
	font-weight: bold;
	border: none;
}
.nav ul {
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
	z-index: 100;
}
.nav ul li ul {
	left: 100%;
	top: 0;
	margin: 0;
}
ul li:hover ul { display: block; }
.sales li {
	width: 150px;
	height: 30px;
	text-align: left;
	padding: 0 0 0 2px;
	margin-left: -2px;
	margin-top: 1px;
}
.prop li {
	width: 150px;
	height: 30px;
	text-align: left;
	padding: 0 0 0 2px;
	margin-left: -2px;
	margin-top: 1px;
}

#content {
	float: left;
	font: normal 12px "Trebuchet MS", "Times New Roman", Times, serif;
	line-height: 28px;
	margin: -25px 18px 0 17px;
	width: 847px;
	color: #000;
}
#content a:link, #content a:visited { color: #120d42; }
#content a:hover, #content a:active {
	background-color: #120d42;
	color: #fff;
	text-decoration: none;
}

.main {
	color: #4f4f47;
	font-weight: normal;
	float: right;
	width: 500px;
	padding: 0 20px;
}

.sidecm {
	text-align: left;
	background: #E3EDF7;
	color: #000;
	float: left;
	width: 277px;
	padding: 0 10px;
	line-height: 18px;
	font-style: italic;
	min-height: 557px;
}

h1 {
	font: normal 24px Arial, Helvetica, sans-serif;
	padding: .5em 0 0.5em 0;
	border-bottom: 1px solid #8E7A3B;
	color: #000;
	text-transform: uppercase;
}
h2 {
	font: normal 22px Arial, Helvetica, sans-serif;
	padding: .5em 0 0.5em 0;
	color: #000;
}
h3 { font-size: 18px; }
.bluebox {
	background: #a6c4e0;
	width: 480px;
	margin: 10px;
}
#footer {
	clear: both;
	width: 882px;
	padding: 12px 17px;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	color: #4f4f47;
}
#footer p { margin: 0; }
#footer a { color: #4f4f47; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#copyright {
	padding: 15px;
	color: #fff;
	font-size: 10px;
	text-align: center;
}
#copyright a { color: #fff; background: #000; }

img.floatimageleft { float: left; }
img.floatimageright { float: right; }

/* Layout properties for FAQ question */
.question {
	font-weight: bold;
	cursor: pointer;
	padding-top: 10px;
}
.answer {
	border: 1px solid #555555;
	padding: 3px;
	width: 480px;
	background-color: #E3EDF7;
	display: none;
}

.home td { padding: 12px; }
.testimonialsnames { font-size: 16px; }

#vlightbox1, #vlightbox2 {
	text-align: center;
	margin: 10px 0;
}
#vlightbox1 a, #vlightbox2 a {
	display: inline-block;
	margin: 4px;
}
#vlightbox1 img, #vlightbox2 img {
	max-width: 110px;
	height: auto;
}

/* --- Mobile responsiveness (added during migration) --- */
@media (max-width: 920px) {
	#container, #wrapper, #top, .menu, .nav, #content, #footer {
		width: 100%;
		max-width: 882px;
		box-sizing: border-box;
	}
	#container { margin-top: 0; }
	/* Remove the blue/tan split gif — just show the tan background */
	#wrapper { background: #f6efd7; }
	#top {
		background: #f6efd7;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	#top > a {
		width: 100%;
		height: auto;
		aspect-ratio: 882 / 139;
		background: url(../images/bg3_logo_banner.gif) no-repeat center top;
		background-size: 100% auto;
		overflow: hidden;
	}
	.address {
		float: none;
		display: block;
		text-align: center;
		margin: 0;
		padding: 8px 10px;
		font-size: 13px;
	}
	.nav, .menu {
		position: static;
		top: auto;
		height: auto;
		line-height: 1.4;
		padding: 8px 0 3px 0;
		display: flex;
		flex-wrap: wrap;
	}
	.nav > li {
		float: none;
		display: block;
		height: auto;
		width: 50%;
		padding: 8px 12px;
		text-align: center;
		box-sizing: border-box;
	}
	.nav ul {
		position: static;
		display: block;
		width: 100%;
		background: #b58629;
	}
	.nav ul li {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 6px 12px;
	}
	.sales li, .prop li {
		width: auto;
		height: auto;
		padding: 6px 12px;
		margin: 0;
		text-align: center;
	}
	#wrapper > br { display: none; }
	#content {
		margin: 0;
		line-height: 22px;
		/* Enable reordering of text vs. photo sidebar */
		display: flex;
		flex-direction: column;
	}
	/* Text section first, photo sidebar second */
	.main { order: 1; }
	.main > *:first-child { margin-top: 0.3em; }
	.sidecm {
		order: 2;
		/* Match tan background instead of showing blue */
		background: #f6efd7;
	}
	.sidecm, .main {
		float: none;
		width: 100%;
		min-height: 0;
		padding: 10px 16px;
		box-sizing: border-box;
	}
	.sidecm img, .main img, #content img { max-width: 100%; height: auto; }
	.bluebox, .answer { width: auto; max-width: 100%; box-sizing: border-box; }
	table { width: 100% !important; }
	iframe { max-width: 100%; }
}
