@charset "utf-8";
/* CSS Document */
ul,li {
	padding:0px;
	margin:0px;
}

body{
	background-color:#000000;
	font-family:Helvetica, Arial, sans-serif;
	line-height:19px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	font-weight:400;
}

img{
	border:0px;
}

h2{
	font-size:15pt;
	padding:0px;
	padding-bottom:10px;
	margin:0px;
}


h3{
	font-size:12pt;
	padding:0px;
	padding-bottom:10px;
	margin:0px;
	font-weight:bolder;
	clear:none;
	float:left;
}

h4{
	padding:0px;
	padding-bottom:10px;
	clear:both;
	margin:0px;
	font-style:italic;
	font-weight:normal;
}

.subpage{
	background-color:#000000;
	color:#999999;

}

div#container
{
	position:relative;
	margin-top:4%;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	font-size:10pt;
	padding: 0px;
	display:table;

}
	
div#container_top{
	background-image:url(images/logo_spacer.gif);
	background-repeat:repeat;
	height:114px;
	width:inherit;
}

div#container_top div#nav{
	position:relative;
	right:0px;
	top:0px;
	width:508px;
	height:51px;
	background-image:url(images/nav_spacer.gif);
	background-repeat:repeat;
	float:right;
}

div#container_top div#logo{
	position:relative;
	left:57px;
	top:24px;
	width:251px;
	height:54px;
	float: left;
}

#dropdown_trueclaim_below{
	display:none;
	position:absolute;
	top:50px;
	z-index:10;
	width:116px;
	right:303px;
	background-image:url(images/nav_spacer.gif);
	background-repeat:repeat;	
	border-left:thin solid white;
	border-right:thin solid white;
	border-bottom:thin solid white;
}

#dropdown_properties_below{
	display:none;
	position:absolute;
	top:50px;
	z-index:10;
	width:116px;
	right:203px;
	background-image:url(images/nav_spacer.gif);
	background-repeat:repeat;	
	border-left:thin solid white;
	border-right:thin solid white;
	border-bottom:thin solid white;
}

/* HOMEPAGE SPECIFIC STYLES */
.home {
	background-color:#000000;
	color:#FFFFFF;
}

a.white:link, a.white:visited{
	color:#FFFFFF;
	text-decoration:underline;
}
a.white:hover, a.white.active{
	color:#333333;
	text-decoration:underline;
}

a.crumb:link, a.crumb:visited{
	color:#FF6600;
	text-decoration:none;
}
a.crumb:hover, a.crumb.active{
	color:#FF6600;
	text-decoration:underline;
}

div#container.home{
	display:table;
}
.home div#container_middle{
	height:319px;
	width:inherit;
	margin:0px;
	padding:0px;
	
}

.home div#container_bottom{
	background-image:url(images/gradient_short.jpg);
	background-repeat:repeat-x;
	width:1024px;
	color:#FFFFFF;
	background-color: #000000;
	float: left;
	height: 600px;
}

.home div#container_bottom div#news{
	background-image:url(images/gradient_long.jpg);
	background-repeat:repeat-x;
	width:368px;
	height: 600px;
	float: left;
}
/* END OF HOMEPAGE SPECIFIC STYLES */

div#container_middle{
	height:144px;
	width:inherit;
	float: left;
}
.subpage div#container_bottom{
	background-color:#FFFFFF;
	width:1024px;
	float: left;
	margin-bottom: 60px;
	;
	height: auto;
	clear: both;
	background-image: url(images/light_grey-spacer.gif);
}

#extra_info{
	float:right;
	width:357px;
	background-image:url(images/light_grey-spacer.gif);
	background-repeat:repeat;
	height: 100%;
	position: relative;
}

#extra_info .inside{
	padding-top:45px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:35px;
	float: none;
	clear: both;
	height: 100%;

}

#properties{
	float:left;
	width: 656px;
	position: relative;
	height: 600px;
}

#properties .inside{
	padding-top:45px;
	padding-left:45px;
	padding-right:45px;
	padding-bottom:45px;
	float: left;

}

#main_info{
	float:left;
	width:666px;
	height:100%;
	position: relative;
	background-color: #ffffff;
}

#main_info .inside{
	padding-top:45px;
	padding-left:85px;
	padding-right:65px;
	padding-bottom:45px;
	height: 100%;

}

#news .inside{
	padding-top:35px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:35px;
	right: 4px;
	width: 288px;
	top: 0px;
	
}


.orange{
	color:#FF6600;
}

.heading{
	font-size:11pt;
	font-weight: bold;
}
#stock_info{
	float:left;	
}

#slider1 {
	width: 800px; /* important to be same as image width */
	height: 319px;
	overflow: hidden; /* important */
	z-index: 100;
	margin:0px;
	float:left
}

#slider1Content {
	width: 800px; /* important to be same as image width or wider */
	position: relative;
	margin-left: 0px;
	text-align:left;
	left:0px;
	top:0px;
}
.slider1Image {
	text-align:left;
	float: left;
	position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 1024px;
	filter: alpha(opacity=70);
	-moz-opacity: 0;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.bottom {
	bottom: 0;
    left: 0;
}
.table{
	display:table;
}

.table_row{
	display:table-row;
}
