@charset "UTF-8";

@font-face {
    font-family: Merriweather Sans;
    src: url(../../fonts/MerriweatherSans-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(../../fonts/Montserrat-Regular.ttf);
}

body {
	background: #ffffff;
}

body, h1, h2 {
	margin: 0;
	padding: 0;
}

body, p, th, td {
	font-family: Merriweather Sans;
	font-weight: lighter;
	font-size: 10pt;
	line-height: 18pt;
}

h1 {
	font-family: Montserrat;
	font-weight: normal;
	font-size: 24pt;
	line-height: 24pt;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center;
}

h2 {
	font-family: Montserrat;
	font-weight: lighter;
	font-size: 11pt;
	line-height: 24pt;
	text-transform: uppercase;
	letter-spacing: .25em;
}

h3 {
	font-family: Merriweather Sans;
	font-weight: lighter;
	font-size: 14pt;
	line-height: 24pt;
}

h4 {
}

h5 {
	margin: .5em 0 0 0;
	font-family: Merriweather Sans;
	font-weight: lighter;
	font-style: italic;
	font-size: 10pt;
	line-height: 12pt;
}

h6 {
	margin: 0;
	font-family: Merriweather Sans;
	font-weight: lighter;
	font-size: 8pt;
	line-height: 12pt;
}

/* Main Sections */

#theatre {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #aed0c8;
}

#stage {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #2e3192;
}

#navMobile {
	display: none;
}

#navStage {
	display: block;
}

#navbar {
	margin: 0 auto;
	padding: 0;
	width: 60em;
	height: 6em;
}

#header {
	margin: 0 auto;
	padding: 0;
	width: 60em;
	height: 24em;
	background: url(https://www.dianewilliamsco.com/images/slides/image01.jpg) no-repeat center center;
	background-size: cover;
}

#headerContact {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 24em;
	background: url(https://www.dianewilliamsco.com/images/slides/image03.jpg) no-repeat center center;
	background-size: cover;
}

#main {
	margin: 0 auto;
	padding: 3em 0;
	width: 60em;
	min-height: 12em;
	text-align: center;
}

#mainProperties {
	margin: 0 auto;
	padding: 3em 0;
	width: 90%;
	min-height: 12em;
	text-align: center;
}

#directContainer {
	position:relative;
	width:100%;
	height:600px;
}
#contactMain {
	margin: 0 auto;
	padding: 3em 0;
	width: 60em;
	min-height: 12em;
	text-align: center;
}

#contactAddress {
	float: left;
	margin: 5em 0 0 0;
	padding: 0;
	width: 18em;
}

#contactMap {
	float: right;
	margin: 5em 0 0 0;
	padding: 0;
	width: 20em;
	height: 24em;
	overflow: hidden;
}

#signup {
	margin: 0 auto;
	padding: 0;
	width: 60em;
	height: 6em;
	overflow: hidden;
}

#aux {
	margin: 1em auto;
	padding: 0;
	width: 60em;
	min-height: 12em;
}

#footer {
	margin: 0 auto;
	padding: 2em 0;
	width: 60em;
	min-height: 8em;
	color: #aed0c8;
}

/* Navigation */

#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 20em;
	height: 6em;
	background: url(../../images/logo.png) no-repeat center center #aed0c8;
}

#navigation {
	float: left;
	margin: 0;
	padding: 0;
	width: 40em;
	height: 6em;
	background: #2e3192;
	overflow: hidden;
}

#navigation ol {
	list-style: none;
	margin: 2.25em 0 0 2.25em;
	padding: 0;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0 1.25em;
}

#navigation a {
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}

#navigation a:hover {
	color: #aed0c8;
}

body#home a#homeNav,
body#properties a#propertiesNav,
body#completed a#completedNav,
body#services a#servicesNav,
body#aboutus a#aboutusNav,
body#contact a#contactNav {
	color: #aed0c8;
}

/* Recent Successes */

#recent {
	font-size: 12pt;
	text-align: center;
	color: #aed0c8;
}

#recent h1 {
	padding: 1em 0;
}

#recentSuccesses {
	margin: 0 auto;
	width: 48em;
	height: 10em;
}

#recentSlides {
	float:left;
	margin: 0;
	width: 30em;
	height: 10em;
	background-image:url(https://www.dianewilliamsco.com/images/slides/image01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#recentText {
	float: left;
	margin: 0;
	padding: 1em;
	width: 19.5em;
	height: 10em;
	background: #ffffff;
	font-size: 10pt;
	color: #000000;
	z-index: 9999;
}

.recentStatus {
	text-transform: uppercase;
	font-weight: bold;
	color: #ff0000;
}

/* Signup Form */

#signup {
	display: none;
	font-size: 12pt;
	text-align: center;
	color: #aed0c8;
}

#signupForm {
	margin: 1.75em 0;
	padding: 0;
}

#signupForm input {
	margin: 0 0 0 1em;
	padding: 0 1em;
	width: 12em;
	height: 3em;
	overflow: hidden;
	border: 1px solid #2e3192;
	border-top-left-radius: .5em;
	border-bottom-left-radius: .5em;
	background: #ffffff;
	font-family: Merriweather Sans;
	font-size: 10pt;
}

#signupForm button {
	margin: 0 0 0 -1px;
	padding: 0 1em;
	width: 6em;
	height: 3em;
	overflow: hidden;
	border: 1px solid #aed0c8;
	border-top-right-radius: .5em;
	border-bottom-right-radius: .5em;
	background: #aed0c8;
	font-family: Merriweather Sans;
	font-weight: lighter;
	font-size: 10pt;
	text-align: center;
	color: #2e3192;
	cursor: pointer;
}

#signupForm button:hover {
	background: #2e3192;
	color: #aed0c8;
}

/* Contact Form */

#contactForm {
	float: left;
	margin: 0;
	padding: 0 0 3em 0;
	width: 20em;
	z-index: 999;
}

label {
	text-transform: uppercase;
}

input, textarea {
	margin: 0;
	padding: .5em;
	width: 15em;
	border-radius: .25em;
	border: 0;
	font-family: Merriweather Sans;
	font-weight: lighter;
	font-size: 12pt;
	color: #2e3192;
	-webkit-box-shadow: inset 2px 2px 4px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 2px 2px 4px 2px rgba(0,0,0,0.2);
	box-shadow: inset 2px 2px 4px 2px rgba(0,0,0,0.2);
}

.apple {
	display: none;
}

/* Aux - Testimonials */

#aux ol {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

#aux li {
	float: left;
	margin: 0 0 1em 1em;
	padding: 1em;
	width: 26.5em;
	border-radius: .5em;
	background: rgba(0,0,0,0.1);
}

/* Footer */

#footer ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	float: left;
	margin: 0;
	padding: 1em 2em;
	width: 15em;
	overflow: hidden;
	border-left: 1px solid #aed0c8;
}

#footer li:first-child {
	border-left: 0px;
}

#social {
	float: right;
	display: inline-block;
	margin: 0 auto;
	padding: 0 1em 0 0;
}

#address {
	margin: 0;
	padding: 0 0 1.25em 3em;
	background:url(../../images/icons/address.png) no-repeat left top;
}

#phone {
	margin: 0;
	padding: 0 0 2em 3em;
	background:url(../../images/icons/phone.png) no-repeat left top;
}

#email {
	margin: 0;
	padding: 0 0 1em 3em;
	background:url(../../images/icons/email.png) no-repeat left top;
}

/* Table */

#divTable {
	margin: 1em auto;
	padding: 0;
	width: 60em;
	font-family: Merriweather Sans;
	font-weight: lighter;
	color: #2e3192;
}

#divTableHead {
	margin: 0;
	padding: .5em 0;
	height: 2em;
	background: #2e3192;
	overflow: hidden;
	font-family: Montserrat;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #aed0c8;
	cursor: none;
}

#propertyFilter {
	float: right;
	margin: -1.8em .5em 0 0;
	padding: 0;
	width: 10em;
	overflow: hidden;
	text-align: right;
	z-index:999;
}

#divRow {
	margin: 0;
	padding: 1em 0;
	overflow: hidden;
	border-bottom: 1px solid #2e3192;
	cursor: pointer;
}

#divRow:hover {
	background: #f9f2d8;
}

#divTable ol {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1em;
}

#divTable li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}

.col01 {
	margin-left: 1em;
	width: 16em;
	overflow: hidden;
}

.col02 {
	width: 7em;
	overflow: hidden;
}

.col03 {
	width: 10em;
	overflow: hidden;
}

.col04 {
	width: 24em;
	overflow: hidden;
}

.col05 {
	width: 1.25em;
	height: 1.25em;
	background: url(../../images/icons/picture.png) no-repeat left bottom;
	overflow: hidden;
}

.leasedSold {
	font-family: Montserrat;
	font-weight: bold;
	text-transform: uppercase;
	color: #c00;
}

/* Data Sheet */

#paper {
	margin: 0 auto;
	padding: 0;
	width: 504pt;
	max-height: 720pt;
	overflow: hidden;
	z-index: 100;
}

@media print {
    #paper { width: 7in; height: 9.5in; }
}

#paper_test {
	margin: 0 auto;
	padding: 0;
	width: 504pt;
	max-height: 720pt;
	overflow: hidden;
	border: 800px solid #ffffff;
}

#dataHeader {
	margin: 0;
	padding: 0;
	width: 504pt;
	height: 72pt;
	overflow: hidden;
	background: #aed0c8;
}

#dataLogo {
	float: left;
	margin: 0;
	padding: 0;
	width: 200pt;
	height: 72pt;
	overflow: hidden;
	background: #aed0c8;
}

#logoImage {
	margin: -72pt 0 0 0;
	z-index: 9999;
}

#dataTitle {
	float: left;
	margin: 0;
	padding: 0;
	width: 304pt;
	height: 72pt;
	overflow: hidden;
	background: #2e3192;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
}

#dataTitle p {
	margin: 0;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	line-height: 24pt;
}

#dataTitle p:first-child {
	font-size: 16pt;
}

#titleText {
	margin: -60pt auto 0 auto;
	z-index: 9999;
}

#dataPhoto {
	margin: 0;
	padding: 0;
	width: 504pt;
	height: 288pt;
	overflow: hidden;
	background: #aed0c8;
}

#dataComment {
	margin: 0;
	padding: 0;
	width: 504pt;
	height: 31pt;
	overflow: hidden;
	background: #2e3192;
	text-align: center;
}

#dataComment p {
	margin: 0;
	padding: 14pt 0;
	font-family: Arial;
	font-weight: bold;
	font-size: 18pt;
	text-transform: uppercase;
	color: #ffffff;
}

#commentText {
	margin: -38pt auto 0 auto;
	z-index: 9999;
}

#dataMain {
	margin: 0;
	padding: 0;
	width: 504pt;
	height: 216pt;
	overflow: hidden;
}

#dataFeatures {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 200pt;
	height: 216pt;
	overflow: hidden;
	background: #aed0c8;
	color: #2e3192;
}

#featuresText {
	clear: both;
	margin: -216pt 0 0 18pt;
	z-index: 9999;
}

#dataFeatures h4 {
	margin: 0;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5pt;
}

#dataFeatures ul li {
	display: list-item;
	list-style: square outside none;
	padding: 0;
}

#dataFeatures ul {
	margin: 0;
}

#dataFeatures li {
	margin: 0 0 0 -3.2em;
	font-family: Arial;
	font-size: 11pt;
	color: #2e3192;
}

#dataFeatures li:first-child {
	margin-top: .5em;
}

#dataMap {
	float: right;
	margin: 0;
	padding: 0;
	width: 304pt;
	height: 216pt;
	overflow: hidden;
}

#dataFooter {
	margin: 0;
	padding: 0;
	width: 504pt;
	height: 36pt;
	overflow: hidden;
	background: #ffffff;
	text-align: center;
}

#dataFooter p {
	margin: 0;
	padding: 16pt 0 0 0;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	letter-spacing: 1pt;
	color: #ffffff;
}

#footerText {
	margin: -48pt auto 0 auto;
	z-index: 9999;
}

#disclaimerText {
	margin: 0pt auto 0 auto;
	font-family: Arial;
	font-size: 4pt;
	line-height:5pt;
	color: #fff;
	z-index: 99999;
}

#dataFooter_test {
	margin: 0;
	padding: 0;
	width: 504pt;
	height: 0;
/*	overflow: hidden; */
/*	background: #ffffff; */
	border-top: 48pt solid #2e3192;
}

#dataFooter_test p {
	margin: 0;
	padding: 16pt 0;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
	letter-spacing: 1pt;
	color: #999999;
}

#footerText_test {
	margin: -33pt 0 0 0;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
	letter-spacing: 1pt;
	text-align: center;
	color: #ffffff;
}

#undercoat {
	position: static;
	margin: 0;
	padding: 0;
	top: 0;
	width: 504pt;
	height: 48pt;
	z-index: 9991;
}

#topcoat {
	position: static;
	margin: -48pt 0 0 0;
	padding: 0;
	top: 0;
	width: 504pt;
	height: 48pt;
	z-index: 9992;
}

#viewMore {
	float: right;
	position: fixed;
	margin: 0;
	padding: 9px;
	top: 144px;
	right: 0;
	width: 108px;
	background: #2e3192;
	color: #aed0c8;
	font-family: Merriweather Sans;
	font-size: 10pt;
	line-height: 15pt;
	border-top: 1px solid #2e3192;
	border-left: 1px solid #2e3192;
	border-bottom: 1px solid #2e3192;
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
	cursor: pointer;
	z-index: 999999;
}

#viewMore:hover {
	background: #aed0c8;
	color: #2e3192;
}

/* Elements */

#button {
	display: inline-block;
	margin: 1em auto 0 auto;
	padding: .5em 2em;
	background: #2e3192;
	border: 1px solid #2e3192;
	border-radius: .5em;
	color: #aed0c8;
	text-transform: uppercase;
	letter-spacing: .2em;
	cursor: pointer;
}

#button:hover {
	background: #aed0c8;
	color: #2e3192;
}

#button a {
	text-decoration:none;
	color: #aed0c8;
}

#button a:hover {
	color: #2e3192;
}

/* Mobile */

#desktop {
	display: block;
}

#mobile {
	display: none;
}

#helpIcon {
	display: block;
	position: fixed;
	margin: 0;
	padding: 7px 0 0 18px;
	top: 36px;
	right: 0;
	width: 144px;
	height: 81px;
	background: #CF440E;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	cursor: pointer;
	color: #ffffff;
}

#helpIcon:hover {
	background: #02B0FB;
}

#helpIcon p {
	font-size: 8pt;
	line-height: 10pt;
}

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

	#desktop {
		display: none;
	}
	
	#mobile {
		display: block;
	}
	
	#header {
		width: 414px;
		height: 24em;
	}

	#recentSuccesses {
		width: 100%;
		height: 20em;
	}

	#recentSlides {
		width: 100%;
		height: 10em;
	}

	#recentText {
		margin-top: 0;
		width: 100%;
		height: 10em;
	}

	#contactMain {
		width: 20em;
	}
	
	#contactAddress {
		display: none;
	}
	
	#contactMap {
		display: none;
	}
	
	#navStage {
		display: none;
	}

	#navMobile {
		display: block;
		width: 100%;
		height: 6em;
		background: url(../../images/logo_mobile.svg) no-repeat center center #2e3192;
	}
	
	#menuNav {
		margin: 2em 0 0 0;
		padding: 0;
		width: 13em;
		z-index: 9999;
	}

	#main {
		width: 20em;
	}
	
	#main h2 {
		line-height: 16pt;
	}

	#signup {
		width: 20em;
		height: 8em;
	}

	#aux {
		width: 20em;
	}

	#aux li {
		float: none;
		margin: 0 auto;
		width: 18em;
	}

	#footer {
		width: 414px;
	}

	#footer li {
		float: none;
		width: 380px;
		border-left: 0px;
	}

	#social {
		float: none;
	}

	#address {
		margin: 0 auto;
	}

	#phone {
		margin: 0 auto;
	}

	#email {
		margin: 0 auto;
	}
	
	.mobileMenu {
		float: left;
		margin: 0;
		padding: 0;
		height: 2em;
		width: 2em;
		border-top-left-radius: .25em;
		border-bottom-left-radius: .25em;
		border-top: 1px solid #2e3192;
		border-left: 1px solid #2e3192;
		border-bottom: 1px solid #2e3192;
		background: url(../../images/buttons/navMobile.jpg) no-repeat center center #aed0c8;
		cursor: pointer;
	}
	
	.menu {
		float: left;
		margin: 0;
		padding: 0;
		width: 10em;
		overflow: hidden;
		border-bottom-left-radius: .25em;
		border-top: 1px solid #2e3192;
		border-left: 1px solid #2e3192;
		border-bottom: 1px solid #2e3192;
		background: #aed0c8;
	}
	
	.menu ol {
		margin-left: 0;
		list-style: none;
	}
	
	.menu li {
		margin-left: -1.5em;
		padding: .5em;
	}
	
	.menu a {
		text-decoration: none;
		text-transform: uppercase;
		color: #2e3192;
	}

	#divTable {
		width: 90%;
	}

	#divTableHead {
		display: none;
	}
	
	#divRow {
		width: 28em;
		height: 4em;
		overflow: visible;
		font-size: 9pt;
		border-top: 1px solid #2e3192;
		border-bottom: 0;
	}

	.col01 {
		margin-left: 0;
		width: 21em;
	}

	.col02 {
		display: none;
	}

	.col03 {
		width: 6em;
	}

	.col04 {
		width: 20em;
		overflow: visible;
		text-align: center;
	}

	.col05 {
		display: none;
	}

	body#home a#homeNav,
	body#properties a#propertiesNav,
	body#completed a#completedNav,
	body#services a#servicesNav,
	body#aboutus a#aboutusNav,
	body#contact a#contactNav {
		color: #2e3192;
	}

	.hiddenDiv {
		position: fixed;
		top: .25em;
		right: -11em;
		-moz-transition: right 1s ease-in-out 0.2s;
		-ms-transition: right 1s ease-in-out 0.2s;
		-0-transition: right 1s ease-in-out 0.2s;
		-webkit-transition: right 1s ease-in-out 0.2s;
		transition: right 1s ease-in-out 0.2s;
	}

	.visibleDiv {
		position: fixed;
		top: .25em;
		right: -1em;
		-moz-transition: right 1s ease-in-out 0.2s;
		-ms-transition: right 1s ease-in-out 0.2s;
		-0-transition: right 1s ease-in-out 0.2s;
		-webkit-transition: right 1s ease-in-out 0.2s;
		transition: right 1s ease 0.2s;
	}
	
	#helpIcon {
		display: none;
	}
}

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

	#desktop {
		display: none;
	}
	
	#mobile {
		display: block;
	}
	
	#header {
	width: 24em;
	height: 24em;
	}

	#contactMain {
		width: 20em;
	}
	
	#contactAddress {
		display: none;
	}
	
	#contactMap {
		display: none;
	}
	
	#navStage {
		display: none;
	}

	#navMobile {
		display: block;
		width: 100%;
		height: 6em;
		background: url(../../images/logo_mobile.svg) no-repeat center center #2e3192;
	}
	
	#menuNav {
		margin: 2em 0 0 0;
		padding: 0;
		width: 13em;
		z-index: 9999;
	}

	#main {
		width: 20em;
	}
	
	#main h2 {
		line-height: 16pt;
	}

	#signup {
		width: 20em;
		height: 8em;
	}

	#aux {
		width: 20em;
	}

	#aux li {
		float: none;
		margin: 0 auto;
		width: 18em;
	}

	#footer {
		width: 20em;
	}

	#footer li {
		float: none;
		width: 18em;
		border-left: 0px;
	}

	#social {
		float: none;
	}

	#address {
		margin: 0 auto;
	}

	#phone {
		margin: 0 auto;
	}

	#email {
		margin: 0 auto;
	}
	
	.mobileMenu {
		float: left;
		margin: 0;
		padding: 0;
		height: 2em;
		width: 2em;
		border-top-left-radius: .25em;
		border-bottom-left-radius: .25em;
		border-top: 1px solid #2e3192;
		border-left: 1px solid #2e3192;
		border-bottom: 1px solid #2e3192;
		background: url(../../images/buttons/navMobile.jpg) no-repeat center center #aed0c8;
		cursor: pointer;
	}
	
	.menu {
		float: left;
		margin: 0;
		padding: 0;
		width: 10em;
		overflow: hidden;
		border-bottom-left-radius: .25em;
		border-top: 1px solid #2e3192;
		border-left: 1px solid #2e3192;
		border-bottom: 1px solid #2e3192;
		background: #aed0c8;
	}
	
	.menu ol {
		margin-left: 0;
		list-style: none;
	}
	
	.menu li {
		margin-left: -1.5em;
		padding: .5em;
	}
	
	.menu a {
		text-decoration: none;
		text-transform: uppercase;
		color: #2e3192;
	}

	#divTable {
		width: 100%;
	}

	#divTableHead {
		display: none;
	}
	
	#divRow {
		width: 28em;
		height: 4em;
		overflow: visible;
		font-size: 9pt;
		border-top: 1px solid #2e3192;
		border-bottom: 0;
	}

	.col01 {
		margin-left: 0;
		width: 21em;
	}

	.col02 {
		display: none;
	}

	.col03 {
		width: 6em;
	}

	.col04 {
		width: 20em;
		overflow: visible;
		text-align: center;
	}

	.col05 {
		display: none;
	}

	body#home a#homeNav,
	body#properties a#propertiesNav,
	body#completed a#completedNav,
	body#services a#servicesNav,
	body#aboutus a#aboutusNav,
	body#contact a#contactNav {
		color: #2e3192;
	}

	.hiddenDiv {
		position: fixed;
		top: .25em;
		right: -11em;
		-moz-transition: right 1s ease-in-out 0.2s;
		-ms-transition: right 1s ease-in-out 0.2s;
		-0-transition: right 1s ease-in-out 0.2s;
		-webkit-transition: right 1s ease-in-out 0.2s;
		transition: right 1s ease-in-out 0.2s;
	}

	.visibleDiv {
		position: fixed;
		top: .25em;
		right: -1em;
		-moz-transition: right 1s ease-in-out 0.2s;
		-ms-transition: right 1s ease-in-out 0.2s;
		-0-transition: right 1s ease-in-out 0.2s;
		-webkit-transition: right 1s ease-in-out 0.2s;
		transition: right 1s ease 0.2s;
	}
	
	#helpIcon {
		display: none;
	}

}

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

	#desktop {
		display: none;
	}
	
	#mobile {
		display: block;
	}
	
	#header {
	width: 24em;
	height: 24em;
	}

	#recentSlides {
		width: 20em;
		height: 10em;
	}

	#recentText {
		margin-top: 5em;
		height: 5em;
	}

	#contactMain {
		width: 20em;
	}
	
	#contactAddress {
		display: none;
	}
	
	#contactMap {
		display: none;
	}
	
	#navStage {
		display: none;
	}

	#navMobile {
		display: block;
		width: 100%;
		height: 6em;
		background: url(../../images/logo_mobile.svg) no-repeat center center #2e3192;
	}
	
	#menuNav {
		margin: 2em 0 0 0;
		padding: 0;
		width: 13em;
		z-index: 9999;
	}

	#main {
		width: 20em;
	}
	
	#main h2 {
		line-height: 16pt;
	}

	#signup {
		width: 20em;
		height: 8em;
	}

	#aux {
		width: 20em;
	}

	#aux li {
		float: none;
		margin: 0 auto;
		width: 18em;
	}

	#footer {
		width: 20em;
	}

	#footer li {
		float: none;
		width: 18em;
		border-left: 0px;
	}

	#social {
		float: none;
	}

	#address {
		margin: 0 auto;
	}

	#phone {
		margin: 0 auto;
	}

	#email {
		margin: 0 auto;
	}
	
	.mobileMenu {
		float: left;
		margin: 0;
		padding: 0;
		height: 2em;
		width: 2em;
		border-top-left-radius: .25em;
		border-bottom-left-radius: .25em;
		border-top: 1px solid #2e3192;
		border-left: 1px solid #2e3192;
		border-bottom: 1px solid #2e3192;
		background: url(../../images/buttons/navMobile.jpg) no-repeat center center #aed0c8;
		cursor: pointer;
	}
	
	.menu {
		float: left;
		margin: 0;
		padding: 0;
		width: 10em;
		overflow: hidden;
		border-bottom-left-radius: .25em;
		border-top: 1px solid #2e3192;
		border-left: 1px solid #2e3192;
		border-bottom: 1px solid #2e3192;
		background: #aed0c8;
	}
	
	.menu ol {
		margin-left: 0;
		list-style: none;
	}
	
	.menu li {
		margin-left: -1.5em;
		padding: .5em;
	}
	
	.menu a {
		text-decoration: none;
		text-transform: uppercase;
		color: #2e3192;
	}

	#divTable {
		width: 20em;
	}

	#divTableHead {
		display: none;
	}
	
	#divRow {
		width: 22em;
		height: 4em;
		overflow: visible;
		font-size: 9pt;
		border-top: 1px solid #2e3192;
		border-bottom: 0;
	}

	.col01 {
		margin-left: 0;
		width: 14em;
	}

	.col02 {
		display: none;
	}

	.col03 {
		width: 6em;
	}

	.col04 {
		width: 20em;
		overflow: visible;
		text-align: center;
	}

	.col05 {
		display: none;
	}

	body#home a#homeNav,
	body#properties a#propertiesNav,
	body#completed a#completedNav,
	body#services a#servicesNav,
	body#aboutus a#aboutusNav,
	body#contact a#contactNav {
		color: #2e3192;
	}

	.hiddenDiv {
		position: fixed;
		top: .25em;
		right: -11em;
		-moz-transition: right 1s ease-in-out 0.2s;
		-ms-transition: right 1s ease-in-out 0.2s;
		-0-transition: right 1s ease-in-out 0.2s;
		-webkit-transition: right 1s ease-in-out 0.2s;
		transition: right 1s ease-in-out 0.2s;
	}

	.visibleDiv {
		position: fixed;
		top: .25em;
		right: -1em;
		-moz-transition: right 1s ease-in-out 0.2s;
		-ms-transition: right 1s ease-in-out 0.2s;
		-0-transition: right 1s ease-in-out 0.2s;
		-webkit-transition: right 1s ease-in-out 0.2s;
		transition: right 1s ease 0.2s;
	}
	
	#helpIcon {
		display: none;
	}

}

@-moz-document url-prefix() {
	#helpIcon {
		display: block;
	}
	
	#dataComment{
		height: 36pt;
	}

	#commentText {
		margin-top: -42pt;
	}
}

@media print and (color) {
	#helpIcon { display: none; }
	* { -webkit-print-color-adjust: exact; printer-colors: exact; }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #helpIcon { display: none; }
}



@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}