body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

a {
	color: #0C3A98;
}

a:hover{
	background-color: #0C3A98;
	color: #fff;
	text-decoration: none;
}

a.nohover:hover {
	background-color: #FFF;
}

h1, h3 {
	font-weight: bold;
	font-size: 18px;
	color: #860000;
	margin: 0;
}

h1 {
	font-style: italic;
	margin-bottom: 5px;
	color: #0C3A98;
}

h2 {
	font-weight: bold;
	color: #000;
	font-size: 11px;
	margin: 0;
}

h4 {
	font-weight: bold;
	font-size: 11px;
	color: #0C3A98;
	margin: 0;
}

h5 {
	font-weight: bold;
	color: #000;
	font-size: 14px;
	margin: 0;
	margin-top: 10px;
	border-top: solid #ddd 1px;
	border-bottom: solid #ddd 1px;
}

h6 {
	font-weight: bold;
	color: #0C3A98;
	font-size: 14px;
	margin: 0;
}


p {
	clear: both;
}

div.normal-spacing {
	line-height: 16px;
}

/* Template Images */

td.shadow-top-left {
	background-image: url(images/shadow-top-left.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}

td.shadow-middle-left {
	background-image: url(images/shadow-middle-left.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}
td.shadow-bottom-left {
	background-image: url(images/shadow-bottom-left.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

td.right-background {
	background-image: url(images/right-background2.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	border-right: solid #2953A8 1px;
}

td.footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
}

td.border-left-top {
	background-image: url(images/border-left-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}

td.border-left-bottom {
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
td.marketwatch {
	border-top: solid #2953A8 1px;
}

/* Text style */

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
}

div.mainbody {
	padding: 10px;
}

div.indexbody {
	padding: 10px;
}

td.footer-copy {
	font-size: 10px;
	color: #0C3A98;
	text-align: center;
	padding-bottom: 5px;
}

td.indextext {
	text-align: justify;
	color: #0C3A98;
	font-size: 11px;
	line-height: 24px;
}

div.subhead {
	font-family: Times New Roman, Times, serif;
	background-color: #860000;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	padding: 5px;
	padding-right: 20px;
	text-align: right;
}

/* Images */

img.border {
	border: black solid 1px;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.border-left {
	border: black solid 1px;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.yellow-border {
	border: solid #E5BE6F 1px;
}
img.red-border {
	border: solid #860000 1px;
}
img.blue-border {
	border: solid #0C3A98 1px;
}
img.grey-border {
	border: solid #666 1px;
}

/* Listings */

table.listings {
	width: 685px;
	border: solid 1px #999;
	margin-top: 10px;
}

table.listings td {
	padding: 5px;
}


table.listings a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

table.listings a:hover {
	text-decoration: underline;
}

tr.headrow {
	background-color: #0C3A98;
	color: #fff;
}

tr.headrow td {
	font-size: 11px;
	line-height: 14px;
	border-right: solid 1px #fff;
}

tr.listingrow td {
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
}

tr.headrow td.endrow {
	border-right: solid 1px #999;
}

p.disclaimer {
	font-size: 10px;
	line-height: 12px;
	color: #999;
}

span.listingsname {
	font-weight: bold;
}

span.listingstype {
	font-style: italic;
	text-align: right;
}

/* View Listing */

table.listingTitle td.title {
	background: url(images/corner-top-right.gif) top right no-repeat;
	background-color: #0C3A98;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
}

table.viewListing {
	width: 685px;
	border: solid 1px #ddd;
}

td.text {
	font-size: 11px;
	line-height: 14px;
	border-bottom: solid 1px #ddd;
}

table.details td {
	font-size: 11px;
	line-height: 14px;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 2px;
}

table.details {
	border: solid 1px #ddd;
}

img.listing {
	border: solid 1px #ddd;
	padding: 5px;
	margin-bottom: 5px;
}

div.flyer {
	border: solid 1px #ddd;
	font-weight: bold;
	text-align: center;
	background-color: #860000;
	color: #fff;
	padding: 3px;
}

div.flyer a {
	color: #fff;
}

tr.shade {
	background-color: #eee;
}

tr.shade-blue {
	background-color: #D5DDED;
}

tr.shade-blue td {
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
}


/* Quicksearch style */

table.quicksearch {
	border: solid 1px #0C3A98;
	background-color: #D5DDED;
}

table.quicksearch td {
	padding: 5px;
	line-height: 14px;
}

/* Services Page */

table.services {
	margin-top: 25px;
	margin-bottom: 25px;
}

table.services td.body {
	margin: 0;
	padding: 5px;
}

table.services h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 17px;
	padding: 4px;
	margin: 0;
	color: #fff;
	line-height: 20px;
}

table td.services1, table td.services2 {
	color: #fff;
	height: 15px;
}

table td.services1 {
	background: url(images/corner-top-left.gif) top left no-repeat;
	background-color: #860000;
}

table td.services2 {
	background: url(images/corner-top-right.gif) top right no-repeat;
	background-color: #023199;
	text-align: right;
}

img.services1, img.services2, {
	margin: 0;
	padding: 0;
}

img.services1 {
	border: solid 1px #860000;
}

img.services2 {
	border: solid 1px #023199;
}

/* Team Page */

td.teamname {
	background: url(images/corner-top-left.gif) top left no-repeat;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
}

td.teamtitle {
	background: url(images/corner-bottom-right.gif) bottom right no-repeat;
	background-color: #860000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding: 3px;
	padding-right: 10px;
	text-align: right;
}

td.teamimage {
	background-color: #000;
}

img.team {
	border: black solid 1px;
	margin: 0;
	padding: 0;
}

td.teamrule {
	background-color: #E5BE6F;
	width: 100%;
	height: 1px;
}

td.body {
}

/* Clients Speak Out */

td.clientsbg {
	background-color: #860000;
	width: 80px;
	padding-right: 20px;
}

td.clientbody {
	padding-left: 10px;
}

span.clientsname {
	color: #0C3A98;
	font-weight: bold;
	font-size: 14px;
}

span.clientscompany {
	color: #0C3A98;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

p.clientsbody {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 15px;
}

img.clients {
	border: black solid 1px;
	margin: 10px;
	margin-top: 0;
}

/* Market Watch */

table.marketwatch {
	/*background: url(images/yellow-bg.gif) top left repeat-x;*/
}

td.market-body {
	border-bottom: solid #E5BE6F 1px;
	padding: 10px;
}

td.market1 {
	padding: 10px;
}


/* Contact Us */

td.contact-upper-left {
	border-right: solid #E5BE6F 1px;
	border-bottom: solid #E5BE6F 1px;
	width: 15px;
}

td.contact-lower-left {
	border-right: solid #E5BE6F 1px;
	height: 15px;
}

td.contact-body {
	border-bottom: solid #E5BE6F 1px;
	padding: 10px;
	color: #860000;
	font-size: 12px;
	line-height: 24px;
}

span.contact-head {
	font-weight: bold;
}

/* Brokers */

div.brokerhead {
	font-family: Times New Roman, Times, serif;
	background-color: #0C3A98;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	padding: 5px;
	padding-left: 15px;
}


/* Form */

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

form, select {
	margin: 0;
	padding: 0;
}


/* Lists */
ul.none {
	margin: 0;
	padding: 0;
}

ul.none li {
	padding: 0;
	list-style: none;
}

li {
	list-style: square;
	margin-left: 15px;
}

/* Page specific styles */

td.head-profile, td.head-listings, td.head-clients, td.head-contactus, td.head-marketwatch, td.head-services, td.head-team, td.head-index, td.head-default, td.head-broker {
	background-repeat: no-repeat;
}
td.footer-profile, td.footer-listings, td.footer-clients, td.footer-contactus, td.footer-marketwatch, td.footer-services, td.footer-team, td.footer-index, td.footer-default, td.footer-broker {
	background-repeat: no-repeat;
	border: 1px solid #5E0000;
	border-bottom: none;
}

td.head-profile {
	background-image: url(images/head-profile.jpg);
}
td.footer-profile {
	background-image: url(images/footer-profile.jpg);
}
td.head-listings {
	background-image: url(images/head-listings.jpg);
}
td.footer-listings {
	background-image: url(images/footer-listings.jpg);
}
td.head-clients {
	background-image: url(images/head-clients.jpg);
}
td.footer-clients {
	background-image: url(images/footer-clients.jpg);
}
td.head-contactus {
	background-image: url(images/head-contactus.jpg);
}
td.footer-contactus {
	background-image: url(images/footer-contactus.jpg);
}
td.head-marketwatch {
	background-image: url(images/head-marketwatch.jpg);
}
td.footer-marketwatch {
	background-image: url(images/footer-marketwatch.jpg);
}
td.head-services {
	background-image: url(images/head-services.jpg);
}
td.footer-services {
	background-image: url(images/footer-services.jpg);
}
td.head-team {
	background-image: url(images/head-team.jpg);
}
td.footer-team {
	background-image: url(images/footer-team.jpg);
}
td.head-index {
	background-image: url(images/head-index.jpg);
}
td.footer-index {
	background-image: url(images/footer-index.jpg);
}
td.head-default {
	background-image: url(images/head-default.jpg);
}
td.footer-default {
	background-image: url(images/footer-default.jpg);
}
td.head-broker {
	background-image: url(images/head-brokers.jpg);
}
td.footer-broker {
	background-image: url(images/footer-brokers.jpg);
}