﻿/* 
	Color Scheme

	Logo Blue:		#1764CD
	Logo Orange:	#FF7F00
	Dark Blue:		#00008C
	Blue:			#FFFF00
*/

html,body
{
	margin: 0px;
	padding: 0px; 
	background-color: #FFFFFF;
	min-width: 470px;
	font-family: Trebuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
	
	/*font-family:Calibri, Georgia, Verdana, Arial, Sans-Serif;*/
	font-size: 10pt;
	color: #000000;
}
form
{
	margin: 0px;
	padding: 0px;
}
table,td,th
{
	border:none;
	border-collapse:collapse;
	margin:0;
	padding:0;
	vertical-align: top;
}

img		{ border: none; }

a:link 		{ text-decoration: underline; color: #00008C; } 
a:visited	{ text-decoration: underline; color: #00008C; }
a:active 	{ text-decoration: underline; color: #00008C; } 
a:hover 	{ text-decoration: underline; color: #00008C; }

p { margin-bottom: 12px; margin-top: 6px; }

/* Generic Classes */
.Centered { text-align: center; }

/* Header Section */
#MastHead
{
	height: 146px; 
	width: 100%; 
	background-image: url(images/MastheadSlice.gif);
	background-repeat: repeat-x;
}

#Logo
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 293px; 
	height: 146px;
}

#ResidentialTab
{
	position: absolute; 
	right: 5px; 
	top: 0px;
}

#CommercialTab
{
	position: absolute; 
	right: 95px; 
	top: 0px;
}
#SocialMedia
{
	position:relative; 
	left: 73%; 
	top: 10px;
	
}
#WLSearchBoxDiv
{
	position: absolute; 
	right: 495px; 
	top: 50px;
	
}
#Slogan
{
	position: absolute; 
	right: 5px; 
	top: 55px;
	width: 255px;
	height: 29px;
	background-image: url(images/Slogan.gif);
}

#TabBar
{
	 position: absolute; 
	 right: 5px;
	 top: 94px;
}
#TabBar div { float: left; }

#SubOptionBar
{
	position: absolute; 
	right: 5px;
	top: 118px;
	font-family: Trebuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10pt;
}

#SubOptionBar div		{ float: left; padding-top: 3px; padding-bottom: 3px; }


.SubOptionSep 
{
	width: 2px;
	height: 16px;
	background-image: url(images/suboptionBG.gif); 
}

.SubOption a
{ 
	padding: 3px 6px 3px 6px;  
}
.SubOptionSelected a
{
	padding: 3px 6px 3px 6px;  
	color: #000000;
}

.SubOption			a:link		{ color: #FFFFFF; text-decoration: none; }
.SubOption			a:visited	{ color: #FFFFFF; text-decoration: none; }
.SubOption			a:hover		{ color: #000000; text-decoration: underline; background-image: url(images/suboptionFG.gif); background-repeat: repeat-x; }

.SubOptionSelected	a:link	 	{ color: #000000; text-decoration: none; background-image: url(images/suboptionFG.gif); background-repeat: repeat-x; }
.SubOptionSelected	a:visited 	{ color: #000000; text-decoration: none; background-image: url(images/suboptionFG.gif); background-repeat: repeat-x; }
.SubOptionSelected	a:hover 	{ color: #000000; text-decoration: underline; background-image: url(images/suboptionFG.gif); background-repeat: repeat-x; }


/* Main Body Section */
#MainContentArea
{
	padding: 5px;
	padding-top: 0px;
}

#MainContentArea h1,h2,h3,h4
{
	margin: 0px;
	color: #00008C;
	background-color: #E7E6E3;
	border-top: 1px solid #FF7F00;
	text-align: center;
}
#MainContentArea h1 { font-size: 13pt; font-weight: normal;}
#MainContentArea h2 { font-size: 12pt; }
#MainContentArea h3 { font-size: 10pt; }
#MainContentArea h4 { font-size: 8pt; }


#MainBodyTable
{
	width: 100%;
}

#MainBodyRow
{
	height: 350px;
}

.HLText { color: #00008C; }

.DataGridDefault
{
	margin-left: auto; 
	margin-right: auto;
	font-size: 10pt;
}

.DataGridDefault td
{
	padding: 2px 5px 2px 5px;
	text-align: left;
}
.DataGridDefault a			{ text-decoration: underline; color: #00008C; }
.DataGridDefault a:hover 	{ text-decoration: underline; color: #0000FF; }

.TwoColumnLayout td
{
	width: 50%;
}

.TwoColumnLayout h1, h2, h3, img
{
	text-align: center;
}
.RowClickableGrid tr
{
	cursor: pointer;
}
.GridPager td { padding-left: 10px; }

/* Property Search / Property Information */
.piTable
{
	width: 100%;
	border-collapse: separate;
}

.piTable td
{
	padding: 0px 4px 0px 4px;
	text-align: left;
	border: 0px;
	background-color: #CCCCCC;	
}
.piHeader td
{
	background-color: #FF7F00;
	font-size:10pt;
	font-weight: bold;
	color: White;
	margin-bottom: 0px;
}
#ListingServiceTable td			{ padding: 5px; }
#ListingServiceTable a			{ text-decoration: none; color: #000000; }
#ListingServiceTable a:hover	{ text-decoration: none; color: #00008C; }

#HomeTable
{
	text-align: center;
	font-size: 18pt;
	color: #FFFFFF;
}

#HomeTable td
{
	vertical-align: middle;
}

#HomeTable a		{ text-decoration: none; color: #FFFFFF; }
#HomeTable a:hover	{ text-decoration: none; color: #FFFF00; }

#BFSFCalcTable
{
	border-collapse: separate;
	border-spacing: 0px;
	width: 100%;
	border: 1px solid black;
	text-align: right;
}
	
.OrangeBox
{
	background-image: url(images/BoxOrange.gif);
	width: 201px;
	height: 201px;
	vertical-align: middle;
	text-align: center;
	font-size: 18pt;
	color: #FFFFFF;
	
}
.OrangeBox a		{ text-decoration: none; color: #FFFFFF; }
.OrangeBox a:hover	{ text-decoration: none; color: #FFFF00; }

.BlueBox
{
	background-image: url(images/BoxBlue.gif);
	width: 201px;
	height: 201px;
	vertical-align: middle;
	text-align: center;
	font-size: 18pt;
	color: #FFFFFF;
}
.BlueBox a		{ text-decoration: none; color: #FFFFFF; }
.BlueBox a:hover	{ text-decoration: none; color: #FFFF00; }

.ButtonAd
{
	text-align: center; 
	margin-top: 40px;
}

#SiteMap
{
	font-size: 12pt;
}
#SiteMap h2
{
	text-align: left;
	margin-top: 20px;
}

.LinkBack
{
	margin: 10px 0px 0px 0px;
	color: #00008C;
	width: 100%;
	background-color: #DDDDDD;
	text-align: left;

}

.PRAbstract 
{ 
	padding-left: 10px; 
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.PRTitle { text-align: left; }

#ContactUsTable td { padding: 3px; }

/* Left Content Column */
#LeftBar
{
	width: 205px; 
	background-image: url(images/LeftBarSlice.gif); 
	background-repeat: repeat-y;
}
#LeftBar h1
{
	font-family: Trebuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 18pt;
	color: #FFFFFF;
	text-align: right;
	margin-right: 10px;
}

.LeftBarTitle
{
	font-family: Trebuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	margin-right: 10px;
}
.LeftBarTitle  a:link 		{ text-decoration: underline; color: #FFFF00; font-size: 13pt; } 
.LeftBarTitle  a:visited	{ text-decoration: underline; color: #FFFF00; font-size: 13pt; }
.LeftBarTitle  a:active 	{ text-decoration: underline; color: #FFFF00; font-size: 13pt; } 
.LeftBarTitle  a:hover 		{ text-decoration: underline; color: #FFFFFF; font-size: 13pt; }

/* Mini Windows */
.MiniWindow
{
	margin-left: 3px;
	padding-bottom: 10px;
	text-align: center;
	width: 194px;
	margin-top: 4px;
}

.mwBody
{
	margin: 0px;
	padding: 0px 3px 3px 3px;
	width: 184px;
	font-family: Trebuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	border-right: 1px solid black; 
	border-left: 1px solid black;
	background-color: #FFFFB0; 
}

.mwFooter
{
	height: 11px; 
	background-image: url(images/ftrBottom.gif); 
	background-repeat: no-repeat;
}
.mwBlankHeader
{
	background-image: url(images/hdrBlank.gif);
	background-repeat: no-repeat;
	height: 21px;
}

.mwFlatFeeOrderHeader
{
	background-image: url(images/hdrFlatFeeListings.gif);
	background-repeat: no-repeat;
	height: 22px;
}
.mwQuickPropertySearchHeader
{
	background-image: url(images/hdrQuickPropertySearchRB.gif);
	background-repeat: no-repeat;
	height: 22px;
}
.mwBuyFreeSellFreeHeader
{
	background-image: url(images/hdrBuyFreeSellFree.gif);
	background-repeat: no-repeat;
	height: 22px;
}

/* Mini Windows - Right Bar */
.MiniWindowRB
{
	margin-left: 3px;
	padding-bottom: 10px;
	text-align: center;
	width: 164px;
	margin-top: 4px;
}	

.mwBodyRB
{
	margin: 0px;
	padding: 0px 3px 3px 3px;
	width: 154px;
	font-family: Trebuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	border-right: 1px solid black; 
	border-left: 1px solid black;
	background-color: #FFFFB0; 
}
.mwFooterRB
{
	height: 11px; 
	background-image: url(images/ftrBottomRB.gif); 
	background-repeat: no-repeat;
}


.mwInvestorHeader
{
	background-image: url(images/hdrInvestorsRB.gif);
	background-repeat: no-repeat;
	height: 22px;
}

.grHeaderA
{
	text-align: center;
	white-space:nowrap;
	border:solid 1px black;
	font-weight: bold;
	width: 150px;
	background-color: #CCCCCC;
}
.grHeaderB1
{
	text-align: center;
	white-space:nowrap;
	border:solid 1px black;
	font-weight: bold;
	background-color: #FFFF99;
}
.grHeaderB2
{
	text-align: center;
	white-space:nowrap;
	border:solid 1px black;
	font-weight: bold;
	background-color: #99CCFF;
}
.grHeaderB3
{
	text-align: center;
	white-space:nowrap;
	border:solid 1px black;
	font-weight: bold;
	background-color: #CCFFCC;
}
.grSubHeadingA
{
	text-align: center;
	white-space:nowrap;
	border:solid 1px black;
	font-weight: bold;
	width: 110px;
	background-color: #CCCCCC;
}
.grSubHeading1
{
	text-align: center;
	white-space:nowrap;
	border:solid 1px black;
	font-weight: bold;
	width: 110px;
	background-color: #FFFF99;
}
.grSubHeading2
{
	text-align: center;
	white-space:nowrap;
	border:solid 1px black;
	font-weight: bold;
	width: 110px;
	background-color: #99CCFF;
}
.grSubHeading3
{
	text-align: center;
	white-space:nowrap;
	border:solid 1px black;
	font-weight: bold;
	width: 110px;
	background-color: #CCFFCC;
}
.grMain1
{
	border:solid 1px black;
	background-color: #FFFF99;
}
.grMain2
{
	border:solid 1px black;
	background-color: #99CCFF;
}
.grMain3
{
	border:solid 1px black;
	background-color: #CCFFCC;
}


.FAQ 
{ 
	color: #00008C;
	font-size: 12pt;
}
.FAA
{
	color: #000000;
	font-size: 10pt;
	margin-left: 25px;
	margin-bottom: 15px;
}
.OptionListRoot
{
	border-collapse: separate;
	width: 100%;
}

.OptionListRoot td
{
	padding: 2px;
}
/* Right Content Column */
#RightBar
{
	width: 172px;
	background-image: url(images/RightBarSlice.gif); 
	background-repeat: repeat-y;
}

#RightBarContent
{
	padding-left: 6px;
}

#RightBarTopShadow
{
	position: absolute; 
	right: 0px; 
	top: 141px;
	width: 172px;
	height: 4px;
}

/* Shadow row above footer */
#ShadowRow td
{
	height: 4px; 
	background-repeat: repeat-x;
}

#srLeft		{ background-image: url(images/LeftBarBottomShadow.gif); }
#srCenter	{ background-image: url(images/FooterShadow.gif); }
#srRight	{ background-image: url(images/RightBarBottomShadow.gif); }

/* Footer Section */
#Footer
{
	height: 36px; 
	width: 100%; 
	background-image: url(images/FooterSlice.gif); 
	background-repeat: repeat-x; 
	
	font-size: 11px; 
	font-family: Trebuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
}


.FooterRow1
{
	padding-top: 1px;
}

.FooterRow2
{
	clear: both;
	padding-top: 1px;
	padding-bottom: 5px;
}

.FooterLCol
{
	float: left;
	text-align: left;
	padding-left: 5px;
}

.FooterRCol
{
	float: right;
	text-align: right;
	padding-right: 5px;
}

#Footer a			{ padding-left: 5px; padding-right: 5px; }
#Footer a:link 		{ text-decoration: underline; color: #FFFFFF; } 
#Footer a:visited	{ text-decoration: underline; color: #FFFFFF; }
#Footer a:active 	{ text-decoration: underline; color: #FFFFFF; } 
#Footer a:hover 	{ text-decoration: underline; color: #FFFF00; }

#LogoRowLeft
{
	background-image: url(images/LeftBarSlice.gif); 
	background-repeat: repeat-y;
}

#LogoRowRight
{
	background-image: url(images/RightBarSlice.gif); 
	background-repeat: repeat-y;
}

#LogoRowCenter
{
	color: #00008C;
	border-top: 1px solid #666666;
}

#TPLogos 
{ 	
	border-collapse: separate; 
	border-spacing: 10px;
	width: 100%;
}

/* Printer Settings */
#PrintHeader
{ 
	display: none;
}
#PrintFooter
{
	display: none;
}

@media print
{ 
	#MastHead			{ display: none; }
	#Footer				{ display: none; }
	#LeftBar			{ display: none; } 
	#RightBar			{ display: none; }
	#LogoRow			{ display: none; }
	#MainContentArea	{ width: 100%; float: none; }
		
	#PrintFooter
	{
		display: inline;
		float: none;
		clear: both;
		width: 100%;

		text-align: center;
	}
}

