﻿BODY
{
    MARGIN-TOP: 0px;
    FONT-SIZE: 10pt;
    BACKGROUND-IMAGE: url(images/back.gif);
    FONT-FAMILY: Verdana, Arial;
}
P.title
{
    FONT-SIZE: large;
    MARGIN-BOTTOM: 0px;
    PADDING-BOTTOM: 0px;
    TEXT-INDENT: 10pt;
    FONT-FAMILY: Verdana, Arial;
}
.instruction
{
    FONT-WEIGHT: 600;
    FONT-SIZE: x-small;
    COLOR: #336666;
    TEXT-INDENT: 0pt;
    FONT-STYLE: italic;
    FONT-FAMILY: Verdana, Arial;
    
}
A.link
{
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    
}
A.link:hover
{
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline;
}
.sectiontitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial
}
.pagetitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16pt;
    COLOR: #336666;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial;
    LETTER-SPACING: 2pt
}
TD.listing
{
    BORDER-RIGHT: gray 1px solid;
    PADDING-RIGHT: 6px;
    BORDER-TOP: gray 18px solid;
    PADDING-LEFT: 6px;
    PADDING-BOTTOM: 6px;
    BORDER-LEFT: gray 1px solid;
    PADDING-TOP: 6px;
    BORDER-BOTTOM: gray 1px solid
}
TD.sectheads
{
    BACKGROUND-COLOR: #ff9900
}
TD.blacktopbottom
{
    BORDER-TOP: black 2px solid;
    BORDER-BOTTOM: black 2px solid
}
TD.block
{
    BORDER-RIGHT: darkturquoise 2px solid;
    PADDING-RIGHT: 4px;
    BORDER-TOP: darkturquoise 2px solid;
    PADDING-LEFT: 4px;
    PADDING-BOTTOM: 4px;
    BORDER-LEFT: darkturquoise 2px solid;
    PADDING-TOP: 4px;
    BORDER-BOTTOM: darkturquoise 2px solid;
    BACKGROUND-COLOR: white
}
HR.blueline
{
    HEIGHT: 3px;
    BACKGROUND-COLOR: blue
}
A.largebluelink
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: blue;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none
}
A.largebluelink:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: blue;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: underline
}
.pagetitle{
    color: #000099;
    font-weight: bold;
    font-size: 14px;
}
.contentcell{
    width: 600px;
}


.quicksearchtable
{
    vertical-align: top;
    height: 49px;
	width: 100%;
}
.quicksearchcells
{
	font-size: 10px;
	color: #ffffff;
	background: url("images/gradient.jpg");
	vertical-align: middle;
	background-repeat: repeat-x;
}
.quicksearchtitle
{
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	margin-left: 10px;
}
.quicksearchinput
{
	border-right: #ffffff 2px solid;
	border-top: #ffffff 2px solid;
	border-left: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid;
}
.quicksearchinputbutton
{
	border-right: #000000 2px solid;
	border-top: #000000 2px solid;
	border-left: #000000 2px solid;
	border-bottom: #000000 2px solid;
	color: #000000;
	font-weight: bold;
}

.homesearchtitle
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.homesearchcell
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	color: #000000;
	background-color: #fff4d4;
	padding-top: 2px;
}
.homesearchbuttons
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-weight: bold;
	border-left: #000000 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
}

.homeright
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #eea800 2px solid;
}


TD.optionscelltop
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 1px;
	color: #000000;
	padding-top: 1px;
	
}
TD.optionscell
{
    border: 1px solid #003333;
    padding-right: 4px;
    padding-left: 4px;
    text-align: left;
    font-size: 9pt;
    padding-bottom: 1px;
    padding-top: 1px;
    background-color: #669999;
}
.optionscell a, .optionscell a:visited, .optionscell a:active
{
    color: #000000;    
    font-weight: normal;
    text-decoration: none;
}
.optionscell a:hover
{
    color: #000000;    
    font-weight: normal;
    
}


.optionpane
{
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px;
    padding-bottom: 4px;
    padding-top: 4px;
    background-color:#EEE;
}
.modaloptionpane
{
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px;
    padding-bottom: 4px;
    padding-top: 4px;
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -175px;
    background-color: #EEE;
    border: 3px solid #669999;
}
.modaloptionpane#subRequest
{
    width: 400px;
    height: 310px; 
}
.modaloptionpane#subEmailFriend
{
    width: 400px;
    height: 380px;    
}
.optionpanetitle
{
	font-weight: bold;
}
.darkenBackground
{
    background-color: rgb(0, 0, 0);
    opacity: 0.7; /* Safari, Opera */
    -moz-opacity: 0.70; /* FireFox */
    filter: alpha(opacity: 70); /* IE */
    z-index: 10;
    background-repeat: repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}



TD.resultsbar
{
	font-weight: bold;
	color: #000000;
	background-color: #669999;
}
.resultsimage
{
	width: 128px;
	height: 100px;
}
.thumbdiv
{
	width: 330px;
	text-align: center;
}
.mortpmt
{
	font-weight: bold;
	font-size: 16px;
}
.mortpmtdetails
{
	font-size: 12px;
}

.horilines
{
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #999999;
    border-bottom-color: #999999;
}



.searchcountbox
{
    background-color: #669999;
    border: 1px solid #000000;
}
.searchcountnumber
{ font-size: 20px; font-weight: bold; }


/* Mapping Styles */
.mapdiv
{
	border-right: dimgray 2px solid;
	border-top: dimgray 2px solid;
	border-left: dimgray 2px solid;
	width: 580px;
	border-bottom: dimgray 2px solid;
	height: 300px;
}
.mapinfo
{
	font-size: 12px;
}
.mapinfowindow
{
	font-size: 10px;
}




