/* Global styles */

* {margin: 0; padding: 0;}

#header {
	background: url(images/header.jpg) no-repeat center;
	border: none;
	padding: 0px;
	margin: 0px;
	width: 900px;
	height: 224px;
}


body {
	
	background: #eee;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 900px;
	text-align: center; /* IE hack for centering in wrapper */
	margin: 0 auto;
}

#mainContent {
	margin: auto;
	width: 510px;
	color: #000000;
	font-size: 12px;
	align: left;
}

#pagelayout { 
	width: 900px;
	background: #FFFFFF;
	margin-top:8px;
	text-align: left;
	border: 1px solid #000;
	height: auto;
}

#bodycontent {
	width: 510px;
	align: left;
	}


a {color: #CC0000;}

a:hover {color: #1E48BA;}

form {margin: 0}

#sidebar {
	background: #1F48BA;
	width: 172px;
	height: auto;
	left-margin: 5px;
	padding: 0px;

}

#sidebar2 {
	background: #6E89D3 url(images/rightbar.jpg) no-repeat top right;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 175px;
	height: auto;
	
}

#sidebar2b {
	background: #6E89D3;
	border: none;
	padding: 0px;
	
}

/*!!!!!!!!!!! LEFT MENU !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;}
.qmmc a, .qmmc li {float:left;display:block;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc ul {left:-10000px;position:absolute;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li{position:relative;}.qmmc ul {z-index:10;}.qmmc ul ul {z-index:20;}.qmmc ul ul ul {z-index:30;}.qmmc ul ul ul ul {z-index:40;}.qmmc ul ul ul ul ul {z-index:50;}li:hover>ul{left:auto;}#qm0 li {float:none;}#qm0 li:hover>ul{top:0px;left:100%;}

/* QuickMenu 0 */
/*"""""""" (MAIN) Container""""""""*/

/*"""""""" (MAIN) Active State""""""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover {
	background: #FF6600 url(images/arrow-right.gif) no-repeat right center;
	text-decoration:none;
	/* border-bottom-color:#666; */
}
/*"""""""" (SUB) Active State""""""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
	background: #FF6600 url(images/arrow-right.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

#qm0 {
	color: #000;
	margin: 0px;
	text-align:left;
	padding: 3px 1px 3px 3px;
	width: 164px;
	/*background: #D3D3D3;*/
}

/*"""""""" (MAIN) Items""""""""*/

#qm0menu {
	width: 172px;
	background: #1F48BA;
}

#qm0 a {
	background: #1F48BA;
	color: #fff;
	width: 158px;
	font: bold 15px Times New Roman,Sans-Serif;
	padding: 6px 1px 3px 1px;
	margin-bottom: 2px;
	text-decoration: none;
	font-style:italic;
	overflow: hidden;
	border-bottom: 1px solid #9FB0E2;
}
/*"""""""" (MAIN) Hover State""""""""*/
#qm0 a:hover {
	background: #1F48BA;
	color:#000;
	border-bottom-color:#eee
}

/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 a.qmparent {
	background: #1F48BA url(images/arrow-right.gif) no-repeat right center;
	color:#fff;	
	border-bottom-color:#9FB0E2;

}
#qm0 a.qmparent:hover {
	background: #1F48BA url(images/arrow-right.gif) no-repeat right center;
	color:#000;
}

/*"""""""" (SUB) Items""""""""*/
#qm0 div, #qm0 ul	{ /* (SUB) Nav Container */
	padding: 1px 0 1px 0;
	background: #1F48BA;
	color: #000;
	z-index: 99;
	overflow: visible;
}
#qm0 div a, #qm0 ul a { /* (SUB) Links */
	background: #1F48BA;
	color: #fff;
	width: 200px;
	font: bold 15px Times New Roman,Sans-Serif;
	padding: 6px 1px 3px 1px;
	margin-bottom: 2px;
	text-decoration: none;
	font-style:italic;
	overflow: hidden;
	border-bottom: 1px solid #9FB0E2;
}

/* (SUB) Links Hover*/

#qm0 div a:hover, #qm0 ul a:hover {
	color: #000;
	background: #1F48BA;
	text-decoration: none;
}

#menui {
	display: none;
}

/* SUB>SUB */

#qm0 div a.qmparent, #qm0 ul a.qmparent {
	background: #1F48BA;
	color: #fff;
	width: 158px;
	font: bold 15px Times New Roman,Sans-Serif;
	padding: 6px 1px 3px 1px;
	margin-bottom: 2px;
	text-decoration: none;
	font-style:italic;
	overflow: hidden;
	border-bottom: 1px solid #9FB0E2;

}

#qm0 div a.qmparent:hover, #qm0 ul a.qmparent:hover {
	background: #1F48BA;
	color: #000;
	width: 158px;
	font: bold 15px Times New Roman,Sans-Serif;
	padding: 6px 1px 3px 1px;
	margin-bottom: 2px;
	text-decoration: underline;
	font-style:italic;
	overflow: hidden;
	border-bottom: 1px solid #9FB0E2;
}

/* TOP MENU */
#menui2 {
	color: #FFFFFF;
	height: 30px;
	width: 900px;
	padding: 0;
	margin: auto;
	background-color: #B61328;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;

}
#menui2 ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin-left: 100px;
	height: 30px;
	
}
#menui2 ul li {
	margin: auto;
	text-align: center;
	float: left;
	padding-right: 25px;
	margin: auto;

}
#menui2 ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0;
	
}
#menui2 ul li a:hover {
	color: #fff;
	text-decoration: underline;

}

/* BOTTOM MENU */

#footerimg {
	background: url(images/footer.gif) no-repeat bottom center;
	width: 900px;
	height: 238px;
}

#footerm {
	color: #6D7E97;
	width: 900px;
	background: #6D7E97;
}
#footerm ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	cursor: default;
	display: table;
	width: 900px;
	height:40px;
}
#footerm ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 124px;
	height:40px;
}
#footerm ul li a {
	color: #fff;
	font: 11px Tahoma, Arial, sans-serif;
	letter-spacing: 0px;
	font-weight:bold;
	margin-top: 12px;
	text-align: center;
	text-decoration: none;
	display: block;
	width:100%;
	text-transform:uppercase;
}
#footerm ul li a:hover {
	color: #fff;
	height: 25px;
}

#footerm ul li.btn1 {width: 141px;} /* Sets specific width of btn w/ border */
#footerm ul li.btn2 {width: 141px;} /* Sets specific width of btn w/ border */
#footerm ul li.btn3 {width: 141px;} /* Sets specific width of btn w/ border */
#footerm ul li.btn4 {width: 141px;} /* Sets specific width of btn w/ border */
#footerm ul li.btn5 {width: 161px;} /* Sets specific width of btn w/ border */
#footerm ul li.btn6 {width: 87px; background-color: #B61328} /* Sets specific width of btn w/ border */
#footerm ul li.btn7 {width: 87px; background-color: #B61328} /* Sets specific width of btn w/ border */


/* MLS Quick Search */

#rightRail .searchHeader {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
	color: #ccccff;
}
#rightRail .searchMLS { 
	color: #ffffff;
	font-size: 12px;
	width: 150px;
	margin-left: 10px;
	/* background-color: #B61328; */
	/* padding: 4px;  */
	/* border: 1px solid #748AC7;  */
}
input.buttonSearchMLS { 
	background-color: #B61328;
	color: #ffffff;
	font-size: 10px;
	margin: 5px 0px 0px 0px;
	border: 1px solid #748AC7;
	padding: 2px;
}
input.searchField { 
	color: #000000;
	font-size: 10px;
}
select.searchRange { 
	color: #000000;
	font-size: 0.8em;
	width: 78px;
}
select.searchCity { 
	color: #000000;
	font-size: 0.8em;
	width: 156px;
}
select.searchProperty { 
	color: #000000;
	font-size: 0.8em;
	width: 156px;
}
/* Footer */

#footerimg {
	background: url(images/footer.gif) no-repeat bottom center;
	width: 900px;
	height: 238px;
}

#footer {
	padding: 0 0 0 0;
	height: 100px;
	border-top: 1px solid #999;
	background:#eee;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
#footer a{
	color: #1E48BA;
}
#footer a:hover{
	color: #CC0000;
}

/* -- Default Template Styles  -- */

/* Default Text */

.defaulttext {
font-size: 12px;
color: #000000;
}
.defaulttext a {
color: #CC0000;
text-decoration: underline;
}
.defaulttext a:hover{
color: #1E48BA;
text-decoration: underline;
}

/* Nav and Left Rail */

.nav {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 96%;
	font-weight: bold;
	color: #ffffff;
}
.nav a {
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.leftcol {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.leftcol a {
	color: #ffffff;
	text-decoration: underline;
}
.leftcol a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Page thru */
 
.pageThru {
font-family: Arial, Tahoma, sans-serif;
font-size: 80%;
color: #000000;
font-weight: none;
text-decoration: none;
}
.pageThru a{
font-family: Arial, Tahoma, sans-serif;
font-size: 100%;
color: #CC0000;
font-weight: bold;
text-decoration: none;
}
.pageThru a:hover{
font-family: Arial, Tahoma, sans-serif;
font-size: 100%;
color: #1E48BA;
font-weight: bold;
text-decoration: underline;
}
/* Product styles */
.productDescription {
font-family: Tahoma, Arial, sans-serif;
font-size: 80%;
color: #000000;
font-weight: none;
text-decoration: none;
}
.productTitle {
font-family: Arial, Tahoma, sans-serif;
font-size: 80%;
color: #000000;
font-weight: bold;
text-decoration: none;
}
.productPrice {
font-family: Arial, Tahoma, sans-serif;
font-size: 80%;
color: #000000;
font-weight: none;
text-decoration: none;
}
/* FOR REALTOR SEARCH DISPLAY ROWS - - - - - - -  */
.realtorheaderbg1{
	background-color: #1E48BA; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color: #ffffff; 
	height: 25px;
}
.realtorheaderbg1 a {
	color: #ffffff; 
	text-decoration: underline;
}
.realtorheaderbg1 a:hover {
	color: #ffffff; 
	text-decoration: underline;
}

.realtorheaderbg1 table {width: 480px;}

/* FOR REALTOR SEARCH DISPLAY ROWS - - - - - - -  */
.realtorheaderbg2{
	background-color: #CC0000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color: #ffffff; 
	height: 25px;
}
.realtorheaderbg1 a {
	color: #ffffff; 
	text-decoration: underline;
}
.realtorheaderbg1 a:hover {
	color: ##ffffff; 
	text-decoration: underline;
}
/* FOR PRODUCT DISPLY OUTLINE - - - - - - -  */
.headerborder1{
	border:1px solid #000000;
}
.headerborder2{
	border:1px solid #000000;
}

.tabcontentstyle {width: 500px;}

#ListingsSearchFormA table {width: 476px}		