html, body {
	width: 100%;
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	color: #333333;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	min-width: 900px;
	background-color: #dfdad8;
	background-image: url(../images/bg_shadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a {
	color: #9e2439;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

h1 div {
	font-size: 12px;
	font-weight: normal;
	color: #454545;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* -- */

.menu_top_bar_spacer {
	height: 31px;
}



.menu_top_bar {
	color: #ffffff;
	text-align: left;
	position: absolute;
	width: 100%;
	min-width: 900px;
	overflow: hidden;
	background-image: url(../images/header.png); 
	background-repeat: repeat-x;
	height: 60px;
	z-index: 2;
}
.menu_top_bar {
	/*behavior:url("/css/pngbehavior.htc");*/
}



.menu_top_bar a {
	color: #ffffff;
	font-weight: normal;
}

.menu_top_bar .inner {
	margin: 10px 0px 3px 25px;
}

.menu_top_bar .left_col {
	width: 200px; 
	height: 31px; 
	background-color: #000000; 
	float: left;
	overflow: hidden;
	font-size: 9px;
}

.menu_top_bar .center_col_c1 {
	width: 125px; 
	height: 31px; 
	float: left;
	overflow: hidden;

}

.menu_top_bar a:hover {
	text-decoration: none;
	cursor: pointer;
}

.menu_top_bar a:hover div.center_col_c1 {
	background-color: #202020;
}

.menu_top_bar .center_col_c2 {
	width: 110px; 
	height: 31px; 
	float: left;
	overflow: hidden;
}

.menu_top_bar a:hover .center_col_c2 {
	background-color: #202020;
}

.menu_top_bar .center_col_c1_on {
	width: 125px; 
	height: 31px; 
	float: left;
	overflow: hidden;
	background-color: #202020;
}

.menu_top_bar .center_col_c2_on {
	width: 110px; 
	height: 31px; 
	float: left;
	overflow: hidden;
	background-color: #202020;
}

.menu_top_bar .right_col {
	width: 400px; 
	height: 31px; 
	float: right;
	position: relative;
	top: -4px;
	text-align: right;
	overflow: hidden;
}

.menu_top_bar .right_col .inner {
	margin: 8px 20px 3px 20px;
}

/* -- */

.content {
	min-height: 100%;
	height: auto;
	width: 100%;
	min-width: 900px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

/* -- */

.menu_left_bar {
	width: 200px; 
	background-color: #9e2439;
	float: left;
	overflow: hidden;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	font-size: 12px;
}

.menu_left_bar .float {
	position: absolute;
	width: 200px;
}

.menu_left_bar .logo {
	/*margin: 60px 25px 25px 25px;*/
	margin: 60px 0px 20px 15px;
}


.menu_left_bar .menu {
	clear: both;
}

.menu_left_bar .item {
	clear: both;
}

.menu_left_bar .item a {
	color: #ffffff;
	font-weight: normal;
}

.menu_left_bar .item a:hover {
	text-decoration: none;
}

.menu_left_bar .item div {
	padding: 8px 25px 8px 25px;
	color: #ffffff;
}

.menu_left_bar .item a:hover div {
	background-color: #6e0d1e;
}


.menu_left_bar .item-on {
	clear: both;
}

.menu_left_bar .item-on a {
	color: #ffffff;
	font-weight: normal;
}

.menu_left_bar .item-on a:hover {
	text-decoration: none;
}

.menu_left_bar .item-on div {
	padding: 8px 25px 8px 25px;
	background-color: #7e1d2e;
	color: #ffffff;
}

.menu_left_bar .item-sub-on div {
	padding: 8px 25px 0px 25px;
	background-color: #7e1d2e;
	color: #ffffff;
	font-weight: normal;
}

.menu_left_bar .item-sub-on a:hover {
	text-decoration: none;
}

.menu_left_bar .item-on a:hover div {
	background-color: #7e1d2e;
}

.menu_left_bar .sub-item-on div {
	padding-bottom: 4px;
}

.menu_left_bar .sub-item-on {
	padding: 4px 25px 4px 30px;
	background-color: #7e1d2e;
	font-size: 10px;
}

.menu_left_bar .sub-item-on a {
	color: #ffffff;
	font-weight: normal;
}

.menu_left_bar .sub-item-on a:hover {
	color: #e4a014;
	text-decoration: none;
}

.menu_left_bar .sub-item-on a.sel {
	color: #e4a014;
}

.search-title {
	padding: 5px 25px 6px 25px;
	color: #ffffff;
}

.search-input {
	width: 146px;
	margin-left: 25px;
	color: #999999;
	font-size: 9px;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 2px 2px 2px 2px;
}

#lfooter {
	position: absolute;
	width: 200px;
	overflow: hidden;
}

#lfooter img {
	margin: 10px 0px 0px 0px;
}

.left-footer {
	padding: 25px 15px 6px 25px;
	color: #ffffff;
	font-size: 9px;
}

.footer {
	padding: 5px 15px 0px 25px;
	color: #ffffff;
	font-size: 9px;
}

.left-footer a {
	color: #ffffff;
	font-weight: normal;
}

.fathom-tag {
	margin-top: 5px;
}

.fathom-tag a {
	color: #ffffff;
	font-weight: bold;
}

.mt5 {
	margin-top: 5px;
}

.w150 {
	width: 150px;
}

.ml25 {
	margin-left: 25px;
}

.btn-search {
	border: 1px solid #ffffff;
	background-color: #e4a014;
	color: #7e1d2e;
	font-size: 9px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	margin: 6px 0px 0px 25px;
	text-transform: uppercase;
}

/* -- */

.main_col {
	height: 100%;
	width: 100%;
	/*float: left;*/
	margin: 0px 0px 0px 200px;
	padding: 0px 0px 0px 0px;
}

#google_map {
	/*margin-top: 31px;*/
	z-index: 1;
}

#ad_bar {
	background-color: #333333;
	background-image: url(../images/footer_shadow.jpg);
	background-repeat: repeat-x;
	background-position: top; 
	height: 125px; 
	color: #ffffff; 
	/*float: left;*/
	margin-left: 200px; 
	width: 100%;
	min-width: 700px;
}

#ad_bar a {
	color: #e4a014;
}

.main_col .main_content {
	width: 710px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.main_col .minner {
	margin: 0px 30px 30px 30px;
	padding: 0px 0px 0px 0px;
}

.main_col .inner {
	margin: 30px 30px 30px 30px;
	padding: 0px 0px 0px 0px;
}

.main_col  .main_content .inner_p {
	margin: 0px 0px 0px 0px;
	padding: 30px 30px 30px 30px;
}

.main_col .main_image {
	width: 100%;
}

/* -- */

#imgone {
	display: none;
}

/* -- */

.directory-item {
	width: 150px; 
	height: 205px; 
	margin: 0px 10px 15px 0px; 
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	float: left;
	overflow: hidden;
}

.directory-item img {
	background-color: #ededed;
	border: 1px solid #ffffff;
}

.dimg {
	background-color: #ededed;
	border: 1px solid #ffffff;
}

.directory-item div {
	clear: both; 
}

.directory-item .title {
	clear: both; 
	padding: 15px 15px 10px 15px; 
	font-weight: bold; 
	height: 28px;
}

.directory-item a {
	color: #333333;
	text-decoration: none;
}

.directory-item a:hover {
	text-decoration: none;
}

.directory-item-link {
	color: #333333;
	text-decoration: none;
}

.directory-item-link:hover {
	text-decoration: none;
}

.tcell {
	padding: 4px 4px 2px 4px;
}

.thcell {
	padding: 0px 4px 2px 4px;
}

/* -- */ 

.venue-number {
	background-color: #9e2439;
	color: #ffffff;
	width: 35px;
	height: 35px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	margin: 0px 15px 5px 0px;
	text-align: center;
}

.venue-number div {
	margin: 10px 1px 10px 1px;
}

.venue-title {
	margin: 0px 0px 0px 0px;
}

.venue-artform {
	font-size: 12px;
	margin-bottom: 10px;
}

.venue-content {
	clear: both;
}

.venue-address {
	font-weight: bold;
}

.venue-item span {
	font-weight: bold;
}

.venue-map {
	color: #9e2439;
	font-weight: bold;
}

.venue-col-left {
	float: left;
	width: 320px;
	margin-right: 10px;
	overflow: hidden;
}

.venue-col-right {
	float: left;
	width: 320px;
	overflow: hidden;
}

.venue-avail-head {
	background-color: #7e1d2e;
	color: #ffffff;
	width: 19px;
	height: 19px;
	float: left;
	font-size: 10px;
	overflow: hidden;
	margin: 0px 1px 1px 0px;
	text-align: center;
}

.venue-avail-head div {
	margin: 2px 2px 2px 2px;
}

.venue-avail {
	background-color: #9e2439;
	color: #ffffff;
	width: 19px;
	height: 19px;
	float: left;
	font-size: 10px;
	overflow: hidden;
	margin: 0px 1px 10px 0px;
	text-align: center;
}

.venue-avail div {
	margin: 2px 2px 2px 2px;
}

/* -- */

.sponsor_box {
	width: 145px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}

.sponsor_box_spacer {
	background-color: #cccccc;
	width: 1px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}

.sponsor_box_end {
	width: 145px;
	float: left;
	overflow: hidden;
}

/* -- */

.clleft {
	clear: left;
}

.clright {
	clear: right;
}

.clboth {
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

/* -- */

.tBold {
	font-weight: bold;
}

.tUnderline {
	text-decoration: underline;
}

.tItalic {
	font-style: italic;
}

.tStrike {
	text-decoration: line-through;
}

/* -- */

input { 
	border: 1px solid #ababab; 
	color: #333333;
	font-size: 9px;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
}

.taclarge { 
	width: 350px;
	height: 90px; 
	border: 1px solid #ababab;
	color: #333333;
	font-size: 9px;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
}

.tacsmall { 
	width: 350px;
	height: 65px; 
	border: 1px solid #ababab;
	color: #333333;
	font-size: 9px;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
}

.btn-submit {
	border: 1px solid #ffffff;
	background-color: #e4a014;
	color: #7e1d2e;
	font-size: 9px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	margin: 6px 0px 0px 0px;
	text-transform: uppercase;
}

.btn-go {
	border: 1px solid #ffffff;
	background-color: #e4a014;
	color: #7e1d2e;
	font-size: 9px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

/* -- */

.w100 {
	width: 100px;
}

.w350 {
	width: 350px;
}

.w600 {
	width: 600px;
}

/* -- */

.mt20 {
	margin-top: 20px;
}

/* -- */

.appear {
	display: block;
}

.disappear {
	display: none;
}

.blank {
	/*background-image: url(../images/spacer.gif);*/
	visibility: hidden;
}

/* -- */

.directory-nav {
	float: right;
	width: 90px;
	text-align: right;
	margin-left: 20px;
	margin-top: 5px;
}

.directory-nav select {
	width: 90px;
	text-align: right;
	color: #333333;
	font-size: 9px;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 10px;
}

.venue-nav {
	float: right;
	width: 200px;
	text-align: right;
	margin-left: 20px;
	font-size: 9px;
	margin-top: 5px;
}

.venue-nav a {
	color: #333333;
	font-weight: normal;
}

.venue-nav a:hover {
	text-decoration: none;
}

/* -- */

.address {
	float: right;
	margin-left: 15px;
	width: 180px;
	overflow: hidden;
}

.address a {
	font-weight: normal;
	color: #000000;
}

/* -- */ 

/*textarea {
	color: #333333;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

li { margin-bottom: 5px; }

.strike {
	text-decoration: line-through;
}

img {
	display: block;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hpfooter a { color: #7ea7c4; }

.pdate {
	width: 748px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-top: 5px;
	color: #333333;
	padding-bottom: 5px;
	text-transform: uppercase;
}

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

div {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#header {
	background-color: #9e2439;
	width: 748px;
	overflow: hidden;
}

#header img.header {
	margin: 20px 20px 10px 20px;
}

#header img.logo {
	float: right;
	margin: 20px 20px 20px 20px;
}

#header_menu {
	width: 155px;
	padding: 0px 20px 20px 20px;
}

#header_menu .item {
	display: block;
	width: 155px;
	padding-top: 10px;
	overflow: hidden;
}

#header_menu .item a {
	color: #e4a014;
}

#layout {
	border: 1px solid #ababab;
	background-color: #ffffff;
	color: #333333;
	width: 748px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
	background-image: url(../images/bg_gradient.jpg); 
	background-position: bottom; 
	background-repeat: repeat-x; 
}


h1, h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 5px 0px;
}

#subheading { 
	background-color: #ffffff; 
	color: #333333;
	overflow: hidden;
}

#subheading .sh_main_large_col {
	float: left;
	width: 593px;
	background-color: #666666;
	color: #ffffff;
	height: 45px;
}

#subheading .sh_main_large_col .sh_inner { 
	margin: 10px 20px 0px 20px;
}

#subheading .sh_main_large_col .sh_inner p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#subheading .sh_right_col {
	float: left;
	width: 155px;
	background-color: #999999;
	color: #000000;
	text-align: left;
	height: 45px;
}

#subheading .sh_right_col .sh_inner { 
	margin: 10px 20px 0px 20px;
}

#subheading .sh_right_col .sh_inner p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content { 
	background-color: #ffffff; 
	color: #333333;
}

#content a { color: #333333; }

#content .left_col {
	float: left;
	width: 155px;
	background-color: #cccccc;
	color: #333333;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
}

#content .lright_col {
	float: left;
	width: 155px;
	background-color: #cccccc;
	color: #333333;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
}
#content .lright_col a { color: #ffffff; }

#content .left_col a { color: #ffffff; }
#content .left_col .sub_menu_item { color: #ffffff; font-weight: normal; margin-bottom: 5px; }
#content .left_col .sub_menu_item_on { color: #ffffff; font-weight: bold; margin-bottom: 5px; }
#content .left_col .sub_menu_item a { text-transform: uppercase; }
#content .left_col .sub_menu_item_on a { text-transform: uppercase; font-weight: bold; }

#content .left_col .ssub_menu_item { color: #ffffff; font-weight: normal; margin-bottom: 5px; margin-left: 10px; }
#content .left_col .ssub_menu_item_on { color: #ffffff; font-weight: bold; margin-bottom: 5px; margin-left: 10px; }
#content .left_col .ssub_menu_item a {}
#content .left_col .ssub_menu_item_on a { font-weight: bold; }


/* PROPERTY MENU ITEMS *-/
#content .left_col .p_sub_menu_item { color: #ffffff; font-weight: normal; margin-bottom: 5px; }
#content .left_col .p_sub_menu_item_on { color: #f4c051; font-weight: bold; margin-bottom: 5px; }
#content .left_col .p_sub_menu_item a { text-transform: uppercase; }
#content .left_col .p_sub_menu_item a:hover { color: #f4c051; }
#content .left_col .p_sub_menu_item_on a { color: #f4c051; text-transform: uppercase; font-weight: bold; }

#content .left_col .p_ssub_menu_item { color: #ffffff; font-weight: normal; margin-bottom: 5px; margin-left: 10px; }
#content .left_col .p_ssub_menu_item_on { color: #f4c051; font-weight: bold; margin-bottom: 5px; margin-left: 10px; }
#content .left_col .p_ssub_menu_item a {}
#content .left_col .p_ssub_menu_item a:hover { color: #f4c051; }
#content .left_col .p_ssub_menu_item_on a { color: #f4c051; font-weight: bold; }

/* ABOUT MENU ITEMS *-/
#content .left_col .a_sub_menu_item { color: #ffffff; font-weight: normal; margin-bottom: 5px; }
#content .left_col .a_sub_menu_item_on { color: #9d86a6; font-weight: bold; margin-bottom: 5px; }
#content .left_col .a_sub_menu_item a { text-transform: uppercase; }
#content .left_col .a_sub_menu_item a:hover { color: #9d86a6; }
#content .left_col .a_sub_menu_item_on a { color: #9d86a6; text-transform: uppercase; font-weight: bold; }

#content .left_col .a_ssub_menu_item { color: #ffffff; font-weight: normal; margin-bottom: 5px; margin-left: 10px; }
#content .left_col .a_ssub_menu_item_on { color: #9d86a6; font-weight: bold; margin-bottom: 5px; margin-left: 10px; }
#content .left_col .a_ssub_menu_item a {}
#content .left_col .a_ssub_menu_item a:hover { color: #9d86a6; }
#content .left_col .a_ssub_menu_item_on a { color: #9d86a6; font-weight: bold; }


/* FINANCIAL MENU ITEMS *-/
#content .left_col .fi_sub_menu_item { color: #ffffff; font-weight: normal; margin-bottom: 5px; }
#content .left_col .fi_sub_menu_item_on { color: #98af6f; font-weight: bold; margin-bottom: 5px; }
#content .left_col .fi_sub_menu_item a { text-transform: uppercase; }
#content .left_col .fi_sub_menu_item a:hover { color: #98af6f; }
#content .left_col .fi_sub_menu_item_on a { color: #98af6f; text-transform: uppercase; font-weight: bold; }

#content .left_col .fi_ssub_menu_item { color: #ffffff; font-weight: normal; margin-bottom: 5px; margin-left: 10px; }
#content .left_col .fi_ssub_menu_item_on { color: #98af6f; font-weight: bold; margin-bottom: 5px; margin-left: 10px; }
#content .left_col .fi_ssub_menu_item a {}
#content .left_col .fi_ssub_menu_item a:hover { color: #98af6f; }
#content .left_col .fi_ssub_menu_item_on a { color: #98af6f; font-weight: bold; }




#content .main_col {
	float: left;
	width: 374px;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
}

#content .main_large_col {
	float: left;
	width: 593px;
	background-color: #ffffff;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
}
 
#content .content_footer {
	float: left;
	width: 593px;
	background-color: #181d26;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
}

.content_box {
	border: 1px solid #999999;
	background-image: url(../images/chart_bg.png);
	background-repeat: repeat;
}

#content .content_footer .main_col {
	width: 593px;
	background-color: #181d26;
	color: #ffffff;
}
 
#content .right_col {
	float: left;
	width: 155px;
	background-color: #cccccc;
	color: #333333;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
}

.stock_quote {
	background-color: #181d26;
}

#gmap_mini {
	width: 155px;
	height: 147px;
	overflow: hidden;
}

#gmap_main {
	width: 593px;
	height: 461px;
	overflow: hidden;
	display: none;
}

#content .right_col a { color: #333333; }

#breadcrumbs { margin-bottom: 20px; }

.menu_title { 
	width: 146px; 
	height: 20px; 
	overflow: hidden;
	margin-bottom: 20px; 
}

.menu_title img { 
	width: 146px; 
	height: 20px; 
}

.main_title {
	width: 333px; 
	height: 20px; 
	overflow: hidden;
	margin-bottom: 10px; 
}

.menu_title img { 
	width: 333px; 
	height: 20px;  
}

.inner { margin: 20px 20px 20px 20px; }

.mcontent_grad { 
	background-image: url(../images/bg_gradient.jpg); 
	background-position: bottom; 
	background-repeat: repeat-x; 
}

.coin_inner { 
	background-image: url(../images/coin.png); 
	background-position: bottom right; 
	background-repeat: no-repeat;
	padding: 20px 20px 20px 20px;
}

.padded_inner { padding: 20px 20px 20px 20px; }

.row { 
	clear: both;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
}
.row .date { 
	float: left;
	font-weight: bold; 
	width: 15%
}

.row .content {
	float: left;
	font-weight: normal; 
	width: 65%
}

.row .content_long {
	float: left;
	font-weight: normal; 
	width: 80%
}

.row .download {
	float: left;
	text-align: right;
	font-weight: bold; 
	width: 20%;
}

.col { 
	float: left; 
	width: 155px; 
}

.col_3col { 
	float: left; 
	width: 33%; 
}

.col_2col {
	float: left;
	width: 50%;
}

.col_65 {
	float: left;
	width: 65%;
}

.col_15 {
	float: left;
	width: 15%;
}

.col_50 {
	float: left;
	width: 50%;
}

.col_35 {
	float: left;
	width: 35%;
}

.col_35rbold {
	float: left;
	width: 35%;
	text-align: right;
	font-weight: bold; 
}

.col_35r {
	float: left;
	width: 35%;
	text-align: right;
}

.tsmall {
	font-size: 8px;
}

.stats_table {
	width: 100%;
}

.footer_col {
	float: left;
	width: 50%
}

.footer_col p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

.footer_col .inner {
	margin-bottom: 15px;
}

.content_box  .inner {
	margin: 10px 10px 10px 0px;
}

.content_box .row .col_4col .inner {
	margin: 5px 0px 0px 10px;
}

.content_box .inner .col_4col { 
	float: left; 
	width: 25%; 
}


.content_box .row {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.properties_row { 
	width: 593px;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
}

.properties_row .property {
	background-color: #181d26;
	color: #ffffff;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.properties_row .property .item {
	text-align: left;
	padding: 0px 20px 0px 20px;
}

.properties_row .property .middle {
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
}

.management_row { 
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
}

.thumb_property {
	width: 100%;
	height: 90px;
	clear: both;
	overflow: hidden;
}

.thumb_property img {
	width: 100%;
	height: 90px;
}

.property_thumb_map {
	float: right;
}

.management_row { 
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
}

.management_row p { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

/* ------------------------------------- *-/
.home .htext {
	position: absolute;
	margin: 180px 0px 0px 35px;
	width: 350px;
	height: 70px;
	overflow: hidden;
	z-index: 11;
}

.home #content {
	clear: both;
	background-color: #252d3b;
	color: #ffffff;
	padding: 20px 0px 20px 0px;
	overflow: hidden;
}

.home #content a { color: #ffffff; }

.home #content .content_block {
	float: left;
	width: 186px;
	height: 150px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: 1px dotted #ababab;
}

.home #content .content_block .inner {
	margin: 20px 20px 0px 20px;
}

#content .content_block_end {
	float: left;
	width: 186px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.home #content .content_block_end .inner {
	margin: 20px 20px 0px 20px;
}

.home #content_footer {
	background-color: #181d26;
	color: #ffffff;
	clear: both;
	width: 748px;
	height: 70px;
}


.home #content_footer .content_block_start {
	float: left;
	margin: 15px 0px 15px 0px;
	width: 188px;
	height: 40px;
	border-right: 1px dotted #ababab;
}

.home #content_footer .content_block_start .inner {
	margin: 0px 20px 15px 15px;
}

.home #content_footer .content_block {
	float: left;
	margin: 15px 0px 15px 0px;
	width: 371px;
	height: 40px;
	border-right: 1px dotted #ababab;
}

.home #content_footer .content_block .inner {
	margin: 0px 20px 0px 15px;
}

.home #content_footer .content_block_end {
	float: left;
	text-align: right;
	margin: 15px 0px 15px 0px;
	width: 179px;
}

.home #content_footer .content_block_end .inner {
	margin: 0px 20px 0px 15px;
}
/* ------------------------------------- *-/

#footer {
	width: 748px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #333333;
}

#footer p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .fathom_tagline {
	padding-top: 10px;
}

/* ---------------------------------- *-/

.twhite {
	color: #ffffff;
}

.h185 {
	height: 185px;
}

.cftable {
	margin: 20px 0px 0px 0px;
}

.cftable td input { 
	width: 210px;
	border: 1px solid #ababab; 
}

.cftable td textarea { 
	width: 210px; 
	height: 65px; 
	border: 1px solid #ababab;
}

.mb5 {
	margin-bottom: 5px;
}


.mt15 {
	margin-top: 15px;
}

.m30 {
	margin: 30px 30px 30px 30px;
}

.p30 {
	padding: 30px 30px 30px 30px;
}

.clleft {
	clear: left;
}

.clboth {
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.tbold {
	font-weight: bold;
}
/* --------- *-/

.appear {
	display: block;
}

.disappear {
	display: none;
}

.pabsolute {
	position: absolute;
}


/* ---------------------------------- *-/

#breadcrumbs { text-transform: capitalize; }

.about_us_color { color: #9d86a6; }

.financial_info_color { color: #98af6f; }

.properties_color { color: #f4c051; }

.contact_us_color { color: #b87272; }

.about_us_bline { border-bottom: 1px solid #9d86a6; }

.financial_info_bline { border-bottom: 1px solid #98af6f; }

.properties_bline { border-bottom: 1px solid #f4c051; }

.contact_us_bline { border-bottom: 1px solid #b87272; }

.bline { border-bottom: 1px solid #999999; }

.bline_dotted { border-bottom: 1px dotted #999999; }

#content .property a {
	color: #f4c051;
}

#content .about_us_color a { color: #9d86a6; }

#content .financial_info_color a { color: #98af6f; }

#content .properties_color a { color: #f4c051; }

#content .contact_us_color a { color: #b87272; }

/* ---------------------------------- *-/

.tBold {
	font-weight: bold;
}

.tUnderline {
	text-decoration: underline;
}

.tItalic {
	font-style: italic;
}

.tStrike {
	text-decoration: line-through;
}
*/

/* ---------------------------------- */

.ml10 { margin-left: 10px; }