﻿
body 
{
    /*
	background-color: #757575;
	font-family: Verdana;
    */
}

a {
	color: Black;
}

#container{
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: url(images/bg-container.gif) top left repeat-y;
	width: 986px;
	margin-top: 5px;
	border-top: solid 3px white;
	border-bottom: solid 3px white;
}

#top {
	position: relative;
	margin: 0 auto;
	/*background: url(images/bg-top.gif) no-repeat;*/
	height:9px;
	width: 986px;
	display: none;
}

#containerContent {
	padding-left: 3px;
	padding-right: 3px;
}


/* Contact Error Page */
.errorSummary 
{
	  font-family: Arial; 
      font-weight: bold;
      color:  green;
      margin-bottom: 5px;
      font-size: 11px;  
      border: solid 1px green; 
      padding: 5px;
}

 

.errorSummary ul
{
      margin-top: 0px;
      margin-bottom: 0px;
      padding-left: 10px;
}

.errorSummary li
{
      margin-left: 10px;
      text-indent: 10px;
      list-style-type: circle;
}

.errorText
{
	font-family: Arial;
	font-size: 8pt;
	color: green;
	border: solid 1px green;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}
.errorTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: maroon;
}

.errorMessage
{
	font-family: Arial;
	font-size: 10pt;
	color: maroon;
}

.errorMessage a
{
	font-size: 9pt;
	color: maroon;
	text-decoration: none;
}

/* Error */

/********** HOME PAGE SECTION ******************/

#agentContainer {
	height: 191px;
	width: 211px; /*(231 - 20px - 10 padding on each side  */
	background: url(images/bg-agentContainer.gif) top left repeat-x;
	float: left;
	padding: 7px 10px 5px 10px;
	position:relative;
}

#agentContainer #editorContainer{
	position:absolute;top:3px;left:205px;width:24px;height:24px;z-index:1;
}

#agentImage{
	width: 104px;
	height: 136px;
	background: url(/site/images/bg-agentImage.gif) no-repeat top left;
	float: left;
}

.agentName {
	color: #CD4800;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}

.agentEmail {
	font-family: Arial;
	font-size: 12px;
}

#agentPhoneNumbers {
	float: left;
	padding: 5px 0px 5px 5px;
	font-family: Arial;
}

#agentSlogan {
	padding: 5px 0px 5px 5px;
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
}
.agentSlogan {
	color: #CD4800;
	font-size: 14px;
	font-weight: bold;
}

/* ____________agent navigation___________ */

#agentMenu {
	width: 745px;
	height: 36px;
	background: url(images/bg-nav.gif) repeat-x;
	float: right;
	position: relative;
}

#agentMenu #editorContainer {
	position:absolute;top:3px;left:715px;width:30px;
}

.navButton {
	background: url(images/bg-agentMenuButton.jpg) no-repeat top right;
	height: 36px;
	width: 93px;
	text-align: center;
	float: left;
	overflow:hidden;
}
	
.navButton a:link, .navButton a:visited {
	font-size: 10px;
	line-height: 36px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.navButton a:link.active, .navButton a:visited.active {
	color: #6F6F6F;
}

.navButton a:hover {
	background: url(images/bg-agentMenuButtonActive.jpg) no-repeat;	
}

.navButton a:hover.active {
	color: white;
}

/* ____________agent navigation end___________ */

#focusImage{
	height: 243px;
	width: 745px;
	background: url(images/alpha.jpg) top left no-repeat;
	float: right;
}

#quickSearch {
	width: 231px; /* 231 - 4px padding */
	height: 451px;
	background: url(images/bg-propertySearch.gif) repeat-x top left;
	float:left;
	margin-right: 4px;
}
#quickSearchHeader {
	width: 231px;
	height: 142px;
	background: url(images/quickSearchHeader.jpg) repeat-x top left;
}

#quickSearchContainer {
	padding: 15px 0px;
	color: #005087;
}

#quickSearchOptions {
	width: 200px;
}

.quickSearchColOne {
	clear: left;
	width: 75px;
	margin-left: 20px;
}

.quickSearchColTwo {
	margin-left: 20px;
	margin-top: -5px;
}

.quickSearchFMLSMLS {	
	margin-top: 20px;
}

#quickSearchContainer input {
	width: 100px;	
}

#quickSearchContainer select {
	width: 104px;	
}

#quickSearchContainer .btnSearch {
	width: 105px;
	color: #005087;
	font-size: 10px;
}

#quickSearchTitle {
	float: left;
	width: 100px;
	font-weight: bold;
	font-size: 12px;
	padding-left: 3px;	
}

#quickSearchTitleImg {
	float: right;
	width: 32px;
	height: 35px;
	background: url(images/keys.png) no-repeat;
	margin-top: -5px;
	/* IE6 Bug Fix */
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Alpha_Blue/images/keys.png', sizingMethod='image');	
}


#welcome {
	height: 175px;
	width: 508px; /* 523px - margin*/
	border: solid 5px white;
	background: url(images/bg-welcome.gif) repeat-x top left;
	float:left;
	margin-left: 7px;
	margin-bottom: 3px;
	position: relative;
	overflow: hidden;
}

#welcome #editorContainer{
	position:absolute;top:10px;left:475px;width:24px;height:24px;z-index:1;
	/********** Can't use below because of FireFox ****/
	/* float: right; margin-right: 20px; */
}

#welcomeImg {
	height: 138px;
	width: 187px;
	background: transparent url(images/welcome.png) no-repeat;
	float:left;
	margin-top:30px;
	/* IE6 Bug Fix */
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Alpha_Blue/images/welcome.png', sizingMethod='image');	
}

#welcomeHeader{
	float: left;
	width: 310px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}

#welcomeContent {
	padding-right: 10px;
	line-height: 1.4em;
}


#testimonialPreview {
	float: right;
	width: 211px;
	height: 367px;
	background: url(images/bg-testimonials.gif) repeat-x top left;
	border-top: solid 4px white;
	border-bottom: solid 4px white;
	color: White;
}

#testimonialPreviewHeader {
	height: 31px;
	width: 201px;
	background: url(images/bg-testimonialsHeader.gif) repeat-x top right;
	font-weight: bold;
	font-size: 11px;
	padding: 10px 0px 0px 10px;
	position: relative;
}

#testimonialPreviewHeader #editorContainer{
	/*position:absolute;top:5px;left:155px;width:24px;height:24px;z-index:1;*/
	float: right;
	margin-top: -5px;
	margin-right: 30px;
}

.testimonialContainer {
	background: transparent url(images/bg-testimonialContainer.gif) repeat-x bottom left;
	padding-top: 10px;
}	

.testimonial{
	font-size: 10px;
	line-height: 1.4em;
	padding: 0px 10px 25px 10px;
}

.testimonialQuote {
	height:22px; 
	width:31px; 
	float: left;
	background: transparent url(images/testimonialQuote.png) no-repeat;
	/* IE6 Bug Fix */
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Alpha_Blue/images/testimonialQuote.png', sizingMethod='image');	
}

.testimonialQuoteText {
	width:190px;height:110px;overflow:hidden;margin-bottom:5px;
}

.testimonialQuotee {
	float:right;font-style:italic;
}

#featuredListingsPreview {
	height: 187px;
	width: 508px; /* 523px - margin*/
	background: url(images/bg-featuredListingsPreview.gif) repeat-x top left;
	margin-left: 7px;
	border: solid 5px white;
	border-bottom: solid 4px white;
	border-top: none;
	border-right: none;
	float: left;
	font-family: Arial;
}

#featuredListingsPreviewHeader {
	padding: 13px 0px 8px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #003D9D;
	position: relative;
}

#featuredListingsPreviewHeader #editorContainer{
	position:absolute;top:5px;left:475px;width:24px;height:24px;z-index:1;
}

#ctl00_PageContentArea_FeaturedListingsPreview1_RadRotator1_Div {
	height: 130px !important;
	width: 510px !important;
}

.featuredListingPreview {
	border: solid 1px #DFE8F8;
	padding: 10px 0px 0px 10px;
	margin-right: 5px;
	height: 104px;
	width: 237px;
	background: url(images/bg-featuredListingPreview.gif) repeat-x top left;
	float: left;
}

.featuredListingPreview img {
	float:left;
	margin-right: 5px;
}

.featuredListingPreviewDetails {
	float:left;
	width: 110px;
	height: 85px;
	overflow: hidden;	
}

.featuredListingPreviewDetails a {
	color: #003D9D; /*different based on theme*/
	font-weight: bold;
}

/* featured listing address & info */
.featuredListingPreviewDetails span {
	white-space: nowrap;
}



#bottom {
	margin: 0 auto;
	background: url(images/bg-bottom.gif) repeat-x top left;
	height:31px;
	width: 930px;
	border: solid 3px white;
	border-top: none;
	clear: both;
	font-family: Verdana;
	color: #333333;
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	padding: 5px 25px 0px 25px;
}

#bottom img {
	float: left;
}

/************ END HOME PAGE SECTION *****************/




/************ INSIDE PAGE SECTION *******************/

#containerContentInside {
	padding-left: 3px;
	padding-right: 3px;
	background-color: white;
	height: 100%;
}

#focusImageInside {
	height: 130px;
	width: 745px;
	background: white url(images/alphaInside.jpg) top left no-repeat;
	float: right;	
}

#agentContainerInside{
	float: left; 
	width: 220px; /*230 -10*/
	height: 122px; 
	background: url(images/bg-agentContainer.gif) top left repeat-x;
	padding-top: 8px;
	padding-left: 10px;
}

#agentImageInside {
	width: 67px;
	height: 86px; /*86 - 5 */
	/*background: url(/site/images/bg-agentImageInside.png) no-repeat top left;*/
	float: left;
	margin-top: 3px;
	/* IE6 Bug Fix 
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/site/images/bg-agentImageInside.png', sizingMethod='image');	
    */
}

#agentImageInside img {
	position:relative; top:3px; left:4px; height:76px; width: 57px;
}

#agentNameContainerInside {
	width: 200px;
}

.agentNameInside {
	color: #CD4800;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-indent: 2px;
	/*padding-bottom: 3px;*/
	padding: 0px 3px;
}

.agentEmailInside {
	font-size: 10px;
	font-family: Arial;
	padding-left: 5px;
}

#agentPhoneNumbersInside {
	float: left;
	padding: 0px 0px 5px 15px;
	font-family: Arial;
	font-family: Verdana;
	line-height: 2em;
}

#agentSloganInside {
	padding: 0px 0px 5px 5px;
	float: left;
	display: none;
}
.agentSloganInside {
	color: #CD4800;
	font-size: 10px;
	font-weight: bold;
}


/* ____________agent navigation inside page___________ */

#agentMenuInside {
	width: 980px;
	height: 36px;
	background: url(images/bg-navInside.gif) repeat-x;
	float: left;
	margin-bottom: 5px;
}

.navButtonInside {
	background: url(images/bg-agentMenuButtonInside.gif) no-repeat top right; /* different based on theme*/
	height: 28px;
	width: 122px;
	text-align: center;
	float: left;
	overflow:hidden;
}
	
.navButtonInside a:link, .navButtonInside a:visited {
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.navButtonInside a:link.active, .navButtonInside a:visited.active {
	color: #6F6F6F;
}

.navButtonInside a:hover {
	background: url(images/bg-agentMenuButtonInsideAct.gif) no-repeat;	/* different based on theme*/
}

.navButtonInside a:hover.active {
	color: white;
}

/* ____________agent navigation inside page end___________ */



.customMenu {
	position: relative;
	width: 230px;
	height: 100%;
	clear: left;
	float: left;
	background: url(images/bg-customMenu.gif) repeat-y top left;
}

.customMenu #editorContainer{
	position:absolute;top:7px;left:160px;width:24px;height:24px;z-index:1;
}

.customMenuHeader {
	height: 38px;
	widows: 230px;
	background: url(images/bg-customMenuHeader.gif) no-repeat;
	line-height: 38px;
	color: White;
	text-indent: 10px;
	font-weight: bold;
}

#customMenuItems li {
	padding: 2px 2px 0px 15px;
  	list-style-type: none;
}

	
#customMenuItems a:link, #customMenuItems a:visited {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}


#customMenuItems a:link.active, #customMenuItems a:visited.active {
	color: black;
	border-bottom: solid 1px white;
}

#customMenuItems a:hover {
	text-decoration: none;
	color: #4086bc;
}


#customMenuBottom {
	width: 230px;
	height: 20px;
	background: url(images/bg-customMenuBottom.gif) no-repeat;
}

.customPagePanel {
	width: 730px; /*750 - 20padding */
	position: relative;
	float: left;
	background-color: white;
	padding: 10px 10px 20px 10px;
}

.customPagePanel .editorContainer{
	position:absolute; top:0px; left:940px; width:24px;height:24px;z-index:1;
}


/***********  LISTINGS PAGE **********************/


#searchPriceMenu {
	padding: 10px; background:white url(Images/bg-agentInfo.jpg) bottom left repeat-x; width:150px;height:100px;border:solid 1px silver;
}

#searchPriceMenu2 {
	padding: 20px 0px 10px 10px;
	height: 80px;
	width: 135px;
	overflow: hidden;
}	

#searchMenuCities {
	padding: 20px 0px 10px 10px;
	height: 140px;
	width: 130px;
	overflow: hidden;
}

#searchMenuZipcodes {
	padding: 20px 0px 10px 10px;
	height: 120px;
	width: 110px;
	overflow: hidden;
}

#searchMenuBedBaths {
	padding: 20px 0px 10px 10px;
	height: 90px;
	width: 150px;
	overflow: hidden;
}

.searchMenuParam {
	color:#567fbd;
}
.listingPageContainer {
	height: 580px; 
	/*width:980px;*/
	position:relative;
	clear: both;
	font-family: Arial;
	background-color: White;
}

.listingPageContainer table {
	text-align: left;
}


.listings div, .listingMapInfoWindowTitle, .listingMapInfoWindowAddress
{
    color:#333333;
}
.listingMapInfoWindowAddress
{
    line-height:1em;
}


.listings {
	/*background: url(Images/bg-listings.gif) repeat-y;*/
	width:620px;
	height:575px;
	overflow-y:auto;
	overflow-x:hidden;
	float:left;
	
	
	/*border-bottom:solid 1px #999999;*/
	/*border-right:solid 1px #999999;*/
	/*border-top:solid 1px #999999;*/
	border:none;
	
	font-size: 11px;
	color:Black;
	position:relative;	/* fixed map scroll problem */
}
.listings img {
	border: none;
}

.listing {
	/*border:solid 1px #999999;*/
	border: none;
	border-bottom: solid 1px #f4f4f4;
	background: none;
	float:left;width:100%;overflow:hidden;padding-top:10px; padding-left:10px;
}

.listing:hover {
	/*border:solid 1px Orange;*/
	border-top: none;
	background: url(Images/bg-listing.gif) top left repeat-x;
}


.listingSelected 
{
    border:none;
	border-top:solid 1px Orange;
	border-bottom: solid 1px Orange;
	background: url(Images/bg-listing.gif) top left repeat-x;
	float:left;width:100%;overflow:hidden;padding-top:10px; padding-left:10px;
}


.listingGridRow {
	float:left;width:605px;overflow:hidden;line-height:1.3em;
}
.listingGridRow:Hover {
	cursor:pointer;
}
.listingGridRowImg {
	float:left;margin-right:15px;
}
.listingGridRowImg img {
	width:67px;height:50px; margin-bottom:5px;
}
.listingGridRowAddressCol {
	float:left;margin-right:20px;text-overflow:ellipsis;overflow:hidden;width:145px;white-space:nowrap;
}
.listingGridRowAddressCol a {
	color:#006CCF;font-weight:bold;font-size:12px;
}
.listingGridRowPriceCol {
	float:left;margin-right:27px;
}
.listingGridRowPriceCol span.price {
	font-weight:bold;font-size:12px;
}
.listingGridRowSchools {
	float:left;margin-right:20px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap; /*width:130px;*/
}
.listingGridRowActions {
	padding-top: 10px;
}
.listingGridRowActions a {
	font-weight:bold;text-decoration:none;color:#0066CC;
}
.listingGridRowActions a img {
	border:none;
}

.listingGridRowDetail {
	float:left;height:110px;width:620px;padding-top:10px;overflow:hidden;display:none;
}
.listingGridRowDetailImg {
	float:left;margin-right:15px;margin-bottom:10px;
}
.listingGridRowDetailDesc {
	float:left;margin-right:32px;
}
.listingGridRowDetailText {
	font-size:11px;height:85px;width:265px;text-overflow:ellipsis;overflow:hidden;
}
.listingGridRowDetailLink a{
	/*text-decoration:none;color:#0066CC;font-size:11px;font-weight:bold;*/
	font-size:1em;
	display:block;
}
.listingGridRowDetailLink a img{
	margin-left: 5px;
}


#splitter{
	background-color: #efefef;
}

#expandMapTab {
	background: url(Images/bg-splitterLeft.gif) no-repeat;
	width: 20px;
	height: 267px;
	float: right;
	vertical-align: middle;
	margin-top: 100px;
}

#expandMapTab:hover {
	cursor: hand;
	cursor: pointer;
}

.map
{
	/*width: 354px;*/
	height: 575px;
	/*border: solid 1px #000000;*/
	overflow: hidden;
}

.mapTest {
	width: 300px;
	height: 400px;
}

.mapSmall {
	position:relative;width:225px;height:85px;overflow:hidden;
}

.mapSmallContainer{
	position:relative;float:left;height:225px;width:85px;
}

.mapContainer
{
	/*border: solid 0px #000000;*/
	/*width: 354px;*/
	margin-bottom: 0px;
	margin-left: 0px;
}

.mapSmallListingDetails {
	position:relative;width:227px;height:250px;overflow:hidden;border:none;
}

.listingMapInfoWindow {
	font-size: 12px;
	/*width:225px;*/
}

.listingMapInfoLinks 
{
    clear:both;
}
#listingMapInfoWindowStreetView
{
    /*display:block;*/
}
#listingMapInfoMore
{
    margin-right: 22px;
    /*display:block;*/
}




/***********  END LISTINGS PAGE ******************/




/*********** LISTING DETAILS *********************/

.listingDetailsFeatureBar {
	clear: both; 
	height: 27px; 
	width: 100%; 
	
	/*background: url(images/bg-listingDetailsFeatureBar.png) no-repeat; */
	/*font-family: Arial; font-weight: bold; font-size: 12px; text-indent: 8px;color: White;*/
	/* IE6 Bug Fix */
	/*_background: none; */
	/*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Alpha_Blue/images/bg-listingDetailsFeatureBar.png', sizingMethod='image');	*/
}


table.editor a:link, table.editor a:visited {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}


table.editor a:link.active, table.editor a:visited.active {
	color: black;
	border-bottom: solid 1px white;
}

table.editor a:hover {
	text-decoration: none;
	color: #4086bc;
}

/*********** END LISTING DETAILS *********************/


.listingTotal {
	color: #4086bc;
}

/*********** TESTIMONIAL PAGE OVERRIDES************************/

#testimonialPageRight {
	font-family: Tahoma, Arial;
}	

#testimonialPageHeader {
	color:#d5e0f2;
}	

.testimonialPageQuote {
	background: transparent url(images/testimonialQuote.png) no-repeat;
	/* IE6 Bug Fix */
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/Alpha_Blue/images/testimonialQuote.png', sizingMethod='image');	
}
.testimonialPageItem {
	color:#1e5bba;
}

/*********** END TESTIMONIAL PAGE OVERRIDES********************/