@CHARSET "ISO-8859-1";

html, body, td {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:13px;
	line-height:16px;
	color:#333;
}
td {
	vertical-align:middle;
}
input {
	margin:0;
	padding:0;
}

a {
	color:#003366;
	text-decoration:none;
}
a:hover {
	color:#749beb;
}

img {
	border:0;
}

#container {
	width:985px;
	margin:0 auto;
}

#header {
	height:166px;
	position:relative;
	
	height:0px;
}

#house {
	position:absolute;
	top:0;
	right:-28px;
	z-index:0;
}

#logo {
	position:absolute;
	/* top:54px;
	left:-7px; */
	/* top:40px; */
	
	
	left: unset;
    right: 0px;
    /* height: 100px; */
    height: 125px;
    top: 0px;
    background: rgba(255, 255, 255, 0.8);
	
}

#urlText {
	text-align:right;
	/* border-top:1px solid #bbcae9; */
	margin:0;
	padding:14px 0 0;
	font-weight:bold;
	font-size:12px;
	position:absolute;
	/* top:18px; */
	width:100%;
	z-index:1;
	
	top:0px;
	/* background:rgba(255,255,255,0.2); */
}

#headImage {
	
}

.padded {
	padding:24px 0 24px 32px;
}
.bar {
	border-bottom:1px solid #bbcae9;
}

#bottomContainer {
	width:502px;
}

#bottomButtons {
	margin:15px 0 50px 0;
	text-align:right;
}

.largeTitle {
	font-size:16px;
	font-weight:bold;
}
.smallTitle {
	font-size:13px;
	font-weight:bold;
}

#tblForm {
	
}

.textInput {
	width:217px;
	height:17px;
	margin-left:8px;
}

#formText {
	margin:16px 0;
}

#tenantRadio {
	margin-left:77px;
}

#login {
	width:174px;
	height:34px;
	float:right;
	display:inline;
	background:url(../img/login.png) no-repeat 0 0;
	margin:0 2px 0 0;
}
#login:hover {
	background-position:0 -34px;
}
#startOver {
	width:175px;
	height:34px;
	float:right;
	display:inline;
	background:url(../img/startOver.png) no-repeat 0 0;
}
#startOver:hover {
	background-position:0 -34px;
}

.clear {
	clear:both;
}