* {
	font-family:Verdana;
}
body {
	margin: 8px auto;
	width: 900px;
	background-color: #ffffff;
}

A         {font-family:Arial}
A:link    {color:#ffffff;}
A:visited {color:#ffffff;}
A:hover   {color:#ffffff;}
A:active  {color:#ffffff;}

/*----------------------------------------------*/
/*-------------------- main --------------------*/
/*----------------------------------------------*/
#main {
	margin: 0px auto;
	border-right: 8px solid #87888a;
	border-bottom: 8px solid #87888a;
	border-left: 8px solid #87888a;
	width: 780px;
	height: 605px;
}

/*----------------------------------------------*/
/*----------------- begin header ---------------*/
/*----------------------------------------------*/
#main .header {
	float: left;
	width: 780px;
	height: 100px;
	background-color: #ffffff;
	color: #000000;
	margin-bottom: 35px;
}

h1{
font-size: 16pt;
}

/*----------------------------------------------*/
/*------------------- begin nav ----------------*/
/*----------------------------------------------*/
#main .header #nav {
	float: left;
	background: url(http://images.residentsource.com/design/oakgrove/sandbox/home-navbar.jpg) no-repeat #000000;
	color: #ffffff;
	width: 780px;
	height: 35px;
}

#main .header #nav a {
  	padding: 0px 1px;
  	font-family: arial;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
}

#main .header #nav ul {
	float: left;
	list-style: none;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	height: 17px;
	width: 660px;
	margin-top: 10px;
}

#main .header #nav ul li {
display: inline;
	text-align: left;
	width: 128px;
	height: 14px;
	margin-top: 10px;
}

#main .header .menuspacer{
	color: #ff8c00;
	font-size: 9px;
}


#main .header .logo{
	float: left;
	font-size: 10px;
		background:url(http://images.residentsource.com/design/oakgrove/header-pic.jpg) no-repeat #ffffff;
	background-position: right;
	border-bottom: 1px solid #000000;
	color: #ba913f;
	width: 780px;
	height: 127px;
}

#body{
	float: left;
	width: 778px;
	margin-top: 40px;

}
/*----------------------------------------------*/
/*-------------- begin container01 -------------*/
/*----------------------------------------------*/
#body .container01{
	float: left;
	background: url(http://images.residentsource.com/design/oakgrove/sandbox/text-bkg.jpg) no-repeat #ffffff;
	width: 384px;
	height: 425px;
	margin-right: 1px;
	margin-left: 5px;
}

#body .container01  .welcome{
	float: left;
	color: #436a95;
	width: 357px;
	height: 157px;
	margin: 5px 0px 35px 10px;
	border-bottom: .1em dotted #000000;
}

#body .container01 .welcome .welcome-label{
	font-family: Bodoni MT;
	font-weight: bold;
	letter-spacing: -1.5px;
	font-size: 24pt;
	color: #000000;
	width: 80px;
	height: 36px
}

#body .container01 .welcome-txt{
	font-family: verdana;
	font-size: 7pt;
	line-height: 11pt;
	color: #000000;
	width: 357px;
	height: 100px;
	overflow: hidden;
}

#body .container01 .textarea01{
	float: left;
	color: #000000;
	width: 357px;
	height: 200px;
	margin-left: 10px;
}

#body .container01 .textarea01 #img02{
	float: left;
	width: 185px;
	height: 122px;
	border: 1px solid #000000;
	margin: 0px 10px 0px 0px;
}

#body .container01 .textarea01 #txt01{
	font-family: verdana;
	font-size: 7pt;
	line-height: 11pt;
}

/*----------------------------------------------*/
/*-------------- begin container02 -------------*/
/*----------------------------------------------*/
#body .container02  {
	float: left;
	width: 386px;
	height: 425px;
	margin-left: 2px;
	background-color: #ffffff;
}

#body .container02 #img01{
	float: left;
	border: 1px solid #000000;
	width: 384px;
	height: 338px;
}

/*----------------------------------------------*/
/*---------------- begin login box -------------*/
/*----------------------------------------------*/
#body .container02 .login{
	background: url(http://images.residentsource.com/design/oakgrove/sandbox/login-bkg.jpg) no-repeat #ffffff;
	float: left;
	width: 386px;
	height: 83px;
	margin-top: 2px;
}
.container02 .fail {
	font-size:9px;
	float:left;
}
.container02 .loggeduser{
	float: left;
	color: #000000;
	width: 265px;
	height: 85px;
	margin: 5px 0px 0px 65px;
	padding: 0px 0px 0px 0px;
}

.container02 .loggeduser p {
	font-size: 10px;
	font-weight: bold;
	width: 240px;
	height: 20px;
	margin: 4px 0px 0px 10px;
	padding: 0px;
}

.container012 .login .loggeduser a {
	float: none;
	color: 	#436a95;
}


#body .container02 .login table{
	font-family:arial;
	font-size: 8pt;
	color: #ffffff;
	float: left;
	width: 378px;
	height: 55px;
	margin: 2px 5px;
}

#body .container02 .login a{
	text-align: right;
	font-size: 7pt;
	font-weight: normal;
}

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

#body .container02 input{
	font-size: 10px;
	height: 16px;
	width: 115px;
	border: 1px solid #000000;
}

#body .container02 .btn {
	cursor:pointer;
	width: 57px;
	height: 20px;
}

#footer {
	float:left;
	width:780px;
	margin:10px 0;
	text-align:center;
	color:#ba913f;
}

#footer a {
	color:#ba913f;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

