@charset "utf-8";
/* CSS Document */
<style type="text/css" media="all">

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	color: #2a2d2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(../images/menu/bodybackground.gif);
	background-repeat: repeat-x;
}
h1 {
  color: #6982b5;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #6982b5;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
  color: #ca0009;
  text-decoration: underline;
}
a:focus {
  color: #ca0009;
}
a:active {
  color: #262499;
}
#outerWrapper {
	background-color: #D3EFFB;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 860px;
	margin-top: 5px;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 10px 0px 10px;
	background-image: url(../images/menu/headerbackground.gif);
	height: 120px;
	background-repeat: no-repeat;
}
#outerWrapper #topNavigation {
	background-color: #D3EFFB;
	float: none;
	color: #234467;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #D3EFFB;
	float: left;
	padding: 0px 10px 10px 10px;
	width: 200px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.Lheader {
	background-color: #FF9900;
	border: solid 1px #8e9fd0;
	float: left;
	padding: 5px 5px 5px 5px;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#outerWrapper #contentWrapper #search {
	background-color: #D3EFFB;
	border: solid 1px #8e9fd0;
	float: left;
	padding: 5px 5px 5px 5px;
	width: 190px;
}
.search_txt{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#005959;
	text-decoration:none;
}
.search_field{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#234467;
	text-decoration:none;
	width:100%;
	padding-left:6px;
}
.input {
	background-color: #234467;
	color: #FFFFFF;
	padding-left: 5px;
}

#outerWrapper #contentWrapper #vmenu {
	background-color: #D3EFFB;
	border: solid 1px #8e9fd0;
	float: left;
	padding: 5px 5px 5px 5px;
	width: 190px;
	background-image: url(../images/menu/v_menubackground.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #234467;
	font-weight: bolder;
	font-size: 14px;
}
#outerWrapper #contentWrapper #eyecandy {
	background-color: #FFFFFF;
	border: solid 1px #8e9fd0;
	float: left;
	padding: 5px 5px 5px 5px;
	width: 190px;
	
}
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 220px;
	padding: 0px 10px 10px 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
div.scroll {
	height: 905px;
	width: auto;
	overflow: auto;
	border: 1px solid #666;
	background-color: #D3EFFB;
	padding: 8px 8px;
}
#outerWrapper #contentWrapper #tablecontainer{
	background-color: #D3EFFB;
}
.featureheader1_2 {
	background-color: #FF9900;
	float: none;
	padding: 5px 5px 5px 5px;
	width: 288px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-left: 3px;
	border: solid 1px #8e9fd0;
}
.featureheader3_4 {
	background-color: #FF9900;
	float: none;
	padding: 5px 5px 5px 5px;
	width: 288px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-left: 3px;
	border: solid 1px #8e9fd0;
}
.Feature_image{
}
.Feature_title{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	margin-left: 27px;
}
.Feature_price{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #000066;
	font-weight: bold;
	width: 250px;
	margin-left: 27px;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #BtmAdds {
	background-color: #FFFFFF;
	border-top: solid 1px #8e9fd0;
	padding: 10px 10px 10px 10px;
}
#outerWrapper #footer {
	background-color: #FF9900;
	border-top: solid 1px #8e9fd0;
	padding: 10px 10px 10px 10px;
}
.propertList_title{
	color: #234467;
	font-size: 13px;
	font-weight: bold;
}
.propertList_lable{
	color: #234467;
	font-weight: bold;
}
.propertList_data{
	font-weight: bold;
}
</style>
<style type="text/css" media="print">

body {
  background-color: #fff;
  background-image: none;
  border-color: #000;
  color: #000;
}
/* thunb css starts here */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;

}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
height:225px;
width:300px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20px;
left: -90px; /*position where enlarged image should offset horizontally */

}
/* Thunb css end here */
</style>
