/* HTML Elements */
body {
	background-color: #f3f4f8;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #666666;
	outline-style: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	-moz-opacity: .80;
	filter: alpha(opacity=80);
	opacity: .80;
}
img {
	border: 0px;
}
form {
  margin: 0px;
  padding: 0px;
}
input {
	border: 1px solid #999999;
}
select {
	border: 1px solid #999999;
}
textarea {
	border: 1px solid #999999;
}

/* Headings */
h1 {
	color: #002d69;
	font-size: 22px;
	margin: 1px 0px 20px 0px;
}
.h1-floatleft {
	color: #002d69;
	float: left;
	font-size: 22px;
	padding-top: 1px;
	line-height: 22px;
	margin-bottom: 10px;
}
h2 {
	color: #002d69;
	font-size: 22px;
	margin: 1px 0px 20px 0px;
}

/* Header */
#header {
	background-color: #012d6a;
	background-image: url('images/miller-metcalfe-commercial.jpg');
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	height: 149px;
	text-align: center;
	width: 100%;
}
#header span {
	display: block;
	line-height: 149px;
	margin: 0px auto;
	width: 940px;
}
#header a {
	text-decoration: none;
}
#header a:hover {
	text-decoration: none;
}

/* Search */
#search-wrapper {
	background-color: #56657a;
	background-image: url('images/search-bg.gif');
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 50px;
	text-align: center;
	width: 100%;
}
#search {
	margin: 0 auto;
	padding: 13px 20px 0px 130px;
	text-align: left;
	width: 771px;
}
#search ul {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
#search li {
	display: block;
	float: left;
	padding-left: 10px;
}
.search-form {
	height: 50px;
}
.search-select {
	border: 1px solid #495666;
	margin: 0px;
	padding: 0px;
}
.search-input {
	border: 1px solid #495666;
	margin: 0px;
	padding: 0px;
}
.search-button {
	-moz-opacity: .90;
	background-color: #f03223;
	background-image: url('images/search-btn.gif');
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
	filter: alpha(opacity=90);
	height: 21px;
	margin: 1px 0px 0px 10px;
	opacity: .90;
	padding: 0px;
	width: 86px;
}
.search-button:hover {
	-moz-opacity: 1.00;
	filter: alpha(opacity=100);
	opacity: 1.00;
}
.spages {
	float: right;
	margin-bottom: 20px;
	text-align: right;
	width: 365px;
}
.spages a {
	text-decoration: none;
}
.spages a:hover {
	text-decoration: underline;
}
.results-perpage {
	float: right;
}
#blueboxs #floa {
	width: 130px;
}
#blueboxs .flsp {
	clear: none;
	display: block;
	float: left;
	margin: 0 0 0 10px;
}
#blueboxs .bb {
	width: 60px;
}
.confmes {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	text-align: center;
	width: 100%;
}
#content #smul {
	margin: 0 0 0 40px;
}
#content #blueboxs ul {
  display: block;
  float: left;
  margin: 10px 0 0;
  padding: 0px;
}
#blueboxs li {
  height: 25px;
  list-style-type: none;
  width: 145px;
}
#blueboxs li input {
  border: 0px;
  float: right;
  margin: 0px;
}
.blueboxs-cb {
  float: left;
}
.interestedinput-name {
  width: 120px;
}
.interestedinput-tel {
  width: 100px;
}

/* Search Pagination */
#pagination span {
	border: 0;
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#pagination a {
	display: inline;
	margin-right: 2px;
}
#pagination .previous-off, #pagination .next-off {
	color: #c4c4c4;
	font-weight: bold;
	padding: 0px 4px;
}
#pagination .next a, #pagination .previous a {
	font-weight: bold;
}
#pagination .active {
	color: #ee3324;
	font-weight: bold;
	padding: 4px 6px;
}
#pagination a:link, #pagination a:visited {
	color: #002d69;
	padding: 3px 6px;
	text-decoration: none;
}
#pagination a:hover {
	text-decoration: underline;
}
#pagination span {
	display: inline;
}

/* Search - Images */
#searchresult-images {
	float: right;
	width: 695px;
}
.imgal {
	height: 80px;
	margin: 5px 10px 5px 0px;
	border: 1px solid #999999;
	cursor: pointer;
}
.gallerycontainer {
	position: relative;
}
/* Add a height attribute and set to largest image's height to prevent overlaying */
.thumbnail img {
	border: 1px solid white;
	margin: 0 5px 5px 0;
}
.thumbnail:hover {
	background-color: transparent;
}
.thumbnail:hover img {
	border: 1px solid blue;
}
.thumbnail span {
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
/*CSS for enlarged image*/
.thumbnail span img {
	border-width: 0;
	padding: 2px;
}
/*CSS for enlarged image*/
.thumbnail:hover span {
	visibility: visible;
	top: 0px;
	left: 230px;
	z-index: 50;
}
/*CSS for enlarged image*/
/*position where enlarged image should offset horizontally */
.pdf {
	background-image: url('/images/pdf.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 16px;
	padding: 0px 0px 20px 20px;
	width: 100%;
}
#ull {
	clear: left;
	float: left;
	display: block;
	/*width: 160px;*/
}
#ull li {
	margin: 0px;
	padding: 0 0 0 5px;
	list-style-position: inside;
	float:left;
	display:block;
	width:220px
}
#ull li b {
/*	padding: 0 0 0 5px;*/
}

#ull li img{
margin:0 5px 0 0;
}



#ulm {
	float: left;
	display: block;
	margin: 0 0 0 10px;
	width: 220px;
}
#ulm li {
	margin: 0px;
	padding: 0 0 0 5px;
	list-style-position: inside;
}
#ulm li b {
	padding: 0 0 0 5px;
}
#ulr {
	float: left;
	display: block;
	margin: 0 0 0 10px;
	width: 240px;
}
#ulr li {
	margin: 0px;
	padding: 0 0 0 5px;
	list-style-position: inside;
}
#ulr li b {
	padding: 0 0 0 5px;
}
.desc {
	float: left;
	margin: 5px 0px;
	padding: 0px 0px 0px 10px;
}
#imsp {
	width: 100%;
	height: 300px;
	overflow: auto;
}
#imsp span {
	display: block;
	height: 300px;
}
#imsp img {
	display: block;
	float: left;
}
#gl {
	height: 400px;
	overflow: hidden;
}
#gl img {
	display: block;
	float: left;
}

/* Main */
#main-wrapper {
	background-color: #f3f4f8;
	background-image: url('images/main-bg.gif');
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}
#main {
	margin: 0px auto;
	padding-left: 1px;
	text-align: left;
	width: 940px;
}
.rcb {
	cursor: pointer;
}
.wht {
	z-index: 200;
	display: none;;
}
.pop {
	position: absolute;
	display: block;
	z-index: 100;
}
.pop1 {
	width: 185px;
	height: 120px;
	background-color: #f2f4f7;
	border: 1px #002d6a solid;
	border-left: 5px #002d6a solid;
	Padding: 10px;
	color: black;
}
.pop1 input {
	float: right;
	width: 130px;
	margin: 4px 0px 4px 0px;
}
#mes {
	background: #fff;
	padding: 20px;
	height: 100px;
}
#mes h1 {
	font-size: 18px;
	line-height: 18px;
}
.pop1 p {
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: bold;
	line-height: 30px;
}
.pop2 {
	background: url('images/request.gif') no-repeat;
	border: 0px;
	display: block;
	width: 114px;
	height: 21px;
}

/* Side Nav */
#sidenav {
	background-color: #b1b9c4;
	float: left;
	font-size: 12px;
	margin-right: 10px;
	padding: 20px 0px;
	width: 205px;
}
#sidenav a {
	color: #002d69;
	font-weight: bold;
	text-decoration: none;
	display:block;
	width:100%;
	height:100%;
}
#sidenav a:hover {
	color: #ffffff;
}
#sidenav ul {
	margin: 0px;
	padding: 0px;
}
#sidenav li {
	background-image: url('images/snav-li.gif');
	background-repeat: no-repeat;
	height: 23px;
	line-height: 23px;
	list-style: none;
	padding-left: 40px;
	width: 165px;
}

/* Content */
#content-wrapper {
	width: 920px;
}
#content {
	float: right;
	width: 694px;
}
#content ul {
	margin: 0px;
	padding: 0px;
}
#content li {
  margin: 0px;
	padding: 0px;
}
#content #seul {
  list-style: none;
	padding: 0 0 0 0px;
	margin: 0 10px;
}

/* Services */
.services-h2 {
	color: #002d69;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.services-arrow {
  margin: 3px 0px 0px 0px;
  padding: 0px 5px 0px 0px;
}

/* Latest Press Releases */
#latest-pr {
	margin: 0px 20px 0px 20px;
	padding: 20px 0px;
	width: 900px;
}
#latest-pr p {
	margin: 0px 0px 10px 0px;
}
#latest-pr ul {
	margin: 0px;
	padding: 0px;
}
#latest-pr li {
	float: left;
	list-style: none;
	width: 270px;
}
.latest-pr-middle {
	border-right: 1px solid #d5d8dd;
	border-left: 1px solid #d5d8dd;
	float: left;
	list-style: none;
	margin: 0px 20px;
	padding: 0px 20px;
	width: 280px;
}
.latest-pr-ul {
	margin: 0px;
	padding: 0px;
}
.latest-pr-story {
	border-bottom: 1px solid #cccccc;
	padding: 20px 0px;
}
.latest-pr-title {
	color: #ee3224;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Blue Box */
#bluebox {
	background-color: #f3f4f8;
	border: 1px solid #999999;
	border-left: 5px solid #022e6b;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	width: 649px;
}
.bluebox {
	background-color: #f3f4f8;
	border: 1px solid #999999;
	border-left: 5px solid #022e6b;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	width: 649px;
}
.bluebox-arrow {
	margin-right: 10px;
}
.rmli {
	position: relative;
}
.rmli img {
	left: 170px;
	position: absolute;
	top: 80px;
}
#sidenav li:hover {
	margin: 0 0 0 2px;
	width: 163px;
}
#blueboxs {
	background-color: #f3f4f8;
	border: 1px solid #999999;
	border-left: 5px solid #022e6b;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	width: 649px;
}
.pt {
	clear: left;
}
#blueboxs b {
	display: block;
	width: 140px;
	float: left;
	clear: left;
	margin: 10px 0;
}
#blueboxs strong {
	display: block;
	width: 200px;
	float: left;
	clear: left;
	margin: 10px 0;
}
#blueboxs select {
	display: block;
	float: left;
	margin: 10px 0;
	width: 145px;
}
#blueboxs input {
	display: block;
	float: left;
	margin: 10px 0;
}
#blueboxs .search-button {
	clear: left;
}
#blueboxs span {
	clear: left;
}

/* Images */
.image-right {
	float: right;
	position: relative;
	margin: 0px 0px 20px 20px;
}

/* Footer */
#footer-wrapper {
	background-color: #f3f4f8;
	background-image: url('images/main-bg.gif');
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	width: 100%;
}
#footer-wrapper p {
	text-align: right;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
#footer-wrapper p a {
	margin-left: 10px;
}
#footer {
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	text-align: left;
	width: 900px;
}

/* Copyright */
#copyright {
	background-color: #566578;
	color: #ffffff;
	height: 60px;
	margin-top: 20px;
	padding: 10px;
	text-align: left;
}
#copyright ul {
	margin: 0px;
	padding: 0px;
}
#copyright li {
	list-style: none;
}
.copyright-li1 {
	float: left;
	padding-right: 20px;
}
.copyright-li2 {
	float: left;
	padding-right: 27px;
}
.copyright-li3 {
	float: left;
	padding-right: 20px;
}
.copyright-li4 {
	float: left;
	padding-right: 24px;
}
#copyright a {
	color: #ffffff;
	margin: 0px 5px;
}
#copyright-rics {
	float: right;
	margin: -10px -10px 0px 0px;
}

/* Misc. */
.font-blue {
	color: #002d69;
}
.font-blue a {
	color: #002d69;
}
.clear {
	clear: both;
}

/* Team Box */
.teambox {
	background-color: #f3f4f8;
	border: 1px solid #999999;
	border-left: 5px solid #022e6b;
	margin: 10px 0px;
	width: 686px;
}
.teambox-l {
	float: left;
	padding: 13px;
	width: 149px;
}
.teambox-r {
	float: right;
	padding: 13px 13px 13px 0px;
	width: 498px;
}
.teambox-r img {
	float: left;
}
.teambox ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.teambox li {
	float: left;
	list-style: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
.teambox-simg {
	float: left;
}
.teambox-details {
	width: 505px;
}
.teambox-name {
	color: #002d69;
	float: left;
	font-size: 16px;
	padding-right: 20px;
}
.teambox-title {
	color: #666666;
	font-size: 16px;
}
.teambox-desc {
	border-top: 1px solid #d9d9d9;
	margin-top: 15px;
}
.teambox-t {
	float: left;
	padding-right: 20px;
}
.teambox-e {
	float: left;
}

/* Search */
.search-no {
	float: left;
	margin-left: -152px;
	margin-top: 32px;
}
.search-no a {
	text-decoration: none;
}
.search-no a:hover {
	text-decoration: underline;
}
.search-no b {
	margin-right: 10px;
}
.search-reslist {
	float: right;
	width: 50%;
}
.search-result {
	background-color: #f2f4f7;
	border: 1px solid #999999;
	border-left: 5px solid #022e6b;
	padding: 13px;
	margin-bottom: 10px;
}
.search-result ul {
	margin: 0px;
	padding: 0px;
}
.search-result li {
	color: #002d69;
	float: left;
	font-size: 14px;
	list-style: none;
	padding-right: 10px;
	font-weight: bold;
}
.search-result-l {
	float: left;
	margin-right: 13px;
	width: 173px;
}
.search-result-r {
	float: right;
	width: 476px;
}
.search-img {
	width: 175px;
}
.search-add {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
.search-desc {
	border-top: 1px solid #d9d9d9;
	margin-top: 10px;
	padding: 10px 0px;
}
.search-readmore {
	float: right;
}
.search-fmain {
	background-color: #f2f4f7;
	border: 1px solid #999999;
	border-left: 5px solid #022e6b;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 13px;
	width: 660px;
}
/*.search-fmain p {
	margin: 10px 0 10px 0;
	padding: 0px;
}*/
.search-fmain2 {
	background-color: #f2f4f7;
	border: 1px solid #999999;
	border-left: 5px solid #022e6b;
	float: left;
	padding: 13px;
	width: 660px;
}
.search-fmain2 p {
	margin: 10px 0 10px 0;
	padding: 0px;
}
.search-fimgwrap {
	background-color: #ffffff;
	border: 1px solid #999999;
	float: left;
	margin: 0px 10px 10px 0px;
	overflow: auto;
	text-align: center;
	width: 350px;
}
.search-fimgwrap2 {
	padding: 10px;
}
.search-fimg {
	margin: 0px auto;
	max-width: 330px;
	max-height: 225px;
}
.search-fmain ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.search-fmain li {
	color: #002d69;
	list-style: none;
	list-style-image: url('/images/arrow.gif');
	margin: 5px 0px 0px 16px;
}
.property-street {
	font-size: 18px;
	font-weight: bold;
	color: #002D69;
	margin: 0px;
}
.property-address {
	font-size: 14px;
}
.property-price {
	font-size: 14px;
	font-weight: bold;
}
#quicksearch {
	float: right;
}
#quicksearch a {
	color: #002d69;
	text-decoration: none;
}
#quicksearch a:hover {
	text-decoration: underline;
}
#quicksearch li {
	font-weight: bold;
	list-style: none;
}
#quicksearch2 li {
	list-style: none;
}

/* Links */
.links-li {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: none;
}
.links-li a {
	color: #002d69;
}
.property-int {
	background-color: #022E6B;
	color: white;
	float: right;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 278px;
}
.property-int img {
	float: right;
	margin-top: 10px;
}
.property-int span {
	font-size: 18px;
}
.property-int a {
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}
.property-int a:hover {
	text-decoration: underline;
}
.property-intno {
	float: left;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
}

/* Contact Us */
.contact-us {
	height: 300px;
	margin: 20px 0px 20px 0px;
}
.contact-us-l {
	background-color: black;
	float: left;
	height: 300px;
	margin-right: 20px;
	width: 450px;
}
.contact-us-r {
	float: left;
}

/* Contact Us Box */
#contactbox {
	background-color: #f3f4f8;
	border: 1px solid #999999;
	border-left: 5px solid #022e6b;
	margin: 10px 0px 20px 0px;
	padding: 20px 20px 0px 20px;
}
#contactbox h2 {
	color: #002D69;
	font-size: 22px;
	margin: 1px 0 20px;
}
#bm {
	margin: 0 0 20px;
}
#contactbox ul {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#contactbox li {
	float: left;
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
}
#contactbox table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
#contactbox td {
	padding: 0px 10px 10px 0px;
}
#contactbox textarea {
	width: 500px;
}
.contactbox-input {
	width: 210px;
}
.contactbox-b {
	color: #002d69;
	font-weight: bold;
	width: 130px;
}
.submit-button {
	background-image: url('images/submit.gif');
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
	height: 20px;
	width: 94px;
}
.submit-button:hover {
	-moz-opacity: .80;
	filter: alpha(opacity=80);
	opacity: .80;
}
#sidenav .thispage {
	color: #fff;
}
.property-links {
	font-weight: bold;
	float: left;
	line-height: 20px;
	text-align: right;
	width: 100%;
}
.property-links a {
	color: #002d69;
}
#intbox {
	background-color: #f3f4f8;
	border: 1px solid #999999;
	border-left: 5px solid #022e6b;
	margin: 0px 0px 10px 0px;
	padding: 20px 20px 20px 10px;
}
#intbox b {
	color: #002D69;
	font-size: 22px;
	margin: 0px;
}
#intbox p {
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
}
#intbox img {
	margin: 0px 4px 0px 0px;
}
#intbox input {
	margin-right: 10px;
}

/* Property Search */
.navbutton {
	float: right;
	height: 20px;
	line-height: 20px;
	margin: 10px 0px 10px 10px;
	width: 109px;
}
.navbutton img {
	float: left;
}
.navbutton2 {
	float: right;
	height: 20px;
	line-height: 20px;
	margin: 10px 0px 10px 10px;
	width: 92px;
}
.navbutton2 img {
	float: left;
}
.navbutton-txt {
	float: right;
	line-height: 16px;
	padding-left: 10px;
}

/* Links */
#link {
	background-color: #f3f4f8;
	display: block;
	font-size: 11px;
	height: 42px;
	line-height: 42px;
	margin: 0px auto;
	margin-top: -10px;
	text-align: left;
	width: 960px;
}
#link a img {
	float: left;
	margin: 0px 10px 0px 10px;
}