body{
	font-weight: 400;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

@font-face {
font-family: "castle";
src: 
url("castlepress.otf") format("opentype");
}

#mainsection {
	font-family: "Open Sans", Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: medium;
	height: auto;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;

}

div#container{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;

}

#agentLeft{
	width: 100%;
	height: auto;
	background-color: #CCCCCC;
	margin-top: 15px;
	color: #333333;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	margin-bottom: 15px;

}
#agentRight{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	margin-top: 15px;
	text-align:left;
	}
	
	div#agentRight li

{
	list-style-position: inside;
	list-style-image: url(../historicsale%20-%20Copy/images/bullet.gif);
	font-size: 16px;

}

#profile a:link

{

	color: #1d3356;

	text-decoration: underline;

	}

#profile a:visited

{

	color: #1d3356;

	}

#profile a:hover

{

	color: #ef232c;

	text-decoration: underline;

	}

.style16 {color: #990000}
	
#profile p {margin: 0px 0px;
padding:0px;}

#profile a:active

{

	color: #1d396e;

	}

div#agentname{
	width: 100%;
	height: 100px;
	background-image: url(http://www.crownrealty.network/images/nameheader.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 15px;
}

div#profile{
width: 100%;
}

div#agents{
width: 100%;
line-height: 175%;
}

div#agents a:link{
color: #333333;
}
div#agents a:visited{
color:#333333;
}	
div#agents a:hover{
color: #0000FF;
text-decoration:underline;
}	
div#agents a:active{
color:#333333;
}	
	
div#agents h2 a:link{
color: #990000;
text-decoration: none;
}
div#agents h2 a:visited{
color:#990000;
}	
div#agents h2 a:hover{
color: #0000FF;
text-decoration:underline;
}	
div#agents h2 a:active{
color:#990000;
}

div#opens{
width: 100%;
line-height: 175%;
}

div#opens img{
height: 75%;
max-width: 250px;
}


div#opens a:link{
color: #333333;
}
div#opens a:visited{
color:#333333;
}	
div#opens a:hover{
color: #0000FF;
text-decoration:underline;
}	
div#opens a:active{
color:#333333;
}	
	
div#opens h2 a:link{
color: #990000;
text-decoration: none;
}
div#opens h2 a:visited{
color:#990000;
}	
div#opens h2 a:hover{
color: #0000FF;
text-decoration:underline;
}	
div#opens h2 a:active{
color:#990000;
}

.FloatingImageRight {

	float: right;

	margin-left: 15px;

	position: static;

}



div#header{
	height: auto;
	/*background-repeat: no-repeat;
	background-image: url(images/header3.png);
	background-position:center;*/
}

@media all and (max-width: 550px) {
    #headernormal { display: none; }
}

@media all and (min-width: 551px) {
    #headersmall { display: none; }
}

div#headernormal{
background-repeat: no-repeat;
	background-image: url(../historicsale%20-%20Copy/images/header3.png);
	background-position:center;
	height: auto;
}

div#headersmall{
background-repeat: no-repeat;
	background-image: url(../historicsale%20-%20Copy/images/miniheader.png);
	background-position:center;
	height: auto;
}

/*Navigational CSS*/


*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.animenu__toggle {
  display: none;
  cursor: pointer;
  background-color: #111111;  /*Small Menu Background*/
  border: 0;
  padding: 10px;
  height: 40px;
  width: 100%;
}

.animenu__toggle:after {
   content: "  MENU";
  text-transform: uppercase;
  font: 'Open Sans', Arial, Helvetica;
  color: #E6E6E6;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
}
.animenu__toggle:hover {
  background-color: #0186ba;  /*Small Menu Background Hover*/
}

.animenu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;  /*Small Menu LOGO*/
  -webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 4px;
}

.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animenu {
  display: block;
}
.animenu ul {
  padding: 0;
  list-style: none;
  font: 0px 'Open Sans', Arial, Helvetica;
}
.animenu li, .animenu a {
  display: inline-block;
  font-size: 13px;
}
.animenu a {
  color: #E6E6E6;
  text-decoration: none;
}

.animenu__nav {
  background-color: #111111; /*Main/Mini Menu Background*/
}
.animenu__nav > li {
  position: relative;
  border-right: 1px solid #444444;
}
.animenu__nav > li > a {
  padding: 10px 25px;
  text-transform: uppercase;
}
.animenu__nav > li > a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 10px;
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu__nav > li:hover > a {
  color: #fff;
}

.animenu__nav__child {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
  background-color: #002063; /*Dropdown Background*/
  -webkit-transition: margin .15s, opacity .15s;
  transition: margin .15s, opacity .15s;
}
.animenu__nav__child > li {
  width: 100%;
  border-bottom: 1px solid #515151;
}
.animenu__nav__child > li:first-child > a:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: 1em;
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: inherit;
}
.animenu__nav__child > li:last-child {
  border: 0;
}
.animenu__nav__child a {
  padding: 10px;
  width: 100%;
  border-color: #373737;
}
.animenu__nav__child a:hover {
  background-color: #0186ba; /*Dropdown Background Hover*/
  border-color: #0186ba;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .animenu__toggle {
    display: inline-block;
  }

  .animenu__nav,
  .animenu__nav__child {
    display: none;
  }

  .animenu__nav {
    margin: 10px 0;
  }
  .animenu__nav > li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #515151;
  }
  .animenu__nav > li:last-child {
    border: 0;
  }
  .animenu__nav > li:first-child > a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
  }
  .animenu__nav > li > a {
    width: 100%;
    padding: 10px;
    border-color: #111111;
    position: relative;
  }
  .animenu__nav a:hover {
    background-color: #0186ba; /*Mini Menu Hover*/
    border-color: #0186ba;
    color: #fff;
  }

  .animenu__nav__child {
    position: static;
    background-color: #002063; /*Mimi Menu Submenus*/
    margin: 0;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .animenu__nav__child > li:first-child > a:after {
    content: none;
  }
  .animenu__nav__child a {
    padding-left: 20px;
    width: 100%;
  }
}
.animenu__nav--open {
  display: block !important;
}
.animenu__nav--open .animenu__nav__child {
  display: block;
}

			
/*END of NAV CSS*/

/*START of FLEXBOX CSS*/


header, footer {
 -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;
 background: rgba(153, 0, 102, .5);} /* Violet */

header:hover, footer:hover {  
-webkit-transition: background 0.35s ease-in-out; 
 -moz-transition: background 0.35s ease-in-out; 
 -o-transition: background 0.35s ease-in-out; 
 -ms-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
 background: rgba(153, 0, 102, .7); } /* Violet */

section {	
 -webkit-flex: 4 1 auto; -ms-flex: 4 1 auto; flex: 4 1 auto;
 display: -webkit-flex; display: -ms-flexbox; display: flex;
 -webkit-flex-flow: row; -ms-flex-direction: row; flex-flow: row;
 -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;  flex-wrap: wrap;}

article {
 -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto;
 -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;  flex-wrap: wrap;
 width: 25%; height:auto; }

article:nth-of-type(5n+1) {
    -webkit-order: 0; -ms-flex-order: 0; order: 0;
    -webkit-flex: 0 1 auto;-ms-flex: 0 1 auto; flex: 0 1 auto;
    -webkit-align-self: auto; -ms-flex-item-align: auto; align-self: auto; box-shadow: 3px 3px 4px rgba(132, 132, 132, 0.5);
    background: rgba(255, 255, 255, .5);} /* Berry */

article:nth-of-type(5n+2) {
    -webkit-order: 0; -ms-flex-order: 0; order: 0;
    -webkit-flex: 0 1 auto;-ms-flex: 0 1 auto; flex: 0 1 auto;
    -webkit-align-self: auto; -ms-flex-item-align: auto; align-self: auto; box-shadow: 3px 3px 4px rgba(132, 132, 132, 0.5);
    background: rgba(255, 255, 255, .5);} /* Orange */

article:nth-of-type(5n+3) {
    -webkit-order: 0; -ms-flex-order: 0; order: 0;
    -webkit-flex: 0 1 auto;-ms-flex: 0 1 auto; flex: 0 1 auto;
    -webkit-align-self: auto; -ms-flex-item-align: auto; align-self: auto; box-shadow: 3px 3px 4px rgba(132, 132, 132, 0.5);
    background: rgba(255, 255, 255, .5);} /* Yellow */

article:nth-of-type(5n+4) {
    -webkit-order: 0; -ms-flex-order: 0; order: 0;
    -webkit-flex: 0 1 auto;-ms-flex: 0 1 auto; flex: 0 1 auto;
    -webkit-align-self: auto; -ms-flex-item-align: auto; align-self: auto; box-shadow: 3px 3px 4px rgba(132, 132, 132, 0.5);
    background: rgba(255, 255, 255, .5);} /* Green */

article:nth-of-type(5n+5) {
    -webkit-order: 0; -ms-flex-order: 0; order: 0;
    -webkit-flex: 0 1 auto;-ms-flex: 0 1 auto; flex: 0 1 auto;
    -webkit-align-self: auto; -ms-flex-item-align: auto; align-self: auto; box-shadow: 3px 3px 4px rgba(132, 132, 132, 0.5);
    background: rgba(255, 255, 255, .5);} /* Teal */

article:nth-of-type(5n+1):hover {
 -webkit-transition: background 0.35s ease-in-out; 
 -moz-transition: background 0.35s ease-in-out; 
 -o-transition: background 0.35s ease-in-out; 
 -ms-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
    background: rgba(200, 200, 200, .7);} /* Berry */

article:nth-of-type(5n+2):hover {
 -webkit-transition: background 0.35s ease-in-out; 
 -moz-transition: background 0.35s ease-in-out; 
 -o-transition: background 0.35s ease-in-out; 
 -ms-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
    background: rgba(200, 200, 200, .7);} /* Orange */

article:nth-of-type(5n+3):hover {
 -webkit-transition: background 0.35s ease-in-out; 
 -moz-transition: background 0.35s ease-in-out; 
 -o-transition: background 0.35s ease-in-out; 
 -ms-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
    background: rgba(200, 200, 200, .7);} /* Yellow */

article:nth-of-type(5n+4):hover {
 -webkit-transition: background 0.35s ease-in-out; 
 -moz-transition: background 0.35s ease-in-out; 
 -o-transition: background 0.35s ease-in-out; 
 -ms-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
    background: rgba(200, 200, 200, .7);} /* Green */

article:nth-of-type(5n+5):hover {
 -webkit-transition: background 0.35s ease-in-out; 
 -moz-transition: background 0.35s ease-in-out; 
 -o-transition: background 0.35s ease-in-out; 
 -ms-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
    background: rgba(200, 200, 200, .7);} /* Teal */

p {margin: 3px 3px;
padding:15px;}

@media screen and (max-width:1024px){article{width:33%;} article:nth-of-type(3n+2){width:34%;}} /* To equal 100% */

@media screen and (max-width:720px){article{width: 50%;} article:nth-of-type(3n+2){width:50%;}}

@media handheld and (orientation: portrait) {article{width:100%;} article:nth-of-type(3n+2){width:100%;}}

@media handheld and (orientation: landscape) {article{width:100%;} article:nth-of-type(3n+2){width:100%;}}

@media screen and (orientation: portrait) {article{width:100%;} article:nth-of-type(3n+2){width:100%;}}

/*END of FLEXBOX CSS*/

/*START of SOCIAL CSS*/

@media all and (max-width: 550px) {
    #headersocial { display: none; }
}

#headersocial {
  height: 22px;
}

#headersocial .social-tools li a:hover, #content .social-tools li a:active {
  background-position: top right !important;
}

#headersocial .social-tools li.google-plus a {
  background: url(../historicsale%20-%20Copy/images/googlepluss.png) no-repeat top left;
}

#headersocial .social-tools li.facebook a {
  background: url(../historicsale%20-%20Copy/images/facebooks.png) no-repeat top left;
}
#headersocial .social-tools li.instagram a {
  background: url(../historicsale%20-%20Copy/images/instagrams.png) no-repeat top left;
}

#headersocial .social-tools li.twitter a {
  width: 27px;
  background: url(../historicsale%20-%20Copy/images/twitters.png) no-repeat top left;
}

#headersocial .social-tools li.pinterest a {
  background: url(../historicsale%20-%20Copy/images/pinterests.png) no-repeat top left;
}

#headersocial .social-tools li.youtube a {
  width: 48px;
  background: url(../historicsale%20-%20Copy/images/youtubes.png) no-repeat top left;
}

#headersocial .social-tools li.blog a {
  background: url(../historicsale%20-%20Copy/images/blogs.png) no-repeat top left;
}

#headersocial .social-tools li.circlepix a {
  width: 65px;
  background: url(../historicsale%20-%20Copy/images/circlepixs.png) no-repeat top left;
}

#headersocial .social-tools li.linkedin a {
  background: url(../historicsale%20-%20Copy/images/linkedins.png) no-repeat top left;
}

#headersocial .social-tools li.email a {
  background: url(../historicsale%20-%20Copy/images/emails.png) no-repeat top left;
}

#headersocial .social-tools a {
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -999em;
  overflow: hidden;
}
#headersocial .social-tools {
  float: right;
  clear: left;
  margin: 0;
  padding: 40px 0 0;
  list-style: none;
  font-size: 1.0625em;
}
#headersocial .social-tools li {
  float: left;
  padding-right: 5px;
}

/*END of SOCIAL CSS*/

/*START of SKELETON CSS*/

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.skelecontainer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }
.rowinfo {
  height: 200px;
  }
/* For devices larger than 400px */
@media (min-width: 400px) {
  .skelecontainer {
    width: 90%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .skelecontainer {
    width: 90%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}




/*END OF SKELETON CSS*/

#secondsection {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	color: #000000;

	background-color: #FFFFFF;

	font-size: medium;


	height: auto;

	margin-right: 30px;

	margin-left: 30px;

	margin-bottom: 30px;

}

div#content{
	background:#ffffff;
	z-index: 0;
	padding: 0px;
	height: auto;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;

}
div#left{
	width:400px;
	background-color:#ffffff;
	height: auto;
	float: left;
}

div#right{
	width:400px;
	background-color: #ffffff;
	height: auto;
	float: right;
}	
div#newhomes{
	background-color:#FFFFFF;
	height: 775px;
}

div#home{
	height: 1100px;
}



div#maintext{
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

div#contentPadding

{

	margin: 4px;

	}


img{

	border: 0px solid #FFFFFF;

}


table#containertext{

	background-color:#ffe4b5;

}




div#footerTop{


	height:48px;

	margin-bottom: 0;	

	padding: 0px 0px 0px 0px;

	color: #363636; 

	}



div#footerBottom{
	

	margin-bottom: 0;	

	background: #ffffff;

	padding: 0px 0px 0px 0x;	

	font-size: 10pt;

	color: #000000;
	height: 50px;

	}

div#sectionBottom{
}

div#navBottom{
	font-size: 10pt;
	padding-top: 7px;
	padding-bottom: 30px;
	margin-top: 10px;

	}
div#navBottom td{

	color: #999999;

	font-size: 8pt;	

	}

div#navBottom a:link{
	color: #666666;

	}

div#navBottom a:visited {
	color: #666666;

	}

div#navBottom a:hover{
	color: #333333;

	}

div#navBottom a:active{
	color: #666666;

	}

div#navBottomLinks{

	float: right;

	margin-right: 15px;

	margin-top:5px;

	}

td.welcome

	{

		color:#333333;

		font-family:arial, tahoma, times;

		font-size:90%;

		font-style:normal;

		font-weight:normal;	

		letter-spacing: 0px;
		padding-left: 400px;
	}
h5 {

	color:#153474;

	font-family: Arial, Helvetica, sans-serif;

	font-size:12px;

}







/*	fonts	*/







h1,

.mainpageheading,

.pageheading{

	color: #153474;

	font-family: "Palatino Linotype", "Times New Roman", Serif;

	font-size: 18pt;

	font-weight: normal;

	letter-spacing:-1px;

	display:block;

	}



h2

{

	color: #000000;
	
	font-family: "castle","Times New Roman";
	
	font-size: 20pt;

	margin-bottom: 15px;

	padding-top: 20px;

	}

div#agents a:link{
color: #333333;
}
div#agents a:visited{
color:#333333;
}	
div#agents a:hover{
color: #0000FF;
text-decoration:underline;
}	
div#agents a:active{
color:#333333;
}	
	
div#agents h2 a:link{
color: #990000;
text-decoration: none;
}
div#agents h2 a:visited{
color:#990000;
}	
div#agents h2 a:hover{
color: #0000FF;
text-decoration:underline;
}	
div#agents h2 a:active{
color:#990000;
}		

h3

{

	color: #1d3356;

	font-family: "Palatino Linotype", "Times New Roman", Serif;

	font-size: 11pt;

	font-weight: bold;

	}
div#content ul, li{

	color: #000000;

	font-family: Arial, helvetica, Sans-Serif;

	font-size: 10pt;

	font-weight: normal;

	}

div#content ul

{

	margin-bottom: 15px;

	}

div#content li

{

	list-style-position: inside;

	list-style-image: url(../historicsale%20-%20Copy/bullet_red_arrow.gif);

}

div#content ul.menulist li

{

	list-style-position: inside;

	list-style-image: url(../historicsale%20-%20Copy/bullet_blue_arrow.gif);

	}
	
	div#agents li

{

	list-style-position: inside;

	list-style-image: url(../historicsale%20-%20Copy/bullet_red_arrow.gif);

}

div#agents ul.menulist li

{

	list-style-position: inside;

	list-style-image: url(../historicsale%20-%20Copy/bullet_blue_arrow.gif);

	}
.asdf {
    font-size: 24px;
}
