body {
	width: 100%;
	margin: 0;
	font: normal 0.9em Arial;
}
a {
	text-decoration: none;
	cursor: pointer;
}
img {
	border: none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1, h2 {
	text-transform: uppercase;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}

.r .mea-wrapper {
	width: 100%;
	clear: both;
}
.r .mea-margins {
	width:100%;
	max-width:999px;
	margin:0px auto;
}

.mea-content {
	display: inline-block;
	width: 96%;
	padding: 0px 2%;
}
#back-to-top {
	position: fixed;
	z-index: 9999;
	height: 47px;
	width: 68px;
	bottom: 20px;
	right: 10px;
}
html {
	background-color: #000913;
}
body {
	background-color: #FFFFFF;
	color: #666666;
}
a {
	color: #ED6409;
	-webkit-transition:background .3s ease;
	-moz-transition:background .3s ease;
	transition:background .3s ease;
}
a:hover {
	color: #000098;
}
h1, h2 {
	color: #ED6409;
}
h3 {
	color: #000098;
}
#back-to-top {
	border: none;
	color: transparent;
	background-image: url(top.png);
	background-repeat: no-repeat;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	transition: background .3s ease;
}
#back-to-top:hover {
	background-image: url(top-hover.png);
	background-repeat: no-repeat;
}

.btn, a.btn		{ background:#000098; color:#FFFFFF; }
.btn:hover,
a.btn:hover		{ background:#ED6409; color:#FFFFFF; }
hr.dotted		{ margin:0px 0px 30px 0px; padding:10px 0px 10px 0px; border-top:none; border-bottom:1px dotted #CCCCCC; }

/** USER PAGES **/
.ncUserPages .boxed,
.ncUserPages .savedsearch-page,
.ncUserPages .loginfrm-page,
.ncUserPages .page-editProfile,
.ncUserPages .page-savedProperties		{ margin:20px auto; width:94%; max-width:999px; padding:0px 3%; }
.ncUserPages .boxed h1,
.ncUserPages .savedsearch-page h1,
.ncUserPages .loginfrm-page h1,
.ncUserPages .page-editProfile h1,
.ncUserPages .page-savedProperties h1	{ font-size:2.5em; text-transform:uppercase; padding:0px 0px 10px 0px; margin:0px 0px 30px 0px; }

.ncUserPages .boxed h1,
.ncUserPages .savedsearch-page h1,
.ncUserPages .loginfrm-page h1,
.ncUserPages .page-editProfile h1,
.ncUserPages .page-savedProperties h1	{ color:#ED6409; border-bottom:1px dotted #CCCCCC; }


/** SAVED SEARCHES **/
.savedsearch-page-list											{ margin:0px 0px 20px 0px; }
.savedsearch-page-search										{ display:block; clear:both; margin:0px 0px 30px 0px; padding:0px 0px 30px 0px; }
.savedsearch-page-list img										{ padding:10px; }
.savedsearch-page-list .savedsearch-page-search-details h2		{font-size:2.5em; text-transform:uppercase; }

.savedsearch-page-list img										{ border:1px solid #CCCCCC; background-color:#FFFFFF; }
.savedsearch-page-list .savedsearch-page-search-details h2		{ color:#ED6409; }

