body {
	background-color: #333;
	margin: 0;
	padding: 0;
	}
	
/*   old background color was: #2D342B    */

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, strong {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .92em;
	color: #ccc;
	}

img {
	border: 0;
	}
	
form {
	display: inline;
	}

.terraFormHighLight {
	color: red; 
	}	

#message {
color: red;
font-weight: bold;
padding: 5px;
}

/* page layout */
#backtile {
	background: url(../images/back_tile.gif) #333 repeat-y;
	}
	
#content {
	padding: 0px;
}

#content li{
	color: #ccc;
	font-size: .9em;
}

/* footer code from: http://steve.pugh.net/test/test57b.html */
#footer {
	position: relative;  /* Needed for Safari */
	padding: 0px;
	border-top-style: solid; 
	border-top-width: 1px;
	border-top-color: #145577;
	font-size: 9px;
	line-height: 1.5em;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #333;
}

#footer a:hover {
	text-decoration: underline;
	color: #ccc;
}

/* link */
a:link {
	text-decoration: underline;
	color: #ccc;
	}
	
a:visited {
	text-decoration: underline;
	color: #ccc;
	}
	
a:active {
	text-decoration: none;
	color: #ccc;
	}
	
a:hover {
	text-decoration: underline;
	color: #B8CCE0;
	}	


/* list for address sidebar in contact pages */
div#sidebar	{
	margin: 0 0 0 0px;
	padding: 0;
	width: 100%;
	border: 0;
	}
	
#sidebar dd, #sidebar dt {
	margin-left: 0;
	padding-left: 5px;
	line-height: 1.1em;
	margin-bottom: 3px;
	font-size: 80%;
	}

body #sidebar dt 	{
	text-transform: uppercase;
	letter-spacing: .2em;
	margin-top: 5px;
	color: #fff;
	padding: 2px;
	font-size: 85%;
	}
	
body #sidebar dd 	{
	color: #000;
	}
	

#bodytext18 {
padding: 18px;
}

#bodytext18 p, td {
color: #333;
line-height: 1.2em;
}

#bodytext18 a:link, #bodytext18 a:visited {
	text-decoration: underline;
	color: #036;
	}

#bodytext18 a:active {
	text-decoration: none;
	color: #999;
	}
#bodytext18 a:hover {
	/*hover doesn't work in nn4*/
	text-decoration: underline;
	color: #666;
	}	
#bodytext18 ul, #bodytext18 li, #bodytext18 strong {
	color: #333;
	}	
	


/* font stuff */
.sarial {
font-size : .7em;
font-family : Arial, Helvetica, sans-serif; 
}

.sverdana {
font-size : .7em;
font-family : Verdana, Arial, Helvetica, sans-serif; 
}

.marial {
font-size : .8em;
font-family : Arial, Helvetica, sans-serif; 
}

.mverdana {
font-size : .8em;
font-family : Verdana, Arial, Helvetica, sans-serif; 
}

.bold {
font-weight : bold;
}

.header-border {
border-style: solid; 
border-width: 0;
border-color: #145577;
}


h1 {
	font-size: .9em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h2 {
	font-size: .8em;
	margin: 0;
	font-weight: bold;
	}
h3 {
	font-size: .7em;
	margin: 0;
	font-weight: bold;
	}


.news {
	color: #f0f0f0;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}


/* generic colors */
.white {
	color: #fff; /* needed for htmlArea white text */
	}

.silver {
	color: #ccc;
	}

.black {
	color: #000;
	}

.red {
	color: #f00;
	}
.gray {
	color: #666;
	}


/* generic borders */
.bottom {
border-bottom-width: 1px;
}

.top {
border-top-width: 1px; 
}

.left {
border-left-width: 1px;
}

.right {
border-right-width: 1px; 
}


/* employment section highlights */
.emp {
font-size: 10px;
color: #000;
padding: 4px;
border-bottom: 1px solid #999;
}

.empTop {
font-size: 10px;
color: #000;
border-top: 1px solid #333;
border-bottom: 1px solid #333;

}

/* Property Specifications sidebar */
.specs {
	background-color: #666666;
	margin: 0;
	padding: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	}
	
/* Property Nav Bar */
.titles {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.firstlink {
	padding-top:10px;
	padding-bottom:10px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Links on gray background */

/* link */
.graylink a:link {
	text-decoration: underline;
	color: #033;
	}
	
.graylink a:visited {
	text-decoration: underline;
	color: #066;
	}
	
.graylink a:active {
	text-decoration: none;
	color: #099;
	}
	
.graylink a:hover {
	text-decoration: underline;
	color: #366;
	}
	
.prelease input, .prelease select, .prelease textarea, .prelease select {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color :#ececec;
	border: 1px solid #999;
}

.preleasetdborder {
	border: 1px solid #999;
	padding: 3px;
}

.preleasetxspacer {
	font-size: 8px;
}

.errmsg {
	color: #C00;
	}
.herrmsg {
	color: #CCC;
	}  //hidden
	
.prelease p ul li {
	color: #000;
	}

.prelease h4 {
	margin: 0;
	padding: 2px;
	background-color:#999;
	border-bottom: 1px solid #666;
	font: 12px Verdana bold;
	color: #fff;
}

.prelease {
	margin: 0;
	padding: 0;
	font: 12px Verdana ;
	color: #000;
}

#amenitylist ul, #amenitylist li {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}


.galImg {
	border: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;	
	background:#ececec;
	padding:5px;
}

.listinginfo p, b, strong {
	color: #000;
}

.listinginfo a {
	color:#666;
	text-decoration:none;
}

.listinginfo a:active {
	color:#B8CCE0;
	text-decoration:none;
}

.listinginfo a:visited {
	color:#666;
	text-decoration:none;
}

.listinginfo a:hover {
	color:#666;
	text-decoration:underline;
}

