
* 		{outline: none;}
.clear 	{clear: both;}
a img 	{border: none;}
p 		{padding: 9px 0px; margin: 0px;}
hr 		{color: #222222; background-color: #222222; height: 1px; border: none; margin: 15px 0;}

.content-div a 		{color: #cf000e; text-decoration: none; border-bottom: 1px solid #cf000e;}
.content-div a:hover	{color: #222222; text-decoration: none; border-bottom: 1px solid #cf000e;}
a img 	{border: none;}

input, select, textarea {
	background-color: white;
	font: 16px/25px 'SourceSansProRegular', Arial, sans-serif;
	color: #222222;
}

input:focus, select:focus, textarea:focus {
    color: #cf000e;
}

label {
	font: 16px/25px 'SourceSansProRegular', Arial, sans-serif;
}

::selection {
	background: #cf000e; 
	color: #222222;
	text-shadow: none;
}

::-moz-selection {
	background: #cf000e; 
	color: #222222;
	text-shadow: none;	
}

b, strong { font-family: 'SourceSansProBold'; font-weight: normal; }

i, cite, em, var, address, dfn { font-family: 'SourceSansProItalic'; font-weight: normal; font-style: normal; }

em strong { font-family: 'source_sans_probold_italic'; font-weight: normal; font-style: normal; }

strong em { font-family: 'source_sans_probold_italic'; font-weight: normal; font-style: normal; }

@font-face {
    font-family: 'socicon';
    src: url('fonts/socicon-webfont.eot');
    src: url('fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/socicon-webfont.woff') format('woff'),
         url('fonts/socicon-webfont.ttf') format('truetype'),
         url('fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProBold';
    src: url('fonts/SourceSansPro-Bold-webfont.eot');
    src: url('fonts/SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Bold-webfont.woff') format('woff'),
         url('fonts/SourceSansPro-Bold-webfont.ttf') format('truetype'),
         url('fonts/SourceSansPro-Bold-webfont.svg#SourceSansProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_probold_italic';
    src: url('fonts/sourcesanspro-bolditalic-webfont.eot');
    src: url('fonts/sourcesanspro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-bolditalic-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-bolditalic-webfont.svg#source_sans_probold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProRegular';
    src: url('fonts/SourceSansPro-Regular-webfont.eot');
    src: url('fonts/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Regular-webfont.woff') format('woff'),
         url('fonts/SourceSansPro-Regular-webfont.ttf') format('truetype'),
         url('fonts/SourceSansPro-Regular-webfont.svg#SourceSansProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansProItalic';
    src: url('fonts/SourceSansPro-It-webfont.eot');
    src: url('fonts/SourceSansPro-It-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-It-webfont.woff') format('woff'),
         url('fonts/SourceSansPro-It-webfont.ttf') format('truetype'),
         url('fonts/SourceSansPro-It-webfont.svg#SourceSansProItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

.shadow {
	border: 1px solid #c1c1c1;
	padding: 3px;
	background: #F5F5F5;
	-moz-box-shadow: 0px 2px 2px #222222;
	-webkit-box-shadow: 0px 2px 2px #222222;
	box-shadow: 0px 2px 2px #222222;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color="#222222")";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color="#222222");
}

body {
	margin: 0px;
	padding: 0px;
	background: transparent;
	font: 16px/25px 'SourceSansProRegular', Arial, sans-serif;
	color: #222222;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0px;
	padding: 9px 0px;
	font: 32px/36px 'BebasNeueRegular', Arial, sans-serif;
	color: #cf000e;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	letter-spacing: 1px;
}

h3, h4, h5, h6 {
	font: 26px/30px 'BebasNeueRegular', Arial, sans-serif;
	color: #999999;
}

.textholder h3 {
	padding-top: 0px;
}

html {
	background: #e5e5e5;
}

.body-bg {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: -1;
	background: url(../images/nature-bg.png) top center no-repeat;
}



.outer-banner-div {
	background: url(../images/banner-bg.png) transparent top center repeat-x;
	-webkit-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.5);
	z-index: 4;
}

.banner-div {
	width:1000px;
	height: 85px;
	background: transparent;
	position: relative;
}

h1.banner-logo {
	padding: 0px;
}
	.banner-logo {
		position: absolute;
		top: 0px;
		left: -5px;
		z-index: 3;
	} 
		.banner-logo img {width: 180px} 
		.banner-logo-sitename {
			position: absolute;
			top: 0px;
			left: 120px;
			width: 250px;
		}
	.banner-side-div {
		position: absolute;
		top: 5px;
		right: 5px;
	}
		.banner-supernav-div {
			text-align: right;
		}
		.banner-socialmedia-div {
			float: right;
			margin-left: 5px;
			width: 115px;
		}
		.banner-contact-div {
			text-align: right;
			width: 215px;
			float: left;
			padding-right: 12px;
			border-right: 1px solid #CACACA;
		}
		.banner-tagline-div {
			text-align: right;
		}
		


.navbar-div {
	width:744px;
	height: 24px;
	background: transparent;
	margin-left: 256px;
	font: 19px/24px 'SourceSansProBold', Arial, sans-serif;
	padding-top: 30px;
}
.navbar-div a {
	display: block;
	float: left;
	padding: 0px 10px;
	color: #F5F5F5;
	text-decoration: none;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.5);
}
.navbar-div a:hover {
	background: transparent;
	color: white;
}

.navbar-div a.current {
	background: transparent;
	color: white;
	border: none;
}

.navbar-div a.current span:hover {
	border-bottom: 1px solid white;
}

.navbar-div a.services {
	cursor: no-drop;
}


.navbar-div a.current span {
	color: white;
	border: none;
	border-bottom: 1px solid #cf000e;
}

.navbar-div a span:hover {
	border-bottom: 1px solid #cf000e;
}

.navbar-div span.pipe {
	display: block; 
	float: left;
	margin: 0px 5px;
}

.navbar-div span.downarrow {
	margin-bottom: -2px;
	display: inline-block;
	vertical-align: bottom;	
}

.navbar-div span.downarrow:hover {
	border: none;
}


.dropdown {
	display: none;
	top: 55px;
	left: 80px;
	width: 290px;
	border: 1px solid #404040;
	position: absolute;
	background: url(../images/dropdown-bg.png) #181818 top center repeat-x;
	padding: 4px;
	z-index: 2;	
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);	
	padding: 10px 0px 10px 10px;
}

.dropdown a span {
	margin-bottom: 1px;
}

.dropdown a span:hover {
	margin-bottom: 0px;
}

.outer-static-div {
	width: 100%;
}

.outer-slideshow-div {
	border-bottom: 1px solid #666666;
}

.static-div {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	height: 250px;
	border-bottom: 1px solid black;
}

.callouttextcontainer {
	top: 250px;
	display: none;
}

.divMainCalloutText {
	width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	background: url(../images/callouttextbg.png) transparent center center repeat;
	border-left: 15px solid #cf000e;
	padding: 5px 0px 5px 10px;
}

h2.floatingheader {
	width: 100%;
	position: absolute;	
	right: 50%;
	margin-right: 250px;
	z-index: 4;
	background: url(../images/pageheader-bg.png) transparent center center repeat;
	text-align: right;
	margin-top: -400px;
	padding-right: 10px;
	color: white;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.5);
	display: none;
}

.divMainCalloutText * {
	color: white;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.5);
}

.divMainCalloutImage {
	width: 2000px;
	position: absolute;
	left: 50%;
	margin-left: -1000px;
	margin-top: -100px;
}


.outer-content-div {
	background: white;
	position: static;
}

.content-div {
	background: url(../images/content-top-shadow.png) transparent top center no-repeat;
	width:1000px;
	padding: 100px 0px 20px 0px;
	min-height: 400px;
}
.content-div img {
	padding: 3px;
	background: #F5F5F5;
	border: 1px solid #e5e5e5;
	max-width: 100%;
}

.fullwidth .textholder {
	width: 100%;
}
.textholder {
	float: right;
	margin: 10px auto;
	width: 700px;
	border-bottom: 1px solid #e5e5e5;
}
.textholder:last-of-type {
	border-bottom: none;
}
.textholder .fullimg img {
    width: 692px;
}
.fullimg img {
	width: 100%;
}
.fullwidth .textholder .fullimg img {
    width: 954px;
}
.alertblock {
	background: #e44646;
	border: 2px solid #d81f1f;
	color: #F5F5F5;
	padding: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 15px auto;
	text-align: center;
}
.successblock {
	background: #31c657;
	border: 2px solid #279d45;
	color: #F5F5F5;
	padding: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 15px auto;
	text-align: center;
}

.pagetextholder {
	clear: both;
}
.textholder-image {
	margin-bottom: 20px;
}
.textholder-image p, .videoholder p {
	text-align: center;
	font: italic 12px/20px 'SourceSansProRegular', Trebuchet MS, sans-serif;
	color: #222222;
}
.videoholder {
    float: right;
}
.videoholder iframe {
	padding: 3px;
	margin: 0 0 3px 20px;
	background: #F5F5F5;
	border: 1px solid #e5e5e5;
}
.videoholder p {
    padding: 0px 20px;
}
.sidemenu {
	width: 200px;
	float: left;
	padding: 5px 20px 20px 20px;
	border-right: none;
	-webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75) inset;
	-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75) inset;
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75) inset;	
	background: #666666;
	border: 1px solid #222222;
}
a.sidemenu-category  {
	display: block;
	color: #D6D6D6;
	cursor: pointer;
	padding: 12px 0px 0px 0px;
	font: 20px/24px 'SourceSansProRegular', Trebuchet MS, sans-serif;
    border-bottom: 1px solid #D6D6D6;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.75);
	font-variant: small-caps;
	letter-spacing: 1px;
}
a.sidemenu-category.next-category {
	border-top: 1px solid #e5e5e5;
}
a.sidemenu-category:hover {
    color: white;
	text-decoration: none;
}
a.sidemenu-category.current-category {
    color: white;
    font-family: 'SourceSansProBold'; 
    font-weight: normal;
    border-bottom: 1px solid #cf000e;
}

a.sidemenu-category.current-category:hover {
	border-bottom: 1px solid black;
}

a.sidemenu-subcategory {
	display: block;
	cursor: pointer;		
	margin-left: 20px; 
	font: 14px/20px 'SourceSansProRegular', Trebuchet MS, sans-serif;  
	padding: 3px 0px;
}
a.sidemenu-subcategory:hover {
	text-decoration: none;
	color: #222222;
}
a.sidemenu-subcategory.current-subcategory {
    color: #222222;
}
		#divForgotPassword {
			
		-moz-box-shadow: 0px 2px 10px #222222;
  		-webkit-box-shadow: 0px 2px 10px #222222; 
  		box-shadow: 0px 2px 10px #222222;
  		behavior: url(layout/components/ie-css3.htc);
		}
#divForgotPassword {
	position: absolute;
	border: 1px solid #222222;
	background: #F5F5F5;
	left: 200px;
	padding: 20px;
	z-index: 1;
	display: none;
}
#ancCloseForgotPW {
	position: absolute;
	right: -5px;
	top: -5px;
	cursor: pointer;
}
#ancSendForgotPassword, #ancLogout {
	border: 1px solid #999999;
	background: #e5e5e5;	
	color: #222222;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	width: 140px;
}
#ancSendForgotPassword:hover, #ancLogout:hover {text-decoration: none;}
#divForgotPassword #txtUserEmail {width: 200px;}
input, select, textarea {
	border: 1px solid #e5e5e5;
	background: #ffffff;	
	color: #222222;
	padding: 0px 5px;
}
textarea {
	overflow: hidden;
	resize: none; 
	font: 14px/20px 'SourceSansProRegular', Trebuchet MS, sans-serif;
}

		input[type=submit] {
			
				-moz-border-radius: 5px;
		  		-webkit-border-radius: 5px;
		  		border-radius: 5px;behavior: url(layout/components/ie-css3.htc);
		}
input[type=submit] {
    border: 1px solid #666666;
	background: url(../images/dropdown-bg.png) #181818 top center repeat-x;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px 0px rgba(0,0,0,0.5) inset, 1px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px 0px rgba(0,0,0,0.5) inset, 1px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px 0px rgba(0,0,0,0.5) inset, 1px 2px 5px 0px rgba(0,0,0,0.5);
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
    font: 20px/24px 'BebasNeueRegular', Arial, sans-serif;
    color: white;
    padding: 9px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;     
	letter-spacing: 1px;
}

input[type=submit]:hover {
    border: 1px solid #666666;
    border-top: 1px solid #222222;
	background: url(../images/dropdown-bg.png) #181818 center center repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='', endColorstr='');
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: 1px 1px 0px #648018;
    color: white;
    text-shadow:
    0px 0px 10px rgba(0,0,0,0.5),
    0px 0px 5px rgba(0,0,0,0.5),  
   -1px -1px 0 rgba(0,0,0,0.5),  
    1px -1px 0 rgba(0,0,0,0.5),
    -1px 1px 0 rgba(0,0,0,0.5),
     1px 1px 0 rgba(0,0,0,0.5);
}

input[type=submit]:active {
	background: url(../images/dropdown-bg.png) #181818 bottom center repeat-x;
	border: 1px solid black;
}



.outer-footer-div {
	margin-top: 0px;
	background: #e5e5e5;
	border-top: 1px solid #CACACA;
}

.outer-footer-div:hover * {
	color: #222222 !important;
	transition: all 0.5s ease;
}


.outer-footer-div ul#social-networking li a:hover {
	color: #cf000e !important;
	background: #e5e5e5;
}

.outer-footer-div ul#social-networking li a {
	background: #F5F5F5;
}


.footer-div {
	background: transparent;
	color: #999999;
	width:1000px;
	padding: 20px 0px;
	font: 15px/25px 'SourceSansProRegular', Arial, sans-serif;
}
.footer-div a {
	color: #999999;
	text-decoration: none;
	display: inline-block;
	
}

.footer-div a:hover {
	border-bottom: none;
}

.footer-div a:hover span {
	border-bottom: 1px solid #cf000e;
}

.footer-div a.current {
	color: #222222;
	border-bottom: none;
}

.footer-div a.current span {
	color: #222222;
	border-bottom: 1px solid #222222;
}

.outer-footer-div .footer-div a.current:hover  {
	color: #cf000e !important;
}

.outer-footer-div .footer-div a.current:hover span {
	border-bottom: 1px solid #cf000e;
	color: #cf000e !important;
}

.footer-div span.pipe {
	padding: 0px 5px;
	display: inline-block;
}

.footer-left {
	float: left;
	width: 600px;
}

.footer-right {
	float: right;
	width: 350px;
}

#gmap img {
       background: inherit;
       padding: 0px;
       border: none;
       max-width: inherit;
	   -moz-box-shadow: none;
	   -webkit-box-shadow: none;
		box-shadow: none;
}

.divDirectionSectionRight.directionsSubHeader {
	-webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.5) inset;
	-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.5) inset;
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.5) inset;
}


.divDirectionSectionRight.directionsSubHeader h2 {
	color: white;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.pp_pic_holder.pp_default a {
	border: none;
}

a.associate {
	width: 120px;
	height: 130px;
	float: left;
	margin-right: 5px;
	display: block;
	opacity: 0.5;
	filter: alpha(opacity=50);	
	transition: all 0.5s ease;
}

a.associate:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);	
	transition: all 0.5s ease;	
}

a.associate.lastassociate {
	margin-right: 0px;
}

.CES {
	background: url(../images/Auction-CES.png) no-repeat center center white;
}

.BBB {
	background: url(../images/BBB-Logo.png) no-repeat center center white;
}

.CBR {
	background: url(../images/Cincy-Board-of-Realtors.png) no-repeat center center white;
}

.DBR {
	background: url(../images/Dayton-Board-of-Realtors.png) no-repeat center center white;
}

.EOH {
	background: url(../images/Equal-Opportunity-Housing.png) no-repeat center center white;
}

a.EOH:hover {
	cursor: default;
}

.NAA {
	background: url(../images/NAA.png) no-repeat center center white;
}

.NAR {
	background: url(../images/National-Association-of-Realtors.png) no-repeat center center white;
}

.SRES {
	background: url(../images/Real-Estate-SRES.png) no-repeat center center white;
}



.outer-association-div {
	background: #F5F5F5;
	border-top: 1px solid #e5e5e5;
}

.association-div {
	padding: 10px 0px;
}

.divMiniCalloutWrapper {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.divMiniCallout {
	margin: 0px !important;
}

.content-home {
	max-width: 1270px;
    width: 95%;
}

.author {
	font-style: italic;
	text-align: right;
}
