/* These declarations define the submenus 
	Top needs to be adjusted from PHP depending on number of records, each button is 23 pixels high  */
#portfolioMoreSMDiv {
	/*position:absolute;
	top:234px;*/
	left:187px;
	width:180px;
	height:auto;
	z-index:12;
	overflow: visible;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B6C69F;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B6C69F;
	visibility: hidden;
	text-transform: uppercase;
}
#portfolioInProgressSMDiv {
	/*position:absolute;
	top:234px;*/
	left:187px;
	width:180px;
	height:auto;
	z-index:13;
	overflow: visible;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B6C69F;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B6C69F;
	visibility: hidden;
}
/* These 4 are for the Blue box with content in the pages, "properties.php and propertiesMore.php */
#contentInset {
	border: 1px solid #FFFFFF;
	background-color: #004a8d;
	/*background-image: url(art/portfolio/portfolioInsetBG.jpg);*/
	visibility: visible;
}
#contentInset  table {
	color: #FFFFFF;
	font-size: 11px !important;
	margin: 10px;
}
#contentInset  .cell {
	padding: 8px;
	font-size: 10px !important;
}
#contentInset  .title {
	padding-left: 8px;
	font-weight: bold;
	font-size: 12px !important;
	padding-top: 10px;
}.sMenuIndent {
	text-indent: 1em;
}
