/* =Whitespace reset
-----------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img { border: 0; }

fieldset {
	border: 1px solid #666;
	padding: 10px;
}

/* =Structure
-----------------------------------------------
*/
#header {
	position: relative;
	height: 154px;
	z-index: 100;
}

.wrapper {
	width: 961px;
	margin: 0 auto;
	padding-top: 23px;
}

#content {
	width: 776px;
	float: left;
}

#main {
	width: 590px;
	float: right;
}

#sidebar {
	width: 166px;
	float: left;
}

#sidebar2 {
	width: 165px;
	float: right;
}

.clearboth {
	clear: both;
}

/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */
.clear { display: inline-block; }   
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* detail view overrides */
body.detailview #content {
	width: 961px;
	float: none;
}

body.detailview #main {
	width: 775px;
}
/* =Backgrounds
-----------------------------------------------
*/
body { background: #e9e2d3 url('/ezstatic/data/corvusgroup/i/body.gif') left top repeat-x; }
#header { background: transparent url('/ezstatic/data/corvusgroup/i/header.jpg') center top no-repeat; }
#core { background: #fff; }
#footer { background: transparent url('/ezstatic/data/corvusgroup/i/footer.gif') left top repeat-x; }


/* =Header
-----------------------------------------------
*/
#header #logo {
	margin: 0 0 0 -462px;
	position: absolute;
	left: 50%;
	top: 0;
	width: 248px;
	height: 122px;
}

#header #logo a {
	display: block;
	width: 248px;
	height: 122px;
	text-indent: -9999px;
}

/* =Navbar
-----------------------------------------------
*/
#navbar {
	position: absolute;
	left: 0px;
	top: 122px;
	width: 100%;
	height: 32px;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 32px;
}

#navbar li {
	display: inline;
	position: relative;
	z-index: 100;
}

#navbar a {
	font-weight: bold;
	color: #123b67;
	padding: 9px 15px 9px 15px;

}

#navbar a:hover {
	background: #576c87 url('/ezstatic/data/corvusgroup/i/navhover.gif') left top repeat-x;
	text-decoration: none;
	color: #fff;
}

/* dropdowns */
#navbar li ul {
	position: absolute;
	left: -9999px;
	display: block;
	white-space: nowrap;
	margin: 0;
	background: #dde3e9;
	text-align:left;
	padding: 14px 10px;
	_width: 1%;
}

#navbar li:hover ul,
#navbar li.sfhover ul {
	left: 0;
	z-index: 100;
	top: 20px;
	height: auto; /* sticky suckerfish fix */
}

#navbar li ul li {
	position: relative;
	height: auto;
	display: block;
	float: none;
	padding: 0;
	background: transparent;
}

* html #navbar li ul li {
	height: 100%;
}

#navbar li ul li a,
#navbar li ul li a:hover {
	display: block;
	padding: 0 8px;
	line-height: 24px;
	height: 24px;
	margin: 0;
	float: none;
	font-weight: normal;
	font-size: 100%;
	text-transform: none;
	color: #123b67;
}

ul#navbar li ul li a:hover {
	background: #bec3c8 url('/ezstatic/data/corvusgroup/i/subnav-hover.png') left top repeat-x;
}

/* level 3 navigation */
#navbar li ul ul {
	margin: -28px 0 0 100%;
	background: #cdd3d9;
	border-top-width: 0;
}

#navbar li:hover ul ul,
#navbar li.sfhover ul ul{
	left: -9999px;
}

#navbar li ul li:hover ul,
#navbar li ul li.sfhover ul{
	left: auto;
	_left: 120px;
}

/* level 4 navigation */
#navbar li ul ul ul {
	margin: -28px 0 0 100%;
	background: #bdc3c9;
	border-top-width: 0;
}

#navbar li:hover ul ul ul,
#navbar li.sfhover ul ul ul{
	left: -9999px;
}

#navbar li ul ul li:hover ul,
#navbar li ul ul li.sfhover ul{
	left: auto;
	_left: 120px;
}


/* =Type and colors
-----------------------------------------------
*/
body {
	font: normal 0.75em/1.5 Verdana, sans-serif;
	color: #123b67;
}

p,
ul,
ol { margin-bottom: 18px; }

h1,
h2 { margin-bottom: 12px; }

h3,
h4,
h5,
h6,
ul ul,
ol ol { margin-bottom: 0; }

li { margin-bottom: 4px;}

ul, ol { margin-left: 20px; }

a {
	color: #ae7403;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 { font: normal bold 166%/1 Georgia, serif; }
h2 { font: normal normal 150%/1 Georgia, serif; color: #ae7403; }
h3 { font: normal normal 116%/1 Georgia, serif; color: #ae7403; }
h4 { font: normal bold 100%/1 Tahoma, Verdana, sans-serif; }
h5, h6 { font: bold 100%/1 Tahoma, Verdana, sans-serif; }

/* =Content
-----------------------------------------------
*/
#retabs {
	height: 38px;
	margin: 0;
	list-style: none;
	position: relative;
	background: transparent url('/ezstatic/data/corvusgroup/i/tabs.gif') left -0px no-repeat;
}

.closed #retabs {
	background-position: left -76px;
}

#retabs li {
	position: absolute;
	top: 0px;
	text-indent: -9999px;
	height: 28px;
}

#retabs a {
	display: block;
	height: 28px;
	background: transparent url('/ezstatic/data/corvusgroup/i/tabs.gif') left -76px no-repeat;
}

body.userloggedin #retabs,
body.userloggedin #retabs a {
	background-image: url('/ezstatic/data/corvusgroup/i/tabs-loggedin.gif');
}

#retabs a:active { outline: none; }

#retabs a:focus { -moz-outline-style: none; }

#retab1 { width: 154px; left: 0px; }
#retab2 { width: 164px; left: 158px; }
#retab3 { width: 268px; left: 323px; }

#retab1 a { background-position: -0px -0px; }
#retab2 a { background-position: -158px -0px; }
#retab3 a { background-position: -323px -0px; }

#retab1 a.selected { background-position: -0px -38px; }
#retab2 a.selected { background-position: -158px -38px; }
#retab3 a.selected { background-position: -323px -38px; }

.closed #retab1 a { background-position: -0px -76px; }
.closed #retab2 a { background-position: -158px -76px; }
.closed #retab3 a { background-position: -323px -76px; }

#propertysearch,
#oneclicksearches,
#myhomefinder {
	background: transparent url('/ezstatic/data/corvusgroup/i/tabcontent.gif') left top no-repeat;
	padding: 10px 17px 10px 17px;
	width: 556px;
	overflow: hidden; /* for ie6 */
}

#tabwidget h3 {
	color: #123b67;
	border-bottom: 1px solid #123b67;
	clear: left;
	margin-bottom: 8px;
	font-size: 150%;
}

#tabwidget a {
	color: #123b67;
}

.tabbottom {
	clear: both;
	height: 10px;
	margin: 0;
	background: transparent url('/ezstatic/data/corvusgroup/i/tabbottom.gif') left top no-repeat;
}

.closed .tabbottom {
	display: none;
}

.column-25 {
	float: left;
	width: 25%;
	margin-bottom: 6px;
}

.column-50 {
	float: left;
	width: 50%;
	margin-bottom: 6px;
}

.column-75 {
	float: left;
	width: 75%;
	margin-bottom: 6px;
}

#propertysearch #topadvsearchform h3 {
	padding-top: 8px;
}

#quicksearchform .mlssearchinput,
#quicksearchform select {
	width: 90%;
	font: 11px/1 Verdana, sans-serif;
}

#quicksearchform p.submitbutton {
	clear: left;
	float: none;
	width: 100%;
	text-align: right;
}

#togglesearchoptions {
	color: #424242;
	text-transform: uppercase;
	font: normal bold 92%/1.5 Tahoma, sans-serif;
}

#togglesearchoptions img {
	vertical-align: bottom;
}

#topadvsearchform p.submitbutton {
	text-align: right;
}

#topadvsearchform .textinput,
#topadvsearchform select {
	width: 90%;
	font: 11px/1 Verdana, sans-serif;
}

#topadvsearchform .column-50 select {
	display: inline;
	width: 44%;
	margin-right: 4%;
}

#advancedoptions {
	font-size: 92%;
}

#advancedoptions h4 {
	display: block;
	color: #000;
	font: normal 100%/1 Verdana, sans-serif;
	margin-bottom: 4px;
}

#advancedoptions h4 span {
	font-size: 118%;
	font-weight: bold;
}

.advsearchtowns label {
	float: left;
	width: 22%;
	padding-left: 3%;
}

#newestlistings {
	color: #424242;
	font-weight: bold;
}

#oneclicksearches .column {
	float: left;
	width: 27%;
	margin-right: 5%;
}

#oneclicksearches h4 {
	margin-bottom: 0;
}

#oneclicksearches ul {
	list-style: none;
	margin-left: 0;
}

#oneclicksearches li {
	margin-bottom: 0;
}

#oneclicksearches a {
	font-weight: normal;
	font-size: 92%;
}

.searcharrow,
.searchcnt {
	display: none;
}

#myhomefinder .column {
	width: 44%;
	margin-right: 5%;
	float: left;
}

#myhomefinder h4 {
	margin-bottom: 8px;
}

#myhomefinder li {
	font-weight: bold;
	font-size: 109%;
}

/* Basic Overlabel styles (used with /data/js/overlabel-ala.js) */
div.overlabel-wrap {
	position:relative;
	margin-bottom: 4px;
}

label.overlabel-apply {
	position:absolute;
	top:5px;
	left:5px;
	z-index:1;
	font-family: verdana,sans-serif;
	font-size: 11px;
	line-height: 1;
}

/* page content */
#main .page {
	padding: 20px;
}

.firstletter {
	font-size: 200%;
	line-height: 18px;
}

/* =Sidebar
-----------------------------------------------
*/
#questionform {
	border: 1px solid #cbcbcb;
	padding: 10px;
	background: #f6f4ee url('/ezstatic/data/corvusgroup/i/ask-background.jpg') left top repeat-x;
	margin-bottom: 35px;
}

#questionform label {
	font-size: 11px;
	color: #000;
}

#questionform p {
	margin: 0;
	text-align: right;
}

#questionform input,
#questionform textarea {
	margin-bottom: 4px;
	width: 140px;
	font-size: 100%;
}

#questionbox {
	margin-bottom: 11px;
	font-size: 92%;
	color: #4d4b4b;
	font-weight: bold;
}

#questionbox strong {
	font-size: 118%;
	font-weight: bold;
	line-height: 1.2;
	color: #123b67;
}

#questionbox strong span {
	font-size: 118%;
	color: #ae7403;
}

#recentposts {
	margin-left: 0;
	list-style: none;
}

#recentposts li {
	margin-bottom: 8px;
}

#recentposts a {
	color: #123b67;
	font-weight: normal;
}

/* home finder */
.ui-tabs-nav a {
	color: #fff;
	background: transparent url('/ezstatic/data/corvusgroup/i/sidebar-tab.gif') right top no-repeat;
	border-left: 1px solid #c9c9c9;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ui-tabs-nav a:hover,
.ui-tabs-nav .ui-tabs-selected a {
	color: #01407c;
	background: transparent url('/ezstatic/data/corvusgroup/i/sidebar-tab-active.gif') right top no-repeat;
}

#signuptab, #logintab {
	border:1px solid #c9c9c9;
	padding:8px;
	background: #fff url('/ezstatic/data/corvusgroup/i/homefinder-background.jpg') left top repeat-x;
	margin-top: 2px;
	margin-bottom: 3px;
	padding-top: 8px
}

#signuptab strong {
	font: normal normal 116%/1.1 Georgia, serif;
	color: #ae7403;
}

#signuptab ul {
	list-style-image: url('/ezstatic/data/corvusgroup/i/bullet-arrow.gif');
}


#signuptab p {
	margin-bottom: 8px;
}

#signuptab p.join {
	margin-bottom: 45px;
}

#logintab .overlabel-wrap input {
	width: 140px;
}

.sidebar-loggedin {
	margin-bottom: 45px;
}

#featuredcommunities {
	text-align: center;
	background: transparent url('/ezstatic/data/corvusgroup/i/featured-communities.jpg') left top no-repeat;
	min-height: 261px;
	padding-top: 10px;
}

#featuredcommunities .ezadlistitem {
	margin-bottom: 10px;
}

#social-btns{
text-align: center;
}

/* =Footer
-----------------------------------------------
*/
#footer {
	text-align: center;
}

#footernavbar {
	margin: 0 0 85px 0;
	padding-top: 18px;
}

#footernavbar li {
	display: inline;
	padding: 0 14px;
}

#footernavbar a {
	font-size: 92%;
	color: #000;
	font-weight: normal;
}

#reciprocity {
	margin-bottom: 26px;
}

/* =Home Page
-----------------------------------------------
*/
h2.featuredlistings {
	margin-bottom: 0;
	margin-left: 5px;
	font: normal normal 133%/1.125 Verdana, sans-serif;
	color: #123b67;
	background: url('/ezstatic/data/corvusgroup/i/feature-top.gif') left top no-repeat;
	padding-top: 20px;
}

h2.featuredlistings span {
	display: block;
	padding-bottom: 4px;
	margin: 0 12px;
	border-bottom: 1px solid #333;
}

/* jcarousel overrides */
#home .jcarousel-skin-USM-610px .jcarousel-container-horizontal {
	width: 580px;
	margin-bottom: 45px;
	margin-left: 5px;
}
#home .jcarousel-skin-USM-610px ul {
	margin: 0;
}
#home .jcarousel-skin-USM-610px .jcarousel-clip-horizontal {
	width: 500px;
}
#home .jcarousel-skin-USM-610px .jcarousel-item {
	padding: 10px 12px 0 15px;
}

#home .jcarousel-skin-USM-610px .jcarousel-clip-horizontal {
	background: transparent url('/ezstatic/data/corvusgroup/i/clip.jpg') left top repeat-x;
	margin: 0px 40px 0px 40px;
}

#home .jcarousel-skin-USM-610px .jcarousel-next-horizontal {
	background-image: url('/ezstatic/data/corvusgroup/i/next.jpg');
}

#home .jcarousel-skin-USM-610px .jcarousel-prev-horizontal {
	background-image: url('/ezstatic/data/corvusgroup/i/prev.jpg');
}

#home .jcarousel-skin-USM-610px .jcarousel-container,
#home .jcarousel-skin-USM-610px .jcarousel-item,
#home .jcarousel-skin-USM-610px .jcarousel-next-horizontal,
#home .jcarousel-skin-USM-610px .jcarousel-prev-horizontal {
	border-width: 0;
}

#home .jcarousel-skin-USM-610px .jcarousel-item {
	color: #4d4d4d;
}

#home .jcarousel-skin-USM-610px .jcarousel-item strong {
	text-transform: none;
	font-size: 100%;
	color: #123b67;
}

/* =Page-specific overrides
-----------------------------------------------
*/
/* advanced search page */
.proptype {
	float: left;
	width: 27%;
}

/* detail view */
.gradient-block {
	border:1px solid #c9c9c9;
}

/* contact page */
.contactform {
	padding-top: 20px;
}

.contactform label input {
	display: block;
}

body#contact #ezarticleviewtpl {
	width: 285px;
	float: left;
	clear:both;
}

body#contact #contactform {
	margin-left: 295px;
}

body#contact #contactmap {
	clear: both;
	padding-top: 1em;
}