body {
	padding:0px;
	margin:0px;
	font-family: Arial, Sans-Serif, Helvetica;
	font-weight: normal;
	color: #333333;
	background-color: #ECE9D8;
	text-align: center; 
}

h1 {
	font-size: 120%;
	color: #fff;
	margin: 5px 0px 0px 3px;
	padding: 0px;
	font-weight: normal;
	line-height: 1em;
}

h2 {
	font-size: 110%;
	color: #8E4644;
	margin: 0px;
	font-weight: normal;
	
}


.clearboth {
	clear: both;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.tidy-up {
	clear: left;
	margin: 0px;
	padding: 0px;
}

.hide {
	display: none;
}

.inner-tube {
	margin: 3px;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

#canvas-background {
	background-image:url('/images/mlas-background.jpg');
	background-position:top center;
	background-repeat: repeat-y;
	width: 940px;
	text-align: left;
	margin: 0 auto;
	height: auto;
}

#canvas-background-bottom {
	background-image:url('/images/page-shadow-bottom.jpg');
	background-position:top center;
	background-repeat: no-repeat;
	width: 940px;
	margin: 0 auto;
	height: 10px;
}




#canvas {
	width: 894px;
	text-align: left;
	margin-left: 20px;
	height: auto;
	background-color: #fff;
	border: 3px solid #fff;
	border-top: none;
	clear: both;
}

#header-bar {
	background-color: #786D5C;
	height: 30px;
	width: 894px;
	color: #fff;
	font-size: 80%;
}

#header-bar .left-links, #header-bar .right-links {
	margin-top: 5px;
}

#logo-photo {
	height: 132px;
	border-top: 3px solid #fff;
}

#logo {
	float: left;
	width: 134px;
	border-right: 3px solid #fff;
	height: 132px;
	overflow: hidden
}

.award_logo{
	float: right;
	width: 200px;
	height: 120px;
	overflow: hidden;
	margin-left: 10px;
}

#photo {
	float: left;
	width: 757px;
	height: 132px;
	overflow: hidden
	background-color: red;
}

#navigation-content {
	border-top: 3px solid #fff;
	height: auto;
	background-image: url('/images/main-area-background.jpg');
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#main-navigation {
	float: left;
	border-right: 3px solid #fff;
	background-color: #DACFB9;
	overflow: hidden;
	height: 100%;
	width: 133px;
}

#midland-landlord-logo {
	text-align: center;
	position: absolute;
	left: -137px;
	top: -100px;
	top: -100px;
	width: 134px;
	height: 113px;
}

#main-navigation ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
	width: 134px;
	overflow: hidden;
	background-image:url('/images/navigation-background-over.jpg');
	background-repeat:no-repeat;
	background-position:-1000px -1000px;
}

#main-navigation li {
	margin:0px;
	padding: 0px;
	height: 30px;
	overflow: hidden;
	border-bottom: 3px solid #fff;
}

#main-navigation li a {
	display: block;
	width: 134px;
	color:#786D5C;
	font-size:80%;
	font-weight:normal;
	text-decoration:none;
	padding: 7px 0px 8px 8px;
	margin: 0px;
	background-image:url('/images/navigation-background.jpg');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color: #DACFB9;
	overflow: hidden;
}

#main-navigation a:hover {
	background-image:url('/images/navigation-background-over.jpg');
	background-color: #D1B68F;
	color: #fff;
	text-decoration:underline;
}

#main-navigation .current {
	color: #fff;;
	background-image:url('/images/navigation-background-over.jpg');
	background-color: #D1B68F;
}

#content-area {
	float: left;
	width: 755px;
}

#content {
	/* this needs to be set in order to get new navigation items in 30 pixles more for each item*/
	min-height: 470px;
	_height: 480px;
	font-size: 90%;
	line-height: 1.3;
}

#content ul {
	list-style-image: url('/images/li.gif')
}

#content li {
	margin-bottom: 3px;
}

#content a {
	color: #786D5C;
}

#content a:hover {
	background-color: #DACFB9;
}

#content a:visited {
	color: #333333;
}

#heading {
	background-color: #786D5C;
	height: 30px;
	width: 758px;
	_width: 757px;
	overflow: hidden;
}

#footer {
	background-color: #786D5C;
	height: 20px;
	color: #fff;
	font-size: 80%;
	position: relative;
	width: 758px;
	_width: 757px;
}

#footer a {
	color: #fff;
}

.left-links {
	width: 300px;
	float: left;
	margin-left: 3px;
}

.right-links {
	width: 300px;
	float: right;
	text-align: right;
	margin-right: 3px;
}

/* Accreditated Lanlords START */ 

#letter-short-cuts {
	margin-left: 20px;
	font-size: 90%;
	margin-bottom: 10px;
}

#letter-short-cuts a {
	margin-right: 8px;
}

table {
	margin-left: 20px;
	border-collapse: collapse;
	font-size: 90%;
	_border-right:1px solid #DACFB9;
}

th {
	font-weight: normal;
	border:1px solid #DACFB9;
	padding: 2px 3px 2px 4px;
	background-color: #DACFB9;
	border-bottom:2px solid #fff;
}

td {
	border:1px solid #DACFB9;
	padding: 2px 3px 2px 4px;
}

.shortcut-link {
	background-color: #DACFB9;
	font-size: 90%;
	font-weight: bold;
}

.landlord-name {
	width: 250px;
}

.accredication-number{
	width: 80px;
}

.bg-fill {
	background-color: #DACFB9;
}

.status {
	width: 70px;
}

/* Accreditated Lanlords END */
