/**************************************************

    ORIGINALLY BY ERIC MEYER
    MODIFIED BY 76DESIGN

    set everything to zero
    */

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;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

input, textarea {
  font-family: inherit;
}

/***************************************************
    CLEARFIX
     */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */

.clear {
  width: 100%;
  height: 1px;
  margin-top: -1px;
  clear: both;
}

/**************************************************

TAKEN FROM BLUEPRINT CSS FRAMEWORK
MODIFIED BY 76DESIGN


*/

H1, H2, H3, H4, H5, H6 {
  font-weight: normal;
  line-height: 1.25em
}

H1 {
  font-size: 2.6em;
  margin-bottom: 0.5em;
}

H2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}

H3 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

H4 {
  font-size: 1.2em;
  margin-bottom: 1.25em;
}

H5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

H6 {
  font-size: 1em;
  font-weight: bold;
}

P {
  margin: 0 0 1.5em;
}

P IMG.right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
}

BLOCKQUOTE {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}

STRONG {
  font-weight: bold;
}

EM, DFN {
  font-style: italic;
}

DFN {
  font-weight: bold;
}

SUP, SUB {
  line-height: 0;
}

ABBR, ACRONYM {
  border-bottom: 1px dotted #666;
}

ADDRES {
  margin: 0 0 1.5em;
  font-style: normal;
}

DEL {
  color: #666;
}

PRE, CODE {
  margin: 1.5em 0;
  white-space: pre;
}

TT {
  display: block;
  margin: 1.5em 0;
  line-height: 1.5;
}

PRE, CODE, TT {
  line-height: 1.5;
}

LI UL, LI OL {
  margin: 0 1.5em;
}

UL, OL {
  margin: 0 1.5em 1.5em 1.5em;
}

UL {
  list-style-type: disc;
}

OL {
  list-style-type: decimal;
}

DL {
  margin: 0 0 1.5em 0;
}

DL DT {
  font-weight: bold;
}

DD {
  margin-left: 1.5em;
}

A {
  text-decoration: underline;
}

A IMG {
  border: 0;
}

/*************************************************

PHOTON
BY 76design


***************************************************
GENERIC

*/

HTML {
  font: 62.5%/160% Verdana, Arial, Helvetica, sans-serif;
  background: #1d1d1d;
  color: #000;
}

BODY {
  margin: 0;
  color: #265170;
  font: 12px Arial, Helvetica, sans-serif;
  background: #1d1d1d;
  min-width: 1003px;
}

.error {
  border: solid 2px #BB2236;
}

.success {
  border: solid 2px #8EC641;
}

#ul-done {
    margin: 0 7.5em;
}

#ul-done .success {
  width: 500px;
}

.required EM {
  color: #f00;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input, select, textarea {
  padding: 0;
  font: 100% Arial, Helvetica, sans-serif;
  vertical-align: middle;
}

img {
  border: 0;
}

a {
  color: #265170;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/***************************************************
STRUCTURE

*/
#wrapper {
  width: 1003px;
  margin: 0 auto;
  background: #f3f3f3;
}

#umbrella {
  width: 963px;
  height: 60px;
  padding: 0 20px;
  background: #383838;
}

#header {
  width: 100%;
  margin: 0 auto;
  height: 240px;
  position: relative;
}

#logo {
  background: url(../images/logo.gif) no-repeat;
  display: block;
  float: left;
  margin: 10px 0 0 0;
  width: 200px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
}

#main {
  width: 100%;
}

#main-inside {
  width: 963px;
  margin: 0 auto;

}

#main:after {
  content: "";
  display: block;
  clear: both;
}

.container {
  float: right;
  width: 618px;
}

#home #content {
  float: left;
  width: 368px;
}

.add-nav {
  margin: 10px 0 0 0;
  list-style: none;
  float: right;
  font-size: 12px;
  line-height: 13px;
}

.add-nav li {
  float: left;
  background: url(../images/separator-addnav.gif) no-repeat 0 40%;
  padding: 0 5px;
  margin: 0 1px 0 -1px;
}

.add-nav li.first {
  background: none;
}

.add-nav a {
  color: #cfdfeb;
}

.add-nav a:hover {
  text-decoration: none;
  border-bottom: 1px solid #cfdfeb;
}

#header img {
  display: block;
}

/***************************************************
NAVIGATION

*/

#nav-container {
  background: #313131;
  width: 100%;
  float: left;
  margin-bottom: 18px;
}

#nav {
  padding: 0;
  list-style: none;
  border-left: 3px solid #f3f3f3;
  float: left;
  margin: 0 0 0 20px;
}

#nav li {
  float: left;
}

#nav a {
  color: #a8cbe1;
  display: block;
  width: 105px;
  padding: 5px 9px 0 9px;
  border-right: 3px solid #f3f3f3;
  min-height: 28px;
}

#nav a span {
  display: block;
  margin: -4px 0 0;
}

#nav a.active,
#nav a:hover {
  text-decoration: none;
  color: #0f3750;
  background: #a8cbe1;
}

/***************************************************
Core Carousel Component
*/

/* >> carousel */
#banner-carousel {
  position: relative;
  overflow: hidden;
  width: 1003px;
  height: 240px;
}

#banner-carousel .items {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 20000em;
  position: absolute;
}

#banner-carousel .items li {
  float: left;
}

/* >> carousel controls */
#banner-carousel-controls {
  position: absolute;
  top: 215px;
  left: 795px;
  z-index: 999;
  width: 200px;
}

#banner-carousel-controls li {
  display: inline;
}

#banner-carousel-thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

#banner-carousel-controls a {
  cursor: pointer;
  display: block;
  float: left;
  display: block;
  background: #ccc;
  height: 10px;
  width: 10px;
  margin-right: 5px;
  background: url(../images/dot.png) no-repeat 0 -10px;
  overflow: hidden;
}

#banner-carousel-controls li.activeSlide a,
#banner-carousel-controls a.current {
  background: url(../images/dot.png) no-repeat 0 0;
}

#banner-carousel-controls .next {
  /* ie6 */
  margin: 0 0 0 -4px;
}

#banner-carousel-controls > .next {
  /* every other browser */
  margin-left: 0;
}

#banner-carousel-controls .left {
  background: url(../images/dot-left.png);
}

#banner-carousel-controls .right {
  background: url(../images/dot-right.png);
}

/*
Generic Styles
*/

a.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a.skip:focus {
  position: static;
  width: auto;
  height: auto;
}

#main {
  color: #313131;
}

#main .heading {
  background: #313131;
  padding: 6px 0 1px 6px;
  height: 1%;
  margin: 0 0 8px;
}

#main .heading h1 {
  margin: 0;
  font-size: 18px;
  color: #a8cbe1;
  font-weight: normal;
  float: left;
  line-height: 20px;
}

.cufon-active #main .heading h1 {
  font-size: 20px;
}

#main .heading:after {
  content: "";
  display: block;
  clear: both;
}

#main .heading h1 cufon {
  float: left;
}

#content .articles {
  padding: 0 5px;
  line-height: 16px;
}

#content .articles div {
  padding: 0 0 5px;
}

#content .articles em {
  color: #313131;
  display: block;
  font-style: normal;
  font-weight: bold;
}

#content .articles p {
  margin: 0 0 5px;
}

#content .articles p a {
  white-space: nowrap;
}

.aside {
  float: right;
  width: 227px;
  overflow: hidden;
}

#main .aside .heading {
  margin: 0 0 9px;
  padding-left: 9px;
  width: 216px;
}

.aside .block {
  margin: 0 1px 12px 0;
}

.aside .block img {
  display: block;
  margin: 0 0 5px;
}

.aside .block .text {
  padding: 8px 5px 8px 8px;
  background: url(../images/bg-block.png) repeat-y;
  font-size: 10px;
  line-height: 12px;
  height: 1%;
}

.aside .block .text strong {
  color: #353535;
  font-weight: normal;
}

.aside .block .text p {
  margin: 0 0 3px;
}

.aside #awards-sidebar {

}

.aside #awards-sidebar img {
  display: block;
  margin: 10px 0;
}

.section {
  float: left;
  width: 337px;
  margin: -5px 0 0 -2px;
  position: relative;
}

.section ul {
  margin: 4px 0 0 0;
  padding: 0;
  list-style: none;
}

.section ul li {
  /*    width: 325px;
height: 57px;
margin:0 0 10px 0;*/
}

.section ul li#investor-login a {
  background: url(../images/home/InvestorLogin.jpg) no-repeat;
}

.section ul li#product-lines a {
  background: url(../images/home/ProductLines.jpg) no-repeat;
}

.section ul li#assets a {
  background: url(../images/home/PortfolioOfAssets.jpg) no-repeat;
}

.section ul li#leasing a {
  background: url(../images/home/Leasing.jpg) no-repeat;
}

.section ul li#tenant-services a {
  background: url(../images/home/TenantServices.jpg) no-repeat;
}

.section ul li a {
  display: block;
  float: left;
  width: 325px;
  height: 57px;
  color: #fff;
  margin: 0 0 10px 0;
}

.section ul li a:hover {
  text-decoration: none;
  color: #efefef;
  cursor: pointer;
}

.section ul li strong {
  display: block;
  font-size: 18px;
  padding: 10px 0 0 12px;
  float: left;
  width: 100%;
  font-size: 28px;
}

.cufon-active .section ul li strong {

}

.section ul li span {
  padding: 0 0 0 12px;
  display: block;
  float: left;
  margin-top: -6px;
  font-size: 12px;
}

#footer {
  background: #cbd8e1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#footer a {
  float: left;
  margin: 0 10px 0 0;
}

#footer .holder {

}

#footer .frame {
  padding: 7px 0 80px 0;
  color: #292929;
  font-size: 12px;
  margin: 0 auto;
  width: 963px;
}

#footer p {
  display: block;
  width: 200px;
  float: right;
  color: #265170;
  text-align: right;
}

#sidebar {
  float: left;
  width: 148px;
  padding: 12px 0 0;
}

#sidebar h3 {
  color: #265170;
  font-size: 22px;
  margin: 0 0 15px 0;
  font-weight: normal;
}

#sidebar h3 span {
  display: block;
  margin: -5px 0 0;
}

#sidebar ul {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
  line-height: 15px;
}

#sidebar ul li {
  padding: 0 0 4px;
  height: 1%;
}

#sidebar ul li li a {
  background: #E9ECF0;
  font-size: 90%;
}

#sidebar ul li li.active a {
  background: #A8CBE1;
  color: #265170;
}

#sidebar ul li li.active li a {
  background: #E9ECF0;
  font-size: 90%;
}

#sidebar ul li li li a {
  background: #FFFFFF;
}

#sidebar ul li li li li a {
  background: #FFFFFF;
}

#sidebar ul a {
  color: #265170;
  display: block;
  padding: 1px 5px 1px 4px;
  background: #c7d0da;
  width: 129px;
  cursor: pointer;
  position: relative;
}

#sidebar ul a span {
  display: block;
  padding: 1px 11px 0 0;
  width: 129px;
}

#sidebar ul a:hover,
#sidebar ul a.active,
#sidebar ul li.active>a {
  background: #1f1f1f;
  color: #b9d3e5;
  text-decoration: none;
}

#sidebar ul a:hover span,
#sidebar ul a.active span,
#sidebar ul li.active>a span {
  background: url(../images/bg-sidebar-hover.gif) no-repeat 100% 50%;
}

#sidebar ul li.active ul a span {
  background: none;
}

#twocolumns {
  float: right;
  width: 806px;
  margin: 0 0 1em 0;
}

.breadcrumbs {
  margin: 2px 0 0;
  padding: 0 0 18px;
  list-style: none;
  overflow: hidden;
  height: 1%;
  position: relative;
}

.breadcrumbs li {
  float: left;
  color: #9ea0a0;
  padding: 0 5px 0 7px;
  background: url(../images/separator-breadcrumbs.gif) no-repeat 0 6px;
  margin: 0 4px 0 -4px;
}

.cufon-active .breadcrumbs li {
  background: url(../images/separator-breadcrumbs.gif) no-repeat 0 3px;
}

.breadcrumbs li a {
  color: #265170;
  float: left;
  padding: 0 0 1px;
}

.breadcrumbs li cufon {
  float: left;
}

.breadcrumbs li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #265170;
  padding: 0;
}

#twocolumns .box-heading {
  padding: 0 0 6px 4px;
}

#twocolumns .box-heading strong {
  color: #8aa0b0;
  font-size: 19px;
  display: block;
  font-weight: normal;
  border-bottom: solid 1px #C7D0DA;
}

#twocolumns .box-heading h1 {
  color: #265170;
  font-weight: normal;
  margin: -5px 0 0 -2px;
}

#twocolumns .box-heading h1 div#addr {
  font-size: 1em;
  font-weight: bold;
}

#twocolumns .box-heading h1 div#title {
  font-size: 0.8em;
  font-weight: normal;
}

#twocolumns .box-heading h1 div#city {
  font-size: 0.8em;
  font-weight: normal;
  color: #8aa0b0;
  /*color: #A8CBE1;*/
}

#twocolumns .module-Property  table {
  width: 797px;
  margin: 0 0 10px;
}

#twocolumns table .col1 {
  width: 65px;
  padding-left: 5px;
}

#twocolumns table .col2 {
  width: 76px;
  padding-left: 5px;
}

#twocolumns table .col3 {
  width: 90px;
  padding-left: 5px;
}

#twocolumns table .col4 {
  width: 114px;
  padding-left: 5px;
}

#twocolumns table .col5 {
  width: 138px;
  padding-left: 6px;
}

#twocolumns table .col6 {
  padding-left: 6px;
  width: 240px;
}

#twocolumns table th {
  background: #b3c2cb;
  font-weight: normal;
  text-align: left;
  padding: 2px 0 1px;
}

#twocolumns .module-Property table td {
  padding: 9px 0 10px;
  background: #d4dee4;
  color: #6d6d6d;
}

#twocolumns table td.col3 {
  background: #d4dee4 url(../images/ico-pdf.png) no-repeat 5px 50%;
  padding: 0 0 0 33px;
}

#twocolumns table td.no-floorplan {
  background-image: none !important;
}

#twocolumns .content-holder {
  overflow: hidden;
  width: 797px;
  padding: 0 0 5px;
}

.content-holder #content {
  width: 409px;
}

#content address {
  font-style: normal;
  line-height: 15px;
  margin: 0 0 17px 2px;
}

#content address strong {
  display: block;
  margin: 0 0 -1px;
}

#content address span {
  display: block;
  color: #4b4b4b;
}

#content address a {
  color: #4b4b4b;
}

#content .box {
  padding: 0 0 14px;
  color: #565656;
  line-height: 15px;
}

#content .box h3 {
  font-size: 18px;
  margin: 0 0 12px;
  line-height: 21px;
  color: #265170;
}

#content .box p {
  margin: 0 0 14px;
}

#content .box ul {
  margin: 0;
  padding: 0 0 14px;
  list-style: none;
  line-height: 14px;
}

#content .box ul li {
  background: url(../images/bullet-menu.gif) no-repeat 0 8px;
  padding: 0 0 0 8px;
}

#content .box dl {
  margin: 17px 0 0;
  line-height: 14px;
}

#content .box dt {
  float: left;
  font-weight: bold;
  padding: 0 5px 0 0;
}

#content .box dd {
  margin: 0;
}

#content a {
  color: #265170;
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}

/*
#content{
   color: #262626;
}*/
.content-holder .aside {
  width: 367px;
  padding: 0 3px 0 0;
}

.image-list {
  margin: 0 0 6px;
  padding: 6px 0 3px 2px;
  list-style: none;
  background: #d4dee4;
  overflow: hidden;
  height: 1%;
}

.image-list li {
  float: left;
  padding: 0 0 3px 3px;
}

.image-list li img {
  display: block;
}

.placeholder {
  border: solid #d4dee4;
  border-width: 6px 5px;
}

.ad {
  overflow: hidden;
  height: 1%;
  margin: 0 0 0 -2px;
  position: relative;
}

.ad ul {
  margin: 0;
  padding: 5px;
  list-style: none;
  float: left;
  background: #d4dee4;
}

.ad ul li {
  float: left;
}

.ad ul li img {
  display: block;
}

.ad #northamone-logo {
  position: static;
  float: left;
  background: url(../images/logo2.gif) no-repeat;
  width: 171px;
  height: 28px;
  margin: 29px 0 0 22px;
  text-indent: -9999px;
}

#twocolumns .container {
  float: none;
  width: 806px;
}

#twocolumns .container:after {
  content: "";
  display: block;
  clear: both;
}

#twocolumns .container #content {
  width: 564px;
  padding: 22px 0 20px 0;
  float: left;
}

#twocolumns #content .box-heading {
  padding: 0 0 15px 2px;
  width: 100%;
  float: left;
}

.box-heading span {
  display: block;
  font-size: 14px;
  line-height: 17px;
  padding: 1px 0 0;
}

.filter-form {
  overflow: hidden;
  width: 100%;
  padding: 0 0 32px;
  float: left;
}

.filter-form legend {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.filter-form .submit {
  margin-top: 10px;
  float: left;
}

.filter-form .row {
  float: left;
  padding: 5px 14px 5px 3px;
  width: 100%;
}

.filter-form .row label {
  float: left;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 0 0;
}

.filter-form .row select {
  float: left;
  width: 139px;
  margin: 0 0 0 7px;
}

.paginationControl {
  text-align: center;
  background: #d1dbe1;
  width: 554px;
  margin: 0 0 3px 0;
  padding: 6px 5px;
  float: left;
  clear: both;
}

.pagination-resultcount {
  width: 354px;
  float: left;
  display: block;
}

.paginationControl a {
  color: #265170;
  text-decoration: underline;
}

.paginationControl a:hover {
  text-decoration: none;
}

.paginationControl .prev-link {
  float: left;
  display: block;
  font-weight: bold;
  width: 100px;
  text-align: left;
}

.paginationControl .next-link {
  float: right;
  display: block;
  font-weight: bold;
  width: 100px;
  text-align: right;
}

.paginationControl .disabled {
  color: #485c6b;
}

.boxes {
  margin: 0 0 0 -2px;
  width: 565px;
  float: left;
  position: relative;
}

.info-box {
  background: url(../images/bg-box.png) repeat-y;
  padding: 6px 4px 8px;
  overflow: hidden;
  height: 1%;
  margin: 0 0 3px;
}

.info-box a {
  text-decoration: underline;
}

.info-box img {
  float: left;
}

.info-box .noimg {
  float: left;
}

.info-box .text {
  float: left;
  width: 225px;
  padding: 3px 22px 3px 15px;
  color: #505050;
  font-size: 11px;
  line-height: 13px;
}

.info-box .text strong {
  color: #265170;
  font-size: 12px;
}

#main .info-box .heading {
  padding: 0 0 14px;
  margin: 0;
  background: none;
}

.info-box .text span {
  display: block;
}

#content .info-box address {
  float: left;
  width: 158px;
  margin: 3px 0 0;
  font-size: 11px;
  line-height: 13px;
}

#content .info-box address strong {
  padding: 0 0 15px;
  font-size: 12px;
}

.aside {
  overflow: hidden;
}

.aside .menu {
  margin: 1px 0 0 1px;
  padding: 0;
  list-style: none;
  width: 225px;
}

.aside .menu li {
  overflow: hidden;
  height: 1%;
  padding: 0 0 5px;
}

.aside .menu li h3 {
  color: #c5deee;
  text-decoration: none;
  background: #363738;
  font-size: inherit;
  padding: 5px 0 5px 8px;
  width: 217px;
  margin: 0px;
}

.aside .menu li a {
  color: #265170;
  background: url(../images/bg-menu.png) repeat-y;
  float: left;
  padding: 5px 0 1px 8px;
  position: relative;
  width: 217px;
}

.aside .menu li a cufon {
  float: left;
}

.aside .menu li a:hover,
.aside .menu li.active a {
  color: #c5deee;
  text-decoration: none;
  background: #363738;
}

.aside .menu .block {
  clear: both;
  padding: 6px 0 1px;
  margin: 0;
  float: left;
}

.aside .menu li.active .block a.block-top,
.aside .menu li .block a.block-top {
  padding: 0px;
  margin: 0px;
  color: #597991;
  width: 100%;
  display: block;
  background: none;
}

.aside .menu li .block a:hover {
  text-decoration: underline;
}

.aside .menu li .block .noimg {
  padding: 8px 0 0 8px;
}

.menu .block address {
  font-style: normal;
  color: #597991;
  font-size: 11px;
  line-height: 14px;
  display: block;
  float: left;
  background: #D0DBE1;
  margin-bottom: 5px;

}

.aside .menu li .block address a {
  background: none;
  color: #597991;
  padding: 0;
  width: 225px;
  float: left;
  display: block;
}

.menu .block address a span {
  background: none repeat scroll 0 0 transparent;
  display: block;
  padding: 2%;
  width: 96%;
  float: left;
}

.menu .block address span {
  display: none;
}

#property-map .block span {
  display: block;
  clear: left;
  float: none;

}

#bios-widget ul {
  list-style-type: none;
  clear: left;
  margin: 0 0 1em 0;
}

#bios-widget li {
  clear: left;
  margin: 0 0 10px 0;
}

#bios-widget img {
  float: left;
  margin: 0 10px 10px 0;
}

#moduleid-Bio-index img {
  float: left;
}

body.bios .module-PagesWithWidgets {
  float: right;
  width: 340px;
}

#pdf-list li {
  text-align: center;
  margin-bottom: 1em;
}

#pdf-list li a {
  padding: 2px 0px;
  margin-bottom: 2px;
}

#content {
  float: left;
}

.module-Bio {
  float: left;
  height: 1%;
  width: 200px;
  clear: left;

}

.module-PagesWithWidgets {
  float: left;
}

#content .module {
  float: left;
}

#content .module form {
  width: 100%;
  float: left;
}

#moduleid-Users-login,
#moduleid-Users-reset {
  width: 100%;
}

/* LOGIN FORM */

#content .module form .required em {
  color: red;
}

#content .module form p {
  margin: 0;
}

#content .module form ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content .module form li {
  padding: 6px 0;
  clear: both;
}

#content .module form label {
  font-weighT: bold;
  display: block;
  width: 145px;
  float: left;
  line-height: 1.5em;
}

#content .module form .text,
#content .module form .password,
#content .module form  textarea,
#content .module form .captcha {
  padding: 3px;
  border: solid 1px #ccc;
}

#content .module form textarea {
  width: 500px;
  height: 250px;
}

#content .module form .captcha {
  margin-left: 145px;
}

#loginform_label_submit-element,
#passwordresetrequestform_label_submit-element {
  border-top: 1px solid #ccc;
  width: 100%;
}

#content .module form .submit {
  padding: 5px 15px;
  border: 1px solid #ccc;
  background: #265170;
  color: #fff;
}

/***************************************************
    FORM ERRORS
    */

.error, .errorlist {
  color: #E94045;
  border: 2px solid #E94045;
  padding: 5px 10px;
  margin: 0 0 10px 0 !important;

}

.error b, .errorlist b {
  color: #000;
}

.errorlist li {
  list-style: none;
}

/***************************************************
NEWS
*/
#content ul#news-years,
#content #news-months,
#content #events-years,
#content ul.filter-links {
  font-weight: bold;
  margin: 0;
  padding: 3px;
  list-style: none;
  border: solid 1px #ccc;
  overflow: hidden;
  height: 1%;
  font-size: 110%;
  background: #fff;
}

#content ul.filter-links {
  width: 100%;

}

#content #events-years li,
#content #news-years li,
#content #news-months li,
#content ul.filter-links li {
  margin: 0;
  padding: 0;
  float: left;
}

#news-years a,
#news-months a,
#events-years a,
#content ul.filter-links a {
  text-decoration: none;
  display: block;
  margin: 0 4px;
  padding: 2px 4px;
  border: solid 1px #fff;
}

#news-months a:hover,
#news-years a:hover,
#events-years a:hover,
#content ul.filter-links a:hover {
  background: #ccc;
  color: #333;
  border: solid 1px #aaa
}

#news-months .selected a,
#news-years .selected a,
#events-years .selected a,
#content ul.filter-links .selected a {
  background: #cfdfeb;
  color: #265170;
  border: solid 1px #cfdfeb
}

#content #news-months {
  background: none;
  border-top: none;
  font-size: 80%;
}

.news-item h4,
.news-item-summary h4,
.event h4,
.event-summary h4 {
  font-size: 80%;
  font-style: italic;
}

.news-item-summary,
.event-summary {
  margin: 8px 0;
  border-bottom: solid 2px #ccc;
}

.read-all {
  float: right;
}

/***************************************************
    SIDEBAR PROPERTY WIDGET
     */
#sidebar-featured-properties li.scroll-nav a {
  display: inline;
  width: 43%;
}

#sidebar-featured-properties li.scroll-nav a.link-left {
  float: left;
}

#sidebar-featured-properties li.scroll-nav a.link-right {
  float: right;
  text-align: right;
  padding-right: 10px;
}

body#portfolio-of-assets address span {
  display: none;
}

body#portfolio-of-assets li.properties {
  overflow: hidden;
  padding: 0;
}

body#portfolio-of-assets li.properties div.block a span {
  height: 105px;
  overflow: hidden;
  display: block;
}

body#portfolio-of-assets li.properties div.block address a span {
  display: block;
  height: 28px;
  width: 95%;
  overflow: hidden;
  background: none;
}

body#portfolio-of-assets li.properties div.block address a {
  overflow: hidden;
  background: none;
}

#pdf-list li a {
  overflow: hidden;
}

.box-heading strong {
  display: block;
  margin: 0 0 10px 0;
}

/***************************************************
  Property Tabs and Listing Filter
*/

/**** sidebar awards on portfolio ****/

#sidebar_filter .header {
  color: #265170;
  background-color: #A8CBE1;
  display: block;
  cursor: pointer;
  line-height: 2em;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 4px;
  padding: 2px 0px 1px 6px;
  vertical-align: middle;
}

.aside #awards-sidebar div#award_1 {
  background: url("../images/sidebar-awards_blank.jpg") no-repeat;
  width: 227px;
  height: 111px;
}

.aside #awards-sidebar div#award_1 p {
  color: #68839e;
  font-weight: bold;
  font-family: "Times New Roman", Georgia, Serif;
  position: relative;
  top: 69px;
  left: 6px;
  font-size: 250%;
}

.aside #awards-sidebar div#award_2 {
  background: url("../images/sidebar-awards-2_blank.jpg") no-repeat;
  width: 227px;
  height: 87px;
}

.aside #awards-sidebar div#award_2 p {
  color: #9FBD9C;
  font-weight: bold;
  font-family: "Times New Roman", Georgia, Serif;
  position: relative;
  top: 19px;
  left: 45px;
  font-size: 300%;
}

.aside #awards-sidebar div#award_3 {
  background: url("../images/sidebar-awards-3_blank.jpg") no-repeat;
  width: 227px;
  height: 111px;
}

.aside #awards-sidebar div#award_3 p {
  color: #68839e;
  font-weight: bold;
  font-family: "Times New Roman", Georgia, Serif;
  position: relative;
  top: 25px;
  left: 65px;
  font-size: 250%;
}

/**** left sidebar filter ****/

#sidebar_filter {
  width: 138px;
}

#sidebar_filter div {
  margin: 0 0 4px;
  padding: 0;
}

.filter-form {
  overflow: hidden;
  width: 100%;
  padding: 0;
}

#sidebar_filter
.filter-form .submit {
  margin: 0 auto;
  line-height: 1em;
  padding: 1ex;
  border: solid 1px gray;
}

.filter-form .row {
  color: #265170;
  float: left;
  width: 100%;
  text-align: center;
}

#sidebar_filter
.filter-form .row label {
  margin: 5px;
  float: left;
  font-weight: normal;
}

.filter-form .row select {
  margin: 0 5px 5px;
  width: 90%;
}

.filter-form .row input {
  padding: 8px 5px;
  width: 100%;
  background-color: #265180;
  color: white;
}

#sidebar_filter .row {
  background-color: #c7d0da;
}

/**** Property Tabbed Layout ****/

/* root element for tabs  */
ul.css-tabs {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  height: 30px;
  /*background-color: #383838;*/
}

/* single tab */
.css-tabs li {
  float: left;
  margin: 0 !important;
  padding: 0;
  list-style-image: none !important;
  border-right: solid 4px #FFF;
  text-transform: uppercase;
  text-align: left;
  text-indent: 1ex;
}

/* link inside the tab. uses a background image */
.css-tabs a {
  background-color: #383838;
  color: #fff;
  font-size: 120%;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 10em;
  text-decoration: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 1px;
}

.css-tabs a:active {
  outline: none;
  background-color: white;
}

/* when mouse enters the tab move the background image */
.css-tabs a:hover {
  background-color: #A8CBE1;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.css-tabs .current, .css-tabs .current:hover, .css-tabs li.current a {
  cursor: default !important;
  background-color: #A8CBE1;
  color: #265170 !important;
  border-bottom: solid 4px #A8CBE1;
}

.css-panes {
  clear: both;
}

.panes {
  margin: 0;
  padding: 0;
}

#property table.panes {
}

#property table.panes th {
  background-color: #A8CBE1;
  color: #FFF;
  font-weight: bold;
  padding: 1em 8px 2px 5px;
}

#property table.panes th.text {
  color: #333;
  font-weight: normal;
}

#property table.panes td {
  vertical-align: top;
  text-align: left;
  background-color: transparent;
}

#property table.panes td#col_map {
  width: 360px;
}

table.panes td {
  vertical-align: top;
}

table#propertyplan {
  width: 100%;
  background-color: #A8CBE1;
  margin: 0 !important;
  /*border-collapse: collapse;*/
}

table#propertyavail th,
table#propertyplan th {
  background-color: #A8CBE1;
  border: solid 1px #A8CBE1;
  color: #FFF;
  font-weight: bold;
  padding: 4em 8px 4px 5px;
}

table#propertyplan td {
  background-color: #FFF !important;
  color: #383838 !important;
  vertical-align: middle;
  text-align: left;
  padding: 6px 4px !important;
  border: solid 1px #A8CBE1;
  margin: 3px;
}

#property table .col1 {
  width: 4em;
}

#property table .col2 {
  width: 4em;
}

#property table .col3 {
  background-position: 85% 4px !important;
  width: 8em;
}

#property table .col4 {
  width: 4em;
}

#property table .col5 {
  width: 4em;
}

#property table .col6 {
  width: 4em;
}

#property table .col7 {
  width: 33%;
}

div.ad {
  margin-top: 1em;
}

table#propertyavail td {
  background-color: #F3F3F3 !important;
  color: #383838 !important;
  text-align: left;
}

table#stackingplan th {
  cursor: default !important;
  text-align: left;
}

table#stackingplan th#stacklead {
  background-color: #A8CBE1;
  color: #265170 !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}

table#stackingplan th#stack1 {
  width: 20px;
}

table#stackingplan th#stack3 {
  width: 17em;
}

table#stackingplan td#stack1 {
  border: solid 1px #A8CBE1;
}

table#stackingplan td#stack3 {
  border: solid 1px #A8CBE1;
}

table#stackingplan td {
  padding-left: 2em;
}

iframe#stackplan {
  width: 100%;
  height: 80em;
  /*height: 100%;*/
}

div#property table {
  border-collapse: collapse;
  border-spacing: 0;
}

.info-box .text div.suite_name {
  display: inline;
  float: left;
  min-width: 10em;
}

.info-box .text div.suite_area {
  display: inline;
  float: left;
  text-align: right;
  width: 6em;
}

div#content table#property_description {
  width: 100% !important;
  border: solid 2px #D4DEE4;
}

div#content table#property_description th {
  background-color: #D4DEE4;
  color: #265170;
  font-weight: normal;
  border: none;
  padding: 2px 1ex;
  margin: 0;
}

div#content table#property_description td {
  padding: 0 2ex;
}

div#content table#property_description td.attr {
  width: 40%;
}


/**
    POLLS
**/
#poll-archive{
    list-style: none;
    margin: 0;
    background: transparent url(../images/bg_poll.png) no-repeat 0 0;
    height: 1250px;
    clear:both;
}

#content .module form#poll-form label{
    width: 50px;
    display: inline;
    font-weight: normal;
    float: none;
    line-height: 1.5em;
}

input.answer{
    width:2em;
    height:2em;
}

#poll-archive li{text-align: center;}

.poll-div{
    position: relative;
    top: 610px;
    width: 700px;
/*
    background:#F3F3F3;
    opacity:0.4;
    filter:alpha(opacity=40);
*/
}
.poll-answer input{ display: block; height: 150px; margin:0 0 0 175px;}
.poll-answer span{ display: none;}
#answer-2{background: transparent url(../images/poll_logo_pmhf.png) no-repeat 205px center;}
#answer-1{background: transparent url(../images/poll_logo_skf.png) no-repeat 205px center;}
#answer-3{background: transparent url(../images/poll_logo_wwf.png) no-repeat 205px center;}
#poll-form, #poll-form-ul{background: transparent url(../images/bg-poll-ul.png) repeat 0 0;list-style:none;}



