/*style sheets for the guides*/
/*table holding guide links in propertyGuide.aspx*/
.tdBorderLeft
{
	border-bottom: solid 1px black;
}

.tdBorder
{
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}

.tdBorderBottomLeft
{
	border-left: solid 1px black;
}

/*page subheadings with blue bar image*/
.subTitle
{
    height:19px;
    width:529px;
    color:#FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding-left:4px;
    vertical-align:middle;
    background: #FFFFFF url(../../property/images/subheadGuide.jpg) no-repeat top;
}

/*indented unordered list*/
.indentList
{
	margin-left:15px;
}

/*indented text*/
.indentText
{
	padding-left: 40px;
}	