/* CSS Document */

#colLeft h1,
#colLeft2 h1 {
	width: 340px;
	height: 30px;
	display: block;
}

#colLeft h1 span,
#colLeft2 h1 span {
	display: none;
}

.titleWelcome {
	background-image: url(../gfx/pgtitle-welcome.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.titleLandlords {
	background-image: url(../gfx/pgtitle-landlords.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.titleLettingAgents {
	background-image: url(../gfx/pgtitle-lettingagents.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.titleSolicitors {
	background-image: url(../gfx/pgtitle-solicitors.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.titlePriceList {
	background-image: url(../gfx/pgtitle-pricelist.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.titleContact {
	background-image: url(../gfx/pgtitle-contactus.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#colLeft p,
#colLeft2 p,
#colRight p,
#colRight2 p {
	font-size: 1.2em;
	color: #252525;
	line-height: 150%;
	margin-bottom: 16px;
}

#colLeft p.highlight {
	background-color: #fef3e7;
	border: 1px solid #f8dcbb;
	width: 305px;
	padding: 5px;
	color: #f7941d;
}

#colRight p.highlight {
	background-color: #f3fbff;
	border: 1px solid #e0f2fb;
	width: 325px;
	padding: 5px;
	color: #008fdc;
	margin: 0 auto;
	line-height: 140%;
	font-weight: bold;
	font-size: 1.1em;
}

#colRight2 p.highlight {
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	width: 220px;
	padding: 5px;
	color: #666666;
	margin: 0 auto;
	line-height: 140%;
	font-weight: normal;
	font-size: 1.1em;
}

#content a {
	color: #008fdc;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

img.photo {
	border: 1px solid #c1e4f7;
}

.contactForm td {
	padding-top: 10px;
}

.textbox {
	width: 300px;
	height: 16px;
	border: 1px solid #c1e4f7;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
}

.textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #c1e4f7;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
}

#colLeft2 h2 {
	color: #f7941d;
	font-size: 1.4em;
	padding-bottom: 10px;
}

#colLeft2 h3 {
	color: #000000;
	font-size: 1.2em;
}

#colLeft2 ul {
	padding-bottom: 10px;
	font-size: 1.2em;
	line-height: 140%;
	padding-left: 10px;
	margin-left: 11px;
}

#colLeft2 ul li {
	margin-left: 0px;
}

#colLeft2 table {
	margin-bottom: 15px;
	/*border: 1px solid #e2f0fa;*/
}

#colLeft2 table td {
	padding-top: 3px;
	padding-bottom: 3px;
	height: 20px;
	font-size: 1.2em;
	text-indent: 8px;
	line-height: 140%;
}

table.odd th {
	background-color: #008fdc;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.2em;
	color: white;
	height: 20px;
	line-height: 150%;
}

table.odd td {
	background-image: url(../gfx/bgnd-tablecell1.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid #e2f0fa;
}

table.even th {
	background-color: #f7941d;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.2em;
	color: white;
	height: 20px;
	line-height: 150%;
}

table.even td {
	background-image: url(../gfx/bgnd-tablecell2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid #fde0bd;
}

