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

body  {
	font: 16px Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	background: #013f6e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.header {
	width:1024px;
	height:140px;
	border:none;
	background:url(images/logo.jpg) no-repeat left;
} 

.header-right {
	width:1024px;
	height:140px;
	border:none;
	background:url(images/house.gif) no-repeat right;
} 

.menu {
	float:right;
	margin-top:20px;
	padding-top:4px;
	text-align:right;
}

.menu a {
	height:25px;
	font-size:16px;
	text-decoration:none;
	color:#00548f;
}

.menu a:hover {
	text-decoration:underline;
}

.flower {
	background: url(images/menu-flower.jpg) no-repeat;
	width:60px;
	height:25px;
	float:right;
	margin-top:20px;
}

.tagline {
	background:url(images/tagline.gif) no-repeat;
	margin:50px 0 0 500px;
	width:250px;
	height:40px;
}

.bar {
	width:1024px;
	height:12px;
	border:none;
	background:url(images/bar.gif) repeat-y;
} 

.sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 215px;
	height: 478px;
	margin:0;
	padding:0;
	background:url(images/sidebar.jpg) no-repeat;
}

.mainside {
	float:left;
	width:175px;
	height:110px;
	margin:20px 0 0 20px;
}

.aboutside {
	float:left;
	width:175px;
	margin:20px 0 0 20px;
	padding:10px;
	background-color:#FFFFFF;
	border:4px #9BBC64 solid;
	color:#013F6E;
}

.tenants {
	background:url(images/tenants.gif);
	float:left;
	width:215px;
	height:50px;
}

.owners {
	background:url(images/owners.gif);
	float:left;
	width:215px;
	height:50px;
}

.button {
	background:url(images/button.png) no-repeat;
	float:left;
	width:190px;
	height:40px;
	text-align:right;
	font-size: 16px;
	font-weight:bold;
	padding:10px 30px 0 0;
	color:#00548F;
	text-decoration:none;
}

.button:hover {
	background:url(images/button2.png) no-repeat;
	cursor:hand;
	width:192px;
	height:38px;
	padding:12px 28px 0 0;
	color:#9ABB63;
}

.button a:link {
	text-decoration: none;
}

.content { 
	margin: 0 0 0 235px;
	width:729px;
	min-height:420px;
	padding:20px;
}
.inside {
	width:500px;
}

.rt-sidebar {
	background:url(images/clients-header.gif) no-repeat;
	width:195px;
	min-height:420px;
	float:right;
	padding:35px 0px;
	margin-left:20px;
	color:#00548F;
	font-size:14px;
}

.testimonial {
	color:#000000;
}

.footer {
	text-align:center;
	padding-top:82px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/footer.gif) no-repeat;
	width:1024px;
	height:100px;
} 
.footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-size:20px;
	color:#00548F;
}
h2 {
	font-size:18px;
	color:#00548F;
}
h3 {
	font-size:16px;
	color:#00548F;
	margin-bottom:-15px;
}
a {
	color:#00548F;
}
a:hover {
	color:#9ABB63;
}
#red {
	color:#A8000D;
	font-weight:bold;
}
.logos {
	margin:20px;
}