/* COMMON */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 12px Arial,Sans-Serif;
	color: #000;
}
#page {
	margin: 0px auto;
	padding: 0px;
}
#pagelayout {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: #fff url(images/mainstrip.jpg) repeat-x left top;
}

#mainwrap {background: transparent; width: 950px; margin: auto;}

#bodywrap {margin: auto;}

a {
	color: #00bff3;
}
a:hover {
	color: #003399;
}
form {
	margin: 0;
	padding: 0;
}
input, textarea, option, select {
	font: 12px Arial,Sans-Serif;
}
td {
	color: #000000;
	font: 12px Arial,Sans-Serif;
}
h1,h2,h3,h4,h5 {
	padding: 0px;
	font-weight: bold;
	color: #000033;
}
/* MAIN CONTENT */
#mainContent {
	width: 850px;
	float: left;
	margin: 0px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	background-color: transparent;
}

#clear {clear: both;}

#headerwrap {
	width: 1200px;
	margin: auto;
	text-align: center;
}
/* HEADER */
#header {
	width: 850px;
	margin: auto;
	text-align: center;
	height: 235px;
	background: url(images/header_bgRepeat.jpg) repeat-x;
}
/* FOOTER REGION */
#footer {
	font: Arial,Sans-Serif;
	color: #fff;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 100%;
	height: 147px;
	background: #ffffff url(images/bg_footer.jpg) repeat-x center top;
	border-top: 0px solid #aaa;
}
#footer a, #c1 a{
	color: #fff;
	text-decoration: underline;
}
#footer a:hover, #c1 a:hover{
	color: #00bff3;
	text-decoration: underline;
}
#footer #c1 {
	font: 11px Arial,Sans-Serif;
	text-align:center;
	padding: 5px 0px 5px 0px;
	width: 100%;
	color: #fff;
}
#footer p, #c1 p {
	padding: 10px;
	margin: 0px 0px 5px 0px;
}

/* ------------------------------ V1 CLASSES  --------------------------------------- */

/* FOR REALTOR SEARCH DISPLAY ROWS */
.realtorheaderbg1{
	background-color: #AED5E8; 
	font-size:12px; 
	color: #000; 
	height: 25px;
}
.realtorheaderbg1 a {
	color: #000033; 
	text-decoration: underline;
}
.realtorheaderbg1 a:hover {
	color: #000; 
	text-decoration: underline;
}
/* FOR REALTOR SEARCH DISPLAY ROWS */
.realtorheaderbg2{
	background-color: #ddd;
	font-size:12px; 
	color: #000; 
	height: 25px;
}
.realtorheaderbg2 a {
	color: #000033; 
	text-decoration: underline;
}
.realtorheaderbg2 a:hover {
	color: #000; 
	text-decoration: underline;
}
/* FOR PRODUCT DISPLY OUTLINE */
.headerborder1{
	border:1px solid #ccc;
}
.headerborder2{
	border:1px solid #ccc;
}

/* ------------------------------ MAIN MENU  --------------------------------------- */




#topmenu { background: url(images/navbg.jpg) repeat-x top left; height: 51px; margin: 0 auto;}

#qm0 {
	width: 950px;
	color: #000;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
}

#qm0 div {margin: -2px 200px 0 0;}

/*"""""""" (MAIN) Items""""""""*/
#qm0 a {
	font: normal 12px Verdana,Arial,Sans-Serif;
	color: #fff;
	height: 39px;
	line-height: 39px;
	width: 170px;
	text-decoration: none;
	padding: 0 5px 0 5px;
	border-right: 0.05em solid #555;
	
}
/*"""""""" (MAIN) Hover State""""""""*/
#qm0 a:hover {
	background: url(images/navRepeatAlt.jpg) repeat-x;
	color:#fff;
	/* border-bottom-color:#666; */
}


/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 a.qmparent {
	color:#fff;
	border-bottom-color:#888;
}
#qm0 a.qmparent:hover {
	background: url(images/navRepeatAlt.jpg) repeat-x;
	color:#fff;
	border-bottom-color:#888;
}

/*"""""""" (SUB) Items""""""""*/

#qm0 div a, #qm0 ul a { /* (SUB) Links */
	color: #eee;
	font: 11px Verdana,Arial,Sans-Serif;
	background: #000;
	padding: 3px 20px 3px 5px;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #fff;
	height: 30px;
}
#qm0 div a:hover, #qm0 ul a:hover { /* (SUB) Links Hover*/
	color: #000;
	background: #00BFF3;
	text-decoration: none;
}

li:hover>ul{
	left: auto;
}

/*
.qmclear {
	clear: left;
	display: block;
	float: none !important;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
	width: 0px;
}

.qmmc {
	position: relative;
	zoom: 1;
}

.qmmc .qmdivider{
	border-style: solid;
	border-width: 0px;
	display: block;
	font-size: 1px;
}

.qmmc .qmdividery{
	float: left;
	width: 0px;
}

.qmmc .qmtitle{
	cursor: default;
	display: block;
	white-space: nowrap;
}

.qmmc div{
	position: absolute;
	visibility: hidden;
}

.qmmc div a, .qmmc ul a, .qmmc ul li {
	float: none;
}

.qmmc li{
	position: relative;
}

.qmmc li a {
	float: none;
}

.qmmc ul {
	left: -10000px;
	position: absolute;
}

.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;
}

.qmmc, .qmmc ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.qmsh div a {
	float: left;
}

#qm0 li {
	float: none;
}

#qm0 li:hover>ul{
	left: 100%;
	top: 0px;
}
*/