/********** GENERAL **********/

#IDX-main a {
	text-decoration: none;
}

/********** SUBHEADER ***********/

#IDX-Subheader {
	margin-bottom: 60px;
}

#IDX-Subheader a {
	color: #f28458;
	text-decoration: underline;
}

#IDX-Subheader a:hover {
	color: #dd6738;
	text-decoration: underline;
}

#IDX-Subheader h1,
#IDX-Subheader h2,
#IDX-Subheader h3,
#IDX-Subheader h4,
#IDX-Subheader h5,
#IDX-Subheader h6{
	color: #201f1e;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: center !important;
	margin: 0 0 20px;
}

#IDX-Subheader h1 {
	font-size: 36px;
}

#IDX-Subheader h2 {
	font-size: 28px;
}

#IDX-Subheader h3 {
	font-size: 24px;
}

#IDX-Subheader h4 {
	font-size: 20px;
}

#IDX-Subheader h5 {
	font-size: 18px;
}

#IDX-Subheader h6 {
	font-size: 16px;
}

/********** MY ACCOUNT BAR **********/

.sitewide #IDX-main #IDX-leadLogOutLink {
    margin-left: 5px;
}

/********** ALERT *********/

.sitewide #IDX-main.IDX-wrapper-standard .IDX-alert {
	padding: 12px 15px 10px;
}

/********** SEARCH PAGES **********/

/* SEARCH MENU BAR */

.sitewide #IDX-main.IDX-wrapper-standard .IDX-navbar-default {
	background-color: #628a64;
	border: none;
}

.sitewide #IDX-main.IDX-wrapper-standard .IDX-navbar-collapse {

}

.sitewide #IDX-main.IDX-wrapper-standard .IDX-navbar-default .IDX-navbar-nav a:hover {
	color: #fff;
	background-color: #436545;
}

.sitewide #IDX-main.IDX-wrapper-standard .IDX-navbar-default .IDX-navbar-nav>.IDX-active>a, 
.sitewide #IDX-main.IDX-wrapper-standard .IDX-navbar-default .IDX-navbar-nav>.IDX-active>a:focus, 
.sitewide #IDX-main.IDX-wrapper-standard .IDX-navbar-default .IDX-navbar-nav>.IDX-active>a:hover {
	color: #fff;
	background-color: #436545;
}

/* ACTION BUTTONS */

.sitewide #IDX-main.IDX-wrapper-standard #IDX-action-buttons {
	margin: 40px 0 60px;
}

/* RESET BUTTON */

.sitewide #IDX-main.IDX-wrapper-standard #IDX-formReset {
	background: #628a64;
	color: #fff;
	border: none;
	width: 100px;
	margin-right: 20px;
	float: none;
	padding: 12px 0;
	font-size: 18px;
}

.sitewide #IDX-main.IDX-wrapper-standard #IDX-formReset:hover {
	background: #436545;
	color: #fff;
}

/* SEARCH BUTTON */

.sitewide #IDX-main.IDX-wrapper-standard #IDX-formSubmit {
	color: #fff;
	background-color: #f28458;
	border: none;
	width: 180px;
	float: none;
	padding: 12px 0;
	font-size: 18px;
}

.sitewide #IDX-main.IDX-wrapper-standard #IDX-formSubmit:hover {
	color: #fff;
	background-color: #dd6738;
}

/* MAP SEARCH */

.sitewide #IDX-main #IDX-mapHeader-Search {
	margin-top: 40px;
	padding: 10px;
	background: #436545;
}

.sitewide #IDX-main #IDX-mapHeader-Search #IDX-mapCount {
	margin-left: 5px;
	line-height: 35px;
	padding-top: 0;
}

.sitewide #IDX-main #IDX-mapHeader-Search #IDX-lp, 
.sitewide #IDX-main #IDX-mapHeader-Search #IDX-hp {
	width: 100%;
	padding: 5px 5px 3px 5px;
}

.sitewide #IDX-main .IDX-navbar-toggle:hover,
.sitewide #IDX-main .IDX-navbar-toggle:active {
	background: #436545;
}

/********** SEARCH RESULTS **********/

.sitewide #IDX-main .IDX-resultsCell {
	border-bottom: 2px solid #bab8b6;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.sitewide #IDX-main .IDX-resultsAddress {
	font-weight: 700;
	font-size: 24px;
}

.sitewide #IDX-main .IDX-resultsAddress a {
	color: #201f1e;
	text-decoration: none;
}

.sitewide #IDX-main .IDX-resultsAddress a:hover {
	color: #201f1e;
	text-decoration: underline;
}

.sitewide #IDX-main .IDX-resultsPhotoImg {
	padding: 5px;
	border: 1px solid #eee;
}

.sitewide #IDX-main .IDX-MLSLogo {
	margin-bottom: 10px;
}