* {
	font-family:Verdana;
}
body {
	margin: 0 auto;
	width: 790px;
	background-color: #ffffff;
	font-size: 10px;
}

p {
	font-size: 11px;
	line-height: 18pt;
	margin-top: 5px;
	margin-left: 15px;
}

/*----------------------------------------------*/
/*-------------------- main --------------------*/
/*----------------------------------------------*/
#main {
	margin: 10px auto;
	width: 715px;
	height: 908px;
	border-top: 1px solid #6b6f72;
	border-right: 1px solid #6b6f72;
	border-bottom: 15px solid #2f363e;
	border-left: 7px solid #1e252d;	
}

/*----------------------------------------------*/
/*----------------- begin header ---------------*/
/*----------------------------------------------*/
#header {
	float:left;
	width: 715px;
	height: 85px;
		background: url(http://images.residentsource.com/comm/wd/wdlakepkapts/header.jpg) no-repeat;
		background-color: #ffffff;
	color: #000000;
}
#header h1 {
	width: 280px;
	margin-top: 30px;
	margin-left: 50px;
	color: #03aea3;
}
*+html #header h1{
	font-size: 18px;
}

#main .container01{
	float: left;
	background:url(http://images.residentsource.com/design/blueridge/blue/nav_log_img.jpg) no-repeat #6b6f72;
	width: 715px;
	height: 377px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#main .container01 #displayed{
	background-color:#e4e9ef;
	float: left;
	width: 485px;
	height: 362px;
	margin: 14px 0 0 0;
}
#main .container01 #displayed .img01{
	margin-left: auto;
	margin-right: auto;
}
/*----------------------------------------------*/
/*------------------- begin nav ----------------*/
/*----------------------------------------------*/
#nav {
	float: right;
	font-size: 11px;
	color: #000000;
	width: 196px;
	height: 262px;
	margin: 14px 0 0 15px;
}

#nav a {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#nav ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 5px 30px 45px 0;
	width: 150px;
}

#nav ul li {

	text-align: left;
	margin: 5px 0 15px 0;
	width: 128px;
	height: 14px;
	border-left: 6px solid white;
	padding: 1px 8px;
}

/*----------------------------------------------*/
/*---------------- begin login box -------------*/
/*----------------------------------------------*/
.container01 .login{
	float: right;
	width: 196px;
	height: 88px;
}
.container01 .fail{
	padding:0;
	margin:0;
}

.lockout {
	margin-top: 24px;
	display: block;
}
.container01 .loggeduser{
	float: left;
	width: 135px;
	height: 75px;
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

.container01 .loggeduser p {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	width: 135px;
	height: 20px;
	margin: 3px 0 0 10px;
	padding: 0;
}

.container01 .login .loggeduser a {
	float: none;
	color: 	#ffffff;
}
.container01 .login table{
	color: #404040;
	font-weight: bold;
	float: right;
	width: 194px;
	height: 79px;
	margin-top: 13px;
	margin-left: 0;
	margin-right: 5px;
}

.container01 .login a{
	float: left;
	font-size: 9px;
	font-weight: normal;

}
.container01 input{
	font-size: 10px;
	height: 14px;
	width: 115px;
	border: 1px solid #000000;
}

.container01 .btn {
	cursor:pointer;
	float: right;
	width: 49px;	
	height: 0 !important;		/* for the good browsers */
	_height: 20px; 	padding: 18px 0 0 0;
	border: 1px solid black;
	background: transparent url(http://images.residentsource.com/design/btn-login.gif) no-repeat center top;
	overflow: hidden;
}

*+html .container01  .btn { height: 20px !important; } /* for IE7, as it ignores the underscore hack */


/*----------------------------------------------*/
/*------------------- begin body ----------------*/
/*----------------------------------------------*/
#body .container02  {
	float: left;
	background:url(http://images.residentsource.com/design/blueridge/blue/bkg-home.jpg) no-repeat #2f363e;
	color: #ffffff;
	width: 715px;
	height: 447px;
}

#body .container02 .welcome .welcome-label{
	font-size: 18px;
	color: #4959a6;
	width: 300px;
	margin-top: 5px;
	margin-left: 15px;
}

#body .container02  .welcome{
	float: left;
	color: #000000;
	width: 331px;
	height: 155px;
	margin: 11px 0 1px 139px;
	overflow: hidden;
}

#body .container02  .img02{
	width: 332px;
	margin-top: 0;
	margin-left: 139px;
	float: left;
}

#body .container02  .txt01{
	float: right;
	font-size: 11px;
	line-height: 18pt;
	color: #000000;
	width: 200px;
	height: 370px;
	margin-top: 40px;
	margin-right: 15px;
}

#footer {
	float:left;
	width:780px;
	margin:10px 0;
	text-align:center;
	color:#333333;
}
#footer a {
	color:#333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

