/* GENERAL */
body  {
	font: 12px Arial, Helvetica, sans-serif;
	min-width: 920px;
	background: #eee url(images/bg_main.jpg) repeat-y center;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #333;
}
#pagelayout { 
	width: 920px;
	background: #fff url(images/bg_wrapper.jpg) repeat-y;
	margin: 0 auto;
	text-align: left;
} 
form {
	margin: 0px;
}
td img {
	display: block;
}
.cl {
	clear:both;
}
h1,h2,h3,h4,h5 {
	font: bold Verdana, Arial, Helvetica, sans-serif;
	color: #777;
}
/* HEADER */
#header { 
	background: url(images/header.jpg) no-repeat center #FFF; 
	border-bottom: 1px solid #666;
	padding: 0;
	width: 920px;
	height: 110px;
}

/* FLASH */
#flash {
	display: none;
}

/* SIDEBAR 1 - Left column */
#sidebar {
	float: left;
	width: 184px;
	ackground: transparent;
	padding: 10px 0px 10px 5px;
	font-size: 11px;
}
#sidebar p {
	margin: 0;
	padding: 0 5px 10px 5px;
}

/* SIDEBAR 2 - Right column */
#sidebar2 {
	float: right;
	width: 152px; 
	background: #fff;
	padding: 10px 5px 10px 0px;
	font-size: 11px;
}
#sidebar2 p {
	margin: 0;
	padding: 0 5px 10px 5px;
}

/* MAIN CONTENT */
#mainContent { 
	margin: 10px 170px 0 200px; 
	padding: 0 10px;
}
#mainContent p {
	margin: 0;
	padding: 0 0 10px 0;
}
#mainContent a {
	color: #000C84;
}
#mainContent a:hover {
	color: #669933;
}

/* SUB MENU */
#menui {
	color: #fff;
	width: 920px;
	background: #99CC33;
}
#menui ul {
	list-style: none;
	/* list-style-type: none; */
	margin: 0;
	padding: 0;
	cursor: default;
	display: table;
	width: 920px;
	height:41px;
}
#menui ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 183px;
	height:40px;
}
#menui ul li a {
	color: #fff;
	font: 11px Verdana, Arial, sans-serif;
	letter-spacing: 0px;
	font-weight:bold;
	padding: 14px 0px;
	text-align: center;
	text-decoration: none;
	display: block;
	width:100%;
	text-transform: none;
}
#menui ul li a:hover {
	background: #669900;
	color: #fff;
}
#menui ul li.btn1 {width: 183px; border-right: 1px solid #669900} /* Sets specific width of btn w/ border */
#menui ul li.btn2 {width: 183px; border-right: 1px solid #669900} /* Sets specific width of btn w/ border */
#menui ul li.btn3 {width: 183px; border-right: 1px solid #669900} /* Sets specific width of btn w/ border */
#menui ul li.btn4 {width: 183px; border-right: 1px solid #669900} /* Sets specific width of btn w/ border */
#menui ul li.btn5 {width: 184px; border:0} /* Sets specific width of btn w/ border */

/* FOOTER  */
#footer { 
	padding: 10px 20px 0 20px;
	height: 110px;
	border-top: 1px solid #999;
	background:#fff url(images/bg_footer.jpg) repeat-x top left;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
} 
#footer p {
	margin: 0;
	padding: 0 0 5px 0;
}
#footer a {
	color: #000C84;
}
#footer a:hover {
	color: #669933;
}
/* C1 Link */
#footer .c1 {
	font: 10px Arial, Helvetica, sans-serif;
	color: #999;
}
#footer .c1 a {
	color: #777;
}
#footer .c1 a:hover {
	color: #669933;
}

/* CLEAR */
.cl {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* MINI-CART */
.cart-tab { /* Minicart */
	border:1px solid #000000;
	width:180px;
}
.cart-tab select { /* Minicart select boxes */
	width:100%;
}

/* MENU */
/*"""""""" (MAIN) Active State""""""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover {
	background: #99CC33 url(images/arrow-right.gif) no-repeat right center;
	text-decoration:none;
	border: 1px solid #669900;
}
/*"""""""" (SUB) Active State""""""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
	background: #99CC33 url(images/arrow-right.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
	border: 1px solid #669900;
}
#qm0 {
	color: #000;
	margin: 0px;
	text-align:left;
	padding: 1px 1px 0 1px;
	width: 180px;
}

/*"""""""" (MAIN) Items""""""""*/
#qm0 a {
	background: #fff;
	color: #000C84;
	width: 172px;
	font: normal 11px Verdana,Arial,Sans-Serif;
	padding: 4px;
	margin-bottom: 2px;
	text-decoration: none;
	overflow: hidden;
	border: 1px solid #eee;
}
/*"""""""" (MAIN) Hover State""""""""*/
#qm0 a:hover {
	background: #99CC33;
	color:#fff;
	border: 1px solid #669900;
}

/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 a.qmparent {
	background: #fff url(images/arrow-right.gif) no-repeat right center;
	color:#000C84;
	border: 1px solid #eee;
}
#qm0 a.qmparent:hover {
	background: #99CC33 url(images/arrow-right.gif) no-repeat right center;
	color:#fff;
	border: 1px solid #669900;
}

/*"""""""" (SUB) Items""""""""*/
#qm0 div, #qm0 ul	{ /* (SUB) Nav Container */
	padding: 3px 3px 3px 3px;
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
}
#qm0 div a, #qm0 ul a { /* (SUB) Links */
	color: #000C84;
	font: 11px Verdana,Arial,Sans-Serif;
	background: #fff;
	padding: 3px 20px 3px 5px;
	text-decoration: none;
	/* border-bottom: 1px solid #666; */
}
#qm0 div a:hover, #qm0 ul a:hover { /* (SUB) Links Hover*/
	color: #fff;
	background: #99CC33;
	text-decoration: none;
}

/* V1 STYLES ------------------------------------------------- */
/* Realtor Classes */
.realtorheaderbg1{
	background-color: #ddd; 
	font-size:12px; 
	color: #000; 
	height: 25px;
}
.realtorheaderbg1 a {
	text-decoration: underline;
}
.realtorheaderbg1 a:hover {
	text-decoration: underline;
}
/* FOR REALTOR SEARCH DISPLAY ROWS - - - - - - -  */
.realtorheaderbg2{
	background-color: #eee;
	font-size:12px; 
	color: #000; 
	height: 25px;
}
.realtorheaderbg2 a {
	text-decoration: underline;
}
.realtorheaderbg2 a:hover { 
	text-decoration: underline;
}
/* FOR PRODUCT DISPLY OUTLINE - - - - - - -  */
.headerborder1{
	border:1px solid #ccc;
}
.headerborder2{
	border:1px solid #ccc;
}