/* CSS Document */

#bannerImage {
	display:none;
}

/* MAIN AREA */
	
#mainArea	{border-top:1px dotted #ea8800;background-image:url(../images/webdesign/orange.gif);}		

/* MAIN AREA - LEFT COLUMN */
#mainNavDiv ul li {border-bottom: 1px dotted #ea8800;}

/*SECOND LEVEL OF MENU*/

#mainNavDiv ul ul li a {background-color:#ea8800;}
#mainNavDiv ul ul li a:link:hover, #mainNavDiv ul ul li a:visited:hover {background-color:#FFEECC;color: #ea8800;}

/*SELECTED SECTION OF MENU*/
ul li#selected a:link, ul li#selected a:visited {background-color:#ea8800;color: #fff;background-image:url(../images/webdesign/arrow_wht.gif);background-position:center left;background-repeat:no-repeat;}
ul li#selected a:link:hover, ul li#selected a:visited:hover {color: #ea8800;}
ul li#selected ul li a:link, ul li#selected ul li a:visited {background-color:#ea8800;color: #fff;background-image:none;}

/*CLASSES FOR STYLING IN CONTENT*/
.centreColumnBlock	{border: 1px dashed #ea8800;}

#centreContent h2  {
	color: #ea8800;
	background-image:url(../images/icons/landlord_icon.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:25px;
	padding-left:50px;
	padding-top:35px;
	line-height:1.2em;
}
					
#centreContent h4 {color: #ea8800;}

#centreContent ul {list-style-image:url(../images/webdesign/bullet_org.gif)}

/*FOOTER*/
#footerBottom {border-top: 1px dotted #ea8800;}

/*TABLE STYLES */
table	{border:1px solid #ea8800;}

/*FORM STYLES */
form	{border:1px solid #ea8800;}

#centreContent .process a:link, #centreContent .process a:visited
	{color:	#ea8800}

.step	{display:inline;
		background-color:#ea8800;
		padding:1px 4px;
		color:#FFFFFF;
		font-weight:bold;
		}
