/* SELECTOR RESET
--------------------------------*/
html, body, div, span, object, iframe, a, dl,dt,dd abbr, acronym, address, pre, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, var, center, table, fieldset, form, fieldset, label, legend, select, input, textarea { margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%; }

/* COMMON SELECTOR LAYOUT
--------------------------------*/
html {  }
body { background: url(../images/bg.png) #DAD5CE repeat-x; line-height: 1; color: #695049; font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; }
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing:0; }
p { padding: 5px 0; margin: 0; }
strong, b { }
abbr { border:0; }
img { border: 0; display:block; }
input, select { vertical-align: middle; }
button {}
legend { font-weight:bold; margin: 10px 0; }
a:link { color: #495834; line-height:1.1em; }
a:visited { color: #495834; }
a:hover { color: #495834; }
h1, h2, h3, h4, h5, h6 { color:#55733E; font-size: 1.1em; font-weight: bold; margin: 5px 0; padding:0; }

/* COMMON SELECTOR CLASSES
---------------------------------*/
.l1 { width:10px !important;}.l2 { width:20px !important;}.l3 { width:30px !important; }.l4 { width:40px !important;}.l5 { width:50px !important;}.l6 { width:60px !important;}.l7 { width:70px !important;}.l8 { width:80px !important;}.l9 { width:90px !important;}.l10 { width:100px !important;}.l11 { width:110px !important;}.l12 { width:120px !important;}.l13 { width:130px !important;}.l14 { width:140px !important;}.l15 { width:150px !important; }.l16 { width:160px !important; }.l17 { width:170px !important; }.l18 { width:180px !important; }.l19 { width:190px !important; }.l20 { width:200px !important; }.l21{ width:210px !important; }.l22{ width:220px !important; }.l23{ width:230px !important; }.l24{ width:240px !important; }.l25{ width:250px !important; }

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.inline { display:inline; }
.block { display:block; }
.container { overflow: hidden; width: 100%; }
.required { color:#53703D; border:0; }
.num { text-align:right; }
.note { font-style: italic; font-size: 10px; margin: 0 0 0 5px; }
.cms img { display:inline; }
.cms { line-height: 1.4em; }
.sifr-alt { display: none; }

h1.sifr,h2.sifr { font-weight:normal; }
select.text { border: 1px solid #DAD6CC; }
input.text { padding: 2px; border: 1px solid #DAD6CC; width: 130px; }
textarea.text { padding: 2px; border: 1px solid #DAD6CC;  width:220px; height:60px; }
input.image { }
input.checkbox { width:20px; margin: 3px 0 0 0; }
input.radio { width:20px; margin: 3px 0 0 0; }

.error, .error strong { color: #C00; }
h3.error { font-weight: normal; border: 1px solid #C00; background: #FBFCFC; padding: 5px; text-align:center; }
p.error { text-align: center; width: 90%; }
.success, .success strong { color: #390; }
p.success { text-align: center; width: 90%; }

/* BODY SELECTORS
---------------------------------*/
#home, #internal { width: 962px; text-align:left; margin: 14px auto 0 auto; }

/* HEADER */
#header { height: 50px; background: url(../images/bg-header.png) no-repeat 638px bottom; position:relative; }
#header #logo { cursor: pointer; display:block; width: 202px; height: 50px; position:absolute; top: 0px; left: 26px; background:url(../images/logo.png) no-repeat; text-indent:-6000px; z-index:20; }
#header span#logo { cursor: pointer; display:block; width: 202px; height: 50px; position:absolute; top: 0px; left: 26px; background:url(../images/logo.png) no-repeat; text-indent:-6000px; z-index:20; } /*iepngfix*/

/*NAV*/
#nav{ text-align:center; background: url(../images/bg-nav.png) repeat-x; border: solid #EFEFEF; height: 28px; border-width: 1px 0; margin: 12px 0 0 0; }
#nav ul { width: 922px; height: 14px; list-style:none; margin: 0 auto 0 auto;padding: 7px 0 0 0; position:relative; z-index: 100; }
#nav a { text-align:left; font-size: 12px; display: block; text-transform: uppercase; text-decoration: none; height: 14px; color: #55733e;  }
#nav a:hover { color: #938b7f; }
#nav li.menu-cat { padding: 0 13px; float: left; display: block; text-transform:capitalize; background-repeat: no-repeat; background-position: 20px 0;  border-right: 1px solid #CFCDCD; }/*menu category styling*/
#nav li.last { border-right:0; }
#nav li:hover { position:relative; } /*hold flyout positioning*/

/* nav dropdown */
#nav li ul a { padding: 5px 3px 5px 20px; font-size: 11px; text-indent: 0; text-transform:none; height: auto; width: 145px; color: #587846; text-decoration: none; } /* reset for dropdown */
#nav li ul a:hover { color: #587846; background: #FFF url(../images/bg-nav-ul-ul-li-a-hover.png) no-repeat 7px 9px; } /*reset for dropdown */
#nav ul ul { display:none; position: absolute; z-index: 100; top: 14px;left: 28px; width: 171px; height: auto; margin:0;padding:0; list-style:none; border-top: 0px #E6E6E6 solid; } /*dropdown properties*/
* html #nav ul ul { border-top: 6px #E6E6E6 solid; border-bottom: 6px #FFF solid; }
#nav li ul li { border: #FFF solid; border-width: 0; width:100%;background: #FFF;  }
#nav li ul li ul { position: absolute; top: 5px; left: 100%; } /*flyout positioning */

/*#nav li ul li.flyout > a { background:url(../images/bg-nav-ul-li-a.png) no-repeat 99% 8px; }*/

#nav li a.place-holder { cursor: default; }
* html #nav ul ul li {height: 1%; float:left;} /*ie6*/
*+html #nav ul ul li { height: 1%; float:left; } /*ie7*/

#nav li ul li.top { background:url(../images/bg-nav-ul-ul-top.png) no-repeat; height: 6px; }
#nav li ul li.bottom { background:url(../images/bg-nav-ul-ul-bottom.png) no-repeat; height: 6px; }
* html #nav li ul li.bottom { display:none; }
* html #nav li ul li.top { display:none; }

/* nav categories */
//#nav #nav-about-belmont-management { background-image: url(../images/nav-about-belmont-management.png); width: 241px; }
//#nav #nav-about-belmont-management:hover {background-position: 20px -14px; }
//#nav #nav-apartment-listings { background-image: url(../images/nav-apartment-listings.png); width: 164px; }
//#nav #nav-apartment-listings:hover {background-position: 20px -14px; }
//#nav #nav-owner-resources { background-image: url(../images/nav-owner-resources.png); width: 151px; }
//#nav #nav-owner-resources:hover {background-position: 20px -14px; }
//#nav #nav-faqs { background-image: url(../images/nav-faqs.png); width: 40px; }
//#nav #nav-faqs:hover {background-position: 20px -14px; }
//#nav #nav-home { background-image: url(../images/nav-home.png); width: 42px; }
//#nav #nav-home:hover {background-position: 20px -14px; }
//#nav #nav-contact-us { background-image: url(../images/nav-contact-us.png); width: 94px; }
//#nav #nav-contact-us:hover {background-position: 20px -14px; }

/* MAIN */
#home #main{ overflow:hidden; width: 100%; height: 369px; background:url(../images/bg-main.png) no-repeat; position: relative; }
#internal #main{ overflow:hidden; width: 100%; height: 212px; }

/* PHOTO */
#home #photo { float:left; margin: 7px 0 0 11px; width:572px; height: 327px; }
#home #photo img { position: absolute; display: none; z-index: 1; }
#internal #photo { width: 100%; height: 217px; position:relative; background:url(../images/bg-photo.png) no-repeat; padding: 1px 0 0 0; }
#internal #photo img { margin: 13px 0 0 332px; width: 617px; height: 178px; }
#internal #photo span.first { color: #FFFFFF; position:absolute; top:134px; left:63px;  display:block; width: 265px; height: 42px; }
#internal #photo span.last { color: #FFFFFF; position:absolute; top:163px; left:99px; display:block; width: 229px; height: 25px; }

/*APT LISTINGS*/
#apt-listings { position: relative; float:right; display:inline; margin: 7px 14px 0 0; width:360px; height: 327px; }
#apt-listings #search { position: absolute; left: 25px; top: 262px; }
#apt-listings fieldset { padding:0; margin:0; font-weight:normal; }
#apt-listings select { color:#787878; width: 161px; margin: 0 0 10px 0; }
#apt-listings input.image {margin: 0 0 0 34px; }

#photo_mask {
	position: absolute;
	z-index: 1;
	width: 572px;
	height: 327px;
	top: 7px;
	left: 11px;
	background: url(../images/mask.png) no-repeat;
	_ background: url(../images/mask-ie6.png) no-repeat;
}

.tooltip {
	display: none;
	position: absolute;
	z-index: 100;
	padding: 10px 10px 10px 0;
	background: url(../images/popups.png) no-repeat;
}

.tooltip a {
	color: #000;
}

.tooltip .close {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 15px;
	height: 14px;
	line-height: 11px;
	color: #999;
	text-align: center;
	font-size: 12px;
	font-family: arial, freesans, sans-serif;
	border: 1px solid #EEE;
}

.tooltip .close:before {
	content: 'x';
}

.tooltip .close:hover {
	color: #FFF;
	background: #000;
	border: 1px solid #000;
}

#north {
	top: 70px;
	left: 240px;
	width: 105px;
	height: 85px;
	background-position: -294px 0;
}

#capital {
	top: 110px;
	left: 200px;
	width: 220px;
	height: 112px;
	background-position: -117px 0;
}

#western {
	top: 80px;
	left: -30px;
	width: 100px;
	height: 126px;
	background-position: 0 0;
}

#down {
	top: 200px;
	left: 190px;
	width: 165px;
	height: 110px;
	background-position: -411px 0;
}

#central {
	top: 180px;
	left: 80px;
	width: 143px;
	height: 200px;
	background-position: -588px 0;
}

#nys_counties_imagemap ul {
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
}

#nys_counties_imagemap input {
	cursor: pointer;
	padding: 0;
	margin: 0;
	color: #000;
	line-height: 1em;
	font-size: 11px;
	font-family: arial, freesans, sans-serif;
	background: transparent;
}

#nys_counties_imagemap input:hover {
	color: #FFF;
}

/*CONTENT*/
#content { overflow:hidden; width:100%; background:url(../images/bg-content.png) repeat-y left; }
#internal #content .cms { float:right; display:inline; width:685px; margin: 17px 44px 0 0; min-height: 200px;}
* html #internal #content .cms { height: 200px; }

/*NAV SUB*/
#nav-sub { float:left; display:inline; width: 189px; margin: 10px 0 0 36px; }
#nav-sub  ul { list-style:none; padding:0; margin: 0 0 0 0;  width: 100%; }
#nav-sub li { background:url(../images/bg-nav-sub-li.png) no-repeat 0 7px;  padding: 0 0 0 18px; width: 171px;  }
#nav-sub li a {display:block; padding: 5px 0; width: 100%; }

/*WELCOME*/
#welcome { float:left; display:inline; width: 552px; margin: 0 0 0 27px; padding: 0 0 0 0; }
#welcome h1 { margin:0;padding:0; font-weight:normal; height: 25px; color:#55733E; background:url(../images/bg-welcome-h1.png) repeat-x 0 23px; }
#welcome .cms { margin: 16px 0 0 0; }

/*FEATURED PROPERTY*/
#featured-property { float:right; display:inline; margin: 0 14px 0 0; padding: 0 3px 0 0; width: 357px; background:url(../images/bg-featured-property.png) repeat-x #FEFEFC; }
#featured-property h1 { padding:0; font-weight:normal; height: 25px; color:#695049; margin: 0 16px; background:url(../images/bg-featured-property-h1.png) repeat-x 0 23px; }
/* not being used as in original layout
#featured-property .image { background:url(../images/bg-featured-property-cms.png) repeat-x bottom; min-height:100px; padding: 10px 18px 0 25px; overflow:hidden; }
* html #featured-property .image { height: 100px; }
#featured-property .image img { width: 148px; display:inline;float:left; border:1px solid #8E816F; margin: 0 7px 0 0; } 
#featured-property p { padding: 10px 25px 10px 25px; color:#55733E; line-height: 1.3em; }
#featured-property p strong { color:#55733E; }
*/
#featured-property img { border:1px solid #8E816F; } 
#featured-property p { line-height: 1.3em; }
#featured-property p strong { color:#55733E; }


/* BREADCRUMB */
#crumb { list-style: none; padding: 0; margin: 0 0 9px 0; }
#crumb li { display:inline; background: url(../images/bg-li-crumb.png) no-repeat 0 3px; padding: 0 0 0 11px; margin: 0 14px 0 0; }
#crumb li a, #crumb li a:hover { color:#9CB87E; }

/* FOOTER */
#footer { background: url(../images/bg-footer.png) no-repeat #DAD5CE; padding: 0 8px 0 6px;line-height: 1.6em; margin: 0 0 10px 0; }
#internal #footer { text-align:right; }
#footer .content { height: 68px; background:url(../images/bg-footer-content.png) repeat-x bottom #FFF; padding: 1px 30px 0 0; }
#footer address { font-style: normal; margin: 0 0 0 25px; }
#footer ul { margin: 42px 0 0 23px; padding:0;list-style:none;}
#footer li { color:#495834; display:inline; }
#footer li a { margin: 0 6px 0 3px; }

/* CORE101 */
#logo-core101 { width:271px; height:17px; margin: 20px 0 0 30px; background:url(../images/logo-core101.png) no-repeat; text-indent: -6000px; }
#logo-core101 a { display:block; width: 100%;text-indent: -6000px; }
#internal #logo-core101 { margin: 20px 40px 0 auto; }

/*SITEMAP*/
#sitemap ul {}
#sitemap li { list-style: none;	vertical-align:middle; padding-bottom: 4px;	}
#sitemap a { text-decoration:none; }
#sitemap a:hover{ text-decoration:underline; }
#sitemap li.level1 { padding-left: 0; }
#sitemap li.level2 { padding-left: 25px; }
#sitemap li.level3 { padding-left: 50px; }
#sitemap li.level4 { padding-left: 75px; }
#sitemap li.level5 { padding-left: 100px; }


/* FORM *****************************************************************************************************************/
.site-form { line-height:1.2em; margin:0 auto; }

/*fieldset*/
.site-form fieldset { margin: 30px 0 0 0; padding:0 0 5px 0; position:relative; background:url(../images/fieldset.png) repeat-y left; border:1px solid #53703D; }
/*legend*/
.site-form legend { margin:0;padding:0; }
.site-form legend span.legend span { font-weight: bold;  display:block; line-height: 17px; width:196px; padding: 0 0 0 5px; background: url(../images/corner-left.png) no-repeat left top;color:#fff; }
.site-form legend span.legend { position:absolute; display:block; top:-17px; *top:-16px; left:0; margin: 0 0 0 -1px; padding: 0 5px 0 0; background:#53703D url(../images/corner-right.png) no-repeat right top; }
/*row wrapper*/
.site-form label,.site-form .group { display: block; width: 100%; margin: 5px 0 0 0; padding: 0 0; overflow:hidden; }
/*row title*/
.site-form label span.title,.site-form .group span.title { width: 200px; float: left; text-align: right; padding: 0 5px 0 0; color:#53703D; }
/*input, select, textarea*/
.site-form label input.text { float: left; display:inline; margin:0 0 0 5px; width: 110px; /*change as needed*/ }
.site-form label select { float: left; display:inline; margin:0 0 0 5px; width: 115px; /*change as needed*/ }
.site-form label textarea { float: left; display:inline; margin:0 0 0 5px; }
.site-form textarea,.site-form ul,.site-form .block { width:300px; /*change as needed*/ }
/*list group*/
.site-form ul { float:left; display:inline; display:inline-block;padding:0;margin:-3px 0 0 5px;list-style:none; overflow:hidden; }
.site-form li { width:50%; float:left; padding: 4px 0; }
.site-form li label, .site-form ul li span,.site-form li input { white-space: nowrap; display:inline !important; width:auto !important; float:none !important; }
/*misc group*/
.site-form .block { float: left; margin:0 0 0 5px; }
.site-form .block label,
.site-form .block input,
.site-form .block select,
.site-form .block span,
.site-form label.inline,
.site-form label.inline span, 
.site-form label.inline input { display: inline !important; float:none !important; }
/*button group*/
.site-form .buttons { text-align:right; margin:5px 0 0 0; background:none !important; }
/*errors*/
.site-form label span.error { display:block; height: 20px; text-align:left; margin: 2px 0 0 0; padding:0 0 0 205px; background:url(../images/error-input.png) no-repeat left top; z-index:900; }
.site-form label span.error span { display:block; color:#C42828; text-align:left; top:-4px;left: 10px; line-height:20px; white-space: nowrap; width: auto !important;  padding: 0 5px; }
/*notes*/
.site-form .note { margin:0 0 0 210px;padding:0; font-size:0.95em; }

/* BUTTONS ***************************************************************************************************************/
button { cursor: pointer; padding:0;margin:0 0 0 0;border:0;vertical-align:middle;display:block;display:inline-block;position:relative;overflow:visible; background:transparent; }
button::-moz-focus-inner { padding: 0; border:0;}
a.button, span.button { cursor: pointer !important; display:block !important; display:inline-block !important; background:url(../images/button.png) no-repeat left top !important; vertical-align:middle; text-decoration:none !important; position:relative !important; padding:0 0 0 17px !important; text-indent:0 !important; }	
a.button span, span.button span { display:block; white-space:nowrap; line-height:25px; background:url(../images/button.png) no-repeat right top; padding: 0 17px 0 0; color:#fff !important; font-size:11px !important; font-weight:bold !important; }
/* small buttons */

a.small,button span.small { padding: 0 0 0 12px !important; background:url(../images/button-small.png) no-repeat left top !important; width:auto !important; }
a.small span,button span.small span { color:#eee !important; padding: 0 12px 0 0 !important; line-height: 20px !important; background:url(../images/button-small.png) no-repeat right top !important; }


/*hover*/
button:hover span.button, a.button:hover { background-position: left bottom !important; }
button:hover span.button span, a.button:hover span { background-position: right bottom !important; }

/*alternate button*/
a.alt, button span.alt { background:url(../images/button-alt.png) no-repeat left top !important; }
a.alt span, button span.alt span { color:#eee !important; background:url(../images/button-alt.png) no-repeat right top !important; }


/* MISC
-------------------------------------*/

/* PROPERTY */
#propListContainer { margin: 20px 0px 20px 0px; }
#propListContainer img { display:block; }
#propListContainer ul { margin: 0; padding:0; list-style:none; width: 100%; overflow:hidden; }
#propListContainer li { float:left; width: 49%; height:150px; overflow:hidden; margin: 10px 0 0 0; }
#propListContainer .image a { text-decoration:none; }
#propListContainer .image { float:left; display:block; width: 105px; float:left; padding: 1px; border: 3px solid #DAD5CE; }
#propListContainer address { float:left; font-style:normal; width: 190px; text-align:left; margin: 5px 0 0 10px; }
#propListContainer address .title {}
#propListContainer address .address {}
#propListContainer address .phone {}
#propListContainer address .fax {}
#propListContainer address abbr { font-weight:bold; }
	
#property-content { overflow:hidden; width:100%;}
#property-content .image { float:left; display:block; width: 219px; float:left; }
#property-content .image a { display:block; padding: 1px; border: 3px solid #DAD5CE; margin: 0 0 10px 0; }

#property-content .image .caption a {border: 0;}

#property-content .image img { display:block;}
#property-content .content { float:left; font-style:normal; width: 437px; text-align:left; margin: 0 0 0 10px;background-color#000 }
#property-content dl { margin:0; overflow:hidden; background:url(/includes/images/property-content-dl.png) repeat-y 0 0; }
#property-content dt { font-weight:bold; color:#fff; display:inline; clear:both; border-top:2px solid #fff; padding:3px 2px 3px 5px; float:left; width: 105px; overflow:hidden; line-height: 1.2em; }
#property-content dd { float:left; margin: 0; border-top:2px solid #fff; width: 318px; padding:2px 2px 2px 5px; overflow:hidden; }
* html #property-content dd { float:none;padding:2px 0 2px 0; }
*+html #property-content dd { float:none; }
#property-content .even { }
#property-content .odd { }