/*


Colors: 

orange: #D55D28
gray: #5D5D5D

*/

/* Generic Styles */

Html, body {
    height: 100%;
}

body {
    background: url(../images/body_bg.png) repeat;
    font: 12px/22px arial;
}

/* upper body bg */
#upper-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 438px;
    background: url(../images/page_bg.png) repeat-x;
}

h1, h2, h3, h4, h5 {
    margin: 25px 0;
    font-family: Georgia;
    font-weight: normal;
}

h1 {
    font-size: 22px;
    color: #D55D28;
    line-height: 1.3em;
}
.main-h1 {
    margin:12px 0 25px 0;
    font-size:30px;
    color: #D55D28;
    line-height: 1.3em;
    text-align:center;
}
.h1-index {
	margin:12px 0 25px 0;
        font-family: Arial Narrow, Arial, sans-serif;
	color: #0F2F4D;
	font-size: 40px;
        font-weight: bold;
        line-height: 1.3em;
	text-align: center;
}
h1.underline {
    font-size: 22px;
    color: #D55D28;
    line-height: 1.3em;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #D55D28;
}

h1.main {
    font-size: 35.4px;
    margin: 0 0 40px 0;
}
h1.main3 {
    font-size: 35.4px;
    margin: 0 0 20px 0;
}
h1.main2 {
    font-size: 35.4px;
    margin: 40px 0 20px 0;
}
h1.main4 {
    font-size: 32px;
    margin: 0 0 20px 0;
}
h1.main5 {
    font-size: 29px;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 20px;
    color: #5D5D5D;
}

h2.blue {
    margin: 15px 0 10px 0;
    font-family: Georgia;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #015189;
}

p {
    color: #5D5D5D;
    font-size: 12px;
    font-family: arial;
    margin-bottom: 15px;
    line-height: 26px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Container div */

#container {
    width: 960px;
    margin: 0px auto;
    text-align: left;
    position: relative;
    min-height: 100%;
    padding-bottom: 114px;
    height: auto !important; /* for IE6 */
    height: 100%; /* for IE 6 */   
    background: #f6f6f4;
}

/* section that provides shadow background around the content */
#content_top_bg {
    position: absolute;
    width: 1027px;
    height: 359px;
    margin-top: 0;
    margin-left: -30px;
    background: url(../images/top_bg.png) no-repeat;
    z-index: 0;
}

/* Header div */

#header {
    overflow: hidden;
    position: relative;
    width: 960px;
    margin: 0 auto;
    height: 115px;
}

/* The Logo */

#logo {
    float: left;
}

#logo a {
    display: block;
    width: 358px;
    height: 99px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: url(../images/logo.png) no-repeat;
}

/* Header info */

#info {
    float: right;
    text-align: right;
}

#info p {
    margin: 3px 6px 0 0;
    font-family: Times New Romans;
    font-size: 25px;
    line-height: 30px;
    color: black;
}

/* Navigation */

ul#menu {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    margin-top: 5px;
    padding-right: 1px;
}

ul#menu li {
    float: left;
    display: inline;

}

ul#menu li a {
    display: block;
    padding: 10px 5px 18px 10px;
    font-family: Georgia;
    font-size: 15px;
    color: black;
}

ul#menu li a:hover, ul#menu li.active {
    background: url(../images/menu_arrowup.png) no-repeat bottom center;
}

ul#menu li.active a {
    color: #D55D28;
}

/* the page Content */

#content {
    position: relative;
    background: #f6f6f4;
    padding: 30px;
    padding-bottom: 0;
    z-index: 1;
}

body#subpage #content {
    padding-top: 55px;
}

.inner_content {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1df;
}
.inner_content2 {
    overflow: hidden;
    padding-bottom: 30px;
}
.inner_content_proptype {
    overflow: hidden;
    padding-bottom: 30px;
}

/* primaryContent - left column */

.primaryContent {
    float: left;
    overflow: hidden;
    width: 599px;
}
.primaryContent .slider-wrapper {
    position: relative;
    width: 600px;
    height: 270px;
}

.primaryContent .slider {
    position: relative;
    width: 600px;
    height: 270px;
    clear: both;
    background: yellow;
}

.primaryContent span.subtitle {
    color: #D55D28;
    font-size: 22px;
    line-height: 1.3em;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.primaryContent span.blue {
    font-family: Georgia;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #015189;    
}

.primaryContent ul.report-images {
    margin-top: 40px;
}

.primaryContent ul.report-images li {
    border-top: 1px solid #D55D28;
    margin-top: 30px;
}

.primaryContent ul.report-images li img {
    width: 386px;
    height: 500px;
    margin: 20px 0 0 40px;
    border: 1px solid #dedede;
}

/* secondaryContent - right column */

.secondaryContent {
    float: right;
    overflow: hidden;
    width: 272px;
}

.secondaryContent h2.property-types {
    padding-bottom: 10px;
    margin: 12px 0 10px 22px;
    float: left;
    line-height: 24px;
    color: #525252;
    border-bottom: 1.5px solid #e1e1df;
}

.secondaryContent a.reports {
    display: block;
    width: 247px;
    height: 185px;
    background: url(../images/reports-bg.png) no-repeat;
}

.secondaryContent a.reports:hover {
    background: url(../images/reports-bg.png) no-repeat 0 -185px;
}

.primaryContent a.button, .secondaryContent a.button  {
    display: block;
    width: 240px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    color:#efefef;
    background: url(../images/button_BG3.png) no-repeat;
}

.primaryContent a.button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 100;
}

.primaryContent a.button:hover, .secondaryContent a.button:hover {
    background: url(../images/button_BG3.png) no-repeat 0 -51px;
}

.secondaryContent .services {
    position: relative;
    margin: 15px auto;
    padding: 20px;
    padding-bottom: 0;
    width: 225px;
    border: 1px solid #cccccc;
}

.secondaryContent .services h1 {
    margin: 0;
    padding: 0;
    color: #5D5D5D;
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 7px;
}

.secondaryContent .services ul {
    width: 100%;
    margin: 20px 0;
}

.secondaryContent .services ul li {
    font-family: Arial;
    font-size: 12px;
    color: #5D5D5D;
}

.secondaryContent .services ul li.title {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 10px 0;
}

.secondaryContent p {
    line-height: 22px;
}

ul.property-types {
    clear: both;
    padding-left: 22px;
    min-height: 170px;
}

ul.property-types li {
    padding-left: 22px;
    margin-bottom: 5px;
    color: #0000ff;
    background: url(../images/li_icon.jpg) no-repeat left;
}
ul.property-types-nolink li {
    padding-left: 22px;
    margin-bottom: 5px;
    color: #5D5D5D;
    background: url(../images/li_icon.jpg) no-repeat left;
}
ul.property-types li a {
    text-decoration:underline;
}
ul.property-types li a:hover {
    color:#D55D28
}
ul.stats {
    clear: both;
    padding-bottom: 10px;
}

ul.stats li {
    color: #5D5D5D;
    padding-left: 18px;
    background: url(../images/arrow_right.png) no-repeat left;
}

/* unordered list columns */

ul.columns {
    overflow: hidden;
    display: inline;
    color: #5D5D5D;
    font-size: 12px;
}

ul.columns li {
    float: left;
    width: 175px;
    margin-right: 20px;
}

ul.columns ul li {
    float: none;
}

ul.columns ul li.title {
    font-weight: bold;
    margin-bottom: 10px;
}

/* footer */

#footer {
    position: relative;
    overflow: hidden;
    padding: 0 30px;
    width: 900px;
    height: 114px;
    margin: 0 auto;
    margin-top: -114px;
    background: white url(../images/nav-background.png) no-repeat;
    z-index: 9999;
}

#footer p {
    font-family: Arial;
    font-size: 10px;
    line-height: 1.5em;
}

#footer span.copyright {
    float: right;
    margin-top: -15px;
    font-size: 10px;
    font-family: Arial;
    color: #5D5D5D;
}
#footer a {color:#5D5D5D;}

#centeredmenu {
   float:left;
   width:100%;
   background:transparent;   
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;

}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:0px 10px;
   outline: none;
   overflow: auto;
   color: #000;
   line-height:60px;
   font-family: georgia;
   font-size: 14px;
}

#centeredmenu ul li a:hover {
    text-decoration: underline;
}

/****** Nivo Slider *********/

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
        margin-bottom:10px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0 8px 10px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:15px;
	height:22px;
	background:url(../images/slide-images/bullets.png) no-repeat 0 -18px;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a:hover {
    background: url(../images/slide-images/bullets.png) no-repeat 0 -37px;
}

.theme-default .nivo-controlNav a.active {
	background-position:0 0;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/***** end of Nivo Slider *****/

/* MODIFICATIONS */
/* Contact page */
.offices {font:bold 14px georgia, times new roman; color:#015189;}

/* Borough pages */
.photo1 {margin:20px 0 0 20px; padding:0 0 20px 0;}
.photo2 {margin:-140px 0 0 200px; padding:0 0 20px 0;}
.photo3 {margin:-140px 0 0 380px; padding:0 0 20px 0;}
.photo4 {margin:-140px 0 0 560px; padding:0 0 20px 0;}

.borough-container {float:left; overflow:hidden; margin:10px 0 0 0; width:599px; border-top: 1px solid #e1e1df;}



.office1 {margin:20px 0 0 80px;}
.office2 {margin:-120px 0 0 300px; padding:0 0 0 50px;}
.office3 {margin:20px 0 0 220px;}


.list1 {margin:20px 0 0 50px;}
.list2 {margin:-175px 0 -40px 270px; padding:0 0 0 50px;}