@charset "utf-8";
#wrapper {
	width: 778px;
	font-family: "Times New Roman", Times, serif;
	;
}
body {
	background-image: url(/images/background.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#leftside {
	float: left;
	width: 153px;
	
}
#rightside {
	float: right;
	width: 620px;
	margin-top: 5px;
	
}
#header {
	width: 100%;
}
#home_content {
	background-image: url(../images/home_page_backgroud.jpg);
	height: 405px;
	position: relative;
	background-repeat: no-repeat;
	width: 100%;
    	
}

#rental_content {
	background-image: url(../images/rental_application_background.jpg);
	height: 405px;
	position: relative;
	background-repeat: no-repeat;
	width: 100%;
    	
}

#maintenence_content {
	background-image: url(../images/maintenence_request_background.jpg);
	height: 405px;
	position: relative;
	background-repeat: no-repeat;
	width: 100%;
    	
}

#company_content {
	background-image: url(../images/company_information_background.jpg);
	height: 469px;
	position: relative;
	background-repeat: no-repeat;
	width: 100%;
    	
}

#copy td {
  border: 1px solid #000000; 
}
.inside td {
  border: none;
}

#content {
	position: relative;
	width: 100%;
	background-color: #B2B3A0;
	border-left: 1px solid #000000;
	/*border-right: 1px solid #000000;*/

}

#copy {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	margin-right: 10px;
	margin-left: 10px;
	border-color:#000000;
}

#copy_top{
background-image: url(../images/table_bar.gif);
width: 620px;
border: none;

}

#copy_bottom{
background-image: url(../images/bottom_bar.jpg);
background-repeat:no-repeat;
width: 620px;
border: none;

}


#home_copy {
	position: absolute;
	left:5px;
	bottom: 20px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#rental_copy {
	position: absolute;
	left:5px;
	width: 300px;
	padding-left: 10px;
	font-size: 14px;
	padding-top: 10px;
}

#company_copy {
	position: absolute;
	left:5px;
	width: 90%;
	padding-left: 10px;
	font-size: 12px;
	padding-top: 10px;
}

#contact_copy {
	position: absolute;
	left:5px;
	width: 90%;
	padding-left: 10px;
	font-size: 14px;
	padding-top: 10px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}


#nav{
	background-color: #3E5B37;
	vertical-align:top;
	padding-left: 4px;
	padding-top: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	list-style: none;	
}


#nav ul {

list-sytle:none;
margin:0;
padding:0;
}


#nav a {
text-decoration: none;
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:18px;

}
#nav li{
	margin-top:10px;
	margin-bottom: 10px;

}


#nav li:hover{
background-color:#677A61;

}


#subnav{
	background-color: #3E5B37;
	vertical-align:top;
	padding-left: 4px;
	padding-top: 3px;
	font-size: 12px;
	border: 0px none #000000;
	list-style: none;	
}

#subnav ul {
list-sytle:none;
margin:0;
padding:0;
}


#subnav a {
text-decoration: none;
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:14px;

}
#subnav li{
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 20px;
}


#subnav li:hover{
background-color:#677A61;

}
#apartment {
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
}

#bullet_links{
text-decoration:none;
color:#F10523;}



