
/* NORMAL */

ul {
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 1.5em;
}

ul li {
	list-style-type: none;
	color: #586a72;
	text-decoration: none;
	font-size: 12px;
	background: url(../images/blue_bullet.gif) no-repeat 2px 5px;
	padding: 0 0 0 15px;
}

/* FOOTER */

#footer {
	background: #eeeeee;
	padding: 20px;
	width: 942px;
	font-size: 11px;
}

#footer ul {
	margin: 0 40px 0 0;
	padding: 0;
	width: 120px;
	float: left;
}

#footer ul li {
	background: none;
	list-style-type: none;
	border-bottom: 1px solid #d4d5d7;
	padding: 3px 0 3px 0;
	color: #858585;
}

#footer ul li.header {
	list-style-type: none;
	border: none;
	padding: 0 0 8px 0;
}

#footer ul li a {
	text-decoration: none;
	color: #858585;
	font-size: 11px;
}

#footer ul li a:hover{
	text-decoration: underline;
	color: #858585;
}

#footer_address {
	//float: right;
	//width: 250px;
	color: #858585;
	margin: 20px 0 0 0;
}

#footer_tel {
	padding: 4px 0;
	border-top: 1px solid #d4d5d7;
	border-bottom: 1px solid #d4d5d7;
}

/* CURRENT DEVELOPMENTS*/

ul.properties_list {
	margin: 10px 0;
	padding: 0;
	width: 322px;
}
ul.properties_list li {
	background: none;
	list-style-type: none;
	font-size: 13px;
	border-bottom: 1px solid #d4d5d7;
	padding: 3px 0 3px 15px;
}
ul.properties_list li.last {
	border: none;
}
ul.properties_list li a {
	background: url(../images/icons/green_arrow.gif) no-repeat 0 3px;
	padding-left: 18px;
	display: block;
	width: 202px;
}
ul.properties_list li span {
	top: 5px;
}
ul.current_devs {
	margin: 10px 0;
	padding: 0;
	width: 322px;
}
ul.current_devs li {
	background: none;
	list-style-type: none;
	font-size: 13px;
	border-bottom: 1px solid #d4d5d7;
	padding: 3px 0 3px 15px;
}
ul.current_devs li.last {
	border: none;
}
ul.current_devs li a {
	background: url(../images/icons/green_arrow.gif) no-repeat 0 3px;
	padding-left: 18px;
}
.current_devs ul {
	margin: 10px 0;
	padding: 0;
	width: 322px;
}
.current_devs ul li {
	background: none;
	list-style-type: none;
	font-size: 13px;
	border-bottom: 1px solid #d4d5d7;
	padding: 3px 0 3px 15px;
}
.current_devs ul li.last, .current_devs ul li:last-child  {
	border: none;
}
.current_devs ul li a {
	background: url(../images/icons/green_arrow.gif) no-repeat 0 3px;
	padding-left: 18px;
}

/* NEWS */

.gallery ul.news_paginate {
	float: left;
	display: inline;
	margin: 0px 5px 0 10px;
	padding:0px;
}

ul.news_paginate { 
	margin: 0px;
	padding: 0px; 
	margin-left: 20px;
	margin-top: 15px;
}
ul.news_paginate li {
	margin: 0px;
	padding: 0px; 
	background: none;
	list-style-type: none;
	display: inline;
	float: left;
	margin-right: 5px;
}

ul.news_list{
	margin: 10px 0;
	padding: 0;
	width: 322px;
}

ul.news_list li {
	background: url(../images/icons/green_arrow.gif) no-repeat 0 12px;
	list-style-type: none;
	font-size: 13px;
	border-bottom: 1px solid #d4d5d7;
	padding: 10px 0px 10px 18px;
	line-height: 18px;
}

ul.news_list li.last {
	border: none;
}

ul.news_list li a:hover {
	color: #7AB800;
	text-decoration: none;
}

/* FIND HOME */

ul.find_home{
	margin: 10px 0;
	padding: 0;
	width: 322px;
}
ul.find_home li#loading {
	background: none;
	border: 0px;
	padding: 10px 0px 0px 0px;
}
ul.find_home li#loading span {
	display: block;
	vertical-align: middle;
	line-height: 32px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
ul.find_home li#loading img {
	margin:  0px 20px 0px 10px;
	float: left;
}
ul.find_home li {
	background: url(../images/icons/green_arrow.gif) no-repeat 0 10px;
	list-style-type: none;
	font-size: 13px;
	border-bottom: 1px solid #d4d5d7;
	padding: 8px 0px 8px 18px;
	line-height: 16px;
}

ul.find_home li.last {
	border: none;
}

ul.find_home li a:hover {
	color: #7AB800;
	text-decoration: none;
}


/* GALLERY */

ul.gallery_options {
	margin: 0px;
	padding: 0px;
	float: right;
	margin-top: 60px;
	margin-right: 0px;
	width: 555px;
}

ul.gallery_options li {
	list-style-type: none;
	background: none;
	display: inline;
	height: 24px;
	width: 170px;
	float: right;
	font-size: 14px;
	padding: 0px;
	margin-right: 15px;
}

