* {
  font-size: 11pt;
  font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
  color: rgb(140,86,102);
}

body {
  background-color: #f1bf3b;
  background-image: url("../images/background.gif");
  padding: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

a:link {
  color: #cc0000;
  text-decoration: underline;
  font-size: 11pt;
}
a:visited {
  color: #666666;
  text-decoration: underline;
  font-size: 11pt;
}
a:active {
  color: #ff0000;
  text-decoration: underline;
  font-size: 11pt;
}
a:hover {
  color: #a826c0;
  text-decoration: underline;
  font-size: 11pt;
}

a.dk:link {
  color:#FFCC66;
  text-decoration: underline;
	}
a.dk:visited {
  color: #ffffff;
  text-decoration: underline;
}
a.dk:hover {
  color: #dda6e7;
  text-decoration: underline;
}
a.dk:active {
  color: #ff0000;
  text-decoration: underline;
}

.infocell {
  padding-top: 5px;
  padding-right: 3px;
  padding-left: 15px;
}

.asterisk {
	}
.news {
  color: #990000;
  margin-right: 5px;
}

.titles {
  font-weight:bold;
  color: #7a4856;
}

.leaseinfotext{
  color:#FFffff;
}

.redcell{
  padding-top:5px;
  padding-left: 15px;
  border-bottom-width: 15px;
  border-bottom-style: solid;
  border-bottom-color: #c14e3e;
}

/* Start Zikula specific styles */

#pagewidth{ 
 width:100%; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 background-color:#FFFFFF; 
} 
 
#leftcol{
  width:19%; 
  float:left; 
  position:relative; 
  background-color:#f3f3f3;
  border-right: 1px solid #999999;
  height:100%; 
  height: 100%;
}
 
#rightcol{
  width: 100%;
  float:left; 
  position:relative;
  height: 100%;
}
 
#maincol{
  float: left; 
  width:100%; 
  height: 100%;;
}

.clear {
  clear: both; 
  height: 0; 
}

 /* *** Float containers fix *** */ 
.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 */  
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/*STYLING THE FORMS AND INPUT */

.button {
  font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #D7E5F2;
  color: #102132;
  margin-left: 12px;
  margin-top: 3px;
  margin-bottom: 2px;
}

select,
select.pn-normal,
select.pn-text {
  background-color: #f3f3f3;
  color: #999999;
}

select:focus, 
select.pn-normal:focus  {
  background: #f3f3f3;
  border-color: #53B021;
}

textarea,
textarea.pn-normal {
  background: #ffffff url(../images/input.png) repeat-x top;
  color: #000000;
  border: 0;
  padding: 3px;
  margin-top: 5px;
  margin-left: 5px;
  max-width: 700px;
  border: 1px solid #999999;
}

input {
  background: #FFFFFF url(../images/input.png) repeat-x top;
  color: #000000;
  border: 0;
  padding: 3px;
  max-width: 700px;
  border: 1px solid #999999;  
}

input,
input.pn-normal,
input.pn-text,
input.pn-button,
textarea,
textarea.pn-normal,
textarea.pn-text {
  margin-top: 5px;
  margin-left: 5px;
  padding: 1px 6px;
}

textarea.pn-normal { 
  width: 100%;
  margin-top: 5px;
  margin-left: 5px; 
}

* html textarea.pn-normal { padding: 1px 0px;} /* IE fix */

input.pn-button {
  border-collapse: collapse;
}

input.r-button {
  font-size: 10pt;
  color: #000000; 
  background: none; 
}

input:hover,
input.pn-normal:hover, 
select:hover,
select.pn-normal:hover, 
textarea:hover {
  border-color: #cccccc;
}

input:focus, 
input.pn-normal:focus, 
textarea:focus {
  background: #ffffff url(../images/input.png) repeat-x top;
  border-color: #8DC741;
}

.pnRightBlock input:focus { 
  background-color: #FFF; 
}

/* Temporary fix for old modules in standards browsers */
table[border="1"],
table[border="2"], 
table[border="3"] { 
    border: 0px; 
    border-collapse: collapse;
    margin-bottom: 15px;
       }

table[border="1"] td, 
table[border="1"] th,
table[border="2"] td, 
table[border="2"] th, 
table[border="3"] td, 
table[border="3"] th { 
    text-align: left;
    border: 2px solid #4C5EA8; 
    margin: 0px;
    padding: 3px 0.5em;
       }
 
table[border="1"] th,
table[border="2"] th, 
table[border="3"] th {
    font-size: 12pt;
    background-color: #EBF2FD; /* #ACB2D4; */
    text-align: center;
       }

th { 
  font-size: 11pt; 
}

/*  IE hacks, "* html" style only read by IE, as it selects nothing */
/* 
    IE6 only uses the standard W3C Boxmodel in CSS1Compat mode, which requires a full Doctype declaration with Label and URL to the Dtd.
    It defaults to BackCompat mode, which works like previous versions of IE. 
*/
* html #LeftCol {
    width: 155px; /* IE 5.x uses non-standard Box Model */
    wid\th: 140px;  /* IE 6 can uses W3C Standard box model (in CSS1Compat mode), IE 5.x chokes on escape character */
} 
/* 
* html #RightCol {
    width: 160px;
    width: 150px;
}
*/
#CenterCol {
    padding: 15px 15px 15px 0px;
    vertical-align: top;
    text-align: left;
}

#box_content {
    display:block;
    background:#fff;
    border:0 solid #fff;
    border-width:0 1px;
    overflow:hidden;
    height:100%;
    padding:0 10px;
}

#header {
    width: 100%;
    height: 102px;
    clear: both;
    background-color: #cccccc;
    background-image: url("../images/content_bkg.gif");
}

#header .logotop {
       padding-top:7px;
       padding-left:20px;
}

#maincontent {
  padding: 5px 20px 20px 20px;
}

/* STANDARD */
.pn-formbuttons {
    color:#336699;
}

.pn-formbuttons a:hover{
    color:#336699;
}
.pn-formbuttons a:active{
    color:#999999;
}
.center {
    text-align: center;
}

/* Center blocks and admin messages */
div#CenterBlocks {
    font: normal 10pt 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
}
#CenterBlocks .pn-title {
    font: bold 14px 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
    color: #CC6600; /*#4C5EA8; #006699 #003366;*/
}
#CenterBlocks td, 
#CenterBlocks div {
    margin-bottom: 15px;  
/*    font: normal 11px/120% 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;  */
}

.pn-normal,
td.pn-normal {
    font: 8pt 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;/* 8pt */
    line-height: 1.3em;
    text-align: left;
    color: #666666; /* #191919 */
    background: none; 
    text-decoration: none; 
}
a img { border: 0px; }

/* Titles */
.pn-title {
    font: bold 14pt/150% Verdana, Helvetica, Arial, sans-serif;  /* 12px/26px */
    color: rgb(207,78,62); /* Rust */
    text-align: center;
    text-decoration: none;
    background: none; 
    margin-top: 0.5em;
    margin-bottom: 6px;
    border-bottom: 1px solid #cccccc;
}

h1,
h1.pn-pagetitle,
h1.news {
    font: bold 14pt/150% Verdana, Helvetica, Arial, sans-serif;
    color: rgb(207,78,62); /* Rust */
    text-decoration: none;
    letter-spacing: 1pt;
    background: none; 
    margin-top: 0.3em;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(34,99,141); /* Blue */
}

h2,
h2.pn-title,
h2.news {
  font-size: 13pt;
  font-weight: bold;
  color: rgb(140,86,102);
}

h3, 
h3.pn-title {
  font-size: 12pt;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
  background: none;
  margin-top: 3px;
  margin-bottom: 6px;
  padding: 6px;
  line-height: 13pt;
}

h4, 
h4.pn-title{ 
    line-height: 11pt;
    font-weight: bold;
    color: #8DC741; 
    margin-top: 1em;
    margin-bottom: 3px;
    text-decoration: none; 
    border-bottom: 1px solid #cccccc;
}

td.pn-title { 
    font: bold 14px/150% Verdana,Helvetica,sans-serif; 
    color: #4C5EA8;
    text-decoration: none;
    background: none;
}
a.pn-title {
    font-weight: bold;
    color: #8DC741;
    text-decoration: underline;
    background: none;
}
span.pn-title,
a.pn-title:link,
a.pn-title:visited {
    color: #4C5EA8;
    text-decoration: underline;
}
a.pn-title:hover {
    color: #CC6600;
    text-decoration: underline;
}
a.pn-title:active { 
    color: #FF9900;
    text-decoration: underline;
}

#pn-maincontent .pn-statusmsg {
background-color: #f3f3f3;
margin: 10px;
padding: 35px;
}

/* General*/
.clear  { clear: both; }
.nobreak   { white-space: nowrap; }
.pnleft {
    vertical-align: middle; 
    float: left;
/*    clear: left; */
    text-align: left;
}
.pnright {
    float: right;
/*    clear: right; */
    text-align: right;
}

.pntable2,
.opentable2 {
    background: #E6E6E6; 
    border: 2px solid #739FC4; /* $bgcolor2 */
    padding: 6px 12px;
    margin: 6px;
    margin-left: auto; margin-right: auto;
}

/* Table styles based on style from the css table gallery 
   STYLESHEET: CLEAR BLUE, AUTHOR: ROBERT HARTL */

table.pn-datatable {
    width:100%;
    background-color:#fff;
    border-collapse:collapse;
    text-align:left;
    margin-bottom:1em;
    padding: 5px;
}

table.pn-datatable caption {
    padding-bottom:1em;
    text-align: center;
    font-weight: normal;
    color: #333;
    background: transparent;
}
  
table.pn-datatable thead th, table.pn-datatable tfoot th, table.pn-datatable tfoot td {
    border-right: 1px solid #ffffff;
    padding-left:5px;
    color: #fff;
    background: #a0a0a0;
}
  
table.pn-datatable tfoot th, table.pn-datatable tfoot td {
    border-top: 2pt double #009;
}

table.pn-datatable td, table.pn-datatable th {
      color: #999999;
      background: #f3f3f3;   
      padding: 5px;
      border-right: 1px dashed #999999;
}

table.pn-datatable tbody tr th, table.pn-datatable tbody tr td {
    border-bottom: 1px dotted #467aa7;
}


table.pn-datatable tbody td a, table.pn-datatable tbody th a {
    color: #999999;
    background: transparent;
    text-decoration: none;
    border:none;
}

table.pn-datatable tbody td a:hover, table.pn-datatable tbody th a:hover {
    background: transparent;
}

table.pn-datatable .odd {
    background: #e3e3f4;
}

table.pn-datatable tbody tr:hover {
    color: #999999;
    background: #f3f3f3;
}

table.pn-datatable tbody tr th:hover {
    background:#cccccc;
    padding: 5px;
}

/* Other Stuff */

.pn-formrow news_notes {
    padding-bottom:1em;
    background-image: url("../images/icon.gif");
}

.feeds-image {
    float: left;
    padding: 10px;
}

.header {
 background-image: url("../images/header_base.jpg");
 background-repeat: no-repeat;
 width: 950px;
 height: 136px;
}

/* footer area */

.footer {
 background-image: url("../images/footer.jpg");
 background-repeat: no-repeat;
 width: 950px;
 height: 135px;
 padding-left:275px;
 color:rgb(255,255,255);
 font-size: 10pt;
}

.footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
 color:rgb(255,255,255);
 font-size: 12pt;
 text-decoration: none;
}

.footer-text {
	padding-top:5px;
	padding-left: 15px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #c14e3e;
}

#footer-text a, #footer-text a:visited {
    color:#000000;
    font:11px Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
    clear: both;
}

#footer-text a:hover { color:#333; }

/* Navigation */

#navigation {
  width:950px;
  margin:0 auto;
  text-align:center;
}

.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}

.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 150px;
  margin-left: 0px;
  height:25px;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 10pt Arial, Helvetica, sans-serif;
  background: rgb(233,217,181);
  color: rgb(193,78,62);
  display: block;
  padding: 0 9px;
  text-decoration: none;
  text-align:left;
}

.nav li a:hover {
  background: rgb(193,78,62);
  color: rgb(233,217,181);
  text-align:left;
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: rgb(193,78,62);
  color: rgb(233,217,181);
  text-align:left;
  height:25px;

}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  color: rgb(193,78,62);
  background: rgb(233,217,181);
  text-align:left;
  border-bottom: 1px solid rgb(193,78,62);
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: rgb(193,78,62);
  color: rgb(233,217,181);
  text-align:left;
}

.nav ul {
  background: rgb(233,217,181);
  border-bottom: 1px solid rgb(193,78,62);
  list-style: none;
  margin: 0;
  width: 150px;
  position: absolute;
  top: -999em;
  left: -1px;
  text-align:left;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid rgb(193,78,62);
  border-bottom: 0;
  width: 150px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: rgb(193,78,62);
  color: rgb(233,217,181);
}

.admin-menu {
  width: 900px;
  text-align: center;
  margin: 0 auto;
}

#intro_block {
  float: left;
  width: 560px;
  margin-right: 20px;
  
}

#sitemap_block {
  float: left;
  width: 275px;
  border: 1px solid rgb(115,69,82);
  text-align: center;
  margin: 0 auto;
  background: rgb(255,255,255);
  font: 9pt 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
}

#sitemap_block a:link,
#sitemap_block a:visited,
#sitemap_block a:active,
#sitemap_block a:hover {
  font: 9pt 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
}

#slideshow_block {
  width: 575px;
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
}


/* Slideshow */

#slideshow {
	width: 570px;
	height: 370px;
  padding: 0;  
  margin:  0 auto;  
  margin-top: 30px;
} 
 
#slideshow img {  
    background-color: rgb(233,217,181);
    width: 560px;
    height: 360px;
    top:  0; 
    left: 0 
}

img.inset_image {
  border: 2px solid rgb(115,69,82);
  padding: 5px;
  margin: 10px;
}

#sitemap {
  float: left;
  width: 600px;
  border: 2px solid rgb(193,78,62);
}

#bldg_list {
  float: left;
  width: 285px;
  margin: 0 auto;
  padding-left: 15px;
  text-align: center;
}

#bldg_list table {
  width: 285px;
  border-width: 1px;
  border-spacing: 1px;
  border-style: solid;
  border-color: rgb(193,78,62);
  background-color: white;
}

#bldg_list table th {
  font-size: 8pt;
  font-weight: bold;
  border-width: 1px;
  padding: 4px;
  border-style: solid;
  border-color: rgb(193,78,62);
  -moz-border-radius: 0px;
  font-size: 9pt;
}

#bldg_list table td {
  border-width: 1px;
  padding: 4px;
  border-style: solid;
  border-color: rgb(193,78,62);
  -moz-border-radius: 0px 0px 0px 0px;
  font-size: 9pt;
}

#bldg_list a:link, #bldg_list a:visited, #bldg_list a:active, #bldg_list a:hover {
  font-size: 9pt;
}

#bldg_list h2 {
  color: rgb(193,78,62);
}

div.tenants {
  float: left;
  width: 450px;
}

div.tenants h2 {
  color: rgb(193,78,62);
}

#googlemap {
  margin: 0 auto;
  width: 550px;
  height: 400px;
  background-color: rgb(237,236,234);
  border: 2px solid rgb(193,78,62);
  text-align: center;
}
