@charset "utf-8";
/* these are for styling all template pages */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #450041;
	background-image: url(../images/background/purplegradient_02.jpg);
	background-repeat: repeat-x;
	margin-top: 20;
}
.thrColFixHdr #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0;
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/background/navback.jpg);
	background-repeat: no-repeat;
	height: auto;
} 
.thrColFixHdr #homenav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-align: right;
	padding-left: 870px;
}
.thrColFixHdr #homenav a {
	text-decoration: none;
	color: #000000;
}
.thrColFixHdr #homenav a:hover {
	text-decoration: none;
	color: #F6961E;
}
.thrColFixHdr #homenav a:active {
	text-decoration: none;
	color: #F6961E;
}
.thrColFixHdr #mainnav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-align: right;
	margin-right: 20px;
	margin-top: 2px;
	padding-left: 440px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
.thrColFixHdr #mainnav a {
	text-decoration: none;
	color: #666666;
	padding-bottom: 23px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.thrColFixHdr #mainnav a:hover {
	text-decoration: none;
	color: #666666;
	border-bottom-width: 6px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-bottom: 17px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
.thrColFixHdr #mainnav a:active{
	text-decoration: none;
	color: #666666;
	border-bottom-width: 6px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-bottom: 17px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
.thrColFixHdr #mainnav td {
	vertical-align: bottom;
	text-align: left;
}
.thrColFixHdr  #headerimage {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin: 0px;
}
.mainnavdivleft {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #828282;
	padding-top: 26px;
	padding-right: 20px;
	padding-bottom: 0px;
}
.mainnavdivright {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 26px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.mainnavdiv {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #828282;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 26px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #gradient2 {
	padding: 0px;
	background-image: url(../images/background/gradient2.jpg);
	background-repeat: repeat-x;
	height: 100%;
	margin: 0px;
	position: relative;
	background-color: #FFFFFF;
}
.thrColFixHdr #map1 {
	padding: 0px;
	background-image: url(../images/background/map1.jpg);
	background-repeat: no-repeat;
	height: 100%;
	margin: 0px;
	position: relative;
	background-color: #DFDFDF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 290px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar2welcome {
	background-color: #E6E7E8;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9A9B9F;
	border-bottom-color: #9A9B9F;
	border-left-color: #9A9B9F;
}
.thrColFixHdr  #sidebar2welcome  h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: left;
	font-weight: normal;
	color: #000000;
	padding-bottom: 8px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 30px;
	background-image: url(../images/background/bullet-red.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	letter-spacing: 2px;
	vertical-align: middle;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #C8C9CB;
	line-height: 30px;
}
.thrColFixHdr  #sidebar2welcome  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2advert {
	padding-bottom: 10px;
}


.thrColFixHdr #footer {
	background-color: #000000;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
} 

.footerorangelines {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F7931E;
	border-left-color: #F7931E;
}
.thrColFixHdr  #footer h2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.thrColFixHdr #footer h1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-top: 6px;
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#finalphone {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.thrColFixHdr #footer table {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* these are for styling map template pages */
.thrColFixHdr #map2 {
	padding: 0px;
	background-image: url(../images/background/colour-map.jpg);
	background-repeat: no-repeat;
	height: 100%;
	margin: 0px;
	position: relative;
	background-color: #DFDFDF;
}
.thrColFixHdr #sidebar2seqarea {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9A9B9F;
	border-bottom-color: #9A9B9F;
	border-left-color: #9A9B9F;
}
.thrColFixHdr  #sidebar2seqarea  h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #666666;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	letter-spacing: 1px;
	line-height: 15px;
	vertical-align: top;
}
.thrColFixHdr  #sidebar2seqarea  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 15px;
}
.thrColFixHdr #sidebar2seqarea td {
	vertical-align: top;
}
.thrColFixHdr #clickmap {
	position: relative;
	width: 403px;
	height: 517px;
	padding-top: 0px;
	padding-right: 34px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	float: right;
}
.thrColFixHdr #developmentType {
	margin-top: 0px;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.thrColFixHdr #developmentType ul {
	position: relative;
	width: 220px;
	padding: 0px;
	float: left;
	clear: none;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #developmentType li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #developmentType li a {
	color: #666666;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	display: block;
	text-decoration: none;
	background-color: #DFDFDF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #developmentType a:hover {
	background-image: url(../images/background/gradient1.jpg);
	margin: 0px;
}
.thrColFixHdr #developmentType a:active {
	background-image: url(../images/background/gradient1.jpg);
	margin: 0px;
}

.thrColFixHdr #listings {
	float: left;
	width: 830px;
	margin: 0px;
	padding: 0px;
	position: relative;
} 


.thrColFixHdr #listings p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 15px;
}
.thrColFixHdr #listings h1 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/background/listings.jpg);
	background-repeat: no-repeat;
	text-indent: 145px;
	line-height: 30px;
	background-position: left center;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 0px;
}
.thrColFixHdr #listings h1 a{
	color: #999999;
	text-decoration: none;
}
.thrColFixHdr #listings h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	color: #F79526;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 30px;
	background-image: url(../images/background/bullet-red-small.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin: 0px;
	line-height: 16px;
	padding-bottom: 10px;
}

.thrColFixHdr #listings h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #F79526;
	padding-bottom: 5px;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	vertical-align: middle;
	line-height: 18px;
}

.thrColFixHdr  #listings  #graytable {
	background-color: #EDEEEF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9A9B9F;
	border-bottom-color: #9A9B9F;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9A9B9F;
}

.thrColFixHdr  #listings  td {
	padding: 20px;
	vertical-align: top;
}
.thrColFixHdr #listings img {
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

.thrColFixHdr #listings .propertyid {
	color: #999999;
	font-size: 10px;
	text-align: right;
	margin: 0px;
	padding-bottom: 15px;
	font-weight: bold;
}
.thrColFixHdr  #listings  table .summarytable     {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF8E23;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr  #listings  .summarytable h4 {
	font-size: 11px;
	color: #F28409;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
}

.thrColFixHdr  #listings  table .summarytable td   {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8E23;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	vertical-align: top;
}
.contactagent {
	text-align: right;
	font-weight: bold;
	color: #F2162F;
	vertical-align: bottom;
	display: block;
}
.contactagent a{
	font-size: 10px;
	color: #F2162F;
	vertical-align: bottom;
}
.thrColFixHdr  #sidebargeneralthin {
	float: right; /* since this element is floated, a width must be given */
	width: 175px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

.thrColFixHdr #generaltext {
	margin: 0px;
	float: left;
	width: 830px;
	padding: 0px;
	position: relative;
}
.thrColFixHdr #generaltext p {
	font-size: 12px;
	margin: 20px;
	padding: 0px;
	line-height: 18px;
}
.thrColFixHdr #generaltext h1 {
	font-size: 40px;
	margin: 0px;
	font-weight: normal;
	color: #666666;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/background/heading-curve.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.thrColFixHdr #generaltext h2 {
	font-size: 12px;
	font-weight: bold;
	color: #EA1A27;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}


.thrColFixHdr #generaltext ol li {
	font-size: 14px;
	margin: 20px;
	padding: 0px;
	list-style-type: lower-alpha;
	list-style-position: outside;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
	letter-spacing: 1px;
}
.thrColFixHdr #outside {
	color: #CCCCCC;
	font-size: 10px;
	width: 1024px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
}

.contactaddress {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
}
.contactbusiness {
	font-size: 36px;
	line-height: 28px;
	text-align: center;
	color: #F29219;
	letter-spacing: 3px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contactdescription {
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
	color: #000000;
}
