* {
	font-family:Verdana;
}
body {
	margin:5px auto;
	padding:0;
	width:790px;
	background-color:#fff;
	font-size:10px;
}
h1, h2, h3, h4, h5, h6 {
	color:#584527;
}
p{
	margin:5px;
}
a { color: #426bbe; }
a:visited { color: #7d93b1; }
input {
	border:1px solid #584527;
	width:100px;
	height:18px;
}

table {
	float: left;
}
.submit {
	cursor:pointer;
	float:right;
	width: 49px;
	height: 0;		/* for the good browsers */	
	padding: 20px 0 0 0;
	border: 0;
	background: transparent url(http://images.residentsource.com/design/btn-login.gif) no-repeat center top;
	overflow: hidden;
}
*+html .submit {
	height:20px;
}
#main {
	float:left;
	border:1px solid #584527;
	width:780px;
}

/* header */
#header {
	float:left;
	background:url(http://images.residentsource.com/design/southgate/orange/header-home.gif) no-repeat;
	width:780px;
	height:70px;
	color:#fff;
}
#header h1 {
	color:#fff;
}

/* nav */
#nav {
	float:left;
	font-size:10px;
	color:#fff;
	background:url(http://images.residentsource.com/design/southgate/orange/nav-home.gif) repeat-x #76131c;
	width:780px;
	height:20px;	
}
#nav a {
	font-size:11px;
	color:#fff;
	text-decoration: none;
}
#nav ul {
	list-style:none;
	padding:0;
	margin:3px 0px 0 8px;
}
#nav ul li {
	float:left;
	margin:0px 8px 0 0;
	padding:0;

}
#body {
	float:left;
	color:#707070;
	padding:0 0 3px 3px;
	margin-top:10px;
	width:780px;	
	border-bottom:35px solid #584527;
}

#body h2{
	color:#584527;
	font-size:16px;
}
#footer {
	float:left;
	width:780px;
	margin:10px 0;
	text-align:center;
	color:#584527;
}
#footer a {
	color:#584527;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.left{
	float:left;
	width:395px;	
	margin-right:3px;	
}
.left .welcome {
	float:left;
	height:261px;
	margin-bottom:4px;
	margin-left:10px;
	text-align:justify;
	line-height:16px;
	font-size:13px;
	overflow:hidden;
}
.left .login {
	float:left;
	background:url(http://images.residentsource.com/design/southgate/orange/login-home.gif) #efaf58 no-repeat;
	width:172px;
	height:166px;
	padding:5px 5px 5px 5px;
	margin-right:3px;                                                       
	color:#584527;
	font-weight:bold;
	overflow:hidden;	
}
.login table{ margin:5px auto; }
.login tr{ line-height:22px; }
.login td{ text-align:right; }
.login td.forgot{ text-align:left; }
.login p{ margin-top:15px;}
.left .image {
	float:left;
	width:206px;
	height:180px;	
	padding:0px;	
}
.right{
	float:right;
	width:380px;
	text-align:right;
}
.right .image {
	float:left;
	width:370px;
	height:261px;
	padding:0px;
	margin-bottom:4px;
}
.right .text {
	float:right;
	text-align:justify;
	line-height:18px;
	margin-right:10px;
	padding:10px;
	width:350px;
	background-color:#f0eaca;
	height:160px;
	overflow:hidden;
}

.lockout {
	margin-left: 10px;
	margin-top: 15px;
	display: block;
}

.ezUpLoginLinks {
    text-align: center;
    font-size: 14px;
}

.ezUpLoginLinks a {
    text-decoration: none;
}

.ezUpHubLogin {
    text-align: left;
    padding-left: 5px;
}


.ezUpHubLogin a {
    text-decoration: none;
}

.ezUpLoginLinks a:hover {
    text-decoration: underline;
    color:;
}

.ezUpHubLogin a:hover {
    text-decoration: underline;
    color:;
}
