/* Main Structural DIVs and their default styles
================================================================================================================ */


/* ------------------------------------------------------------------------------------------- */
#topBar {
	background-color: #006857;
	height: 60px;
	margin-bottom: 20px;
}
/* ------------------------------------------------------------------------------------------- */
#bottomBar {
	background-color: #006857;
	height: 60px;
	margin: 20px 0 10px 0;
}


/* ------------------------------------------------------------------------------------------- */
table#container {
	border-collapse:collapse;
	width:100%
}
table#container tr td.left {
	background-color:#717074;
	vertical-align: top;
}
table#container tr td.center {
	vertical-align: top;
	width:850px;
}
table#container tr td.right {
/*	background-image: url(/img/weknowdevelopment.jpg);*/
	background-color: #f5a01a; 
	background-image: url('/img/weknowdevelopmentHome.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	width: 20%;
}



/* ------------------------------------------------------------------------------------------- */
/*#header {
	background-color: #f5a01a;
	height: 180px;
	position: relative;
	width: 850px;
}*/
#header {
	background-image: url('/img/homeHeader.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 219px;
	position: relative;
	width: 850px;
}


/* ------------------------------------------------------------------------------------------- */
#navbar {
/*	top: 10px;*/
}
#navbar {
	position: absolute;
	top: 12px;
/*	left: 1px;*/
}
#navbar li {
	float: left;
}


/* ------------------------------------------------------------------------------------------- */
#content {

}


/* ------------------------------------------------------------------------------------------- */
#main {
	margin-top: 20px;
}
#main p.intro {
	font-size: 13px;
	line-height: 200%;
}
#main ul {
	margin: 0 0 20px 15px;
}
#main ul li {
	list-style: outside;
	margin-bottom: 10px;
}


#main ul.file_list {
	margin: 0;
}
#main ul.file_list li,
#main ul.pdf_list li {
	border-bottom: 1px solid #fff;
	list-style-type: none;
	margin-bottom: 0;
}
#main ul.file_list li a {
	background: url(/img/icon_double_arrow.gif) no-repeat;
	background-position: 0px 3px;
	display: block;
	line-height: 22px;
	padding: 0 0 0 24px;
}
#main ul.pdf_list li a {
	background: url(/img/icon_pdf.gif) no-repeat;
	background-position: 0px 0px;
}
#main ul.file_list li a:hover {
	background-color: #e6e6e6;
}

/* ------------------------------------------------------------------------------------------- */
#sidebar {
	background-color: #efefef;
	border: 1px solid #cdcdcd;
	float: right;
	margin: 0 0 50px 20px;
	padding: 10px;
	width: 300px;
}


/* ------------------------------------------------------------------------------------------- */
#footer {
	border-top: 1px solid #cdcdcd;
	padding-top: 5px;
	text-align: left;
}
#footer a {
	color: #006857;
	margin: 0 10px;
}


div#propertyName {
	background-color:#fad08f; 
	color: #006857;
	font-size: 15px;
	font-weight: bold;
	padding:10px;
}
div#propertyContactInfo {
	background-color:#fde8c8;
	padding:10px;
}

