/* Colors */

.color_1 {
color: #f97306;/*orange*/
}

.color_2 {
color: #0b88bd;/*blue*/
}

.color_3 {
color: #006700;/*green*/
}

.color_bg_1 {background-color:#f9f8eb;} /*tam*/

/* END Colors */


#sitewrap {
	width:970px; /*original 990px*/
	padding:10px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#copyright {
	width:980px; /*original 990px*/
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding-left:10px;
}

body {
	background-color:#e5e5e5;
}

body.popups {background-color:#FFFFFF;}

/* Header */
#header {
	height:83px;
	width:972px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#header_links {
	position:absolute;
	top:14px;
	right:10px;
}

#header_links ul {
	margin:0px;
}

#header_links ul li {
	list-style:none;
	float:left;
	margin:0px 10px 0px 10px;
}
#header_links a {
	color:#f97306;
	text-decoration:none;
	font-weight:bold;
}
#header_links a:hover,
#footer a:hover {
	color:#0b88bd;
}


#languages {
	position:absolute;
	top:10px;
	left:460px;
	background-image:url(../images/icon_map.png);
	background-repeat:no-repeat;
	background-position:left;
	height:30px;
	padding-left:50px;
}

/* END Header*/

/* Navigation*/
#nav ul {margin:0px; padding:0px;}
#nav ul li {
	list-style:none;
	border-bottom:1px solid #ccc;
	margin:0px;
	padding:0px;
}
#nav a {
	color:#767676;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	display:block;
	height:20px;
	padding-left:5px;
	padding-top:2px;
}
#nav a:hover,
.on_main {background-color:#f97306; color:white!important;}

.on_sub {background-color:#006700; color:white!important;}
/* END Navigation*/



#footer {
	background-color:#f3f0d8;
	border-top:1px solid #999999;
	padding:10px;
	color:#8c8a64;
	margin-top:10px;
}

#footer a {color:#8c8a64; font-weight:normal; text-decoration:none; font-size:9px; line-height:14px;}


#banner_style_a img {
	margin-top:5px;
	margin-bottom:5px;
}


/*ads btns*/
a.btn_link {
	background-color:white;
	border:1px solid #f97306;
	padding:2px 12px 2px 12px;
	color:#f97306;
	text-decoration:none!important;
	font-weight:bold;
}
a.btn_link:hover {
	background-color:#f97306;
	color:white;
}

a:hover  img.effect {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.clear_both {clear:both;}

/*Layout*/

table td#left_col {
	width:160px;
}

table td#center_col {
	padding:0px 10px 0px 10px;
	width:544px;
}

table td#right_col {
	background-color:#f3f3f3;
	padding:6px;
}

table td#full_col {padding-left:10px;}

.content_area {position:relative;}


/*END layout*/



body, table, p, body, input, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

h1 {
	font-size: 13pt;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color: #000;
	margin-bottom:5px;
	margin-top:5px;
	}
	
h2 {
	font-size: 16px;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color: #006700;/*green*/
	margin-bottom:5px;
	margin-top:5px;
	letter-spacing:-1px;
	}
h3 {
	font-size:14px;
	color:#f97306;/*orange*/
	margin-bottom:5px;
	margin-top:5px;
}
h4 {
	font-size:10px;
	color:#08547a;/*blue*/
	margin-bottom:5px;
	margin-top:5px;
}


.impact1 {
	font-size: 10pt;
	color: #000;
	font-family: verdana, Arial, Helvetica, sans-serif;
	}

.impact2 {
	font-size: 13px;
	color: #006700;/*green*/
	font-weight:bold;
	font-style:normal!important;
	}

.impact3 {
	color: #c21c1d;
	}


p {
	margin-top:10px;
	margin-bottom:10px;
	}
	
ul {margin:0px; padding:0px;}
	
ul li {
	margin-top:5px;
	margin-bottom:5px;
	list-style:square;
	margin-left:15px;/*to show bullet*/
}

ul.custom li {
	list-style-image:url(../../images/li_arrow.gif);
	margin-left:0px;
	}

small {
	font-size: 9px;
	}

hr {
	border: none 0; 
	border-top: 1px dotted #ccc;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-bottom:5px;
	margin-top:5px;
}


address {
	font-style:normal;
}



/*-------Form elements--------*/
form {margin:0px; padding:0px;}

input, select {
	vertical-align:middle;
	padding:1px;
	border:1px solid #ccc;
}

input {height:15px; border:1px solid #ccc;}

input.button {height:auto!important;}

input.btn_image {
	height:auto;
	border:none;
}
	
.button {
	color:white!important;
	background-color:#f97306;
	border-top:1px solid #faa25b;
	border-left:1px solid #faa25b;
	border-bottom:1px solid #ac4f04;
	border-right:1px solid #ac4f04;
	font-size: 12px;
	font-weight:bold;
	padding:4px 10px 4px 10px;
	cursor:pointer;
	text-decoration:none!important;
	}
a:hover.button {
	color:white!important;
	background-color:#006700;
	border-top:1px solid #1e971e;
	border-left:1px solid #1e971e;
	border-bottom:1px solid #013a01;
	border-right:1px solid #013a01;
	}
/*---------------*/

/*-------------------Normal links---------------------------*/
a:link {
	text-decoration: underline;
    color:#f97306;
	outline:none;
	}

a:visited {
	text-decoration:underline;
    color:#000000;
	}

a:hover {
	text-decoration: underline;
	color: #0b88bd;
	}
a:focus { outline: none; } 
/*--------------------------------------------*/



.bg_color_1 {background-color:#f3f0d8;}

.box_1 {background-color:white; padding:5px;}

.gradient_1 { background-image:url(../images/gradient_blue_bottom.gif); background-repeat:repeat-x; background-position:bottom; background-color:white;}

.gradient_2 {background-image:url(../images/gradient_gray_reflect.gif); background-repeat:repeat-x; background-color:#f4f4f4; background-position:center;}

.gradient_3 {background-image:url(../images/gradient_blue_top.gif); background-repeat:repeat-x; background-color:white; background-position:top;}

.border_1 {border:1px solid #999999;}/*dark gray*/
.border_2 {border:1px solid #999;}/*gray*/

.no_border {border:none;}
.border_img_frame {background-color:white; padding:5px; border:1px solid #ccc;}

.padding_1{padding:5px;}
.padding_2{padding:8px;}
.padding_3{padding:10px;}

table.padding_1 tr td {padding:5px;} /*padding for tables*/

.margin_top_bottom {margin:10px 0px 10px 0px;}

.margin_bottom,
#result_block {margin-bottom:10px;}

.margin_bottom_2 {margin-bottom:20px;}

.margin_top {margin-top:10px;}

.row_odd {
	background-color:#f1f1f1;
}

.ul_li_overwrite {margin:0px; padding:0px;}



#carusel p {
	color:black;
	line-height:14px;
	text-align:left!important;
}
#carusel table tr td {padding:3px;}

#featured_prop_1 {
	line-height:16px;
}

#sorting_bar {
	height:25px;
}

#result_block table {font-size:11px;}

#result_block ul#actions li,
#social_networking ul#actions li {float:left; list-style:none; margin-left:0px;}

ul#actions li a,
#result_block ul#actions li a,
table#results_details_tb ul#actions li a {display:block; margin-right:20px; font-weight:bold; color:#0b88bd; text-decoration:none; font-size:10px;}

ul#actions li a img,
#result_block ul#actions li a img,
table#results_details_tb ul#actions li a img {vertical-align:middle; margin-right:2px;}

#result_block ul#actions li a:hover,
table#results_details_tb ul#actions li a:hover {color:#f97306;}

table#results_details_tb ul#actions li {list-style:none; text-align:left; margin-left:0px;} /*for the vertical ones*/

#map {width:542px; height:378px; overflow:hidden;}


/* Image Viewer */
#img_thumbs img {margin-right:5px; margin-bottom:5px; float:left; border:1px solid #ccc;}
/* END Image Viewer */



/*===============Styles for results table=================*/
.data_table_1 table {
	width:100%;
	border:1px solid #ccc;
	}
.data_table_1 th {
	font-family: verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	color:white;
	font-weight: bold;
	background-color:#0b88bd;
	height:30px;
	text-align:left;
	padding-left:5px;
	}
.data_table_1 tr td {
	padding:10px 5px 10px 5px;
}
.data_table_1.sold tr td {
	text-decoration:line-through;/*for the sold table*/
}
.row_highlight {
	background-color:#f8fcfe;
	}
/*===============END: Styles for results table=================*/



/* ------------- Hover Tool tip ----------------- */
a.tool_tip {
	border-bottom: 1px dashed;
	text-decoration: none;
}

a:hover.tool_tip {
	position: relative;
}

a.tool_tip span {
	display: none;
}

a:hover.tool_tip span {
	display: block;
   	position: absolute; 
	/* formatting only styles */
   	padding: 10px; margin: 10px;
   	background:white; border: 1px dotted #c21c1d;
	/*opacity: 0.9;*/
	width:400px;
	color:#666666;
	text-align:left;
	font-weight:normal;
	z-index:100000;
	/* end formatting */
}
a.tool_tip span img {margin-right:5px; margin-bottom:5px;}
/* ------------- END: Hover Tool tip ----------------- */


/*---------- Start Overlap Divs ----------------*/
#subcontent,
#subcontent2 {
	position:absolute;
	border:1px solid #cccccc;
	visibility: hidden;
	background-color:#FFFFFF;
	padding:8px;
	z-index:100000!important;
}

.holder {
	width:215px;
	height:300px;
	overflow-y: auto;
	overflow-x:hidden;
}

.subcontent_close {
	/*background-color:#F3F3F3;*/
	padding:5px;
}
/*---------- End Overlap Divs ----------------*/

#return_link a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color: #f97306;/*orange*/
	margin:10px 0px 10px 0px;
	display:block;
}
#return_link a:hover {
	text-decoration:underline;
	color: #0b88bd;/*blue*/
}

/*---Photo gallery----*/
.gallery_block {float:left; width:350px;; border-bottom:1px #CCCCCC dotted; margin-bottom:10px;}

.gallery_block img {float:left; margin-right:10px; width:79px;}

.gallery_desc {float:left; width:230px; height:110px; overflow:hidden;}

#gallery_thumbs {
	margin:20px auto 0 auto;
}

.img_wraper {
	width:180px;
	height:170px;
	float:left;
}

.img_wraper img {
	background:white none repeat scroll 0%;
	border:1px solid #CCCCCC;
	padding:6px;
	vertical-align:top;
}
.img_wraper span {
	width:130px;
	height:25px;
	overflow:hidden;
	display:block;
}

/*---END Photo gallery----*/

/*  Video Gallery */
.video_player {
	float:left;
	width:220px;
	margin-right:15px;
	margin-bottom:10px;
}