/* CSS Document */

@import url(sidebox.css);
@import url(form.css);
@import url(contribute.css);

/*redefined tags */
body
{
	font-size:79%;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background:#fff url(/images/linkonline/subnav_bg.gif) top left repeat-y;
	margin:0;
	padding:0;
}

a, .cssform legend, .breadcrumb { color:#085; }

a, .cssform legend, .boldbullets, dt, #glossary a.normal {
	font-weight:bold;
	text-decoration:none;
}

a:hover, #glossary a.normal:hover, #glossary a.selected { text-decoration:underline; }

h1, h2, h3, h4, h5, h6, .boldbullets, dt { color:#026; }

h1, h2, h3, h4, h5, h6 { line-height:130%; }

h1 {font-size:1.6em;}

h2 {font-size:1.3em;}

h3 {font-size:1.2em;}

h4 {font-size:1.1em;}

h5 {font-size:1em;}

h6 {font-size:.9em;}

/* banner and top nav css */
#banner
{
	height:100px;
	background:#fff url(/images/linkonline/banner.jpg) top right no-repeat;
}

#banner img {
	float:left;
	margin-left:50px
}

div#header
{
	padding:20px 0 0 0;
	width:100%;
	background:#026 url(/images/linkonline/navbar_bg.gif) top left repeat-x;
}

#header ul
{
	margin:0 0 0 50px;
	padding:0;
	list-style-type:none;
}

#header li
{
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

#header a
{
	float:left;
	display:block;
	white-space:nowrap;
	background: url(/images/linkonline/left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 10px;
}

#header a span
{
	float:left;
	display:block;
	cursor:pointer;
	color:#fff;
	background: url(/images/linkonline/right.gif) no-repeat right top;
	padding:5px 15px 5px 0;
}

#header a:hover, #header li.selected a
{
	background-position:0% -150px;
	text-decoration:none;
}

#header a:hover span
{
	color:#026;
	background-position:100% -150px;
}

#header li.selected span
{
	color:#026;
	background-position:100% -150px;
}

#paneltop {
	display:block
}	

/* section navigation css */

#subnav
{
	font-size:.9em;
	color:#fff;
	position:absolute;
	top:170px;
	left:14px;
	width:206px
}

#subnav ul {
	padding:0;
	margin:0;
	list-style-type:none
}

#subnav a {
	color:#fff
}

li.standard a {
	text-decoration:none;
	padding:5px;
	display:block;
	/* IE requires explicit width to correctly display:block */
	/* feed IE 5 width including padding */	
	width:206px;
	/* feed IE6 and others correct width */
	width/* */:/**/196px;
	width:/**/196px;
	background:#085;
	border-bottom:1px solid #068
}

li.standard a:hover, li.active a, li.active a:hover {
	text-decoration:none;
	padding:5px;
	display:block;
	/* IE requires explicit width to correctly display:block */
	/* feed IE 5 width including padding */	
	width:206px;
	/* feed IE6 and others correct width */
	width/* */:/**/196px;
	width:/**/196px;
	background:#036;
	border-bottom:1px solid #068
}

a.heading {
	text-decoration:none;
	padding:5px 5px 5px 20px;
	display:block;
	/* IE requires explicit width to correctly display:block */
	/* feed IE 5 width including padding */	
	width:206px;
	/* feed IE6 and others correct width */
	width/* */:/**/181px;
	width:/**/181px;
	background:#085 url(/images/common/plus.gif) .5em .7em no-repeat;
	border-bottom:1px solid #068
}

a:hover.heading {
	text-decoration:none;
	padding:5px 5px 5px 20px;
	display:block;
	/* IE requires explicit width to correctly display:block */
	/* feed IE 5 width including padding */	
	width:206px;
	/* feed IE6 and others correct width */
	width/* */:/**/181px;
	width:/**/181px;
	background:#036 url(/images/common/plus.gif) .5em .7em no-repeat;
	border-bottom:1px solid #068
}

li.open a.heading, li.open a:hover.heading {
	text-decoration:none;
	padding:5px 5px 5px 20px;
	/* IE requires explicit width to correctly display:block */
	/* feed IE 5 width including padding */	
	width:206px;
	/* feed IE6 and others correct width */
	width/* */:/**/181px;
	width:/**/181px;
	background:#036 url(/images/common/minus.gif) .5em .7em no-repeat;
	border-bottom:1px solid #068
}

/* style open navigation block with javascript on */	
	#subnav .open ul,
/* and off */
	#subnav li ul {
	margin-left:5px;
	padding:0 0 .5em 0
}

/* style open navigation elements with javascript on */	
	#subnav .open li,
/* and off */
	#subnav li ul li {
	padding-left:15px;
	background:  url(/images/linkonline/linkbullet.gif) 0 .3em no-repeat;
	line-height:1.4em
}

#subnav .open ul a/*, #subnav .open2 ul a*/ {
	text-decoration:none
}

#subnav .open ul a:hover/*, #subnav .open2 ul a:hover*/ {
	text-decoration:underline
}

#bodytext
{
	margin-top:-20px;
	margin-left:250px;
	margin-right:200px;
	padding-bottom:1.5em;
	font-size:.9em;
	line-height:1.5em;
}

/*feed IE tweaked top margin */
* html #bodytext {
	margin-top:-24px;
}

img.right {
	float:right;
	margin:0 0 1em 2em
}

img.left {
	float:left;
	margin:0 2em 1em 0
}

#bodytext ul {
	padding-left:.5em;
	margin-left:.5em
}

#bodytext dd {
	/*padding-left:0;
	margin-left:0;*/
}

#bodytext .greyrule {
	padding-top:.5em;
	border-top:1px solid #ccc
}

#rightcolumn ul li {
	list-style-type:none;
	padding-left:1.2em;
	background:url(/images/linkonline/bodybullet.gif) 0 .3em no-repeat;
	line-height:1.4em
}

#bodytext ul li {
	list-style-type:none;
	padding-left:1.2em;
	background:#fff url(/images/linkonline/bodybullet.gif) 0 .3em no-repeat;
	line-height:1.4em;
	margin-bottom:.5em
}

#bodytext ul li ul {
	margin-top:.5em
}

div.skipnav {
	position:absolute; top:-2000px; left:-2000px; width:100px;
	}

#rightcolumn
{
	position:absolute;
	top:160px;
	right:20px;
	width:150px;
	font-size:.9em
}

#rightcolumn ul {
	padding:.5em 0 0 .5em;
	margin:0 0 -.5em .5em
}

p.photos {
	line-height:3em
}

.photos a {
	text-align:center;
	padding:.5em;
	margin:0 .2em .2em 0;
	background:#ddd;
	border:1px solid #ccc
}

div.column, div.firstcolumn {
	float:left;
	width:46%;
	margin-bottom:1em;
}

div.firstcolumn {
	margin-right:3em;
}

dd {margin-bottom:.5em}

.credits {
	color:#aaa;
}

.credits a {
	color:#999
}

/* 29th August 2008 PH */
.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

table {
	width: 100%;
	margin: 0;
	background: #FFFFFF;
	border: 1px solid #333333;
	border-collapse: collapse;
}

td, th {
	/*border-bottom: 1px solid #333333;*/
	padding: 6px 16px;
	text-align: left;
}

th {
	background: #2B544C;
	color:#fff;
}

caption {
	background: #fff;
	margin: 0;
	/*border: 1px solid #333333;*/
	border-bottom: none;
	padding: 6px 16px;
	font-weight: bold;
}


/* 26th Sept - Using negative positioning as display none is somewhat sketchy with screen readers */
.hide{
position: absolute;
left: -999px;
width: 990px;
}

/* TEXTIC TALKETS STYLING */

/* Placed directly below logo in source order, so positioning absolutely on page */
a#TTLaunchA img#talkletslaunchbutton{
position:absolute;
top:155px;
right:20px;
}

/* Make some space in the rhs column for the button */
#rightcolumn{
margin-top:50px;
}

/* END TEXTIC TALKLETS S */

/* 01st Dec Some utility styles to make life easier */
.left{float:left;}
.right{float:right;}


/*  01st Dec New find a property remedial styling*/

/* Rounded cornered box for top of page and highlighted areas - note that width will be set locally with inline styling */
.teasertop {
padding:0 0 0 20px;
margin:0 10px 0 0px;
background:url("../../find_a_property/images/left.png") #CFE8E3 top left no-repeat;
color: #2B544C;
}
    
.teasertop h1 {
background:url("../../find_a_property/images/left.pngright.png") top right no-repeat;
margin:10px 0 0 -10px;
color: #2B544C;
padding:8px 0 0.5em 0;
}	

.teasertop h2,
.teasertop ul  {
margin:0 0 0 -20px;
padding:0 11px 0.5em;
color: #2B544C;
font-weight:normal;
line-height:1.5em;
}

.teasertop div {
margin:0 0 0 -20px;
padding-left:20px;
background:url("../../find_a_property/images/left.png") bottom left no-repeat;
}

.teasertop .more {
padding:0 10px 10px 0;
height:30px;
background:url("../../find_a_property/images/right.png") bottom right no-repeat;
}



/* Teaser boxes with rounded corners and arrows - width is set locally */

#bodytext .teaser {
padding:0 0 0 11px;
margin:20px 20px 0 0;
background:url("../../find_a_property/images/noarrow_left.jpg") top left no-repeat;
}

#bodytext .teaser h3{
background:url("../../find_a_property/images/noarrow_right.jpg") top right no-repeat;
margin:0;
padding:0.5em 0 0.5em 0;
color:#2B544C;
}

#bodytext .teaser h3 a {color:#2B544C;}

#bodytext .teaser p,
#bodytext .teaser ul{
margin:0 0 0 -11px;
padding:10px 11px 0.5em;
background:#F1F8E8;
color:#2B544C;
line-height:1.5em;
font-size:110%;
}

#bodytext .teaser ul li{
background:#F1F8E8 url(/images/linkonline/bodybullet.gif) 0 .3em no-repeat;
color:#2B544C;
}

#bodytext .teaser ul li a{
color:#2B544C;
}

#bodytext .teaser div {
margin:0 0 0 -11px;
padding-left:11px;
background:url("../../find_a_property/images/noarrow_left.jpg") bottom left no-repeat;
}
	
#bodytext .teaser a.more {
display:block;
padding:0 10px 15px 0;
background:url("../../find_a_property/images/noarrow_right.jpg") bottom right no-repeat;
color:#2B544C;
line-height:1.5em;
font-size:110%;
}


/* In this section area on property schedules */
.inthissection {
padding:0 0 0 20px;
margin:0 10px 0 0px;
background:url("../../find_a_property/images/left.png") #CFE8E3 top left no-repeat;
color: #2B544C;
}
    
.inthissection h2 {
background:url("../../find_a_property/images/right.png") top right no-repeat;
margin:10px 0 0 -10px;
color: #2B544C;
padding:8px 0 0.5em 0;
}	

#bodytext .inthissection ul li{
float:left;
padding-left:0;
}

#bodytext .inthissection ul li a{
background-color:#CFE8E3;
color: #2B544C;
font-size:110%;
padding: 0 1em 0 2em;
background: #CFE8E3  url(../../find_a_property/images/arrow.gif) 0 .1em no-repeat;
text-decoration: none;
float: left;
display: block;
}

#bodytext .inthissection ul li a:hover{
text-decoration: underline;}

.inthissection div {
margin:0 0 0 -20px;
padding-left:20px;
background:url("../../find_a_property/images/left.png") bottom left no-repeat;
}

.inthissection .more {
padding:0 10px 10px 0;
height:20px;
background:url("../../find_a_property/images/right.png") bottom right no-repeat;
}


#google_translate_element{height:70px; }
