
/* COMMON */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 12px Arial,Sans-Serif;
	color: #000;
	background: #fff url(images/bg_main.jpg) repeat-y center;
}
#page {
	margin: 0px auto;
	padding: 0px;
}
#pagelayout {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 1000px;
	background-color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
a {
	color: #003399;
}
a:hover {
	color: #000033;
}
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 {
	margin: 0px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat center #FFF; 
	border-bottom: 1px solid #666;
	padding: 0;
	width: 1000px;
	height: 329px;
}
/* FOOTER REGION */
#footer {
	font: Arial,Sans-Serif;
	color: #37364B;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 100%;
	background: #fff url(images/bg_footer.jpg) repeat-x top;
	border-top: 1px solid #aaa;
}
#footer a, #c1 a{
	color: #003399;
	text-decoration: underline;
}
#footer a:hover, #c1 a:hover{
	color: #000033;
	text-decoration: underline;
}
#footer #c1 {
	font: 11px Arial,Sans-Serif;
	text-align:center;
	padding: 5px 0px 5px 0px;
	width: 100%;
	color: #666;
}
#footer p, #c1 p {
	margin: 0px 0px 5px 0px;
}
/* SIDE BAR */
#sidebar {
	background: #efefef;
	color: #000;
	margin: 0px;
	padding: 10px;
	vertical-align: top;
	width: 170px; /* 160 */
}
#sidebar input,
#sidebar textarea,
#sidebar option,
#sidebar select,
#sidebar table {
	font: 12px Arial,Sans-Serif;
}
/**/
#submenu {
	background: url(images/bg_submenu.jpg) repeat-x top left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	color: #FFFFFF;
	height: 35px;
}
#submenu ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	cursor: default;
	display: table;
	width: 1000px;
}
#submenu ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 125px;
}
#submenu ul li a {
	background: transparent;
	color: #000033;
	font: 12px Arial, sans-serif;
	letter-spacing: 0px;
	font-weight:bold;
	padding: 10px 0px;
	text-align: center;
	text-decoration: none;
	display: block;
	width:100%;
}

#submenu ul li a:hover {
	background: #20338C;
	color: #FFFFFF;
}
/* Container for adding padding of SIDEBAR content */
#sideColBelNavContainer {
	padding: 10px 0px;
	font-size:11px;
}
#sideColBelNavContainer p {
	margin: 0px 0px 5px 0px;
}

/* Mini-Cart */
.cart-tab { /* Minicart */
	border:1px solid #000000;
	width:180px;
}
.cart-tab select { /* Minicart select boxes */
	width:100%;
}

/* ------------------------------ 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  --------------------------------------- */

/*"""""""" (MAIN) Active State""""""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover {
	background: #20338C url(images/arrow-right.gif) no-repeat right center;
	text-decoration:none;
	color: #fff;
	/* border-bottom-color:#666; */
}
/*"""""""" (SUB) Active State""""""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
	background: #20338C url(images/arrow-right.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
#qm0 {
	color: #000;
	margin: 0px;
	text-align:left;
	padding: 1px 1px 0 1px;
	width: 150px;
	/*background: #D3D3D3;*/
}

/*"""""""" (MAIN) Items""""""""*/
#qm0 a {
	background: #C0DBEF;
	color: #000033;
	width: 150px;
	font: normal 11px Verdana,Arial,Sans-Serif;
	padding: 4px;
	margin-bottom: 2px;
	text-decoration: none;
	overflow: hidden;
	border: 1px solid #888;
	/* border-bottom: 1px solid #D3D3D3; */
}
/*"""""""" (MAIN) Hover State""""""""*/
#qm0 a:hover {
	background: #20338C;
	color:#fff;
	/* border-bottom-color:#666; */
}

/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 a.qmparent {
	background: #C0DBEF url(images/arrow-right.gif) no-repeat right center;
	color:#000033;
	border-bottom-color:#888;
}
#qm0 a.qmparent:hover {
	background: #20338C url(images/arrow-right.gif) no-repeat right center;
	color:#fff;
	border-bottom-color:#888;
}

/*"""""""" (SUB) Items""""""""*/
#qm0 div, #qm0 ul	{ /* (SUB) Nav Container */
	padding: 3px 3px 3px 3px;
	background: #fff;
	color: #000;
	border: 1px solid #888;
}
#qm0 div a, #qm0 ul a { /* (SUB) Links */
	color: #000033;
	font: 11px Verdana,Arial,Sans-Serif;
	background: #C0DBEF;
	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: #20338C;
	text-decoration: none;
}
/* START STYLES FOR HOME PAGE REAL ESTATE FEATURES */

/* Section Containers */
#csreHomeQuickSearch {margin:0 0 10px 0}
#csreHomeMLSSearch {padding:0; margin:0}
#csreHomeQuickLinks {padding:0; margin:0}
#csreHomeFeatProperties {padding:0; margin:0}
#csreHomeHomeScout {padding:0; margin:0}

/* Section titles */
.titleTab {width:130px; padding:6px; border-left:1px solid #ddd; border-right:1px solid #ddd; border-top:1px solid #ddd; background:#efefef; font:16px arial, sans-serif; text-align:center; font-weight:bold; color:#000}
.titleTab2 {width:186px; padding:6px; border-left:1px solid #ddd; border-right:1px solid #ddd; border-top:1px solid #ddd; background:#efefef; font:16px arial, sans-serif; text-align:center; font-weight:bold; color:#000}
.titleQuickLinks, .titleHomeScout {padding:10px 0 10px 0; font:16px arial, sans-serif; font-weight:bold; color:#000}
.titleFeatProps {padding:0 0 10px 0; font:16px arial, sans-serif; font-weight:bold; color:#000}

/* Section separators */
.horizSeparator {background:url(http://CDN1.Colony1.net/TemplateGalleryV2/_global/separator.gif) repeat-x center; margin:14px 0 0 0}
.vertSeparator {background:url(http://CDN1.Colony1.net/TemplateGalleryV2/_global/separator.gif) repeat-y center}

/* END STYLES FOR HOME PAGE FEATURES */