@charset "utf-8";
/* CSS Document */

#page {
	background-attachment: scroll;
	background-image: url(../images/tenants/background_tile.gif);
	background-repeat: repeat-y;
	height: 619px;
}
#tenant-link {
	height: 600px;
	width: 128px;
	position:absolute;
	margin-left: 772px;
	margin-top: 0px;
	border-left: 1px solid #8b6c41;
}
#sidenav {
	width: 201px;
	margin-top: 0px;
	margin-left: 0px;
	position:absolute;
	background-image: url(../images/tenants/logo_background.jpg);
	height: 619px;
	border-right: 1px solid #8b6c41;
}

#sidenav ul {
	list-style-type: none;
	margin-top: 248px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 55px;
	position: absolute;
	width: 120px;
}

#sidenav ul li {
	text-transform: uppercase;
	font-size: 10px;
	margin: 0px;
	padding: 0px 0px 6px;
	line-height: 13px;
}

#sidenav a {
	text-decoration: none;
}

#sidenav a:visited {color: #e6c068;}


#copyright {
	position:absolute;
	font: 9px Arial, Helvetica, sans-serif;
	color: #E6C068;
	width: 150px;
	margin-left: 20px;
	margin-top: 650px;
}



#pagetitle {
	position:absolute;
	margin-top: 0px;
	margin-left: 202px;
}

#tenantform {
	position:absolute;
	margin-top: 0px;
	margin-left: 488px;
	width: 264px;
	background-attachment: scroll;
	background-image: url(../images/tenants/login_background.jpg);
	background-repeat: no-repeat;
	height: 147px;
	background-position: 0px 0px;
	background-color: #634730;
	padding: 10px;
	}

#content {
	position:absolute;
	margin-top: 167px;
	margin-left: 202px;
	padding: 20px 20px 20px 15px;
	width: 535px;
	background-color: #FFF;
	height: auto;
	color: #634730;
	font-size: 11px;
	}

#column1 {
	position: relative;
	margin: 0px;
	width: 247px;
	float: left;
}

#column2 {
	position: relative;
	margin: 0px;
	width: 250px;
	float: left;
}

#content a:link {
	color: #8b6c41;
}
#content a:visited {
	color: #e6c068;
}
#content a:hover {
	color: #e6c068;
}
#content a:active {
	color: #e6c068;
}




.bodytext {
	font-size: 11px;
	line-height: 16px;
	color: #634730;
}
.smalltext {
	font-size: 10px;
	line-height: 14px;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #E5C068;
}
.boldbodytext {
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #634730;
}
.italicbodytext {
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
}
.boldsmalltext {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}
