@charset "utf-8";
/* Eric Meyer's CSS reset | v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* general reset */
body{
	margin:0;
  	color:#000;
	font:13px/18px Tahoma,Arial,Verdana,sans-serif;
	background: #b3cec7;
}
img{border-style:none;}
a{
	text-decoration:underline;
	color:#0d7384;
}
a:hover{
	color:#cd542b;
}
input,
textarea,
select{
	font:13px/18px Tahoma,Arial,Verdana,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.page-width {
	margin:0 auto;
	width:779px;
	position:relative;
}
/* logo */
strong.logo a {
	position:absolute;
	left:0;
	top:0;
	width:388px;
	height:115px;
	background:url(../images/logo.gif);
	text-indent:-9999px;
	overflow:hidden;
	z-index:3;
}
/* content */
#content {
	width:100%;
	background:#fff;
	position:relative;
	z-index:1;
	overflow:hidden;
	height:1%;
}
.space-home {
	padding-top:423px;
}
.space-other {
	padding-top:351px;
}
#content:after {
	content:"";
	clear:both;
	height:0;
	display:block;
} 
/* left/main column's holder */
#content .main {
	float:left;
	width:570px;
	padding:0 0 15px;
}
/* center column */
#content .center {
	float:right;
	width:370px;
}
#content .center .back {
	color:#0f7384;
	padding:0 0 0 15px;
	background:url(../images/bg-arrow-back.gif) no-repeat 0 7px;
}
#content .center .main-heading {
	padding:15px 0 25px;
	position:relative;
	overflow:hidden;
/*	height:24px; */
	border-bottom:1px dashed #000;
}
#content .center .main-heading h1 {
	color:#0d7384;
	width:100%;
	font-size:24px;
	line-height:24px;
	letter-spacing:-2px;
}
#content .center h2 {
	margin:25px 0 0;
	padding:5px 0 0;
	border-top:1px dashed #000;
	color:#0f7384;
	font:bold 16px/18px Tahoma,Arial,Verdana,sans-serif;
}
#content .center .article-date {
	border: dashed #000;
	border-width:0 0 1px;
	font-size:11px;
	line-height:16px;
	color:#cd542b;
	padding:0 0 2px;
	width:100%;
}
#content .center .article-date strong {
	color:#000;
	font-size:13px;
}
#content .center .article {
	padding:0 0 5px;
}
#content .center .article .text p {
	margin:15px 0 0;
}
#content .center .article .text img {
	display:block;
	margin:5px 0 0;
}
/* slideshow */
#content .fade-gallery {
	margin:8px 0 0;
	position:relative;
	z-index:1;
}
#content .fade-gallery ul {
	overflow:hidden;
	height:1%;
}
#content .fade-gallery li {
	float:left;
	width:70px;
	height:70px;
	position:relative;
	overflow:hidden;
	background:#c5d2cf;
	border:solid #fff;
	border-width:1px 2px 1px 1px;
	padding: 0;
}
#content .fade-gallery li div {
	display:table;
}
* html #content .fade-gallery li div {position:relative;}
#content .fade-gallery li div span {
	display:table-cell;
	width:70px;
	height:70px;
	vertical-align:middle;
}
* html #content .fade-gallery li div span {
	position:absolute;
	top:50%;
	height:auto;
}
* + html #content .fade-gallery li div span {
	position:absolute;
	top:50%;
	height:auto;
}
#content .fade-gallery li img {
	display:block;
	margin:0 auto !important;
}
* html #content .fade-gallery li img {
	position:relative;
	top:-50%;
}
* + html #content .fade-gallery li img {
	position:relative;
	top:-50%;
}
#content .fade-gallery .big-img {
	background:#c5d2cf;
	width:363px;
	height:320px;
	overflow:hidden;
	position:relative;
}
#content .fade-gallery .slideshow {
	margin-top:-26px;
	position:relative;
	z-index:200;
	text-align:center;
	line-height:26px;
}
#content .fade-gallery .slideshow a {
	font-size:17px;
	color:#fff;
	text-decoration:none;
}
/* arrow */
/*
#content .fade-gallery .slideshow a span {
	padding:0 20px 0 0;
	background:url(../images/img-arrow.gif) no-repeat 100% 6px;
}
*/
#content .fade-gallery .item {
	position:absolute;
	left:0;
	top:0;
	background:#c5d2cf;
	z-index:1;
}
#content .fade-gallery .item div {
	display:table;
	width:363px;
	height:320px;
}
* html #content .fade-gallery .item div {
	position:relative;
}
* + html #content .fade-gallery .item div {
	position:relative;
}
#content .fade-gallery .item div span {
	display:table-cell;
	width:363px;
	height:320px;
	vertical-align:middle;
}
* html #content .fade-gallery .item div span {
	position:absolute;
	height:auto;
	top:50%;
}
* + html #content .fade-gallery .item div span {
	position:absolute;
	height:auto;
	top:50%;
}
#content .fade-gallery .item img {
	display:block;
	margin:0 auto !important;
}
* html #content .fade-gallery .item img {
	position:relative;
	top:-50%;
}
* + html #content .fade-gallery .item img {
	position:relative;
	top:-50%;
}
/* left column */
#content #navbar {
	float:left;
	width:175px;
	padding:75px 0 0;
}
#content #navbar h2 {
	color:#0d7384;
	margin:0 0 0 8px;
	font-size:19px;
	line-height:19px;
	height:19px;
	overflow:hidden;
}
#content .img-signature {
	margin:80px 0 0;
	background:#bbd1cc;
	padding:0 0 4px;
	width:180px;
	border:1px solid #bbd1cc;
}
#content .map-signature {
	margin:50px 0 0;
}
#content .no-signature {padding:0;}
#content .no-signature img {
	display:block;
}
#content .img-signature em {
	display:block;
	font-size:10px;
	line-height:11px;
	padding:0 5px;
	color:#272828 !important;
}
#content .map-signature em {
	font-size:11px;
	line-height:12px;
}
#content #navbar ul {
	margin:5px 0 0;
	border-top:1px dashed #000;
}
#content #navbar ul li {
	font-size:13px;
	line-height:14px;
	padding:2px 0 5px 22px;
	background:url(../images/bg-navbar-li.gif) no-repeat 8px 8px;
	border-bottom:1px dashed #000;
}
#content #navbar ul li a {
	color:#000;
	text-decoration:none;
}
#content #navbar ul li a:hover {
	color:#0d7384;
	text-decoration:underline;
}
/* main page news */
#content ul.post-list {
	overflow:hidden;
	padding:0 1px;
}
#content ul.post-list li {
	overflow:hidden;
	height:1%;
	padding:12px 0;
	margin-top:-1px;
	background:url(../images/bg-main-news.gif) repeat-x;
}
#content ul.post-list li .img {
	float:left;
	width:173px;
}
#content ul.post-list li .img img {
	float:right;
}
#content ul.post-list li h2 {margin:0 0 0 190px;}
#content ul.post-list li h2 a {
	text-decoration:none;
}
#content ul.post-list li h2 a:hover {
	text-decoration:underline;
}
#content ul.post-list li .content {
	margin:0 0 0 190px;
}
#content .contact-info dl.tel dt {
	float:left;
}
#content h3 {
	color:#0f7384;
	margin:25px 0 0;
	font-size:13px;
	line-height:18px;
}
#content h4 {
	margin:15px 0 0;
	font-size:13px;
	line-height:18px;
}
#content p {
	margin:0 0 20px;
}
#content h4.green {
	margin:0;
	color:#0f7384;
}
#content .dual-border {
	border:dashed #000;
	border-width:0 0 1px;
	padding:0 0 10px;
	margin:0 0 5px;
}
#content .dual-about {
	padding:2px 0 15px;
}
#content .dual-border p {
	margin:0 0 20px;
}
#content .contact-info a img {
	display:block;
	margin:10px 0 0;
}
#content .contact-info {
	padding:0 0 50px !important;
}
/* pdf */
ul.pdf-list {
	padding:5px 0 0;
	border-top:1px dashed #000;
}
ul.pdf-list li {
	padding:0 0 15px 60px;
	background:url(../images/ico-pdf.gif) no-repeat 0 2px;
}
ul.pdf-list li strong {
	display:block;
}
ul.pdf-list li strong a {}
ul.pdf-list li a {
	color:#000;
	text-decoration:none;
}
ul.pdf-list li a:hover {
	text-decoration:underline;
}
ul.pdf-list li .date {
	color:#cd542b;
	font-style:italic;
	font-size:11px;
}
/* blue bullet list */
.article ul {
	padding:0 0 10px;
}
.article ul li {
	padding:4px 0 4px 30px;
	background:url(../images/bg-bullet.gif) no-repeat 13px 10px;
}
/* numeric */
.article ol {
	margin:0 0 0 30px;
	padding:0;
}
.article ol li {
	padding:2px 0;
	background:none;
}
/* donation */
.donate {
	padding:20px 0;
}
.donate a img {
	display:block;
	margin:0 15px;
}
.donate ul {
	overflow:hidden;
	height:1%;
	padding:5px 0 0;
}
.donate ul li {
	float:left;
	padding:0 2px;
}
.donate ul li img {
	float:left;
	margin:0;
}
/* stories */
.stories .item {
	overflow:hidden;
	height:1%;
	padding:5px 0;
	border-top:1px dashed #000;
}
.stories .date {
	color:#cd542b;
	font-size:11px;
}
.stories img {
	float:left;
	margin:5px 10px 0 0;
}
.stories h3 {
	margin:0 !important;
}
.stories h3 a {
	text-decoration:none;
}
.stories h3 a:hover {
	color:#0D7384;
	text-decoration:underline;
}
.stories p {
	margin:0 !important;
}
.stories .wrap {
	overflow:hidden;
	height:1%;
}
strong.blue-strong {color:#0D7384;}
strong.red-strong {
	display:block;
	padding:10px 0 4px;
	color:#9d1d20;
	line-height:16px;
}
/*form error added by jo*/
div.errors {
	color:#9d1d20;
}
/*contact form do-not-move added by Jo*/
#cntForm #otherState, #newsForm  #otherState{
	display: block;
	margin: 7px 0 0 90px;
}
/* subscription form */
#content .subscript h2 {
	margin:0 !important;
	font:bold 13px/17px Tahoma,Arial,Verdana,sans-serif;
}
#content .subscript .row {
	overflow:hidden;
	height:1%;
	padding:5px 0;
}
#content .subscript .row.inline label {
	height: 23px;
}
#content .subscript .row.inline label.sublabel {
	width: 58px;
	margin-left: 11px;
}
#content .subscript .row input.medinput {
	width:120px;
}
#content .subscript .row input.smallinput {
	width:50px;
}
#content .subscript label {
	float:left;
	width:90px;
}
#content .subscript .row input {
	float:left;
	width:250px;
	padding:1px 5px 3px;
	background:none;
	border:1px solid #0f7384;
}
#content .subscript .row textarea {
	float:left;
	width:250px;
	padding:1px 5px 3px;
	background:none;
	border:1px solid #0f7384;
}
#content .subscript .sub input {
	width:auto;
	border:none;
}
#content .subscript .sub label {
	float:none;
	width:auto;
	display:block;
	overflow:hidden;
}
#content .subscript .btn {
	padding:10px 0 20px;
}
/* right column */
#sidebar {
	float:right;
	width:185px;
	margin:20px 0 0;
	padding:0 0 40px;
}
/* ----------------------------------------------- */
#sidebar a.button {
	width:155px;
	height:20px;
	display:block;
	text-indent:-9999px;
}
#sidebar a.donate {
	padding:0;
	margin:10px 0 0 10px;
	background:url(../images/btn-donate.gif) no-repeat;
}
#sidebar a.subscribe {
	margin:10px 0 0 13px;
	background:url(../images/btn-subscribe.gif) no-repeat;
}
#sidebar a.read-more {
	margin:10px 0 0 13px;
	background:url(../images/btn-read-more.gif) no-repeat;
}

#sidebar .box {
	margin:5px 4px 0 0;
	padding:0 0 8px;
}
#sidebar .box .bg-top {
	padding:8px 0 0;
}
#sidebar .less-padding {
	padding:0 0 4px;
}
#sidebar .less-padding .bg-top {
	padding:4px 0 0;
}
#sidebar .blue-bg {
	color:#fff;
	background:#0f7384 url(../images/bg-blue-box.gif) no-repeat 0 100%;
}
#sidebar .blue-bg .bg-top {
	background:url(../images/bg-blue-box-top.gif) no-repeat;
}
#sidebar .orange-bg {
	margin:5px 5px 0 0;
	color:#3f3e3e;
	background:#f38420 url(../images/bg-orange-box.gif) no-repeat 0 100%;
}
#sidebar .orange-bg .bg-top {
	background:url(../images/bg-orange-box-top.gif) no-repeat;
}
#sidebar .green-bg {
	color:#fff;
	margin:5px 6px 0 0;
	background:#659d90 url(../images/bg-green-box.gif) no-repeat 0 100%;
}
#sidebar .green-bg .bg-top {
	background:url(../images/bg-green-box-top.gif) no-repeat;
}
#sidebar .red-bg {
	margin:5px 3px 0 0;
	padding:0 0 4px;
	background:#9d1d20 url(../images/bg-red-box.gif) no-repeat 0 100%;
}
#sidebar .red-bg .bg-top {
	padding:4px 0 0;
	background:url(../images/bg-red-box-top.gif) no-repeat;
}
#sidebar .box input {
	display:block;
	margin:8px auto 0;
}
#sidebar .box input.text {
	display:block;
	width:145px;
	padding:1px 5px;
	margin:0 auto -5px;
	background:#fff;
	border:1px solid #000;
	font:12px/14px Arial, Helvetica, sans-serif;
}
#sidebar .blue-bg input {
	margin:5px auto 0;
}
#sidebar .box h2 {
	letter-spacing:-1px;
	margin:0 -20px 0 0;
	padding:0 0 0 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	line-height:17px;
	height:20px;
	width:170px;
	position:relative;
	overflow:hidden;
	white-space:nowrap;
}
#sidebar .box .link {
	letter-spacing:-2px;
	margin:0 -20px 0 0;
	padding:0 0 0 12px;
	text-transform:uppercase;
	font-size:17px;
	line-height:17px;
	height:20px;
	width:167px;
	position:relative;
	overflow:hidden;
	white-space:nowrap;
}
#sidebar .red-bg h2 {
	margin:3px 0 5px 0;
	padding:0 0 0 6px;
	height:48px;
	text-indent:-9999px;
	background:url(../images/for-all.gif) no-repeat 6px 0;
}
/*added by Jo on 17/July/2009*/
#sidebar .red-bg h2 a {
	display:block;
	height:48px;
}
#sidebar .less-padding h2 {
	padding:0 0 0 6px;
}
#sidebar .box p {
	margin:0 12px;
	line-height:15px;
}
#sidebar .box label {
	display:block;
	padding:0 12px;
}
#sidebar .box .box-img:after {
	content:"";
	clear:both;
	height:0;
	display:block;
} 
* html #sidebar .box .box-img {height:1%;}
* + html #sidebar .box .box-img {height:1%;}
#sidebar .box .box-img {
	position:relative;
	padding:0 5px;
}
#sidebar .box .box-img img {
	float:right;
	margin-top:-55px;
}
#sidebar .single-box {
	margin:50px 0 0;
}
#sidebar .single-box img {
	display:block;
	margin:0;
	vertical-align:top;
}
#sidebar .border-box {
	width:180px;
	background:#c5d2cf;
	font-size:12px;
	line-height:15px;
	border:1px solid #689f92;
	overflow: hidden;
}
#sidebar .border-box .img {
	padding:5px;
}
#sidebar .border-box a.fn,
#sidebar .border-box .fn {
	display:block;
	color:#000;
	padding:0 5px;
	background:#98bbb3;
}
#sidebar .border-box dl,
#sidebar .border-box .adr {
	display:block;
	padding:0 5px;
	overflow:hidden;
	height:1%;
}
#sidebar .border-box .vcard dt {
	clear:left;
	float:left;
}
#sidebar .border-box .row {
	padding:0 5px;
}
#sidebar .border-box .dark {
	background:#98bbb3;
	padding:0 5px;
}
#sidebar .red-box {
	width:171px;
	padding:0 5px 5px;
	background:#e4b7a8;
	border:none;
}
#sidebar .red-box strong {
	display:block;
}
#sidebar .red-box a {
	color:#000;
	text-decoration:none;
}
#sidebar .red-box a:hover {
	text-decoration:underline;
}
#sidebar .border-heading {
	width:173px;
	overflow:hidden;
	margin:5px 0 0;
	padding:3px 0 0 9px;
	background:#689f92 url(../images/bg-border-heading.gif) no-repeat;
}
#sidebar .red-heading {
	width:172px;
	background:#cd542b url(../images/bg-red-heading.gif) no-repeat;
}
#sidebar .border-heading h3 {
	margin:2px 0 4px !important;
	text-indent:-9999px;
	height:14px;
}
#sidebar .border-heading h3.contact {
	background:url(../images/contact.gif) no-repeat;
}
#sidebar .border-heading h3.property {
	background:url(../images/property.gif) no-repeat;
}
#sidebar .border-heading h3.download {
	background:url(../images/download.gif) no-repeat;
}
#sidebar .border-heading h3.facts {
	background:url(../images/facts.gif) no-repeat;
}
#sidebar .gmap {
	margin:55px 0 0;
}
#sidebar em.red-text {
	color:#cd542b;
	display:block;
	padding:10px 5px 0 0;
	font:italic 15px/22px Georgia,'Times New Roman',Times,serif;
}
#sidebar .img-eq {
	margin:30px 0 0 !important;
}
#sidebar .printable {
	padding:0 5px 10px;
}
#sidebar .printable h2 {
	margin:10px 0 0;
	font-size:16px;
	line-height:18px;
	color:#0f7384;
}
#sidebar .printable p {
	margin:0;
}
#sidebar .printable p.call {
	margin:0 0 20px;
}
/* header */
#header {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.header {
	padding-top:123px;
	background:url(../images/bg-header.gif) no-repeat 100% 45px;
}
/* button */
#header a.but {
	position:absolute;
	left:593px;
	top:283px;
	width:182px;
	height:22px;
	color:#fff;
	text-align:center;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
	text-transform: uppercase;
	z-index:10;
}
#header a.green-but {
	background:url(../images/btn-green.png) no-repeat;
}
#header a.red-but {
	background:url(../images/btn-red.png) no-repeat;
}
#header a.orange-but {
	background:url(../images/btn-yellow.png) no-repeat;
}
/* top navigation */
#header .top-nav {
	position:absolute;
	right:5px;
	top:4px;
	width:405px;
}
#header .top-nav ul {
	float:right;
	width:240px;
}
#header .top-nav ul li {
	float:right;
	padding:0 8px 0 0;
}
#header .top-nav ul li a {
	display:block;
	height:16px;
	text-indent:-9999px;
	overflow:hidden;
}
#header .top-nav ul li a.donation {width:94px;background:url(../images/img-donation.gif);}
#header .top-nav ul li a.subscribe {width:117px;background:url(../images/img-subscribe.gif);}
/* search form */
#header .src {
	float:right;
}
#header .src label {
	float:left;
	width:42px;
	height:16px;
	background:url(../images/img-search.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#header .src input.text {
	background:#cde5df;
	border:none;
	width:85px;
	padding:0 5px;
	height:16px;
	font:12px/14px Arial, Helvetica, sans-serif;
}
#header .src input {
	float:left;
}
/* main navigation */
#header ul.nav {
	list-style:none;
	height:1%;
}
#header ul.nav:after {
	content:"";
	clear:both;
	height:0;
	display:block;
}
#header ul.nav li {
	float:left;
	border:solid #bbcdc9;
	border-width:1px 0 1px 1px;
}
#header ul.nav li:first-child {
	border-width:1px 0;
}
#header ul.nav li a {
	float:left;
	height:21px;
	text-indent:-9999px;
	overflow:hidden;
}
/* changed by joseph start */
#header ul.nav li.o1 a {width:53px;background:url(../images/img-home.gif);}
#header ul.nav li.o7 a {width:94px;background:url(../images/img-new.gif);}
#header ul.nav li.o8 a{width:142px;background:url(../images/img-sale.gif);}
#header ul.nav li.o9 a{width:174px;background:url(../images/img-land.gif);}
#header ul.nav li.o10 a{width:126px;background:url(../images/img-involved.gif);}
#header ul.nav li.o11 a{width:107px;background:url(../images/img-partnerships.gif);}
#header ul.nav li.o12 a{width:77px;background:url(../images/img-about.gif);}
/* changed by joseph end */
/* 2nd level */
#header ul.nav ul {
	display:none;
	position:absolute;
	left:0;
	top:21px;
	width:140px;
}
#header ul.nav li.o12 ul {
	right:0;
	left:auto;
}
* html #header ul.nav li.o12 ul {
	right:-1px;
}
#header ul.nav li.o8 ul {
	width:142px;
}
#header ul.nav li.o9 ul {
	width:174px;
}
#header ul.nav li.o10 ul {
	width:126px;
}
#header ul.nav li.o11 ul {
	width:185px;
}
#header ul.nav ul li {
	font-family:Arial,Helvetica,sans-serif;
	border-top:1px solid #cce7e0 !important;
	border-width:1px 0 0 !important;
	float:none;
	vertical-align:top;
	height:1%;
}
#header ul.nav ul a {
	float:none;
	display:block;
	overflow:hidden;
	width:auto !important;
	padding:2px 5px 2px 10px;
	line-height:16px;
	height:1%;
	text-indent:0;
	overflow:visible;
	color:#fff;
	background:#679f92 !important;
	text-decoration:none;
}
#header ul.nav li:hover,
#header ul.nav li.hover {
	position:relative;
	z-index:10;
}
#header ul.nav ul li a:hover {
	background:#0f7285 !important;
}
#header ul.nav li:hover ul,
#header ul.nav li.hover ul {display:block;}
/* homepage gallery */
#header .bg-gallery {
	width:100%;
	background:url(../images/bg-home-gallery.gif) no-repeat 0 212px;
	padding:0 0 43px;
}
#header .inner-gallery {
	padding:0 0 46px;
	background:url(../images/bg-inner-gallery.gif) no-repeat 0 158px;
}
#header .gallery {
	width:100%;
	height:211px;
	position:relative;
	z-index:1;
	overflow:hidden;
	border-bottom:1px solid #0f7384;
}
#header .inner-gallery .gallery {
	height:158px;
}
#header .gallery .item {
	position:absolute;
	left:0;
	top:0;
	display:none;
}
#header .gallery div.active {
	display:block;
}
#header .gallery .item img {
	vertical-align:top;
	display:block;
}
#header .gallery .img-text {
	position:relative;
	left:0;
	bottom:0;
	width:100%;
	font-size:11px;
	line-height:13px;
}
#header .gallery .img-text .bg {
	width:660px;
	background:url(../images/bg-gallery-img-text.png);
	height:1%;
	padding:5px 60px;
}

#header .gallery .img-text strong {
	display:block;
}
#header .gallery .img-text p {
	margin:0;
}
#header .bg-gallery a.see-all {
	display:block;
	margin:0 0 0 592px;
	width:181px;
	height:22px;
	background:url(../images/img-see-all.gif);
	text-indent:-9999px;
	overflow:hidden;
}
#header .btn-img {
	position:absolute;
	right:5px;
	top:285px;
	z-index:3;
}
/* main page bottom image list */
.btm-img-list {
	padding:20px 0 0;
	background:#fff;
}
.btm-img-list .img {
	border-top:1px solid #0f7384;
}
.btm-img-list img {
	display:block;
}
.btm-img-list .meet-managers {
	overflow:hidden;
	height:1%;
	padding:0 5px 0 0;
}
.btm-img-list .meet-managers a {
	float:right;
	width:181px;
	height:36px;
	background:url(../images/img-meet-managers.gif);
	text-indent:-9999px;
	overflow:hidden;
}
/* footer */
#footer {
	font:12px/14px Verdana,Arial,sans-serif;
	color:#fff;
	background:#659d90;
	padding:0 0 30px 190px;
	border-top:2px solid #0f7384;
}
#footer a {
	color:#fff;
}
#footer .nav {
	padding:15px 0 10px;
	overflow:hidden;
	height:1%;
}
#footer ul {
	margin:0 0 0 -6px;
}
#footer ul li {
	display:inline;
	padding:0 2px 0 6px;
	background:url(../images/bg-footer-li.gif) no-repeat 0 2px;
}
/*sifr start. do not modify*/
object, embed {
	margin:0;
	padding:0;
}
.sIFR-flash {
	visibility:visible !important;
	margin:0;
}
.sIFR-replaced {visibility:visible !important;}
span.sIFR-alternate {
	position:absolute !important;
	left:0 !important;
	top:0 !important;
	width:0 !important;
	height:0 !important;
	display:block !important;
	overflow:hidden  !important;
}
.sIFR-flash + div[adblocktab=true] {display:none !important;}
/*sifr end*/
/*Added by Joseph*/
#copyright {
	display: none;
}

#map {
	width: 180px;
	height: 300px;
	float: left;
}

#largemap {
	width:600px;
	height:600px;
	
}
.gmap #map {
	width:600px;
	height:600px;
}
/* Modal large Google map */
/* Added by Joseph 13/07/2009 */
.ui-icon {
	color:#fff;
}
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%;height: 100%; }
/* Overlays */
.ui-widget-overlay { background: #666666; opacity:.50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background:#000000; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius:5px; -webkit-border-radius: 5px; }/* Accordion
