/* CSS Document */

body {
	background-color: #bebebe;
	margin-top: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: black;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 16px 0px 16px;
}

#heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #4b0c0e;
	font-weight: bold;
	font-style: normal;
	padding: 12px 0px 10px 20px;
	margin-top: 0px;
	float:left;
	width: 640px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
	color: black;
	padding: 0px 16px 0px 16px;
	margin: 0px 0px 0px 12px;
}

li {
	padding: 2px 0px 2px 0px;
	list-style-type: square;
}

hr {
	height: 1px;
	color: black;
}

/* ------- HEADER ----------*/

#maincontainer {
	width: 850px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	border: 1px solid black;
	background-color: white;
}

#header {
	height: 145px; /*Height of top section*/
}

/* ---- Main Nav ---- */
#mainnav {
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid black;
	float: left;
}

#mainnav li {
	list-style-type: none;
	border-bottom: 1px solid #7f7f7f;
	margin: 0px;
	padding: 0;
}

#mainnav a, #mainnav a:visited {
	color: black;
	text-decoration: none;
	padding: 7px 0px 7px 10px;
	display: block;
	border-right: 1px solid #ffad01;
	margin: 0px;
}

#mainnav a:hover {
	background-color: #dddddd;
	background-image: url(../images/over-point.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: black;
	text-decoration: none;
	display: block;
}

#mainnav #selected {
	background-color: #dddddd;
	background-image: url(../images/over-point.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: black;
	text-decoration: none;
	display: block;
}

/* ------------ START Left Column For Navigation -------------- */

#leftcolumn {
	float: left;
	width: 140px; /*Width of left column in pixels*/
	background-color: white;
	border-right: 1px solid black;
}

/* ------------ START Content Column HOME PAGE -------------- */

#toptag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: black;
	font-weight: bold;
	font-style: italic;
	padding: 16px 0px 0px 46px;
	margin-top: 0px;
	float: left;
}

#toptaglink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: black;
	padding: 2px 0px 0px 558px;
	margin-top: 0px;
	float: left;
}

#toptaglink a, #toptaglink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
}

#toptaglink a:hover {
	text-decoration: overline;
}

#homerentalinvplan {
	background-image: url(../images/hp-people.jpg);
	background-repeat: no-repeat;
	height: 192px;
	width: 692px;
	margin: 0;
	float: left;
}

#rentplanhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #551b1c;
	font-weight: bold;
	padding: 50px 10px 0px 300px;
	margin-top: 0px;
}

#rentplanpara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: black;
	font-weight: normal;
	padding: 10px 16px 0px 300px;
	margin-top: 0px;
}

#rentplanpara a, #rentplanpara a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
}

#rentplanpara a:hover {
	text-decoration: overline;
}


#box1 {
	float: left;
	width: 210px; /*Width of left column in pixels*/
	height: 104px;
	background-color: #e7e7e7;
	margin: 0px 0px 0px 20px;
	border-top: 2px solid black;
}

#box2 {
	float: left;
	width: 210px; /*Width of left column in pixels*/
	height: 104px;
	background-color: #e7e7e7;
	margin: 0px 0px 0px 20px;
	border-top: 2px solid black;
}

#box3 {
	float: left;
	width: 210px; /*Width of left column in pixels*/
	height: 104px;
	background-color: #e7e7e7;
	margin: 0px 0px 0px 20px;
	border-top: 2px solid black;
}

#boxhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #551b1c;
	font-weight: bold;
	padding: 12px 10px 0px 10px;
	margin-top: 0px;
}

#boxpara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: black;
	font-weight: normal;
	padding: 4px 10px 0px 10px;
	margin-top: 0px;
}

#boxpara a, #boxpara a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
}

#boxpara a:hover {
	text-decoration: overline;
}

#btmtag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: black;
	font-weight: normal;
	padding: 22px 10px 0px 20px;
	margin-top: 0px;
	float: left;
	width: 670px;
}

#actionline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #551b1c;
	font-weight: bold;
	padding: 24px 10px 18px 20px;
	margin-top: 0px;
	float: left;
}

#actionline a, #actionline a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}

#actionline a:hover {
	text-decoration: overline;
}

/* ------------ START Content Column HOME PAGE -------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #4b0c0e;
	font-weight: bold;
	font-style: normal;
	padding: 16px 0px 10px 20px;
	margin-top: 0px;
	float:left;
	width: 640px;
}

#intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: black;
	margin-left: 0px;
	margin-right: 0px;
	padding: 8px 20px 10px 20px;
	float: left;
	width: 640px;
}

#para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: black;
	margin-left: 0px;
	margin-right: 0px;
	padding: 8px 20px 10px 20px;
	float: left;
	width: 640px;
}

#para a, #para a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
}

#para a:hover {
	text-decoration: overline;
}

/*--------- FOOTER ----------*/

#footer {
	float: left;
	width: 850px;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px; 
}

#footer a, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: white;
	text-align: center;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: overline;
}

