/****************************************************************
Hudson Highlands Properties Website Base Styles
Author:   Michael John Trettewick
Version:  30 November 2005 
*****************************************************************/
@import url(layout.css);
@import url(navigation.css);
@import url(headings.css);

/* Global
*****************************************************************/

body {
	background: #313414 url(../img/hudsonHighlandsBgTile.gif) repeat-x;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	}
body.water-wheel { background: #431113 url(../img/bgTile-ww.gif) repeat-x; }


img { border: 0; }
.hide {display: none; width: 0px; overflow: hidden;}


/* Text Formatting
*****************************************************************/
p {
	color: #fff;
	font: 12px/1.5 Arial, sans-serif;
	margin: 5px 0px 15px 0px;
	}
 



/* Links
*****************************************************************/
a, a:link, a:visited, a:active { }
a, a:link { color: #C4BF7D; }
a:visited { color: #C4BF7D; } /*B88782*/
a:focus, a:hover, a:active { color: #ABA775; }





/* Lists
*****************************************************************/
ul	{
	list-style: none;
	padding: 0 0 0 0;
	margin: 10px 0 1.5em 1px;
	color: #fff;
	}
ul li	{
	font: 11px/1.2 Arial, sans-serif;
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 0.7em 0px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	}
ul.no-bullet	{
	font-size: 11px;
	list-style: none;
	padding: 0 0 0 0em;
	margin: .5em 0 2em 0;
	color: #333;
	}
ul.no-bullet li	{
	padding-left: 0px;
	background-image: none;
	}


/* =press */
ul.press {
	width: auto;
	margin: 0px 0px 15px 0px;
	padding-right: 20px;
	/* this is to make the date stick out to the left */
	padding-left: 52px;
	text-indent: -52px;
	list-style-type: none;
	}
ul.press li {
	margin: 0px 0px 0.7em 0px;
	padding: 0px;
	background-image: none;
	color: #777;
	font: 10px/1.1em Arial, sans-serif;
	}



dl {
	font: normal 11px/0.8em Arial, sans-serif;
	list-style: none;
	margin: 0px 10px 15px 0px;
	}
dl dt {
	font: normal 11px/1.1em Arial, sans-serif;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0.5em 0px;
	background-repeat: no-repeat;
	background-position: 0 0;
	}
dl dd {
	color: #666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	}








/* Headings
*****************************************************************/
h2 {
	font: normal 18px/1 Arial, sans-serif;
	color: #2359C6;
	margin: 22px 0 12px 0;
	}
h3 {
	font: normal 14px/1 Arial, sans-serif;
	color: #333;
	margin: 22px 0 4px 0;
	}
h4 {
	font: normal 17px/1.6 Times, serif;
	color: #C9C481;
	margin: 15px 0 0px 0;
	}
h5 {
	font: bold 11px/1.6 Arial, sans-serif;
	color: #000;
	margin: 0 0 18px 0;
	}
h6 {
	font: bold 10px/1.6 Arial, sans-serif;
	color: #000;
	margin: 0 0 18px 0;
	}







/* Images
*****************************************************************/


/* bio formatting */
img.bio {
	float: left;
	margin-right: 15px;
	border: 1px solid #000;
	}
div.bio-data {
	display: inline;
	margin-left: 135px;
	width: 620px;
	}
div.bio-box {
	margin: 20px 0px 30px 0px;
	}
.directory-box {
	height: 7em;
	width: 170px;
	float: left;
	margin: 0px 0px 10px 0px;
	font: 11px/1.2em Arial, sans-serif;
	}


.float-box {
	float: left;
	margin: 0px 20px 10px 0px;
	}

.regional-map {
	border: 5px solid #ABA775;
	}

/* Tables (data tables)
*****************************************************************/
table {
	margin: 0px; padding: 0px;
	margin-top: 20px;
	background: url(../img/gradientTile1.gif) repeat-x;
	}
th, td {
	text-align: left;
	font-size: 11px;
	color: #333;
	}
td {
	padding: 10px 10px 10px 10px;
	}
th {
	padding: 10px 10px 10px 10px;
	}
.available-space table {
	width: 100%;
	margin: 0px; padding: 0px;
	background: url(../img/gradientTile1.gif) repeat-x;
	}
.empty-cell {
	border-top: none;
	border-right: 1px solid #f5f5f5;
}

/* Misc
*****************************************************************/
.notice {
	font-style: italic;
	color: #fff;
	}
	
a.pdf-download {
	font-size: 11px;
	padding: 3px 0 3px 20px;
	line-height: 2em;
	background: url(../img/iconPdf.gif) no-repeat;
}

span.download-info {
	font-size: 10px;
	color: #bbb;
}
