body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #674c58;
	line-height: 1.4em;
}
.welcome-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
}

#toplevel #maintable {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #3b678a;
	border-right-color: #3b678a;
	border-bottom-color: #3b678a;
	border-left-color: #3b678a;
}
#toplevel #maintable h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0f5284;
}
#toplevel #maintable h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0f5284;
}
#toplevel #maintable a:link {
	color: #0f5284;
	text-decoration: underline;
}
#toplevel #maintable a:visited {
	color: #0f5284;
	text-decoration: underline;
}
#toplevel #maintable a:hover {
	color: #999;
	text-decoration: underline;
}
#toplevel #maintable #sidebar {
	font-size: 14px;
	line-height: 1.4em;
	border: 1px solid #0b3e64;
	font-weight: bold;
}
#toplevel #maintable #sidemenu {
	font-size: 13px;
	border: 1px solid #0b3e64;
}
#toplevel #maintable #sidemenu a:link {
	color: #0f5284;	
	font-weight: bold;
	text-decoration: none;
}
#toplevel #maintable #sidemenu a:visited {
	color: #0f5284;	
	font-weight: bold;
	text-decoration: none;
}
#toplevel #maintable #sidemenu a:hover {
	color: #999;	
	font-weight: bold;
	text-decoration: none;
}
#toplevel #maintable #sidebar a:link {
	color: #0f5284;
	text-decoration: underline;
}
#toplevel #maintable #sidebar a:visited {
	color: #0f5284;
	text-decoration: underline;
}
#toplevel #maintable #sidebar a:hover {
	color: #999;
	text-decoration: underline;
}
#toplevel #maintable #texttable #property a:link {
	font-weight: bold;
	text-decoration: none;
}
#toplevel #maintable #texttable #property a:visited {
	font-weight: bold;
	text-decoration: none;
}
#toplevel #maintable #texttable #property a:hover {
	color:#999;
	font-weight: bold;
	text-decoration: none;
}
.sideheading {
	font-weight: bold;
	color: #0b3e64;
}
#toplevel #bottommenu {
	font-size: 11px;
	line-height: 2.4em;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3b678a;
	border-right-color: #3b678a;
	border-bottom-color: #3b678a;
	border-left-color: #3b678a;
}
#toplevel #bottommenu a:link {
	color: #000;
	text-decoration: none;
}
#toplevel #bottommenu a:visited {
	color: #000;
	text-decoration: none;
}
#toplevel #bottommenu a:hover {
	color: #0f5284;
	text-decoration: none;
}
#toplevel #draymenu a:link {
	font-size: 11px;
	line-height: 3em;
	color: #000;
	text-decoration: none;
}
#toplevel #draymenu a:visited {
	font-size: 11px;
	line-height: 3em;
	color: #000;
	text-decoration: none;
}
#toplevel #draymenu a:hover {
	font-size: 11px;
	line-height: 3em;
	color: #FFF;
	text-decoration: none;
}
input.mail {
display:none;
}.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.framedtable {
	border: 1px solid #5D84A1;
	font-size: 13px;
}
.sold {
	color: #900;
	text-transform: uppercase;
}
.christmasbells {
	background-image: url(images/christmas-bells-icon.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.purple {
	color: #60F;
}
.Open-House-date {
	font-size: 18px;
	font-weight: bold;
	color: #0f5284;
}
.Open-House-address {
	font-size: 18px;
	font-weight: bold;
}

.PopBoxImageSmall {
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge {
	border: thin solid #CCCCFF;
	cursor: url("images/magminus.cur"), pointer;
}
ul.enlarge{
 list-style-type:none; /*remove the bullet point*/
 margin-left:0;
 }
ul.enlarge li{
 display:inline-block; /*places the images in a line*/
 position: relative;
 z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
 margin:10px 40px 0 20px;
 }
ul.enlarge img{
 background-color:#eae9d4;
 padding: 6px;
 -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
 -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
 box-shadow: 0 0 6px rgba(132, 132, 132, .75);
 -webkit-border-radius: 4px; 
 -moz-border-radius: 4px; 
 border-radius: 4px; 
 }
ul.enlarge span{
 position:absolute;
 left: -9999px;
 background-color:#eae9d4;
 padding: 10px;
 font-family: 'Droid Sans', sans-serif;
 font-size:.9em;
 text-align: center; 
 color: #495a62; 
 -webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
 -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
 box-shadow: 0 0 20px rgba(0,0,0, .75);
 -webkit-border-radius: 8px; 
 -moz-border-radius: 8px; 
 border-radius:8px;
 }
ul.enlarge li:hover{
 z-index: 50;
 cursor:pointer;
 }
ul.enlarge span img{
 padding:2px;
 background:#ccc;
 }
ul.enlarge li:hover span{ 
 top: -300px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
 left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
 }
ul.enlarge li:hover:nth-child(2) span{
 left: -100px; 
 }
ul.enlarge li:hover:nth-child(3) span{
 left: -200px; 
 }
/**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
 ul.enlarge img, ul.enlarge span{
 behavior: url(pie/PIE.htc); 
 }.footer {
	font-size: 11px;
	line-height: normal;
}
.subscript {
	font-size: 12px;
}
