﻿

.tri-box
{
    margin: 12px;
    margin-bottom:2px;
    width: 906px;
    height: 200px;
    background-image: url(/Images/curved-box.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 4px;
    padding-left: 14px;
    padding-right: 14px;
}

.tri-box-top
{
    margin: 12px;
    margin-bottom:0px;
    margin-top:0px;
    width: 906px;
    height: 8px;
    background-image: url(/Images/curved-box-top.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 0px;
    padding-left: 14px;
    padding-right: 14px;
}

.tri-box-middle
{
    margin: 12px;
    margin-top:0px;
    margin-bottom:0px;
    width: 906px;
    background-image: url(/Images/curved-box-middle.png);
    background-position: left top;
    background-repeat: repeat-y;
    padding: 10px;
    padding-left: 14px;
    padding-right: 14px;
}

.tri-box-bottom
{
    margin: 12px;
    margin-top:0px;
    margin-bottom:0px;
    width: 906px;
    height: 8px;
    background-image: url(/Images/curved-box-bottom.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 14px;
    padding-right: 14px;
}

.small-news-link
{
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
}

.medium-news-link
{
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}

.bold-blue-link
{
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}

/*
promo top
----------------------------
*/
div.promotop {
    width: 958px;
    height: 230px;
}
div.promotop div.left {
    width: 958px;
    height: 230px;
    float: left;
}
div.promotop div.left div.flashcontent {
    padding: 0px 3px;
}
div.flashcontent span.title {
    font: 24px Arial Narrow;
    font-weight: bold;
    color: #FFFFFF;
}
div.flashcontent span.titleblue {
    font: 24px Arial Narrow;
    font-weight: bold;
    color: #ffe506;
}
div.flashcontent span.property-owners-title {
    font: 21px Arial Narrow;
    font-weight: bold;
    color: #111;
}
div.flashcontent span.property-owners-subtitle {
    font: 17px Arial Narrow;
    font-weight: bold;
    color: #111;
}
div.flashcontent span.property-owners-subtitle a {
    font: 17px Arial Narrow;
    font-weight: bold;
    color: #111;
}
div.flashcontent span.fullwhitetitle {
    font: 26px Arial Narrow;
    font-weight: bold;
    color: #cf3d0b;
}
div.flashcontent div.subtitle {
    font: 14px Arial Narrow;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    margin-top: 5px;
}
div.flashcontent div.top {
    height: 130px;
}

div.promotop div.right {
    width: 199px;
    height: 230px;
    float: right;
}
div.promotop div.flashover 
{
	width: 958px;
    height: 230px;
    position: absolute;
    z-index: 20;
	margin-top: -230px;   
}
/*div.promotop div.mainflash 
{
	height: 230px;
	width: 958px;
	background: url('/Images/theworld_map.jpg') no-repeat;
}*/




/* Auto Complete Box */

.auto-complete-box
{
	width: 262px;
	height: 38px;
	font-size: 13px;
	font-weight:bold;
	color: #0088ce;
}

.auto-complete-list
{
	margin:0px;
	padding:7px;
	background-color:#FFFFFF;
}

.auto-complete-item
{
	font-size: 13px;
	font-weight:bold;
	background-color:#FFFFFF;
	color: #0088ce;
}

.auto-complete-item-highlighted
{
	font-size: 13px;
	font-weight:bold;
	background-color: #0088ce;
	color: #FFFFFF;
}
.autocompletetextbox
{
	font-size: 15px; 
	font-weight:bold; 
	color: #0088ce; 
	padding-top:4px;
}

/* Marquee Scroller */

.marquee-scroller-left{
    background-color: #000; 
    color: #FFF; 
    font-size: 17px; 
    font-weight: bold; 
    padding:4px;
    width: 260px;
    height: 32px;
}

.marquee-scroller-center{
    background-color: #FFF; 
    color: #000; 
    padding:4px; 
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: bold;
    width: 490px;
    height: 32px;
}

.marquee-scroller-right{
    background-color: #000; 
    color: #FFF; 
    padding:4px; 
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: bold;
    width: 250px;
    height: 32px;
}

.marquee-scroller-right a{
    color: #FFF;
    text-decoration: underline;
    }
