/* ----- RESET AND BASICS --------------------------------------------------------------------------- */
html {
	overflow-y: scroll;	
}

body, table, tr, td {
	padding: 0px;
	margin: 0px;
	/*border: none;*/
}

body {
	background-image: url(../images/body_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

a:link, a:visited, a:active {
	color: #eb1c24;
	text-decoration: underline;
}

a:hover {
	color: #231f20;
	text-decoration: underline;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}
/* -------------------------------------------------------------------------------------------------- */


/* ----- COMMON ID(s) and CLASSES ------------------------------------------------------------------- */
#pageWrap {
	margin: auto;
	width: 864px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #231f20;
}

#decoTop {
	width: 864px;
	height: 24px;
	background-image: url(../images/decoTop_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#header {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 864px;
	height: 126px;
	z-index: 3;
}

#logo {
	position: absolute;
	top: 28px;
	width: 125px;
	height: 48px;
}

#topRightContentArea {
	position: absolute;
	top: 18px;
	left: 672px;
}

#youtube {
  display: block;
  width: 45px;
  height: 18px;
	background-image: url(../images/social_youtube.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#youtube:hover {
	display: block;
	width: 45px;
	height: 18px;
	overflow: hidden;
  background-position: 0px -18px;
}

#youtube span {
  position: absolute;
  top: -999em;
}

#facebook {
  display: block;
  width: 18px;
  height: 18px;
	background-image: url(../images/social_facebook.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#facebook:hover {
	display: block;
	width: 18px;
	height: 18px;
	overflow: hidden;
  background-position: 0px -18px;
}

#facebook span {
  position: absolute;
  top: -999em;
}

#navigation {
	position: absolute;
	top: 66px;
	left: 192px;
	font-size: 10px;
	color: #666666;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #666666;
	text-decoration: none;
}

#navigation a:hover {
	color: #eb1c24;
	text-decoration: none;
}

#footer {
	width: 864px;
	height: 40px;
}

#footer table {
	height: 40px;
}

.copyrightText {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #808080;
	text-align: left;
	line-height: normal;
}

.copyrightText a:link, .copyrightText a:visited, .copyrightText a:active {
	color: #808080;
	text-decoration: none;
}

.copyrightText a:hover {
	color: #808080;
	text-decoration: underline;
}

.btmrightText {
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
	color: #808080;
	line-height: normal;
	text-align: right;		
}

.btmrightText a:link, .btmrightText a:visited, .btmrightText a:active {
	color: #808080;
	text-decoration: none;
}

.btmrightText a:hover {
	color: #808080;
	text-decoration: underline;
}
/* -------------------------------------------------------------------------------------------------- */


/* ----- INDEX PAGE ID(s) and CLASSES --------------------------------------------------------------- */
#indexContentArea {
	margin: 0px 0px 70px 0px;
	width: 864px;
	z-index: 2;
}

#indexBannerRotator {
	position: relative;
	margin: 0px 0px 15px 0px;
	width: 864px;
	height: 240px;
}

.indexRtbText {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #231f20;
	text-align: justify;
	line-height: 15px;
}

.indexRtbText a:link, .indexRtbText a:visited, .indexRtbText a:active {
	color: #eb1c24;
	text-decoration: underline;
}

.indexRtbText a:hover {
	color: #231f20;
	text-decoration: underline;
}

#imagePath {
	width: 864px;
	height: 220px;
}

#descBox {
	position: absolute;
	padding: 0px 15px;
	top: 220px;
	width: 738px;
	height: 20px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	background-color: #808285;
}

#btnLearnMore {
	position: absolute;
	top: 220px;
	left: 768px;
	display: block;
  width: 96px;
  height: 20px;
	background-image: url(../images/btnLearnMore.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#btnLearnMore:hover {
	display: block;
	width: 96px;
	height: 20px;
	overflow: hidden;
  background-position: 0px -20px;
}

#btnLearnMore span {
  position: absolute;
  top: -999em;
}

#indexBtmBanners {
	margin: 15px 0px 0px 0px;
	width: 864px;
	height: 180px;
}
/* -------------------------------------------------------------------------------------------------- */



/* ----- SUBPAGES ID(s) and CLASSES ----------------------------------------------------------------- */
#subpageContentArea {
	margin: 0px 0px 20px 0px;
	width: 864px;
}

#subpageTopBanner {
	margin: 0px 0px 30px 0px;
	width: 864px;
	height: 150px;
}

#subpageNavi {
	width: 168px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #808080;
	text-align: left;
}

#subpageNavi a:link, #subpageNavi a:visited, #subpageNavi a:active {
	color: #808080;
	text-decoration: none;
}

#subpageNavi a:hover {
	color: #ed1c24;
	text-decoration: none;
}

h1 {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	height: 28px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 20px;
	font-weight: normal;
	color: #808080;
	text-align: left;
	line-height: 20px;
}

h2 {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

.content_text {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #231f20;
	text-align: justify;
	line-height: 15px;
}

.content_text a:link, .content_text a:visited, .content_text a:active {
	color: #ed1c24;
	text-decoration: underline;
}

.content_text a:hover {
	color: #231f20;
	text-decoration: underline;
}

.annualReportBlock {
	margin: 0px 16px 30px 0px;
	width: 320px;
	font-size: 11px;
	line-height: normal;
	display: inline;
	float: left;
}

.galleryAlbumBlock {
	margin: 0px 14px 20px 0px;
	width: 210px;
	font-size: 11px;
	line-height: normal;
	display: inline;
	float: left;
}


.bullet_moreInfo {
	padding-left: 20px;
	font-family: Aria, Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	color: #231f20;
	text-align: left;
	line-height: 14px;
	background-image: url(../images/bullet_moreInfo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.bullet_moreInfo a:link, .bullet_moreInfo a:visited, .bullet_moreInfo a:active {
	color: #231f20;
	text-decoration: none;
}

.bullet_moreInfo a:hover {
	color: #231f20;
	text-decoration: underline;
}

.titleRow {
	background-color: #eb1c24;
	color: #FFFFFF;
	font-weight: bold;
}

.titleRow a:link, .titleRow a:visited, .titleRow a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.titleRow a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#news_events td {
	padding: 3px 6px;
	text-align: left;
}

tr .rowHighlight:hover {
	background-color: #FFFFFF;
}

.news_eventsText {
	color: #231f20;
}

.news_eventsText a:link, .news_eventsText a:visited, .news_eventsText a:active {
	color: #231f20;
	text-decoration: none;
}

.news_eventsText a:hover {
	color: #ed1c24;
	text-decoration: none;
}

.propertyGalleryRtbArea {
	margin: 10px;
	width: 460px;
	/*height: 70px;*/ /*no fixed height for RTB content*/
	font-size: 10px;
	line-height: 14px;
	overflow: hidden;
	
}

.hSeperator-35px {
	height: 35px;
	background-image: url(../images/hSeperator-35px.gif);
	background-position: left;
	background-repeat: repeat-x;
}

.hSeperator-1px {
	height: 1px;
	background-image: url(../images/hSeperator-1px.gif);
	background-position: left;
	background-repeat: repeat-x;
}

.hSeperator-paging {
	height: 15px;
	background-image: url(../images/hSeperator-paging.gif);
	background-position: left;
	background-repeat: repeat-x;
}

.vSeperator-35px {
	width: 35px;
	background-image: url(../images/vSeperator-35px.gif);
	background-position: left;
	background-repeat: repeat-y;
}
/* -------------------------------------------------------------------------------------------------- */
