/* ==========================================================*/
/* general background css */

body, div, img, form, table, tbody, tfoot, thead, tr, td, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border:0px none;
}

body {
	font-size: 0.8em;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.boldtext {
	font-weight: bold;
}

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
em {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

#wrapper {
	background-color:#ffffff;
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-width: 800px;
  /* 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 < 802 ? "800px" : "100%" );
	background-attachment: fixed;
	background-image: url(images/leftcolback.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.floatright {
	float: right;
	clear: right;
	margin-bottom: 4px;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-bottom: 4px;
	margin-right: 10px;
}
.clearing {
	clear:both;
}
.textonly {
	display: none;
}
/* ==========================================================*/


/* ==========================================================*/
/* header area  */ 

#header {
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #124282;
	padding-bottom: 6px;
	height: 103px;
	margin-bottom: 10px;
	background-image: url(images/headerback.gif);
}
#structurechart {
	margin-right: auto;
	margin-left: auto;
}

#TeesdaleLogo {
	margin-top: 23px;
	margin-right: 7px;
	margin-bottom: 34px;
	margin-left: 15px;
}
#groupsitesintro {
	margin-right: 10px;
	margin-left: 10px;
}

#topmenu {
	margin: 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	width: 14em;
	float: right;
	list-style-type: none;
	background-color: #25418D;
	background-position: 0px -20px;
	background-repeat: no-repeat;
}
#topmenu li {
	float: right;
	clear: both;
	padding-top: 1px;
	padding-bottom: 1px;
	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;
}

/* ==========================================================*/


/* ==========================================================*/
/* content area */

#contentwrapper {
	padding: 0px;
	height: 100%;
	background-image: url(images/footerback.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* ==========================================================*/


/* ==========================================================*/
/* left column */

#leftcolumn {
	width: 200px;
	float: left;
	background-color: #DAE9D2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #8EBE19;
	border-bottom-color: #8EBE19;
	padding-bottom: 10px;
	background-image: url(images/logoback.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#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: 10px;
	margin-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	margin-bottom: 10px;
}
#mainmenu li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #37773B;
}
#mainmenu li a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	margin: 0px;
	color: #000066;
	text-decoration: none;
	display: block;
}
#mainmenu li a.noarrow, #mainmenu li li a {
	background-image: none;
}

#mainmenu li a:hover {
	text-decoration: underline;
	background-color: #BED3BF;
}
#mainmenu li li a {
	padding-left: 0px;
}


#mainmenu li a.downarrow {
	background-image: none;
	font-weight: bold;
	background-color: #CAC7DE;
}

#mainmenu ul {
	background-color: #E6EEE7;
	padding-left: 10px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #37773B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #37773B;
	margin: 0px;
}
#mainmenu ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4C1A4;
}

#mainmenu li a.selected {
	font-weight: bold;
	background-image: none;
	color: #990000;
}
#mainmenu li.selected {
	background-color: #BED3BF;
}

#sitesearchform {
	background-color: #78AAED;
	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: #ABCAF3;
	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 */

#rightcolumn {
	margin: 0px 0px 0px 210px;
	padding: 0px;
}
#content {
	margin: 0px;
	padding: 0px 0px 10px;
	line-height: 1.4em;
}
#content h1 {
	color: #124282;
	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: #D7E4D8;
}
#content h3 {
	font-size: 1em;
}


#textresize {
	float: right;
	background-color: #37773B;
	padding: 3px 3px 3px 24px;
	color: #FFFFFF;
	background-image: url(images/bluearc1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #124282;
}
.newsletterdetails {
	margin-bottom: 10px;
	overflow: auto;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #124282;
}
.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;
	height: 161px;
}


.contactdetails p {
	margin: 0px;
	padding: 0px;
}
.contactdetails {
	margin-top: 10px;
	background-color: #E6EEE7;
}

.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: #D7E4D8;
}

.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: #37773B;
	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: #37773B;
	padding: 3px;
}
#repairsmaptable th {
	background-color: #D7E4D8;
}
#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: #DBE8FB;
	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;
}
/* ==========================================================*/


/* ==========================================================*/
/* home page layout */

/* ==========================================================*/


/* ==========================================================*/
/* 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;
}
#subfooter img {
	margin-right: 20px;
}

.invisible {
	display: none;
	visibility: hidden;
}
#isearchautospider {
	visibility: hidden;
	height: 1px;
	width: 1px;
}






/* ==========================================================*/


/* ==========================================================*/
/* home page layout */

#homecontentrow1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCEB;
	margin-bottom: 10px;
	position: relative;
	/*	min-height: 244px; */
	background-image: url(images/ghostwaveback.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 4px;
	overflow: auto;
	padding-left: 4px;
}
/* for IE */
* html #homecontentrow1 {
	overflow: visible;
	height: 244px;
}


#homecontentrow2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1D8F7;
	margin-bottom: 6px;
	position: relative;
	overflow: auto;
	min-height: 280px;
	padding-bottom: 6px;
	background-image: url(images/col2back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #D7E4D8;
}
/* for IE */
* html #homecontentrow2 {
	overflow: visible;
	height: 280px;
}
.homespotbox {
	height: 100%;
	padding-bottom: 4px;
}
#content .homespotbox h2 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px 0px 0px 24px;
	color: #FFFFFF;
	background-color: #37773B;
	border-bottom-width: 2px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #124282;
	border-left-color: #124282;
	background-image: url(images/bluearc1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#homespotbox1 {
	width: 180px;
	background-color: #C1D8F7;
	margin-right: 4px;
	float: left;
}
#homespotbox2 {
	width: 180px;
	background-color: #DDE9FB;
	margin-right: 4px;
	float: left;
}
#homespotbox3 {
	background-color: #EAF2FD;
	width: auto;
	margin-left: 368px;
}

#homecontentrow3 {
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 4px;
	overflow: auto;
	border-top: #C1D8F7;
	border-right: #C1D8F7;
	border-bottom: 1px solid #C1D8F7;
	border-left: 20px solid #C1D8F7;
	margin-left: 0px;
	padding-left: 4px;
}
/* for IE */
* html #homecontentrow3 {
	overflow: visible;
}
#homecontentrow3 p {
	margin: .5em 0px 0px;
	padding: 0px;
}
#content #homecontentrow3 h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #124282;
	margin: 0px 0px 0px -24px;
	padding: 0px 0px 0px 24px;
	background-color: #37773B;
	background-image: url(images/bluearc1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content #homecontentrow3 h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.mission {
	margin: 4px 350px 4px 0px;
	padding: 4px;
	clear: none;
	color: #000000;
	font-weight: normal;
	border-top: 1px solid #C1D8F7;
	border-right: 4px double #C1D8F7;
	border-bottom: 1px solid #C1D8F7;
	border-left: 4px double #C1D8F7;
}
.contenttextrequired {
	color: #FF0000;
	font-style: italic;
}

.mission p {
	margin: 0px;
	padding: 0px;
}
#content .mission h2 {
	font-size: 1.2em;
	color: #124282;
	margin-top: 0px;
}
#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: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#content .joblist h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 2px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #124282;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #124282;
	background-image: none;
}
.greenbandheading {
	background-color: #D7E4D8;
	padding: 3px;
}

#content .joblist h3 {
	background-color: #D7E4D8;
	padding: 2px;
	margin-top: 30px;
}

#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;
}
#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: #D7E4D8;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 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: #37773B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #37773B;
	background-image: none;
	background-color: #D7E4D8;
}

#content .newslist p {
	margin: 2px 0px 0px 2px;
	padding: 0px;
}
#wrapper #contentwrapper #rightcolumn #content #newspic {
	background-color: #FFFFFF;
	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: #D7E4D8;
	border-left-color: #D7E4D8;
}
.repairsdetails {

	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;
}
#mailsource {
	display: none;
	width: 1px;
}
#visionstatement p {
	font-weight: bold;
	color: #25418D;
	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: #25418D;
	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 {
	margin-left: 20px;
	padding-top: 10px;
}
#vision {
	width: 586px;
	margin-bottom: 30px;
}
.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 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;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: #25418D;
	background-repeat: no-repeat;
	background-position: left top;
	float: none;
	line-height: 1.3em;
	margin: 0px;
	background-image: url(images/textbox-h2-back.gif);
}
#jobsbox {
	margin: 5px;
	border: 2px solid #25418D;
	font-weight: bold;
	text-align: center;
	background-color: #FFFF66;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
#jobsbox p {
	margin: 0px;
	padding: 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;
}
#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;
}
p.membersportal {
	font-weight: bold;
	text-align: center;
}
#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: 98%;
}
