/* Document Styles */

body {
	background: #fff url(background.gif) repeat;
	font: normal 11px/16px Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0 0 0 0;
	text-align: center; /* For IE */
	}

p {
	font-family: Treuchet MS, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	}

h3 {
	color: #3D6B9C;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	}

acronym {
	font-style: normal;
	border-bottom: 1px dotted #666;
	}

.accesskey {
	text-decoration: underline;
	}

/* Container Styles */

#container {
	position: relative;
	width: 690px !important;
	width /**/: 690px;
	background: #fff url(container_bg.gif) repeat-y;
	border-right:9px solid #fff;
	border-left:9px solid #fff;
	margin:0 auto;
	padding:0;
	text-align:left; /* For IE, see above */
	}

/* Form/Search Styles */

#search {
	width:690px;
	height:106px;
	background:#fff url(header.gif) repeat-x;
	}

#search h1, #search h2 {
	text-indent:-999em;
	margin:0;
	}

#search img {
	position:relative;
	margin-top:20px;
	}

#search label {
	color:#999999;
	font-size:11px;
	font-weight:normal;
	margin-right:15px;
	}

#search input.textbox {
	width:141px;
	background:#fff url(searchbox_bg.gif) no-repeat;
	border:1px solid #c5c5c5;
	font-family:Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	padding-left:5px;
	}
	
#search input.go {
	width:75px;
	height:22px;
	background: #fff url(go_button.gif) no-repeat left;
	border:none;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	}
 
input.textbox {
	width:146px;
	background:#fff url(searchbox_bg.gif) no-repeat;
	border:1px solid #626B7B;
	font-family:Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	}

input.radio {
	border:none;
	}

input.submit {
	width:75px;
	border:1px solid #666666;
	background-color:#999999;
	color:#FFFFFF;
	font-family:Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	}
	
textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
	border: 1px solid #999999;
	width: 99%;
	height: 100px;
	}

td.r1 {
	background-color:#C8DDEE;
	color:#000000;
	}

td.r2 {
	background-color:#A3C2E1;
	color:#000000;
	}

/****************************************************************************************************************/
	
#breadcrumb {
	width:690px;
	height:25px;
	border-top:1px solid #fff;
	background:#CBCBCB;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:25px;
	color:#FFFFFF;
	margin:0;
	}

#header div.hr {
	height:3px;
	margin-top:1px;
	background:url(blue_gradient.gif) no-repeat center;
	border:none;
	}
	
div.hr hr {
  display:none;
	}

#breadcrumb p {
	display:inline;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}

#breadcrumb p.date {
	display:inline;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}

#breadcrumb a:link, #breadcrumb a:visited {
	text-decoration:none;
	color: #fff;
	}

#breadcrumb a:hover, #breadcrumb a:active {
	text-decoration:underline;
	background:transparent;
	}

/* Supporting Text Styles */

#content {
	background-color:#FFF;
	position:relative;
	margin:9px 0 0 158px;
	min-height: 480px;
	height: expression(this.scrollHeight < 480? "480px" : "auto" );
	}

#content a {
	border-bottom: 1px dashed #63A2F1;
	text-decoration: none;
	color:#63A2F1;
	}

#content a:hover {
	border-bottom:1px dashed #3D6B9C;
	text-decoration: none;
	color:#3D6B9C;
	}

#content ul {
	margin: 5px 0 0 10px;
	padding: 0 20px 0px 20px;
	line-height: 15px;
	}

#content li {
	padding-bottom: 7px;
	}

#footer {
	background-image:url(footer.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width:690px !important;
	width/**/:690px;
	height:192px !important;
	height /**/:183px;
	margin-top:15px;
	border-top:1px solid #fff;
	text-align:right;
	color:#555;
	}

#footer a, #footer a:visited {
	text-decoration:none;
	color:#555;
	}

#footer a:hover, #footer a:active {
	color:#63A2F1;
	background:#fff;
	border-bottom:1px dashed #63A2F1;
	text-decoration:none;
	}

/* Menu Area Styles */

#menu {
	position:absolute;
	top:151px;
	left:0;
	width:150px;
	border-bottom:1px solid #fff;
	}

#menu h3 {
	text-indent: -1100px;
	height: 45px;
	margin: 0;
	}

#menu acronym {
	border-bottom: none;
	}

#navigation {
	background:url(menu_bg.gif) repeat left;
	background-color:#C8DCEE;
	font-weight:bold;
	color:#FFFFFF;
	width:150px;
	}

#navigation ul {
	margin: 5px 0 0 5px;
	padding: 10px 0 10px 0;
	list-style: none;
	line-height: 1.2em;
	}

#navigation li {
	padding-bottom: 7px;
	}

#navigation li.menu_default a {
	color: #fff;
	text-decoration:none;
	}

#navigation li.menu_default a:hover{
	color: #fff;
	border-bottom:1px dashed #fff;
	text-decoration:none;
	}
	
#navigation li.menu_current a {
	color:#3D6B9C;
	text-decoration:none;
	}

#navigation li.menu_current a:hover {
	color:#3D6B9C;
	border-bottom:1px dashed #3D6B9C;
	text-decoration:none;
	}

#navigation h3 {
	background: url(navigation.gif) no-repeat left;
	width:140px;
	height:33px;
	margin-left:-5px;
	}

#news {
	background:url(news_bg.gif) repeat left;
	background-color:#C8DCEE;
	font-weight:bold;
	color:#FFFFFF;
	width:140px;
	padding-left:10px;
	padding-bottom:25px;
	margin-top:9px;
	}

#news h3 {
	background: url(news.jpg) no-repeat left;
	width:140px;
	height:33px;
	margin-left:-10px;
	}

#news a, #news a:link {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dashed #fff;
	}

#news a:hover, #news a:active {
	color: #9c0;
	border-bottom:1px dashed #9c0;
	}

#news a:visited {
	color:#CCC;
	border-bottom:1ps dashed #ccc;
	}

/*  Footer Table for WB Admin section
<table width="100%" style="margin-top:50px;">
 <tr>
  <td align="left"><a href="/wb/pages/site-credits.php">&raquo; Site Credits</a></td>
  <td align="right">&copy; Prudential Commercial Real Estate Covington Properties | <a href="[wblink14]">Privacy Policy</a></td>
 </tr>
</table>
*/