.nameTitles {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: uppercase;
	text-align: left;
	color:#CC0000;
}
.H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
}
.forSale3 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-variant: normal;
	line-height: normal;
	text-transform: lowercase;
	text-align: left;
	background-color: #666666;
	background-image: url(file:///franclin/Desktop/home_btn-over.gif);
	background-repeat: no-repeat;
	overflow: scroll;
	padding: 5em;
}
.houseprice {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #D17D05;
	background-position: right top;
	cursor: crosshair;
	vertical-align: top;
	text-align: right;
	border: none #009900;
	padding: 8px;
}
.RoomsLevelsInfeet {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	line-height: 22px;
	text-align: left;
	vertical-align: text-top;
}
.imageTable {
	float: none;
	clear: none;
	width: auto;
	height: auto;
	padding: 5px 29px;
	margin: 0px;
}
.bodyCopy {
	font-size: 9pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding: 8px 8px 0px;
	font-style: normal;
	line-height: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
	color: #666666;
}

.H2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	font-variant: normal;
	text-transform: none;
	color: #737998;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0pt;
	padding-left: 5px;
}
.tableOne {
	margin: 3px;
	padding: 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.legaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 11px;
}
.addressBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
}



.newListings{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100px;
	text-align: center;
	
}

	


.clickToViewDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	
}


.addresslarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 11px;
	color: #000000;
}
.addressMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 11px;
}
.addressSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 11px;
}






		


#navlist {  /*To make our list portable, and to ensure that we don't affect other lists on our site (which should remain looking like conventional lists with bullets and indents and such), we'll define a containing element within which we'll place our list.*/
        position:relative;
        left: 0px; /* the X location
        top: 0px; /*the space above the first button or the Y location
		width: 140px;/*width of the text box area*/
        	
}

#navlist ul { /*REMOVE BULLETS AND INDENTS*/
        margin: 0; /*removes indent IE and Opera*/
        padding: 0; /*removes indent Mozilla and NN7*/
        list-style-type: none; /*turns off display of bullet*/
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
		
		
}

#navlist li { /*the VERTICAL space between the list*/
        margin: 1px 1px 1px 1px;/*Top, Right, Bottom, Left add space around the button*/
		
}


#navlist a {
        /*/*/display:block; 
		/*block is the declaration that enables the entire link box to be "hot" or "clickable".*/
        width: 140px; /*140 - 26=??this didn't work so I just put the same number as navlist width. It sets the width of the virtual button and is derived mathematically by taking the width of the containing element (#navlist is set to 186px) and subtracting from it, the aggregate width of the left and right padding values on the <a> element, which in this case equals 26 pixels.*/
		padding: 2px 2px 2px 20px; /*padding around text This will push the text onto a new line*/
        border: 1px solid #D7D7D7; /*border around text*/
        background-color: #C6C6C6; /*background-image:  url(assets/l1_down.gif); */
		margin: 0px 0px 0px 0px;/*Top, Right, Bottom, Left add space around the button*/
		
}

#navlist a:link, #navlist a:visited {
        color: #000; /*The first color declaration sets link text color for Netscape 4 to black (#000) since that browser cannot render the background color.
        /*/*/color: #EEE; /*The second color declaration sets text color for modern browsers to light gray (#EEE).*/
        text-decoration: none; /* */
		color:#000000  /*font colour*/
}
#navlist a:hover {/*this is the OVER STATE style*/
        border: 1px solid #333;
		color:#000 /*The first color declaration sets link text color for Netscape 4 to black (#000) since that browser cannot render the background color.
        /*/*/color:#EEE ; /*The second color declaration sets text color for modern browsers to light gray (#EEE).*/
        background-color: #FFFFFF; /* background-image:  url(assets/l1_over.gif);*/
        color:#CC0000 ;/* this it the font OVER colour*/
}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	border: 1px solid #333;
	background-color:#CC0000;
	color:#FFFFFF;
	text-transform: none;
	font-weight: bold;
	font-style: normal;
		

}
.sideBarName {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.row1-links {
	padding-left: 15px;
}
