@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	background:#FFF
}
html#body .div_clear {
	clear:both;
	height:0px;
	content: ".";
	line-height:0.1em;
	font-size:0.1em;
}
.div_clear {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
	content: ".";
	line-height:0.1em;
	font-size:0.1em;
	border:0px;
}
p {
	padding:10px 0 10px 0;
	margin:0;
	line-height:130%
}

a{
	color:#669900;
	text-decoration:none
}

a:hover{
	color:#333;
	text-decoration:underline
}


div#main {
	padding:20px 15px 0 15px;
	margin:0 auto;
	width:930px;
}
div#top_sec {
	width:930px;
	padding: 0 0 20px 0
}
div#logo {
	background:url(../../images/space_logo.gif) no-repeat;
	width:130px;
	height:72px;
	position:relative;
	float:right;
	color:#333333;
}
div#logo a {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:130px;
	height:72px;
}
div#logo span {
	display:none;
}
div#top_right {
	width:750px;
	float:left
}
div#top_right div#ancilary_nav {
	width:600px;
	text-align:left;
}
div#ancilary_nav a {
	color:#333;
	text-decoration:none
}
div#ancilary_nav a:hover {
	color:#333;
	text-decoration:underline
}
div#top_right div#main_nav {
	width:750px;
	text-align:left;
	padding:20px 0 0 0
}
div#main_nav ul {
	padding:0px;
	margin:0px;
	float:left;
}
div#main_nav li {
	margin:0 8px 0 0px;
	padding:10px 15px 6px 15px;
	width:145px;
	color:#FFF;
	font-size:24px;
	height:30px;
	float:left;
	display:block;
	background:#09C;
	list-style:none;
	text-align:left;
}
div#main_nav li a {
	text-decoration:none;
	color:#FFF;
	display:block;
}
div#main_nav li a:hover {
	text-decoration:underline;
	color:#FFF;
	display:block;
}


div#main_nav li.home {
	background: url(../../images/home_icon_bg.jpg) 125px 3px  no-repeat #519115;
	
}
div#main_nav li.work {
	background: url(../../images/work_icon_bg.jpg) 125px 3px  no-repeat #0090c9;
}
div#main_nav li.let {
	background: url(../../images/let_icon_bg.jpg) 125px 3px  no-repeat #092760;
}
div#main_nav li.manage {
	background: url(../../images/manage_icon_bg.jpg) 125px 3px  no-repeat #ed9c00;
}
div#main_nav li.home a.select, div#main_nav li.work a.select, div#main_nav li.let a.select, div#main_nav li.manage a.select{
	text-decoration:underline;
	color:#FFF;
	display:block;
}


div#container {
	padding:0px 0 0px 0;
	margin:20px 0 20px 0;
}
div#container #home_left {
	width:455px;
	float:left
}
#home_left .latest_sapce {
	margin:1px 0;
	padding:25px 0;
	border-bottom:#669900 solid 2px;
	border-top:#669900 solid 2px;
}
#home_left .latest_sapce img {
	padding:0 10px 0 0
}
div#container #home_right {
	width:435px;
	float:right
}
#home_right div#feture_properties_sec {
	width:415px;
	padding:10px;
	background:#fff url(../../images/home_latest_projects_bg.jpg) bottom right; 
	font-size:11px;
	margin:0 0 10px 0
}
div#feture_properties_sec .stepcarousel {
	position: relative; /*leave this value alone*/
	/*overflow:hidden; leave this value alone*/
width: 365px; /*Width of Carousel Viewer itself*/
	height:200px; /*Height should enough to fit largest content's height*/
	margin:0 25px;
}
div#feture_properties_sec .stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	height:200px;
	overflow:hidden
}
div#feture_properties_sec .stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:0 30px 0 7px; /*margin around each panel*/
	width: 96px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:200px
}
.heading1-green {
	color:#669900;
	font-size:24px;
	padding:0px 0 10px 0;
	display:block
}
.heading3 {
	color:#333;
	line-height:24px;
	font-size:18px;
	padding:10px 0;
}
/*-- search sec start--*/
div#search_sec {
	width:415px;
	padding:15px 10px 10px 10px;
	background:#333;
	color:#FFF
}
div#search_sec div#seach_area {
	width:245px;
	float:left
}
div#search_sec div#seach_area .dropdown {
	width:140px;
}
div#search_sec div#seach_area td {
	padding:0 5px 10px 0;
}
div#search_sec a {
	color:#FFF;
	text-decoration:underline
}
div#search_sec a:hover {
	color:#FFF;
	text-decoration:none
}
div#search_sec ul {
	padding:0px;
	margin:0px;
}
div#search_sec li {
	padding:3px 0 0 0;
	margin:0 5px 0 0;
	width:22px;
	display:block;
	float:left;
	list-style:none;
	text-align:center;
	height:19px;
}
div#search_sec li a {
	color:#FFF;
	text-decoration:none
}
div#search_sec li a:hover {
	color:#FFF;
	text-decoration:underline
}
div#search_sec li.home {
	background:#519115;
	border:#FFF solid 1px;
}
div#search_sec li.work {
	background:#0090c9;
	border:#0090c9 solid 1px;
}
div#search_sec li.let {
	background:#092760;
	border:#092760 solid 1px;
}
div#search_sec li.manage {
	background:#ed9c00;
	border:#ed9c00 solid 1px;
}
div#search_sec .search_btn {
	width:109px;
	height:23px;
	border:none;
	content:".";
	font-size:0.01em;
	line-height:0.01em;
	color:#FFF;
	cursor:pointer
}
div#search_sec div#seach_map_area {
	width:161px;
	float:right;
	text-align:right
}
div#search_sec div#seach_map_area div.map_search {
	width:161px;
	height:23px;
	position:relative;
}
div#search_sec div#seach_map_area div.map_search a {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:161px;
	height:23px;
}
div#search_sec div#seach_map_area div.map_search span {
	display:none
}
div#search_sec.home_search {
	background:#519115;
}
div#search_sec.home_search .search_btn {
	background:url(../../images/search_btn_green.gif) no-repeat;
	color:#519115;
}
div#search_sec.home_search div#seach_map_area div.map_search {
	background:url(../../images/map_search_green.gif) no-repeat #519115;
}
div#find_sec {
	width:435px;
	padding:10px 0 0 0;
	color:#FFF
}
div#find_sec #find_space {
	width:455px;
	
	/*background:#454548;*/
background:#092760;
	padding:10px;
}
#find_space .txt_box {
	width:260px;
	height:16px;
	background:#fff;
	border:none;
}

div#find_sec .td_gap{
	padding-left:20px
}

div#find_sec .td_gap1{
	padding-left:6px
}

#find_space .dr_box {
	width:260px;
	
	background:#fff;
	border:none;
}
#find_space .small_txt_box {
	width:60px;
	height:16px;
	background:#fff;
	border:none;
}
#find_space .small_dr_box {
	width:60px;
	
	background:#fff;
	border:none;
}
#find_space .ml_txt_box {
	width:260px;
	height:60px;
	background:#fff;
	border:none;
}
div#find_sec #free_valuation {
	width:455px;
	
	/*background:#b0b0b1;*/
background:#519115;
	padding:10px;
	/*color:#454548*/
}
#free_valuation .txt_box {
	width:260px;
	height:16px;
	background:#fff;
	border:none;
	color:#b0b0b1
}
#free_valuation .dr_box {
	width:260px;
	
	background:#fff;
	border:none;
	color:#b0b0b1
}
#free_valuation .small_txt_box {
	width:60px;
	height:16px;
	background:#fff;
	border:none;
	color:#b0b0b1
}
#free_valuation .small_dr_box {
	width:60px;
	
	background:#fff;
 color:#b0b0b1  border:none;
}
#free_valuation .ml_txt_box {
	width:260px;
	height:60px;
	color:#b0b0b1;
	background:#fff;
	border:none;
}
div#find_sec td {
	padding: 5px 0 0 0;
	text-align:left;
	vertical-align:top
}

div#find_sec div#find_space td {
	padding-top:5px;
	padding-bottom:1px;
	]padding-top:5px;
	]padding-bottom:2px;
		text-align:left;
	vertical-align:top
}


*html #home_right div#find_sec div#find_space table td {
	padding-top:5px;
	padding-bottom:3px;

}



#home_pod_sec {
	width:930px;
	padding: 0 0 5px 0;
}
#home_pod_sec .home_pods {
	width:198px;
	float:left;
	margin:0 5px 0 0;
	padding:15px;
	background:#333;
	border:0;
}
#home_pod_sec .home_pods .pod_title {
	width:130px;
	float:left;
	padding:15px 0 0 0;
	color:#FFF;
	font-size:30px;
}

#home_pod_sec a{
	color:#fff;
	text-decoration:none
}

#home_pod_sec a:hover{
	color:#fff;
	text-decoration:none
}

#home_pod_sec .home_pods .pod_img {
	width:65px;
	float:right;
	text-align:right;
	height:64px;
}



#home_pod_sec .home_pods .pod_content {
	color:#333;
	font-size:11px;
	padding:10px;
	background:#999;
	margin-top:10px;
	line-height:16px;
	border:none
}
#home_pod_sec .home {
	background:#519115;
}
#home_pod_sec .home .pod_content {
	background:#a8c88a;
}
#home_pod_sec .work {
	background:#0090c9;
}
#home_pod_sec .work .pod_content {
	background:#80c8e4;
}
#home_pod_sec .let {
	background:#092760;
}
#home_pod_sec .let .pod_content {
	background:#8493b0;
}
#home_pod_sec .manage {
	background:#ed9c00;
	margin:0px;
}
#home_pod_sec .manage .pod_content {
	background:#f6ce80;
}
div#footer {
	width:930px;
}

div#footer a{
	color:#FFF;
	text-decoration:none

}

div#footer a:hover{
	color:#FFF;
	text-decoration:underline
}

div#footer #address {
	background:#000;
	padding:7px 30px 3px;
	color:#FFF;
}

div#address div.address{
	padding:8px 0px; 
	width:500px; 
	float:left
}

div#address .social{
	width:180px; 
	float:right;
	text-align:right
}
.text_green {
	color:#669900;
}
.text_blue {
	color:#0099cc;
}
.text_orange {
	color:#ff9900;
}
div#footer #footer_link {
	background:#454548;
	padding:15px 0px 15px 30px;
	color:#d1d1d2;
	line-height:16px;
}
div#footer #footer_link .footelink_pods {
	width:225px;
	float:left;
	font-size:11px;
}
div#footer #footer_link a {
	color:#d1d1d2;
	text-decoration:none
}
div#footer #footer_link a:hover {
	color:#d1d1d2;
	text-decoration:underline
}
div#container #inner_left {
	width:435px;
	float:left;
	font-size:14px;
	color:#333
}
div#container #inner_right {
	width:435px;
	float:right
}
div#inner_right #search_sec {
	margin-top:10px;
}
div#search_result {
	background:#333;
	padding:10px 20px 20px 20px;
	margin:20px 0 0 0
}
div#search_result div#search_result_container {
	padding:15px 15px 0 15px;
	background:#FFF;
	width:860px;
}
div#search_result #pod_header_Sec {
	padding:10px 0;
}
div#search_result .pod_title {
	width:130px;
	float:left;
	padding:15px 0 0 0;
	color:#FFF;
	font-size:30px;
}
div#search_result .pod_img {
	width:65px;
	float:left;
	text-align:right;
	height:64px;
}

div#search_result .pod_more{
	width:130px;
	float:right;
	padding:15px 0 0 0;
	color:#FFF;
	font-size:30px;
}

div#search_result .pod_more a{
	text-decoration:underline;
	color:#fff;
}

div#search_result .pod_more a:hover{
	text-decoration:none;
	color:#fff;
}

div#search_result .search_result_pod {
	width:860px;
	padding:0 0 15px 0;
}
div#search_result .search_result_pod div.image_details_sec {
	width:280px;
	padding:0 0px 0 0;
	float:left
}
div#search_result .search_result_pod div.image_details_sec .image {
	width:100px;
	height:100px;
	display:block;
	float:left;
	padding:0;
}
div#search_result .search_result_pod div.image_details_sec .image_details {
	width:165px;
	float:left;
	display:block;
	padding:0 0 0 15px;
}
div#search_result .search_result_pod div.image_details_sec .heading3 {
	font-size:18px;
	padding: 0 0 10px 0;
	display:block
}
div#search_result .search_result_pod div.search_details_sec {
	width:550px;
	padding:0 20px 0px 0;
	float:right;
	font-size:12px;
}
div#search_result .search_result_pod div.search_details_sec p {
	padding:0 0 5px 0;
}
div#search_result div#pagination {
	font-size:24px;
	text-align:right;
	color:#FFF;
	padding:10px 0 0 0;
}
div#pagination div.page_count
{
	width:auto; 
	display:block; 
	float:left; 
	font-size:15px; 
	padding:5px 0 0 15px;
}

div#pagination div.paging
{
	width: 400px;  
	float: right; 
}
div#pagination ul
 {
	list-style:none;
	margin:0px;
	padding:0px;
	clear:both;
	float:right
 }


div#pagination li
 {
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	margin-right:15px
 }


div#pagination li .active
 {
	
	text-decoration:underline
 } 

div#search_result div#pagination a {
	color:#FFF;
	text-decoration:none
}
div#search_result div#pagination a:hover {
	color:#FFF;
	text-decoration:underline
}
div#search_result_container div#filmstrip_sec {
	width:330px;
	padding:0 0px 0 0;
	float:left
}
div#filmstrip_sec div#large_image {
	width:320px;
	padding:0 0 10px 0;
}
div#filmstrip_sec div#large_image img {
	width:300px;
	padding:0 0 10px 0;
	height:200px
}

div#filmstrip_sec .stepcarousel {
	position: relative; /*leave this value alone*/
	overflow:hidden; /*leave this value alone*/
	width: 270px; /*Width of Carousel Viewer itself*/
	height:80px; /*Height should enough to fit largest content's height*/
	margin:0 25px;
	padding:0
}
div#filmstrip_sec .stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	height:100px;
	overflow:hidden
}
div#filmstrip_sec .stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:0 15px 0 5px; /*margin around each panel*/
	width: 75px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
div#search_result_container div#image_more_details {
	width:500px;
	padding:0 20px 0 0;
	font-size:12px;
	float:right
}
div#image_more_details .image_details {
	width:260px;
	float:left;
	display:block;
	padding:0 0 0 0px;
	font-size:14px;
}
div#image_more_details .heading3 {
	font-size:18px;
	padding: 0 0 10px 0;
	display:block
}
div#image_more_details .heading4 {
	font-size:14px;
	padding: 5px 0 10px 0;
	display:block;
}
div#image_more_details .contact_details {
	width:230px;
	float:right;
	font-size:12px;
}
div#image_more_details .detail_name {
	color:#333333

}
div#image_more_details .contact_details a {
	color:#333;
	text-decoration:none
}
div#image_more_details .contact_details a:hover {
	color:#333;
	text-decoration:underline
}
div#image_more_details div#google_map {
	width:410px;
	padding:20px 0 10px 0;
}
div#image_more_details div#google_map a {
	color:#333;
	text-decoration:underline
}
div#image_more_details div#google_map a:hover {
	color:#333;
	text-decoration:none
}

/*----home search details page ----*/
div.home_seach_details  #search_sec{
	background:#519115
}


div.home_seach_details .search_btn {
	background:url(../../images/search_btn_green.gif) no-repeat;
	color:#519115;
}

div.home_seach_details  div.map_search {
	background:url(../../images/map_search_green.gif) no-repeat #519115;
}

div.home_seach_details #search_result {
	background:#519115
}

div.home_seach_details .heading3 {
	color:#519115
}

div.home_seach_details .search_details_sec a{
	color:#519115;
	text-decoration:underline
}

div.home_seach_details .search_details_sec a:hover{
	color:#519115;
	text-decoration:none
}

div.home_seach_details div#image_more_details div#google_map a {
	color:#519115;
	text-decoration:underline
}
div.home_seach_details div#image_more_details div#google_map a:hover {
	color:#519115;
	text-decoration:none
}
div.home_seach_details div#image_more_details .heading4 {
	color:#519115
}
div.home_seach_details div#image_more_details .detail_name {
	color:#519115
}

/*----work search details page ----*/
div.work_seach_details  #search_sec{
	background:#0090c9
}

div.work_seach_details .type{
	color:#0090c9;
}

div.work_seach_details .search_btn {
	background:url(../../images/search_btn_work.gif) no-repeat;
	color:#0090c9;
}

div.work_seach_details  div.map_search {
	background:url(../../images/map_search_work.gif) no-repeat #519115;
}

div.work_seach_details #search_result {
	background:#0090c9
}

div.work_seach_details .heading3 {
	color:#0090c9
}

div.work_seach_details .search_details_sec a{
	color:#0090c9;
	text-decoration:underline
}

div.work_seach_details .search_details_sec a:hover{
	color:#0090c9;
	text-decoration:none
}
div.work_seach_details div#image_more_details div#google_map a {
	color:#0090c9;
	text-decoration:underline
}
div.work_seach_details div#image_more_details div#google_map a:hover {
	color:#0090c9;
	text-decoration:none
}

div.work_seach_details div#image_more_details .heading4 {
	color:#0090c9
}
div.work_seach_details div#image_more_details .detail_name {
	color:#0090c9
}
/*----let search details page ----*/
div.let_seach_details  #search_sec{
	background:#092760
}

div.let_seach_details .type{
	color:#092760;
}

div.let_seach_details .search_btn {
	background:url(../../images/search_btn_let.gif) no-repeat;
	color:#092760;
}

div.let_seach_details  div.map_search {
	background:url(../../images/map_search_let.gif) no-repeat #519115;
}

div.let_seach_details #search_result {
	background:#092760
}

div.let_seach_details .heading3 {
	color:#092760
}

div.let_seach_details .search_details_sec a{
	color:#092760;
	text-decoration:underline
}

div.let_seach_details .search_details_sec a:hover{
	color:#092760;
	text-decoration:none
}
div.let_seach_details div#image_more_details div#google_map a {
	color:#092760;
	text-decoration:underline
}
div.let_seach_details div#image_more_details div#google_map a:hover {
	color:#092760;
	text-decoration:none
}

div.let_seach_details div#image_more_details .heading4 {
	color:#092760
}
div.let_seach_details div#image_more_details .detail_name {
	color:#092760
}

/*----manage search details page ----*/
div.manage_seach_details  #search_sec{
	background:#ed9c00
}

div.manage_seach_details .search_btn {
	background:url(../../images/search_btn_manage.gif) no-repeat;
	color:#ed9c00;
}

div.manage_seach_details  div.map_search {
	background:url(../../images/map_search_manage.gif) no-repeat #ed9c00;
}

div.manage_seach_details #search_result {
	background:#ed9c00
}

div.manage_seach_details .heading3 {
	color:#ed9c00
}

div.manage_seach_details .search_details_sec a{
	color:#ed9c00;
	text-decoration:underline
}

div.manage_seach_details .search_details_sec a:hover{
	color:#ed9c00;
	text-decoration:none
}
div.manage_seach_details div#image_more_details div#google_map a {
	color:#ed9c00;
	text-decoration:underline
}
div.manage_seach_details div#image_more_details div#google_map a:hover {
	color:#ed9c00;
	text-decoration:none
}

div.manage_seach_details div#image_more_details .heading4 {
	color:#ed9c00
}
div.manage_seach_details div#image_more_details .detail_name {
	color:#ed9c00
}

/*----Green search details page ----*/
div.green_seach_details  #search_sec{
	background:#519115
}

div.green_seach_details .type{
	color:#519115;
}

div.green_seach_details .search_btn {
	background:url(../../images/search_btn_green.gif) no-repeat;
	color:#519115;
}

div.green_seach_details  div.map_search {
	background:url(../../images/map_search_green.gif) no-repeat #519115;
}

div.green_seach_details #search_result {
	background:#519115
}

div.green_seach_details .heading3 {
	color:#519115
}

div.green_seach_details .search_details_sec a{
	color:#519115;
	text-decoration:underline
}

div.green_seach_details .search_details_sec a:hover{
	color:#519115;
	text-decoration:none
}
div.green_seach_details div#image_more_details div#google_map a {
	color:#519115;
	text-decoration:underline
}
div.work_seach_details div#image_more_details div#google_map a:hover {
	color:#519115;
	text-decoration:none
}

div.green_seach_details div#image_more_details .heading4 {
	color:#519115
}
div.green_seach_details div#image_more_details .detail_name {
	color:#519115
}

/*----grey  search details page ----*/
div.grey_seach_details  #search_sec{
	background:#454449
}

div.grey_seach_details .search_btn {
	background:url(../../images/search_btn_grey.gif) no-repeat;
	color:#454449;
}

div.grey_seach_details  div.map_search {
	background:url(../../images/map_search_grey.gif) no-repeat #454449;
}

div.grey_seach_details #search_result {
	background:#454449
}

div.grey_seach_details .heading3 {
	color:#454449
}

div.grey_seach_details .search_details_sec a{
	color:#454449;
	text-decoration:underline
}

div.grey_seach_details .search_details_sec a:hover{
	color:#454449;
	text-decoration:none
}

div.grey_seach_details div#image_more_details div#google_map a {
	color:#454449;
	text-decoration:underline
}
div.grey_seach_details div#image_more_details div#google_map a:hover {
	color:#454449;
	text-decoration:none
}

div.grey_seach_details div#image_more_details .heading4 {
	color:#454449
}
div.grey_seach_details div#image_more_details .detail_name {
	color:#454449
}

/**/



.cat_tree{
	
}

.cat_tree ul.rtUL{
	padding:0px;
	margin:0px
}

.cat_tree ul.rtUL li{
	padding:0px;
	margin:0px
}

.rtMid{
	padding:0px
	}


/*Inner page styles*/

div#container #left_sec {
	width:455px;
	float:left;
	font-size:14px;
	color:#333;
	line-height:18px
}
div#container #right_sec {
	width:435px;
	float:right;
	font-size:14px
}

#right_sec .news_sec{
	margin:0px 0px 15px;
	clear:both	
}

.news_sec img{
	float:left;
	margin: 5px 18px 0 0;
	width:80px
}

.news_sec .news_right{
	float:right;
	width:335px;
}

.news_sec p{
	padding:0px;
	margin:4px 0;
}

/*register_sec styles*/
#right_sec div#register_sec{
	width:405px;
	background:#519115;
	padding:15px;
	color:#fff
}

div#register_sec table{
	margin:10px 0 0
}

div#register_sec .text_box_white{
	background:#fff;
	border:0px;
	font:12px;
	width:294px
}

div#register_sec .mlt_text_box_white{
	background:#fff;
	border:0px;
	font:12px;
	width:395px
}

.text_24{
	font-size:24px;
}

.text_green{
	color:#669900
}

.text_18{
	font-size:18px;
	
}

.text_14{
	font-size:14px;
}


.text_gray_11{
	font-size:11px;
	line-height:18px;
	color:#333;
}

.text_gray_11 a{
	color:#333;
	text-decoration:underline;
}

.text_gray_11 a:hover{
	color:#333;
	text-decoration:none;
}

/* Heading styles*/

.text_24_green{
	font-size:24px;
	color:#519115
}

.text_18_green{
	font-size:18px;
	color:#519115
}

.text_14_green{
	font-size:14px;
	color:#519115
}
.text_11_green{
	font-size:11px;
	color:#519115
}


.text_24_dark_blue{
	font-size:24px;
	color:#092760
}

.text_18_dark_blue{
	font-size:18px;
	color:#092760
}

.text_14_dark_blue{
	font-size:14px;
	color:#092760
}

.text_11_dark_blue{
	font-size:11px;
	color:#092760
}


.text_24_yellow{
	font-size:24px;
	color:#ed9c00
}

.text_18_yellow{
	font-size:18px;
	color:#ed9c00
}

.text_14_yellow{
	font-size:14px;
	color:#ed9c00
}
.text_11_yellow{
	font-size:11x;
	color:#ed9c00
}

.text_24_blue{
	font-size:24px;
	color:#0090c9
}

.text_18_blue{
	font-size:18px;
	color:#0090c9
}

.text_14_blue{
	font-size:14px;
	color:#0090c9
}
.text_11_blue{
	font-size:11px;
	color:#0090c9
}

.text_gray_24{
	font-size:24px;
	color:#333;
	line-height:28px
}

.text_gray_18{
	font-size:18px;
	color:#333;
	line-height:24px
}

.text_gray_14{
	font-size:14px;
	color:#333;
}

.text_gray_11{
	font-size:11px;
	line-height:18px;
	color:#333;
}

/*contact form styles*/

div#contact_sec{
	width:300px;
	background:#519115;
	padding:15px;
	color:#fff;
	
}

divcontact_sec table{
	margin:10px 0 0
}

div#contact_sec .text_box_white{
	background:#fff;
	border:0px;
	font:12px;
	width:220px
}

div#contact_sec .mlt_text_box_white{
	background:#fff;
	border:0px;
	font:12px;
	width:290px
}

/*Enquiry form styles*/

#right_sec div#enquiry_sec{
	width:405px;
	background:#ed9c00;
	padding:15px;
	color:#fff
}

div#enquiry_sec table{
	margin:10px 0 0
}

div#enquiry_sec .text_box_white{
	background:#fff;
	border:0px;
	font:12px;
	width:294px
}

div#enquiry_sec .mlt_text_box_white{
	background:#fff;
	border:0px;
	font:12px;
	width:395px
}

/*home newssec  */

.news_home{
	padding:0px;
	margin:0px;
	margin-top:10px
}

.news_home .news_bdr{
	/*background: url(../../images/news_devideline.gif) repeat-x bottom;*/
	padding-bottom:0px;
	margin-bottom:0px;
}
 

.news_home .image{
	float:left;
	margin-right:5px
}


/*advanced search */

div.grey_seach_details  #search_sec_adv{
	background:#454449;
	width:890px;
	
	padding:20px;
	color:#fff
}

div#search_sec_adv div#seach_area_adv {
	
	
}
div#search_sec_adv div#seach_area_adv .dropdown {
	width:210px;
}
div#search_sec_adv div#seach_area_adv td {
	padding:0 5px 20px 0;
}
div#search_sec_adv a {
	color:#FFF;
	text-decoration:underline
}
div#search_sec_adv a:hover {
	color:#FFF;
	text-decoration:none
}

div#search_sec_adv ul {
	padding:0px;
	margin:0px;
}
div#search_sec_adv li {
	padding:3px 0 0 0;
	margin:0 5px 0 0;
	width:22px;
	display:block;
	float:left;
	list-style:none;
	text-align:center;
	height:19px;
}
div#search_sec_adv li a {
	color:#FFF;
	text-decoration:none
}
div#search_sec_adv li a:hover {
	color:#FFF;
	text-decoration:underline
}
div#search_sec_adv li.home {
	background:#519115;
	border:#FFF solid 1px;
}
div#search_sec_adv li.work {
	background:#0090c9;
	border:#0090c9 solid 1px;
}
div#search_sec_adv li.let {
	background:#092760;
	border:#092760 solid 1px;
}
div#search_sec_adv li.manage {
	background:#ed9c00;
	border:#ed9c00 solid 1px;
}
div#search_sec_adv .search_btn_adv {
	width:109px;
	height:23px;
	border:none;
	content:".";
	font-size:0.01em;
	line-height:0.01em;
	color:#FFF;
	cursor:pointer
}

div#search_sec_adv .search_btn_adv {
	background:url(../../images/search_btn_grey.gif) no-repeat;
	color:#454449;
}



div#search_sec_adv div.map_search_adv {
	background:url(../../images/adv_map_search_btn.jpg) no-repeat #454449;
	width:189px;
	height:23px;
	position: relative
}

div#search_sec_adv div.map_search_adv a {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:183px;
	height:23px;
	cursor:pointer;
}
div#search_sec_adv div.map_search_adv span {
	display:none
}







	