@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
.divider {
	background-image: url(../images/divider.png);
	height: 250px;
	width: 15px;
	float: left;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dddddd;
	color: #6B6B6B;
	background-repeat: repeat-x;
	background-image: url(../images/bg.jpg);
	font-size: 0.9em;
}

#branding {
	height: 130px;
	padding: 0px;
	background-image: url(../images/header.png);
}

.news_box {
	padding: 8px;
	border: 1px solid #ED1B2E;
	background-repeat: repeat-x;
	text-align: left;
	float: left;
	width: 850px;
	margin-bottom: 25px;
	margin-left: 15px;
	background-color: #F0F0F0;
	background-image: url(../images/thin_headers.png);
}
.news_home {
	background-color: #fffde8;
	padding: 8px;
	border: 2px solid #026552;
	background-image: url(../images/thin_headers.png);
	background-repeat: repeat-x;
	text-align: left;
	float: left;
	width: 250px;
	margin-bottom: 25px;
	margin-left: 40px;
	color: #056A58;
	font-weight: bold;
}
table.center {margin-left:auto; margin-right:auto;}

table
{ 
margin-left: auto;
margin-right: auto;
}



#sublinks {
	height: 24px;
	margin-left: auto;
	width: 926px;
	margin-right: auto;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-top: 4px;
	background-image: url(../images/sub_menu.png);
	background-repeat: no-repeat;
	background-color: #FFF;
}


#container {
	width: 917px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #FFF;
	margin-top: 15px;
	
}
#content {
	width: 865px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#titles_welcome {
	height: 24px;
	text-indent: -2400px;
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#titles_welcome h2 {
	width:400px;
	height:24px;
	background-image: url(../images/titles_home.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}

#titles_search {
	height: 24px;
	text-indent: -2400px;
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#titles_search h2 {
	width:400px;
	height:24px;
	background-image: url(../images/titles_search.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}
#titles_services {
	height: 24px;
	text-indent: -2400px;
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#price_box {
	width: 450px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 5px;
	height: 20px;
	text-align: right;
}
#titles_services h2 {
	width:400px;
	height:24px;
	background-image: url(../images/titles_services.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}
#titles_profile {
	height: 24px;
	text-indent: -2400px;
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#titles_profile h2 {
	width:400px;
	height:24px;
	background-image: url(../images/titles_profile.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}
#titles_news {
	height: 24px;
	text-indent: -2400px;
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#titles_news h2 {
	width:400px;
	height:24px;
	background-image: url(../images/titles_news.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}
#titles_contact {
	height: 24px;
	text-indent: -2400px;
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#titles_contact h2 {
	width:400px;
	height:24px;
	background-image: url(../images/titles_contact.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}
#front_image {
	background-image: url(../images/home_image.jpg);
	background-repeat: no-repeat;
	height: 328px;
	width: 349px;
	float: right;
	text-indent: -1900px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imgright {
	float: right;
	border: 0px;
	padding-right: 0px;
	padding-left: 10px;
	margin-right: 10px;
}
.imgleft {
	float: left;
	border: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #0072BC;
  
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #860816;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin-bottom: 3px;
}
.table_left {
	background-color: #01397C;
	color: #FFF;
	padding: 10px;
	font-weight: bold;
}
.table_right {
	background-color: #BBB;
	color: #FFF;
	padding: 10px;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #C71929;
}
.greenlinks {
	color: #56712B;
}


a:hover {
	text-decoration: underline;
}
.purple_bullets
{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

li.pb
{
	background-image: url(../images/reddot.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 20px;
	line-height: 1.8em;
	list-style-type: none;
}
.text_center {
	text-align: center;
}
table.center {margin-left:auto; margin-right:auto;}
.textred {
	color: #8B8B8B;
}
/* Request form */

.red {
	color:#b00;
	font-weight:normal;
}
.textpurple {
	color: #860816;
}
#green {
	height: 235px;
	padding-left: 10px;
	padding-top: 10px;
	color: #FFF;
	font-weight: normal;
	background-color: #A2BD30;
}
}.search_table11 {
	font-size: 1.2em;
	background-color: #F03;
	color: #FFF;
	font-weight: bold;
	width: 880px;
	padding: 5px;
}
.search_table2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	background-color: #E3D7EE;
	color: #666;
	width: 99%;
	line-height: 1.6em;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#maintextbox {
	padding-left: 10px;
	padding-top: 10px;
	color: #666;
	font-weight: normal;
	clear: both;
}
#picmix01 {
	height: 333px;
	background-image: url(../images/mid_bg2.png);
	background-repeat: no-repeat;
	width: 960px;
}
#link_footer {
	width: 917px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 70%;
	height: 20px;
	clear: both;
	color: #8B8B8B;
}
.tablecol_darkgrey {
	background-color: #DC1A2C;
	color: #FFF;
	padding: 10px;
	font-weight: normal;
}
li.tip {
	background-image: url(../images/tip_bullet.png);
	background-repeat: no-repeat;
	background-position: 0 30%;
	padding-left: 20px;
	line-height: 1.4em;
	list-style-type: none;
	vertical-align: top;
	
}
#mapbox1 {
	width: 535px;
	margin-top: 35px;
	margin-bottom: 20px;
}
#mapbox2 {
	width: 350px;
	margin-bottom: 20px;
	float: right;
}
.tablecol_greenside {
	background-color: #2c9d9e;
	color: #FFF;
	padding: 0px;
}
#contactbox1 {
	float: left;
	width: 265px;
	text-align: center;
	padding: 10px;
	height: 200px;
	background-color: #b0c143;
	color: #FFF;
	margin-right: 10px;
}
#contactbox2 {
	float: left;
	width: 265px;
	text-align: center;
	padding: 10px;
	height: 200px;
	background-color: #69A8D9;
	color: #FFF;
	margin-right: 10px;
}
#contactbox3 {
	float: left;
	width: 265px;
	text-align: center;
	padding: 10px;
	height: 200px;
	color: #FFF;
	background-color: #B0C143;
}
.imgborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#foodmap {
	height: 428px;
	width: 873px;
	background-image: url(../images/grey01_long.png);
	background-color: #EEE;
}
#glassmap {
	height: 428px;
	width: 873px;
	background-image: url(../images/grey02_long.png);
	background-color: #EEE;
}
.imgrightmap {
	float: left;
	border: 0px;
	margin-right: 10px;
	margin-top: 25px;
	margin-left: 10px;
}

#hometextbox {
	float: left;
	width: 440px;
	margin-left: 105px;
	margin-top: 10px;
	font-size: 90%;
}

#content_cont {
	width: 880px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 250px;
}
#content_home {
	width: 670px;
	padding: 0px;
	text-align: justify;
}
#content_home2 {
	width: 245px;
	padding: 0px;
	text-align: justify;
	float: right;
	margin-right: 10px;
}
.linkboxes {
	background-color: #0E9471;
	width: 525px;
	color: #FFF;
	padding: 10px;
	border: 2px solid #01397C;
	font-weight: bold;
	font-size: 14px;
}
#content_tenant {
	width: 550px;
	padding: 0px;
}
#content_tenant2 {
	width: 350px;
	padding: 7px;
	float: right;
	margin-right: 10px;
	background-color: #FFFFD9;
	border: 1px solid #0E9471;
}
#content_landlord2 {
	width: 365px;
	padding: 7px;
	float: right;
	margin-right: 10px;
}
#content_landlord3 {
	width: 350px;
	padding: 7px;
	margin-right: 0px;
	background-color: #FFF;
	border: 2px solid #0E9471;
}
.linkbox_smallg {
	background-color: #0E9471;
	width: 250px;
	color: #FFF;
	padding: 10px;
	border: 2px solid #01397C;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}
#content_links {
	width: 950px;
	padding: 0px;
	text-align: justify;
	clear: both;
	height: 300px;
}
.linkbox_smallb {
	background-color: #02397C;
	width: 250px;
	color: #FFF;
	padding: 10px;
	border: 2px solid #0E9471;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}
#content_partners {
	width: 950px;
	padding: 0px;
	text-align: justify;
	clear: both;
	height: 420px;
}
#content_form {
	width: 950px;
	padding: 0px;
	text-align: justify;
}
.linkbox_smallw {
	background-color: #FFF;
	width: 250px;
	color: #FFF;
	padding: 10px;
	border: 2px solid #0E9471;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}
#homebox1 {
	width: 220px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #FFF;
	margin-left: 6px;
	text-align: justify;
	font-size: 90%;
}
#homephotos {
	height: 250px;
	width: 500px;
	position: fixed;
}

#homebox2 {
	width: 220px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 6px;
	margin-left: 6px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
	font-size: 90%;
}
#homebox3 {
	width: 215px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 6px;
	margin-left: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: justify;
	font-size: 90%;
}
#search_home {
	background-image: url(../images/home_search.png);
	background-repeat: repeat-x;
	height: 52px;
	width: 430px;
	padding-top: 50px;
	padding-left: 10px;
	color: #4F4F4F;
	font-weight: bold;
	margin-top: 10px;
}
.searchbutton {
	margin-left: 10px;
	padding-bottom: 10px;
}

#homebox4 {
	width: 180px;
	background-image: url(../images/logobg.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 0px;
	margin-left: 6px;
	padding: 0px;
	height: 275px;
}
#frontblock {
	height: 275px;
	font-weight: normal;
	background-repeat: no-repeat;
	width: 940px;
	color: #5C5C5C;
}
.imgborder2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}
#main_home {
	height: 211px;
	background-image: url(../images/main_home.jpg);
	background-repeat: no-repeat;
	width: 960px;
	margin-bottom: 5px;
}
#front_box1 {
	float: left;
	width: 580px;
	margin-left: 10px;
	margin-top: 0px;
	font-size: 90%;
	margin-bottom: 10px;
	margin-right: 20px;
	text-align: justify;
}
#front_box2 {
	float: right;
	width: 269px;
	margin-left: 0px;
	margin-top: 5px;
	font-size: 90%;
	margin-bottom: 10px;
	background-image: url(../images/news_header.png);
	background-repeat: repeat-x;
	padding-top: 35px;
	background-color: #dddddd;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 15px;
}
.smalltext {
	color: #5C5C5C;
	font-size: 80%;
}
#main_profile {
	height: 211px;
	background-image: url(../images/main_profile.jpg);
	background-repeat: no-repeat;
	width: 960px;
}
#main_contact {
	height: 211px;
	background-image: url(../images/main_contact.jpg);
	background-repeat: no-repeat;
	width: 960px;
}
#profile_box1 {
	float: left;
	width: 900px;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 90%;
	margin-bottom: 10px;
}
#profile_box2 {
	float: left;
	width: 413px;
	margin-left: 50px;
	margin-top: 5px;
	font-size: 90%;
	margin-bottom: 10px;
	text-align: justify;
	background-image: url(../images/bar_lettings.png);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 10px;
	background-color: #E8E8E8;
	padding-top: 33px;
	height: 125px;
}
#profile_box3 {
	float: left;
	width: 413px;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 90%;
	margin-bottom: 10px;
	text-align: justify;
	background-image: url(../images/bar_residential.png);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 10px;
	background-color: #E8E8E8;
	padding-top: 33px;
	height: 125px;
}

#contactbg {
	float: left;
	width: 380px;
	margin-left: 50px;
	margin-top: 5px;
	font-size: 90%;
	margin-bottom: 10px;
	text-align: justify;
	background-image: url(../images/contactbg.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 10px;
}
#tvbox {
	float: left;
	width: 960px;
	margin-top: 5px;
}
#main_home2 {
	height: 206px;
	background-image: url(../images/main_home2.jpg);
	background-repeat: no-repeat;
	width: 960px;
	margin-bottom: 5px;
}
#about1 {
	background-color: #E2E2E2;
	width: 190px;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 190px;
}
#about2 {
	background-color: #E2E2E2;
	width: 190px;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 190px;
}
#about3 {
	background-color: #E2E2E2;
	width: 190px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 190px;
}
.about_bullets {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
li.ab {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 15px;
	line-height: 1.6em;
	list-style-type: none;
	font-size: 90%;
}
#longbox1 {
	float: left;
	width: 940px;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 90%;
	margin-bottom: 10px;
}
#contbox_right {
	float: left;
	width: 260px;
	margin-left: 0
#;
	margin-top: 5px;
	font-size: 90%;
	margin-bottom: 10px;
	text-align: justify;
	background-image: url(../images/contact_header.png);
	background-repeat: repeat-x;
	padding-top: 40px;
	background-color: #E2E2E2;
	padding-left: 10px;
	padding-bottom: 10px;
}
li.mb {
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 1.6em;
	list-style-type: none;
	font-size: 100%;
	background-image: url(../images/reddot.png);
	background-position: 2%;
}
#main_homepage {
	height: 214px;
	background-image: url(../images/main_photo.jpg);
	background-repeat: no-repeat;
	width: 917px;
	margin-bottom: 5px;
}
#front_box3 {
	float: right;
	width: 269px;
	margin-left: 0px;
	margin-top: 5px;
	font-size: 90%;
	margin-bottom: 10px;
	text-align: justify;
	background-image: url(../images/contact_header.png);
	background-repeat: repeat-x;
	padding-top: 35px;
	background-color: #dddddd;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.6em;
	margin-right: 15px;
}
#front_box4 {
	float: right;
	width: 241px;
	margin-left: 15px;
	margin-top: 5px;
	font-size: 90%;
	text-align: justify;
	background-image: url(../images/rics.png);
	background-repeat: no-repeat;
	line-height: 1.6em;
	height: 76px;
}
.textred2 {
	color: #8B8B8B;
	float: right;
}
.textwhiter {
	color: #FFF;
}
.textwhiter2 {
	color: #FFF;
	float: right;
}
#main_services {
	height: 214px;
	background-image: url(../images/main_services.jpg);
	background-repeat: no-repeat;
	width: 917px;
	margin-bottom: 5px;
}
#wholemain {
	float: left;
	width: 890px;
	margin-left: 10px;
	margin-top: 0px;
	font-size: 90%;
	margin-bottom: 10px;
	margin-right: 10px;
}
.tablecol_orange {
	background-color: #F00;
	color: #FFF;
	padding: 5px;
	width: 847px;
	margin-left: 20px;
	font-weight: bold;
	background-image: url(../images/bgresults.jpg);
	background-repeat: repeat-x;
}
.resultsboxes {
	border: 1px solid #D21A2A;
	width: 835px;
	height: 140px;
	padding: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
	line-height: 1.8em;
}
#titles_records {
	height: 24px;
	width: 250px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#services_box1 {
	float: left;
	width: 540px;
	margin-left: 10px;
	margin-top: 0px;
	font-size: 90%;
	margin-bottom: 10px;
	margin-right: 20px;
	text-align: justify;
}
#services_box2 {
	float: right;
	width: 320px;
	margin-left: 0px;
	margin-top: 5px;
	font-size: 90%;
	margin-bottom: 10px;
	background-image: url(../images/contact_header2.png);
	background-repeat: repeat-x;
	padding-top: 35px;
	background-color: #dddddd;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 15px;
}
#coprofile_box1 {
	float: left;
	width: 895px;
	margin-left: 10px;
	margin-top: 0px;
	font-size: 90%;
	margin-bottom: 10px;
	margin-right: 5px;
	text-align: justify;
}
#main_profile {
	height: 214px;
	background-image: url(../images/main_profile.jpg);
	background-repeat: no-repeat;
	width: 917px;
	margin-bottom: 5px;
}
#contactus_box1 {
	float: left;
	width: 410px;
	margin-left: 10px;
	margin-top: 0px;
	font-size: 90%;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: justify;
	line-height: 1.6em;
}
#contactus_box2 {
	float: right;
	width: 450px;
	margin-left: 0px;
	margin-top: 5px;
	font-size: 90%;
	margin-bottom: 10px;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 15px;
}
.resultsboxes2 {
	border: 1px solid #D21A2A;
	width: 835px;
	padding: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
	line-height: 1.6em;
	min-height: 550px;
}
#detailsbox1 {
	width: 400px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
#detailsbox2 {
	width: 400px;
	float: right;
	clear: both;
	margin-top: 10px;
}
#rics_left {
	width: 241px;
	margin-left: 0px;
	margin-top: 5px;
	font-size: 90%;
	text-align: justify;
	background-image: url(../images/rics.png);
	background-repeat: no-repeat;
	line-height: 1.6em;
	height: 76px;
}
.imgborder3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}

