* {
	margin:0px;
	padding:0px;
}
p, h1, pre {
	margin:0 30px 10px;
}
h1, h2, h3 {
	padding-top:10px;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
	color:#CCCCCC;
}
img, td {
	border:none;
}
body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000000;
	background-color: #000000;
}
p {
	font-size:100%;
	padding:10px;
	padding-left:5px;
}
#flower {
margin-left:22px;
}
#frame {
	width:800px;
	min-height:516px;
	background-color: #333333;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	padding:0;
}
#footer {
	padding-top:10px;
	width:100%;
	float:none;
	font-weight:bold;
	height:100%;
	text-align:center;
	color:#c4b9b4;
	background-color:#333333;
	background-repeat:repeat-y;
}
#footer a {
	text-decoration:none;
	display:inline;
	float:none;
	height:15px;
	position:relative;
	padding-top:5px;
	color:#c4b9b4;
}
#footer a:hover {
	text-decoration: none;
	background:#f3f1f0;
	background-repeat:repeat-x;
	color:#000000;
}
#footer ul {
	margin:0 0 0 0px;
	padding:0;
}
#footer li {
	display:inline;
}
#footer .copy {
	font-size: 60%;
	color:#c4b9b4;
	text-align:center;
}
#footer .links {
	font-size: 80%;
	color:#c4b9b4;
	text-align:center;
}	
#frame2 {
	width:800px;
	background-color:#333333;
	min-height:640px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	padding:0;
}
#big_frame {
	width:800px;
	background-color:#333333;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	min-height:640px;
	padding:0;
}
#padding {
	width:750px;
	background-color:#FFFFFF;
	margin-left:30px;
	margin-top:0px;
	text-align:left;
	padding:0;
}
#gray_box_padding {
	width:147px;
	height:168px;
	background-color:#fff;
	float:left;
}
#gray_box {
	width:225px;
	height:400px;
	margin-left: 22px;
	padding-top:10px;
	background-image:url(../img/box.jpg);
	background-repeat:no-repeat;
	
	float:left;
}
#gray_box_text {
	width:195px;
	line-height:20px;
	text-align:left;
	padding-left:10px;
	font-size: 70%;
	color:#333333;
}
#gray_box_text a {
	color:#333333;
	text-decoration:none;
}
#gray_box_text a:hover {
    color:#999999; 
	text-decoration:none;
}	

#gray_box_wide {
	width:500px;
	margin-left: 22px;
	border:1px solid #c4b9b4;
	font-size:100%;
	color:#666666;
	float: left;
}

#gray_box_text_wide {
	width:500px;
	line-height:16px;
	padding-left:5px;
	padding-right:5px;
	font-size: 100%;
	color:#CCCCCC;
	text-align:justify;
}


#gray_box_wide a {
	color:#BA1521;
	text-decoration:none;
}

#info {
	position:relative;
}
p.bold {
	padding-left:15px;
	color:#c00;
}
a.linkup {
	position:relative;
}
a.buttonup {
	position:absolute;
	top:200px;
	left:650px;
	border:0;
}
a.buttonup img {
	border:0;
}
.gleft {
	float:left;
	margin:25px 0 10px 0;
}
.gright {
	float:right;
	margin:25px 5px 10px 0;
}
.grc {
	margin:20px 0 0 10px;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:800px;
	height:27px;
	position:relative;
	z-index:100;
	float:right;
	text-align:center;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:800px;
	w\idth:800px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:133px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:133px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	font-size: 8pt;
	font-weight:bold;
	color:#000;
	width:133px;
	height:27px;
	border:1px solid #ffffff;
	border-width:0px 0px 0px 1px;
	background-image:url(../img/button_m.jpg);
	padding-left:0px;
	line-height:27px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:132px;
	w\idth:132px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#c4b9b4 bottom right no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#c4b9b4 bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
	background:#c4b9b4 bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#b0a69f;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#c4b9b4;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:27px;
	left:0;
	width:149px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:27px;
	t\op:27px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:133px;
	top:-1px;
	width:133px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-133px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#7FBA00;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 0px;
	width:133px;
	border-width:1px 0px 0px 0px;
	border-color:#ffffff;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:133px;
	w\idth:133px;
}
/* style the top level hover */
.menu a:hover {
	color:#ffffff;
	background:#7FBA00;
	background-image:url(../img/button_m.jpg);
}
.menu :hover > a {
	color:#fff;
	background:#7FBA00;
	background-image:url(../img/button_m.jpg);
}
/* style the top level hover for menu items */
.menu ul ul a:hover {
	color:#ffffff;
	background:#7FBA00;
}
.menu ul ul :hover > a {
	color:#fff;
	background:#7FBA00;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}
/* end menu styles */

/* some general css */
.clear {
	clear: both;
}
.centertxt {
	text-align: center;
}
.logo {
  margin-top: 5px;
  margin-left: 20px;
}
/* end general css */


/*special font styles */
.custboldbk {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: black;
	font-weight: bold;
}
.custboldred {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: red;
	font-weight: bold;
}
.taglines {
	font-size: 80%;
	padding-top: 10px;
	width: 80%;
	text-align:center;
}

.legalprint {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #696969;
	font-weight: normal;
}

.legalprintbld {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #696969;
	font-weight: bold;
}

/* end special font styles */

/* tenant listings */
.space {
	margin-top: 15px;
}

li {
	margin-left: 25px;
}

/* CONTACT FORM */	
#app {
  font-size: 90%;
}

.appcella {
  border: none; 
  float: left; 
  margin: 0; 
  padding: 5px; 
  width:30%;
  clear:both;
  text-align:right;
}

.appcellb {
  border: none; 
  float: left; 
  margin: 0; 
  padding: 5px; 
  width:60%;
  text-align: left;
}

.appcellc {
  border: none; 
  float: left; 
  margin: 0; 
  padding: 5px; 
  width:100%;
  clear: both;
  text-align: center;
}