/****************************************************************
DCEDC Website: Base Styles
Author:   Revised by Fred Lauricella
Version:  24 July 2007
*****************************************************************/
@import url(layout.css);
@import url(navigation.css);
/* Global
*****************************************************************/


html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,sans-serif;
	background: #FAFAFA;
	text-align: center;
	}

/* Hack for clearing floated items */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    border: 1px dotted green;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#logo {
	position: absolute;
	top: 0px;
	left 0px;
	}

/* Structure
*****************************************************************/

#navigation {
	}
form.search {
	margin: 0px;
	padding: 0px;
	width: auto;
	}
.search fieldset {
	display: block;
	clear: none;
	float: right;
	margin: 3px 0px 0px 0px;
	padding: 0px 2px;
	border: none;
	/*border: 1px solid #B2AEA2;*/
	/*background: #eee;*/
	}
.search input {
	margin: 3px;
	padding: 1px;
	font-size: 11px;
	background: #fff;
	border: 1px solid #8E8774;
	}
.search input.search-submit {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	height: 18px;
	font-size: 10px;
	color: #fff;
	background: #8E8774;
	border: 1px solid #ddd;
	}

.footer
	{
	clear				: both;
	margin				: 0px;
	padding				: 6px;
	text-align			: center;
	font-size: .8em;
	}

/* Links
*****************************************************************/
a {
	color: #493826;
	}
a:focus, a:hover, a:active {
	color:#000;
	}

/* Text Formatting
*****************************************************************/
p {
	font-family: Arial;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #493826; /* Was #555 */
	}
.index p {
	font-family: Arial;
	color: #493826; /* Was #555 */
	}
p span {
	font-family: Arial;
	font-size: 1em;
	line-height: 1.1em;
	color: #493826; /* Was #6B6041 */;
	}
#secondary-content p {
	font-size: 1em;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
	font-weight: normal;
	color: #2D669B; /* Was #847B5F    */;;
	}
h2 {
	margin-top: 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #D8633F;
	}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #000;
	}
#secondary-content h3 {
	margin-left: 5px;
	}
h4 {
	font-size: 1em;
	margin-bottom: 2px;
	}
.directory-box h4 {
	font-weight: bold;
	}
h5 {
	font-size: 1em;
	font-weight: bold;
	}
blockquote {
	font-family: Arial, sans serif;
	font-size: 11px;
	margin: 10px 0px 10px 20px;
	padding:  0px 0px 0px 0px;
	color: #666;
}
#secondary-content blockquote {
	font-size: 1.1em;
	margin: 5px;
	}
	
.small {font-size: 0.9em;
	color: #493826; /* Was #555 */
	text-align: left;}


/* Lists
*****************************************************************/


ul {
	list-style: none;
	padding: 0 0 0 .2em;
	margin: .2em 0 1em 0;
	color: #707070;
	}
ul li	{
	font: .9em/1.2em Arial, sans-serif;
	padding-left: 14px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	margin-bottom: 0.7em;
	}
	
/* Directions ul */
ul.directions	{
	list-style: none;
	padding: 0 0 0 1px;
	margin: .8em 0 30px 0;
	color: #333;
}
ul.directions li {
	padding-left: 14px;
	background-image: url(../img/arrowBullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin: 8px 0px;
}


ul.file-list li	{
	background-image: none;
	}
ol {
	color: #707070;
	}
ol li	{
	font: 11px/1.2em Arial, sans-serif;
	margin-bottom: .7em;
	}
ul.press {
	font-family: Arial;
	font-size: 9px;
	line-height: 1.3em;
	list-style: none;
	padding: 0 0 0 .2em;
	margin: .8em 0 0 0;
	color: #707070;
	}
ul.press li	{
	padding-left: 14px;
	background-image: url(../img/arrowBullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 9px;
	margin-bottom: .9em;
	}
ul.press li a, ul.press li a:link	{
	font-size: 10px;
	margin: .8em 0 0 0;
	color: #707070;
	}

ul.secondary-navigation, ul.secondary-navigation ul {
	font-family: Arial;
	font-size: 10px;
	line-height: 1.3em;
	list-style: none;
	padding: 0 0 0 0em;
	margin: .8em 0 0 0;
	color: #000;
	}
ul.secondary-navigation ul {
	padding: 0 0 0 0em;
	margin: 0 0 0 0;
	}
ul.secondary-navigation li, ul.secondary-navigation li ul li {
	background-image: none;
	font: Arial, sans-serif;
	margin: 4px 0px 4px 0px;
	padding-left: 10px;
	font-size: 1.3em;
	}
ul.secondary-navigation li a, ul.secondary-navigation li a:link	
	{
	display: block;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
	margin-top: 0px;
	width: 160px;
	line-height: 1.1em;
	}
ul.secondary-navigation li a:hover	{
	color: #000;
	}
ul.secondary-navigation li ul {
	padding-left: 8px;
	}
a.selected {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

ul.no-bullet	{
	font-family: Arial;
	font-size: 11px;
	list-style: none;
	line-height: 1em;
	color: #333;
	}
ul.no-bullet li	{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 50%;
	}

dl {
	font: normal 11px/1.1em Arial, sans-serif;
	list-style: none;
	margin: 0px 0px 20px 0px;
	}
dl dt {
	color: #000;
	font: bold 12px/1.3em Arial, sans-serif;
	padding: 1px 0px 1px 0px;
	margin: 10px 0px 0px 0px;
	}
dl dd {
	color: #333;
	padding-left: 10px;
	padding-right: 7px;
	padding: 0px 7px 5px 0px;
	margin: 0px;
	}

.secondary-links dl {
	display: inline;
	color: #333;
	list-style-type: none;
	margin: 5px 0px;
	padding: 0px 0px;
	}
.secondary-links dl dt {
	font: 11px/1em Arial, sans-serif;
	margin-bottom: 0em;
	}
.secondary-links dl dd {
	font: 10px/1em Arial, sans-serif;
	margin-bottom: 1em;
	margin-left: 0px;
	}
#secondary-content .secondary-links dl dt a {
	color: #395C49;
	font-size: 10px;
	padding: 0px 0px;
	font-weight: normal;
	}
	
.property-info {
	position: relative;
	width:480px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: 11px/1.2em Arial, sans-serif;
	}
.property-data {
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: 11px/1.2em Arial, sans-serif;
	}
.property-img {
	position: absolute;
	width: 260px;
	top: 215px;
	right: 10px;
	left: 443px;
	}
.property-info img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: 11px/1.2em Arial, sans-serif;
	border: 1px solid #DDDDDD;
	}
.directory-board-title {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	}
.directory-title {
	font-size: 11px;
	font-style: italic;
	color: #666;
	}

.square-img-button {
	display: block;
	width: 107px;
	height: 107px;
	padding: 0px;
	margin: 5px 5px 10px 5px;
	}
	
	
.result {
	margin-top: 30px;
	padding: 0px;
	}
div.search-result-url {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	color: #888;
	}
.title {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

/* Tables (data tables)
*****************************************************************/
table {
	margin: 0px; padding: 0px;
	margin-top: 20px;
	background: url(../img/gradientTile1.gif) repeat-x;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	}
table.popup {
	margin: 0 auto; padding: 0; 

	}
th, td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-collapse:collapse;
	text-align: left;
	font-size: 10px;
	color: #333;
	margin: 0px;
	padding: 0px;
	}
tr {margin: 0;
	padding: 0;}

td {
	padding: 2px 5px;
	}
th {
	padding: 10px 5px;
	background: #ddd;
	}
th.header {
	text-align: center;
	background-color: #eee;
	}
tr.odd {
	background: #eee;
	}
	
ul.file-list {
	margin-top: 10px;
	}
/* file icons */
.doc-download, .pdf-download, .xls-download {
	display: block;
	height: 18px;
	margin: 0px;
	padding: 5px;
	padding-left: 20px;
	line-height: 1.4em;
	background-position: 0px -1px;
	background-repeat: no-repeat;
	}
/* file icons */
div.pdf-download { background: url(../img/iconPdf.gif) no-repeat; }
div.doc-download { background: url(../img/iconDoc.gif) no-repeat; }
div.xls-download { background: url(../img/iconXls.gif) no-repeat; }
div.pdf-press { background: url(../img/iconPdf.gif) no-repeat; }
span.download-info {
	padding-left: 0.3em;
	font-size: 9px;
	color: #888;
	}

img { border: none;}

body.index #header { background: url(../img/home.jpg) no-repeat; }
body.aboutDcedc #header { background: url(../img/aboutDcedc.jpg) no-repeat; }
body.realEstateListings #header { background: url(../img/realEstateListings.jpg) no-repeat; }
body.dutchessCountyData #header { background: url(../img/dutchessCountyData.jpg) no-repeat; }
body.empire #header { background: url(../img/empireZone.jpg) no-repeat; }
body.telecommunications #header { background: url(../img/telecommunications.jpg) no-repeat; }
body.businessResources #header { background: url(../img/businessResources.jpg) no-repeat; }
body.aboutDcedc #header { background: url(../img/aboutDcedc.jpg) no-repeat; }
body.contact #header { background: url(../img/contact.jpg) no-repeat; }


.close-button {
	padding: 20px;
	}
.close-button a {
	color: #fff;
	background-color: #7A6A40;
	padding: 5px;
	margin: 10px 0px;
	font: 10px/1em Arial, sans-serif;
	}
	
/* pageination numbers */
span.current-page-num {
	color: #000;
	font-size: 100%;
	color: #fff;
	background: #7A6A40;
	padding: 1px 2px;
	}

.pagination {
	color: #bbb;
	}
.imagebox {
	display: block;
	width: 150px;
	height: 222px;
	padding: 0px;
	margin: 5px 5px 10px 5px;
}
.subhead {

	margin-top: 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #555555;
}
