@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#topBar {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 5px;
	width: 100%;
	background-color: 339900;
	background-image: url(images/green_dot.gif);
}

#logo {
	position: absolute;
	z-index: 2;
	height: 68px;
	width: 177px;
	top: 35px;
	left: 30px;
	}
	
#selected {
	position: absolute;
	z-index: 3;
	height: 37px;
	width: 214px;

	}
	
.btnServices {
	top: 346px;
	left: 0px;
	}

.btnRes {
	top: 379px;
	left: 0px;
	}

.btnOwners {
	top: 411px;
	left: 0px;
	}
	
.btnTenants {
	top: 443px;
	left: 0px;
	}
	
.btnContact {
	top: 479px;
	left: 0px;
	}


.btnMaintenance {
	top: 476px;
	left: 0px;
	}

.mainContent {
	padding: 0px 53px 0px 53px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #eeeded;
	line-height: 18px;
	color: #3e403e;
}

.subMenu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #cddac8;
	letter-spacing: 1px;
	text-indent: 20px;
	list-style-type: none;
}

#menu {
	float: left;
	margin: 0px 0px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 32px;
	font-weight: bold;
	color: #efefef;
	position: absolute;
	height: 180px;
	width: 243px;
	letter-spacing: 1px;	
}


#menu a {
	color: #c2d0c0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 32px;
	font-weight: bold;
	color: #efefef;
	text-decoration: none;
	}
	
#menu a:hover {
	color: #9dbc99;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-color: 7b7b7b;
	font-weight: normal;
	color: #7b7b7b;

}

.boldTxt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #585858;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #a9a9a9;
	line-height: 22px;
}


.footer a {
	font-size:10px;
	color: #a9a9a9;
}

.footer a:hover {
	font-size:10px;
	color: #c83400;
}



.introTxt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-color: 7b7b7b;
	color: #7b7b7b;
	letter-spacing: 1px;
}
ul {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
	line-height: 22px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #23611d;
	text-decoration: underline;
}

a:visited {
	color: #5fa058;
}

a:hover {
	color: #c83400;
}
.phone {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #61a329;
}

