/*

*/
@import url("home.css");
@import url("navigation.css");
@import url("subpage.css");
@import url("forms.css");
@import url("search.css");
@import url("videos.css");
@import url("blog.css");
@import url("RTStyles.css");
@import url("/CSS/foundation-icons/foundation-icons.css");

/* Default Styles */

html {
	font-weight: 400;
	font-family: "jaf-facitweb", sans-serif !important;
	font-size: 14px !important;
	line-height: 1.75em !important;
	color: rgba(75,75,75,1.00) !important;
	background: #D7D6D8 !important;
	overflow-x: hidden !important;
}

body {
	position: relative;
}

.fi-calendar, .fi-clock, .fi-marker, .fi-link, .fi-page-pdf, .fi-projection-screen {
	font-size: 1.5em !important;
	margin-right: .25em !important;
}

.qfi-link, .qfi-page-pdf {
	font-size: 1.25em !important;
}

a {
	color: #660000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: .25em 0;
}

h1, h2 {
	color: #656565;
	font-size: 21px;
	padding: 0 0 .5em 0;
}

h3 {
	color: #656565;
	font-size: 18px;
	padding: 0 0 .5em 0;
}

.full {
	width: 100%;
	height: auto;
}

.SectionTitle {
	display: none;
}

#SiteHeader, #SiteNavigationContainer, #SiteContainer, #SiteFooter {
	width: 100%;
}

#SiteNavigationContainer {
	position: relative;
	background: #D7D6D8;
}

#SiteHeader {
	background: #FFF;
}

#SiteMain {
	background: #FFF;
	padding-bottom: 2rem;
}

#SiteFooter {
	margin-top: 2em;
}

#SiteHeaderContainer, #SiteContainer, #SiteFooterContainer {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	min-height: 1em;
}

#SiteHeaderContainer {
	padding: .5em 0;
}

#SiteContainer {
	width: 96%;
}

#SiteFooterContainer {
	padding: 3.5em 0;
}

.Copyright {
	font-size: .9em;
	line-height: normal;
	text-align: center;
	color: rgba(0,0,0,0.50);
}

/* Custom Styles */

/*
#CMRLogoContainer {
	width: 31%;
	height: auto;
	float: left;
	cursor: pointer;
}

#RealtorLogoContainer {
	width: 5%;
	height: auto;
	float: right;
}
*/

#CMRLogoContainer {
	width: 400px;
	height: auto;
	float: left;
	margin: 0 .75em;
	cursor: pointer;
}

#RealtorLogoContainer {
	width: 90px;
	height: auto;
	float: right;
	margin: 0 .75em;
}

#CMRLogoContainer img, #RealtorLogoContainer img {
	width: 100%;
	height: auto;
}

#HeaderPhones, #HeaderHours {
	width: auto;
	float: right;
	margin: 1.1em 4em  1.1em  1.1em;
	white-space: nowrap;
	text-align: center;
	color: #656565;
}

#HeaderHours {
}




































