body {
	background-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;


}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	color: #336633;
	text-decoration: none;
}


.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006600;
  color: #DCDCDC;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: none;

}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #006600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;

}

a:hover {
	text-decoration: underline;
}
/**BOUNDING TABLE
******************************/
.table-surround {
	background-color: #FFFFFF;
	border: 1px solid #003300;
}
/**THUMBNAIL BOUNDING TABLE
******************************/
.photo-table-surround {
	background-color: #DBEBD6;
	border: 1px dashed #003300;
	width: 95%;
	text-align: center;
	
}
/**PAGE TITLE ROW
******************************/
.title-row {
	background-color: #006600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
}
/**THUMBNAIL TITLE ROW
******************************/
.photo-row {
	background-color: #006600;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	border: 1px solid #000000;
}

/**THUMBNAIL IMAGE DISPLAY
******************************/
#thumb-frame {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	text-align:center;
	margin: 0px auto 0px;
	padding: 0;
	width:100%;
	height:auto;
	}

.thumb-frame {	
	display: table-cell;
	width: 130px;
	height: 130px;
	text-align: center;
	float: left;
	display:inline;/*fixes IE6 float bug*/
	text-indent:0;
	margin:0px 0px 0px 0px;
	padding:0px;
	}

.thumb-frame a {
	color: #003300;
	background:#FFFFFF;
	text-decoration:none;
	}

.thumb-frame a:hover {
	text-decoration:none;
	color:#003300;
	}

.thumb-frame img {
	border: 1px solid #003300;
	
	}
/**MAIN LARGER IMAGE DISPLAY
******************************/
.img-main {
	border: 1px solid #006600;
}
/**LISTING AGENT
******************************/
.listing-courtesy {
	font-size: 10px;
	font-style: italic;
	color: #003300;
}
