body, div, img, form, table, tbody, tfoot, thead, tr, td, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
h3.overspace {
	margin-top: 12px;
}
.boldtext {
	font-weight: bold;
}
em {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.invisible {
	display: none;
	visibility: hidden;
}
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
.floatright {
	float: right;
	clear: right;
	margin-bottom: 4px;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-bottom: 4px;
	margin-right: 10px;
}
.clearing {
	clear:both;
}
.clearingright {
	clear: right;
}
.textonly {
	display: none;
}
.normalweight {
	font-weight: normal;
}
form p.overspace {
	margin-top: 20px;
}
form label.invisible {
	display: block;
	visibility: hidden;
}
.requiredformfield {
	font-weight: bold;
	color: #990000;
}

._______________ {}
.MAIN CONTAINERS {}
._{}

#wrapper {
	background-color:#ffffff;
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-width: 1000px;

  /* IE Dynamic Expression to set the width - NB Note to avoid crashing EI, value of 802 rather than 800
	the two values must be different due to a bug */
  width:expression(document.body.clientWidth < 1002 ? "1000px" : "100%" );
	background-attachment: fixed;
	background-image: url(images/leftcolback.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	background-image: url(images/headerback.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #124282;
	padding-bottom: 6px;
	height: 103px;
	margin-bottom: 10px;
}
#contentwrapper {
	padding: 0px;
	height: 100%;
	background-image: url(images/footerback.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#leftcolumn {
	width: 200px;
	float: left;
	background-color: #D7E4D8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #37773B;
	border-bottom-color: #37773B;
	padding-bottom: 10px;
	padding-top: 20px;
}
#rightcolumn {
	margin: 0px 0px 0px 210px;
	padding: 0px;
}




.contactdetails h3 {
	font-size: 1em;
	color: #333399;
}


.___________ {}
.HEADER AREA {}
._{}

#topmenu {
	margin: 10px 0px 0px;
	padding: 4px 10px 0px 0px;
	width: 7em;
	float: right;
	list-style-type: none;
	background-color: #4F519C;
}
#topmenu li {
	float: right;
	clear: both;
	padding-top: 1px;
	padding-bottom: 5px;
	margin-right: 0px;
	white-space: nowrap;
}
#topmenu li a {
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
}
#topmenu li a:hover {
	text-decoration: underline;
}
#headerflash {
	float: left;
	background-image: url(images/headerflashback.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.altflashtext {
	position: absolute;
	top: -2em;
}

.___________ {}
.LEFT COLUMN {}
._{}

#leftcolumn h1 {
	font-size: 1em;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	background-color: #37773B;
	background-image: url(images/bluearc1-greenback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #124282;
	margin-right: 10px;
}
#mainmenu {
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	margin-bottom: 10px;
}
#mainmenu li {
	padding: 0px;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #ADC9AF;
	margin: 0px;
	width: 100%;
}
#mainmenu li a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin: 0px;
	color: #000066;
	text-decoration: none;
	display: block;
}

#mainmenu li a:hover {
	text-decoration: underline;
	background-color: #BED3BF;
}
#mainmenu li li a {
	padding-left: 20px;
	background-image: url(images/menuindentarrow1.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

#mainmenu ul {
	background-color: #D7E4D8;
	padding-left: 0px;
	list-style-type: none;
	margin: 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #D7E4D8;
}

#mainmenu ul li {
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #ADC9AF;
}

#mainmenu li a.selected {
	font-weight: bold;
	background-image: none;
	background-color: #BED3BF;
}
#mainmenu li.selected {
	background-color: #BED3BF;
}

#sitesearchform {
	background-color: #CAD5E3;
	padding: 0px 0px 3px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#sitesearchform p {
	margin: 0px;
	padding: 0px;
}
.searchsitetitle {
	font-size: 1em;
	color: #FFFFFF;
	background-color: #37773B;
	background-image: url(images/bluearc1-greenback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #124282;
	margin: 0px;
	display: block;
}
#searchfield {
	width: 120px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#grouplinklogos {
	background-color: #CAD5E3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #124282;
	border-bottom-color: #124282;
	border-left-color: #124282;
	margin-right: 10px;
	margin-left: 10px;
}
#grouplinklogos ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftcolumn .linklogo {
	margin-bottom: 3px;
	margin-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 3px;
}



.____________ {}
.RIGHT COLUMN {}
._{}

#content {
	margin: 0px;
	padding: 0px 0px 10px;
	line-height: 1.4em;
}
#content h1 {
	color: #4F519C;
	font-size: 1.6em;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 1.3em;
	margin-top: 16px;
	margin-bottom: 10px;
	background-image: url(images/h2icon.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6DE8C;
}
#content h3 {
	font-size: 1em;
}
#content h4 {
	font-size: 1em;
	margin-left: 40px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
}



#textresize {
	float: right;
	background-color: #4F519C;
	color: #FFFFFF;
	background-image: url(images/greenarc1-upsidedown.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: -10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 44px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8EBE1D;
}
.newsletterdetails {
	margin-bottom: 10px;
	overflow: visible;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #124282;
	padding-top: 10px;
	clear: right;
}
.newsletterdetails h2 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #124282;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.newsletterdetails .infobox {
	height: 140px;
}

.newsletterdetails .floatleft {
	position: relative;
}


.contactdetails p {
	margin: 0px;
	padding: 0px;
}
.contactdetails {
	margin-top: 10px;
	background-color: #ECECF4;
}

.contactdetails p.spacer {
	margin-top: 6px;
}

div.contactdetails {
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #DCDCEB;
}

.reportsavedbox {
	border: 1px solid #37773B;
	margin-top: 10px;
	width: 40em;
}
.reportsavedbox ul {
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 10em;
	margin-top: 0px;
}

.reportdetails {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #37773B;
	margin-top: 10px;
	padding-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#content .reportsavedbox h3 {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #4F519C;
	padding: 3px 3px 3px 5px;
}

#content .reportsavedbox .header {
	float: left;
	width: 10em;
	font-size: 1em;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-left-style: solid;
	border-top-color: #37773B;
	border-left-color: #37773B;
	font-weight: bold;
}


.reportdetails p {
	margin: 1px 0px;
}



#textresize a {
	color: #FFFFFF;
}
#repairsmaptable {
	width: 40em;
	border: 1px solid #37773B;
}
#repairsmaptable caption {
	font-weight: bold;
	color: #ECE9D8;
	background-color: #4F519C;
	padding: 3px;
}
#repairsmaptable th {
	background-color: #E8F2D1;
}
#repairsmaptable td {
	border: 1px solid #D7E4D8;
}

.breadcrumbs {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	height: 1.2em;
	margin-left: 0px;
}
.breadcrumbs li {
	float: left;
	margin-right: 5px;
	color: #003300;
	border-bottom-color: #8EBE19;
}
.usefulpage {
	background-color: #CAD5E3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #124282;
	padding: 3px 6px 3px 24px;
	display: block;
	background-image: url(images/bluearc1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 40px;
	clear: right;
}
.usefulpage a {
	text-decoration: none;
	color: #000099;
}
.usefulpage a:hover {
	text-decoration: underline;
}
#newspic {
	margin-right: 2px;
}
.contactdetails .backbutton {
	float: right;
	background-color: #2D659D;
	color: #FFF;
	text-decoration: none;
	padding: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8CB5DD;
	border-right-color: #3880C7;
	border-bottom-color: #036;
	border-left-color: #124282;
}





.___________ {}
.FOOTER AREA {}
._{}

#footer {
	padding: 3px 3px 3px 10px;
	background-color: #37773B;
	color: #FFFFFF;
	clear: both;
}
#footer a {
	color: #CCFFCC;
}

#subfooter {
	margin: 0px;
	padding: 5px 5px 5px 210px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5A4F9C;
	background-image: url(images/subfooterbback.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#isearchautospider {
	visibility: hidden;
	height: 1px;
	width: 1px;
}









/* ==========================================================*/
#___________________{}
#CALENDAR LAYOUT {}
#___________________{}

.calendar {
	margin-top: 20px;
	margin-left: 40px;
	border: 1px solid #124282;
}
.calendar td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.calendarheader {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	background-color: #124282;
}
.calendarheader td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.calendarheader a {
	color: #D7E4D8;
}
.calendargrid td {
	height: 40px;
	width: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCC;
}
.calendargrid td.blankcell {
	background-color: #E5E5E5;
}

.calendargrid .daynames td {
	background-color: #999;
}

.calendargrid td.eventday a {
	display: block;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
.calendargrid td.eventday {
	background-color: #CF9;
}
a#calendar {

}









/* ==========================================================*/
#___________________{}
#_HOMEPAGE LAYOUT {}
#___________________{}
#visionstatement p {
	font-weight: bold;
	color: #333399;
	font-size: 1.2em;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#content h2#visionheader {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	background-color: #4F519C;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 30px;
	background-image: url(images/visioncorner-tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
#visionstatement {
	background-color: #C7DF8E;
	border: 1px solid #4F519C;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#vision {
	width: 100%;
	margin-bottom: 30px;
}

.mission {
	padding: 4px;
	clear: none;
	color: #000000;
	font-weight: normal;
	border-top: 1px solid #DCDCEB;
	border-right: 4px double #DCDCEB;
	border-bottom: 1px solid #DCDCEB;
	border-left: 4px double #DCDCEB;
	width: auto;
	margin-top: 4px;
	margin-right: 350px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.contenttextrequired {
	color: #FF0000;
	font-style: italic;
}

.mission p {
	margin: 0px;
	padding: 0px;
}
#content .mission h2 {
	background-image: none;
	font-size: 1.2em;
	color: #50529D;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#homepic {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #124282;
}
/* ==========================================================*/
.propertyresults {
	margin-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #124282;
	background-color: #E6EEE7;
	padding: 10px;
	margin-right: 12px;
	margin-bottom: 8px;
}
.propertyresultsheader {
	margin: 0px;
	padding: 0px;
}
.propertyresults h3 {
	margin-bottom: 10px;
}
.joblist {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #124282;
	margin-left: 40px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-right: 40px;
}
.greenbandheading {
	background-color: #ECECF4;
	padding: 3px;
}

#content .joblist h3 {
	padding: 2px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#content .joblist p {
	margin: 0px;
	padding: 0px;
}
#content .joblist p.joblink {
	margin: 6px 0px;
}
.overdash {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #124282;
	padding-top: 8px;
}
.smartlist1 {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
#content #busservices {
	width: 540px;
	border-top: 1px none #37773B;
	border-right: 1px solid #37773B;
	border-bottom: 4px solid #37773B;
	border-left: 1px solid #37773B;
	margin-left: 40px;
}
#content #busservices td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #37773B;
	padding-left: 4px;
}
#busservices caption {
	font-size: 1em;
	color: #FFFFFF;
	background-color: #37773B;
	background-image: url(images/bluearc1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #124282;
	text-align: left;
	margin-top: 8px;
	border-top-width: 14px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#content #busservices th {
	background-color: #D7E4D8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #37773B;
	text-align: left;
	padding-left: 22px;
}
#content  .contactdetails h2 {
	background-image: none;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.newslist {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCEB;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 20px;
	margin-right: 20px;
}
#content .newslist h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F519C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4F519C;
	background-image: none;
	background-color: #DCDCEB;
}

#content .newslist p {
	margin: 2px 0px 0px 2px;
	padding: 0px;
}
#wrapper #contentwrapper #rightcolumn #content .newsdetailspic {
	background-color: #F7FBEE;
	text-align: right;
	padding-bottom: 6px;
	padding-left: 6px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E8F2D1;
	border-left-color: #E8F2D1;
	margin-right: 10px;
	float: right;
	margin-bottom: 4px;
	margin-left: 10px;
	padding-top: 6px;
	margin-top: 3.6em;
	clear: right;
}
#wrapper #contentwrapper #rightcolumn #content .propertydetailspic {
	background-color: #F7FBEE;
	text-align: right;
	padding-bottom: 6px;
	padding-left: 6px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E8F2D1;
	border-left-color: #E8F2D1;
	margin-right: 10px;
	float: right;
	margin-bottom: 4px;
	margin-left: 10px;
	padding-top: 6px;
	margin-top: 0.6em;
	clear: right;
}
.repairsdetails {

	margin-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8EBE1D;
	background-color: #C7DF8E;
	padding: 10px;
	margin-right: 12px;
	margin-bottom: 8px;
}
.repairsdetails p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .4em;
	margin-left: 0px;
}
.repairslist {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(images/repairsbullet.gif);
	margin-left: 0px;
	padding-left: 10px;
	margin-right: 10px;
}
.repairslist li a {
	color: #000066;
	background-color: #ECECF4;
	margin-bottom: 4px;
	padding-left: 6px;
	margin-left: 6px;
	padding-bottom: 2px;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #7D7EB7;
	border-left-color: #333366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5C6DE;
}
.repairslist li a:hover {
	background-color: #CAC7DE;
	text-decoration: underline;
}

.feedbackform {
}
fieldset {
	margin-right: 10px;
}

.feedbackform input {
	width: 240px;
	font-size: 1em;
}
.feedbackform input#Submit {
	width: auto;
}
.feedbackform label {
	float: left;
	width: 240px;
	margin-left: 0.2em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 0.2em;
}
.feedbackform p {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.feedbackform label.requiredgood {
	font-weight: bold;
}
.requiredbad {
	font-weight: bold;
	color: #FF0000;
	margin-left: 40px;
}
div.requiredbad {
	padding: 5px 0px;
	border: 1px solid #FF9999;
	background-color: #FFCCCC;
	width: 40em;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.requiredbad ul {
	margin-left: 20px;
	list-style-type: none;
}
div.requiredbad p {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

/* ######################## */
/* Find a Home Form and Map */
/* ######################## */

#findahomeform1 {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding: 4px;
	border: 1px solid #DCDCEB;
}
#findahomeform1 h4 {
	font-size: 1em;
	color: #4F519C;
	margin-left: 5px;
	margin-bottom: 10px;
}

#findahomeform1 p {
	margin: 2px 0px;
	padding: 0px;
}
#findahomeform1 label {
	float: left;
	width: 30%;
	padding-left: 0.2em;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#findahomemap {
	padding: 4px;
	border: 1px solid #37773B;
	margin-bottom: 10px;
}
#findahomeform1 select {
	font-size: 1em;
}
#findahomemaplist li {
	white-space: nowrap;
	float: left;
	padding-right: 1.5em;
	padding-left: 0em;
	list-style-type: none;
}
#findahomemaplist {
	padding-bottom: 40px;
	font-size: 0.8em;
	margin-left: 0px;
}
#homefinderpropsform .propertylist {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8EBE1D;
	margin-bottom: 0px;
	background-color: #E8F2D1;
	margin-right: 10px;
	padding: 10px;
}
#homefinderpropsform .propertylist h3 {
	padding: 3px;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 10px;
	margin-left: -10px;
	background-color: #4F519C;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
}

#homefinderpropsform .propertylist h4 {
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#homefinderpropsform .propertylist p {
	margin: 0px;
	padding: 0px;
}

#pagefeedbackform input.exclude {
	width: 1em;
	margin-left: 1em;
}
#pagefeedbackform .formataslabel {
	float: left;
	width: 45%;
	margin-left: 1%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #37773B;
}

#pagefeedbackform label.exclude {
	width: 60px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.feedbackform input.exclude {

	width: auto;
}
.feedbackform label.exclude {

	width: 60px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#reportfinalform {
	padding: 5px;
}
#reportfinalform .overdash {
	margin-top: 10px;
	padding-top: 20px;
}
#expendituretable {
	width: 580px;
	border: 1px solid #50529D;
}
#reportfinalform p.indentright {
	margin-left: 250px;
}

#expendituretable th {
	background-color: #50529D;
	color: #FFFFFF;
}
#rightcolumn #content #reportfinalform label.exclude {
	margin-right: 20px;
}

#expendituretable td {
	background-color: #FFFFCC;
	text-align: center;
}
#expendituretable caption {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFFFCC;
	color: #50529D;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #50529D;
	border-right-color: #50529D;
	border-bottom-color: #50529D;
	border-left-color: #50529D;
}
#reportarepairbutton {

}
#reportarepairbutton a {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #50529D;
	border: 2px solid #8EBE1D;
	padding: 0px;
	margin: 0px;
	min-height: 50px;
	background-image: url(images/reportarepairbuttonicon1.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 50px;
	padding-top: 8px;
	width: 160px;
}
/* for ie only */
* html #reportarepairbutton a {
	height: 50px;
}
#reportarepairbutton a:hover {
	background-image: url(images/reportarepairbuttonicon2.gif);
}
.perfinftable {
	padding: 0px;
	width: 92%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4F519C;
}
*html .perfinftable {
	width: 580px;
}
.perfinftable caption {
	color: #FFFFFF;
	background-color: #4F519C;
	font-weight: bold;
	padding: 3px;
	margin: 2px;
	text-align: left;
}
.perfinftable th {
	background-color: #C6DE8C;
	padding: 2px;
}
.perfinftable td {
	text-align: center;
	padding: 2px;
	background-color: #E8F2D1;
}
#content h2.clearpic {
	clear: right;
}
.perfinfgraph {
	margin-top: -40px;
	margin-bottom: 40px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4F519C;
	border-bottom-color: #4F519C;
	border-left-color: #4F519C;
	background-color: #E8F2D1;
	padding: 10px;
}
*html .perfinfgraph {
	width: 556px;
}
.perfinfgraph img {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #C6DE8C;
}
.questionnairebox {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px dotted #CCCCCC;
	margin-right: 10px;
	background-color: #F3F9E8;
}
.questionnairebox p {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.questionnairebox label.questiontitle {
	font-weight: bold;
}
.questionnairebox textarea {
	height: 6em;
	width: 80%;
}
#acrobatlogo {
	margin-right: 10px;
}
#housingapplicationreview {
	position: relative;
}

#housingapplicationreview p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#housingapplicationreview h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #DCDCEB;
	margin-top: 10px;
}
#housingapplicationreview .fieldlabel {
	font-weight: bold;
	color: #6163A6;
	padding-right: 4em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DCDCEB;
	width: 200px;
	float: left;
	margin-bottom: 0px;
}
#housingapplicationreview .fieldlabeladdy {
	font-weight: bold;
	color: #6163A6;
}
table.housingapplicationreview {
	width: 600px;
	margin-top: 20px;
}
.housingapplicationreview caption {
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #DCDCEB;
}
.housingapplicationreview th {
	text-align: left;
	vertical-align: top;
	color: #4F519C;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #4F519C;
	width: 220px;
}
.housingapplicationreview td {
	vertical-align: top;
}

.housingapplicationreview .loopend {
	margin-bottom: 6px;
	padding-bottom: 12px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #EBF1EB;
}
.applicationsteps {
	width: auto;
	list-style-type: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 2em;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #DCDCEB;
	border-bottom-color: #DCDCEB;
}
.applicationsteps li {
	float: left;
	font-weight: bold;
	color: #8485B9;
	margin-right: 10px;
}
.applicationsteps li strong {
	color: #000000;
	text-transform: uppercase;
}
.housingapplication legend {
	font-weight: bold;
	padding: 3px;
	border: 1px solid #ECE9D8;
	background-color: #DCDCEB;
	margin-left: -2px;
}
.housingapplication fieldset {
	margin-top: 10px;
}
.housingapplication textarea {
	height: 6em;
	width: 240px;
}
.housingapplication .loopingtable {
	background-color: #ECECF4;
	border: 1px solid #6163A6;
	padding: 0px;
	border-collapse: collapse;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.loopingtable caption {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6163A6;
	text-align: left;
	padding: 2px;
}
.loopingtable td {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-color: #DCDCEB;
	border-bottom-color: #DCDCEB;
}
.loopingtable th {
	text-align: left;
	margin: 0px;
	padding: 2px;
	background-color: #DCDCEB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.loopingtable tr {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
p.indentright {
	margin-left: 247px;
}
.staffstructurebox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8F2D1;
	background-color: #ECECF4;
	padding: 10px;
	margin-right: 10px;
}
.staffstructurebox p {
	margin: 0px;
	padding: 0px;
}
.staffstructurebox h3 strong {
	color: #FF0000;
}
#repairsadvice h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#repairsadvice {
	background-color: #F5FAED;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8EBE1D;
	padding: 10px;
	margin-right: 10px;
}

#repairsadvice p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#routefindermap {
	border-bottom-width: 4px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ECECF4;
	border-left-color: #ECECF4;
}
.locationmap {
	background-color: #E8F2D1;
}
#servicedetails th {
	background-color: #8EBE1D;
	text-align: left;
	padding: 2px;
}
#servicedetails {
	background-color: #E8F2D1;
}
#servicedetails caption {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4F519C;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8EBE1D;
	padding: 2px;
}
.wishlistbox {
	border: 2px solid #8DBD1D;
	padding: 5px;
	background-color: #4F519C;
	width: 20em;
	color: #FFFFFF;
}
.wishlistbox p {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.wishlistbox a {
	color: #FFFF99;
}
.gallerypic {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}#subfooter img {
	margin-right: 20px;
}
#leftcolumn #w3clogos {
	margin: 10px;
}
#wrapper #contentwrapper #rightcolumn #content .contactdetails p.overspace {
	margin-top: 12px;
}
#mailsource {
	display: none;
	width: 1px;
}
.submenu {
	background-color: #E8F2D1;
	width: 300px;
	margin-bottom: 10px;
}
#rightcolumn #content .submenu h2 {
	background-image: none;
	font-size: 1em;
	background-color: #D5E7AB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.submenu ul {
	list-style-type: none;
	margin: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #666666;
	font-weight: bold;
}
.submenu a {
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #8DBD1D;
	padding-left: 6px;
	margin-left: -15px;
	color: #000066;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E8F2D1;
	font-weight: normal;
}
.submenu li {
	padding-left: 0px;
}

.submenu a:hover {
	text-decoration: underline;
}
#newabouteha {
	width: 95%;
	background-color: #E3F5B7;
	background-image: url(images/abouteha-middle-middle.gif);
	background-repeat: repeat;
	margin-bottom: 0px;
	margin-top: 40px;
}
#newabouteha p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-size: 1.2em;
}

#newabouteha .top {
	background-image: url(images/abouteha-top-middle.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 29px;
}
#newabouteha .top h2 {
	font-size: 1.6em;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: none;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#newabouteha .top .left {
	background-image: url(images/abouteha-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 222px;
	float: left;
}
#newabouteha .top .right {
	background-image: url(images/abouteha-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 29px;
}
#newabouteha .middle .left {
	background-image: url(images/abouteha-middle-left.gif);
	background-repeat: repeat-y;
	background-position: left center;
	width: 100%;
}
#newabouteha .middle .right {
	background-image: url(images/abouteha-middle-right.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
#newabouteha .bottom .left {
	background-image: url(images/abouteha-bottom-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 29px;
	width: 40px;
	float: left;
}
#newabouteha .bottom .right {
	background-image: url(images/abouteha-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 29px;
}


#newabouteha .bottom {
	background-image: url(images/abouteha-bottom-middle.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 29px;
}
#newvision {
	width: 95%;
	background-color: #E3F5B7;
	background-image: url(images/vision-middle-middle.gif);
	background-repeat: repeat;
	margin-bottom: 0px;
	margin-top: 40px;
}
#newvision p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-size: 1.5em;
	color: #3A3C74;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#newvision .top {
	background-image: url(images/vision-top-middle.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 29px;
}
#newvision .top h2 {
	font-size: 1.6em;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: none;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#newvision .top .left {
	background-image: url(images/vision-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 222px;
	float: left;
}
#newvision .top .right {
	background-image: url(images/vision-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 29px;
}
#newvision .middle .left {
	background-image: url(images/vision-middle-left.gif);
	background-repeat: repeat-y;
	background-position: left center;
	width: 100%;
}
#newvision .middle .right {
	background-image: url(images/vision-middle-right.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
#newvision .bottom .left {
	background-image: url(images/vision-bottom-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 29px;
	width: 40px;
	float: left;
}
#newvision .bottom .right {
	background-image: url(images/vision-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 29px;
}


#newvision .bottom {
	background-image: url(images/vision-bottom-middle.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 29px;
}
#newvalues {
	width: 95%;
	background-color: #E3F5B7;
	background-image: url(images/values-middle-middle.gif);
	background-repeat: repeat;
	margin-bottom: 40px;
	margin-top: 40px;
}
#newvalues p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-size: 1.2em;
}
#newvalues h3 {
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-size: 1.2em;
	margin-right: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}


#newvalues .top {
	background-image: url(images/values-top-middle.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 29px;
}
#newvalues .top h2 {
	font-size: 1.6em;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: none;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#newvalues .top .left {
	background-image: url(images/values-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 222px;
	float: left;
}
#newvalues .top .right {
	background-image: url(images/values-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 29px;
}
#newvalues .middle .left {
	background-image: url(images/values-middle-left.gif);
	background-repeat: repeat-y;
	background-position: left center;
	width: 100%;
}
#newvalues .middle .right {
	background-image: url(images/values-middle-right.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
#newvalues .bottom .left {
	background-image: url(images/values-bottom-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 29px;
	width: 40px;
	float: left;
}
#newvalues .bottom .right {
	background-image: url(images/values-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 29px;
}


#newvalues .bottom {
	background-image: url(images/values-bottom-middle.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 29px;
}
#newvalues #valuespic {
	float: right;
	margin-right: 10px;
	margin-top: -20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.contactustable {
	width: 700px;
}

.contactustable th {
	width: 110px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #50539D;
	vertical-align: top;
}
.altcontactmethod {
	float: left;
	height: 120px;
	width: 110px;
	text-align: center;
}
.altcontactmethod p {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#altcontactmethodscontainer {
	position: relative;
	width: 100%;
}

.contactustable p {
	margin: 0px;
	padding: 0px;
}
.contactustable td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #50539D;
}
#christmasopening {
	background-color: #FFFFCC;
	padding: 10px;
	border: 2px solid #FF0000;
	text-align: center;
}
#christmasopening p {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#christmasopening h2 {
	background-image: none;
	margin: 0px;
	padding: 0px;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
#christmasopening td {
	width: 20%;
	white-space: nowrap;
}
#newheader {
	background-color: #CAD5E3;
	background-image: url(images/newheader-back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 123px;
	position: relative;
}
#newheader #teesdalelogo {
	position: absolute;
	right: 20px;
	bottom: 3px;
	top: auto;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
}

#pagename {
	color: #FFFFFF;
	background-color: #2D659D;
	height: 40px;
	background-image: url(images/newtitle-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#newheader #sweeper {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#pagename h1 {
	font-size: 1.8em;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	margin: 0px;
}
#newtopmenu {
	position: absolute;
	top: 3px;
	right: 10px;
	list-style-type: none;
	margin-right: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#newtopmenu li {
	display: inline;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#newtopmenu li a {
	color: #000000;
	text-decoration: none;
}
#newtopmenu li a:hover {
	text-decoration: underline;
}
.newtextbox {
	width: 98%;
	background-image: url(images/textbox-middle-middle.gif);
	background-repeat: repeat;
	margin-bottom: 40px;
	margin-top: 40px;
	font-size: 1.2em;
}
.newtextbox p {
	margin-right: 20px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.newtextbox table p {
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.newtextbox h3 {
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-size: 1.2em;
	margin-right: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}


.newtextbox .top {
	background-image: url(images/textbox-top-middle.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 29px;
}
#content .newtextbox h2 {
	font-size: 1.4em;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 40px;
	background-image: url(images/textbox-h2-back.gif);
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: #124282;
	background-repeat: no-repeat;
	background-position: left top;
	float: none;
	line-height: 1.3em;
	margin: 0px;
}
.newtextbox .top .left {
	background-image: url(images/textbox-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	float: left;
	z-index: -10;
	background-color: #4F519C;
}
.newtextbox .top .right {
	background-image: url(images/textbox-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 29px;
}
.newtextbox .middle .left {
	background-image: url(images/textbox-middle-left.gif);
	background-repeat: repeat-y;
	background-position: left center;
	width: 100%;
}
.newtextbox .middle .right {
	background-image: url(images/textbox-middle-right.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
.newtextbox .bottom .left {
	background-image: url(images/textbox-bottom-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 29px;
	width: 40px;
	float: left;
}
.newtextbox .bottom .right {
	background-image: url(images/textbox-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 29px;
}


.newtextbox .bottom {
	background-image: url(images/textbox-bottom-middle.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 29px;
}
.newtextbox .textboxpic {
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	padding: 0px;
}
.newtextbox ol, .newtextbox ul {
	margin-left: 60px;
	margin-bottom: 0px;
	padding-bottom: 16px;
	margin-right: 10px;
}

#newbreadcrumbs {
	margin-bottom: -15px;
}
.newtextbox .contactdetails {
	margin-left: 40px;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#wrapper #contentwrapper #rightcolumn #content .newtextbox .contactdetails h3 {
	margin-left: 0px;
	padding-left: 0px;
}

#wrapper #contentwrapper #rightcolumn .newtextbox .contactdetails p {
	margin: 0px;
	padding: 0px;
}

.newtextbox fieldset {
	margin-left: 40px;
}
.newtextbox .housingapplicationreview {
	margin-left: 40px;
}
.newtextbox .perfinftable, .newtextbox #servicedetails, .newtextbox #repairsmaptable {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}
#wrapper #contentwrapper #rightcolumn #content .newtextbox .locationmap {
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	background-color: #FFFFFF;
}

.newtextbox #pollform .questionnairebox {
	margin-left: 40px;
}
.newtextbox .newslist {
	margin-left: 40px;
}
.newtextbox .newslist h3 {
	margin-left: 0px;
}

#wrapper #contentwrapper #rightcolumn #content .newtextbox .contactustable p {
	margin: 0px;
	padding: 0px;
}
#wrapper #contentwrapper #rightcolumn #content .newtextbox .altcontactmethod p {
	margin: 0px;
	padding: 0px;
}
.newtextbox .contactustable, .newtextbox .altcontactmethod {
	margin-left: 20px;
}




.newtextbox#menubox {
	background-image: url(images/menubox-middle-middle.gif);
}
.newtextbox#menubox .bottom {
	background-image: url(images/menubox-bottom-middle.gif);
}
.newtextbox#menubox .bottom .right {
	background-image: url(images/menubox-bottom-right.gif);
}
.newtextbox#menubox .bottom .left {
	background-image: url(images/menubox-bottom-left.gif);
}
.newtextbox#menubox .top .left {
	background-image: url(images/menubox-top-left.gif);
}
.newtextbox#menubox .top .right {
	background-image: url(images/menubox-top-right.gif);
}
.newtextbox#menubox .middle .left {
	background-image: url(images/menubox-middle-left.gif);
}
.newtextbox#menubox .middle .right {
	background-image: url(images/menubox-middle-right.gif);
}#menubox ul {
	list-style-position: outside;
	list-style-image: url(images/menubox_bullet.gif);
	list-style-type: none;
	margin-left: 40px;
	padding-left: 24px;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
}
#menubox li a {
	color: #000099;
	margin-left: 4px;
	display: block;
}
#menubox li {
	margin-top: 2px;
	margin-bottom: 2px;
}
#menubox .selected {
	padding-left: 4px;
	font-weight: bold;
	color: #666666;
}
.downloadlist li.downloadboardtitle {
	font-weight: bold;
	margin-top: 10px;
	margin-left: -10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #4F519C;
}
.downloadlist {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4F519C;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #4F519C;
}
.latestdownloadslist {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #4F519C;
}
.latestdownloadslist li {
	margin-bottom: 4px;
	margin-top: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4F519C;
	margin-left: -10px;
}

.downloadlist li {
	margin-left: 10px;
}
.fulldownloadlistitem {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4F519C;
}
#tsalogo, #hcalogo {
	margin-left: 10px;
	border: 1px solid #4F519C;
	margin-bottom: 10px;
}





#housingpoints th {
	font-weight: normal;
	text-align: left;
}
#housingpoints td {
	font-weight: bold;
}
.newrepairs {
	padding: 0px;
	list-style-type: none;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 550px;
}
.newrepairs li a {
	font-weight: bold;
	color: #000;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 100%;
	margin: 0px;
	background-image: url(images/repairlistback1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 55px;
}

.newrepairs li {
	padding: 0px;
	height: 30px;
	width: auto;
	background-image: url(images/repairlistback1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.newrepairs li a:hover {
	font-weight: bold;
	color: #000;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 100%;
	margin: 0px;
	background-image: url(images/repairlistback2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 55px;
}

#repaircolumns {
	width: 100%;
	overflow: visible;
	clear: right;
	position: relative;
	float: left;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#repaircolumns #leftbox {
	float: left;
	width: 290px;
}
#repaircolumns .newrepairs {
	width: 100%;
}

#repaircolumns #rightbox {
	float: left;
	width: 290px;
	margin-left: 20px;
}
#repaircolumns .newrepairs li a, #repaircolumns .newrepairs li {
	background-image: url(images/repairlistbackshort1.gif);
}

#repaircolumns .newrepairs li a:hover {
	background-image: url(images/repairlistbackshort2.gif);
}


.eventsbox {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8EBE19;
	margin-left: 40px;
	margin-right: 20px;
}
#content .eventsbox h4 , #content .eventsbox p{
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#homepagebannerbox1 {
	background-image: url(images/best_place_to_work_banner2_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 197px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	width: 95%;
}
.newtextbox p.newspiccaption {
	font-style: italic;
	background-color: #D6D6D6;
	padding: 4px;
	margin: 0px;
}
