/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th
{
	margin:  0;
	padding : 0;

}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }



/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes  quotation marks from q  */
q:before, q:after
{ content : '' ; }






/* main page styles */

body {
	background-color: #E3E3E3;
	padding: 0px;
	background-image: url(../pagepix/bg1.gif);
	background-repeat: repeat-x;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

#main-table{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

td.contm {
	background-image: url(../pagepix/dotted-v.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

td.gutter {
	width: 1px;
	background-color: #999999;
}
	

td.main-nav{
}


td.right-col{
	width: 190px;
}

.datatable {
	margin-left: 15px;
	margin-right: 15px;
}



#topnav ul {
float:left;
width:100%;
padding:0;
margin:0;
height:28px;
overflow:hidden;
background-image:url(../pagepix/top-navbg.gif);
background-repeat:repeat-x;
}

#topnav ul li {
display:inline;
margin:0;
padding:0;
height:28px;
}

#topnav ul li a {
color:#FFFFFF;      /* POSSIBLE CHANGE COLOUR */
text-decoration:none;
float:left;
font-size:10px;
border-right-width:1px;
border-right-style:solid;
border-right-color:#b3b1d2;
padding-top:6px;
padding-right:10px;
padding-bottom:8px;
padding-left:10px;
}

#topnav ul li a:hover {
	color:#FFFFFF;
	background-image: url(../pagepix/top-navbg2.gif);
	background-repeat: repeat-x;
}





#properties-sidenav {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#properties-sidenav ul
{
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#properties-sidenav a
{
	display: block;
	padding-left: 15px;
	padding-right: 0px;
	background-image: url(../pagepix/property-navbg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 1%;
}

#properties-sidenav a:link, #navlist1 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	list-style-type: square;
}

#properties-sidenav a:hover
{
	color: #FFFFFF;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(../pagepix/property-navbg2.gif);
	background-repeat: repeat-x;
}



.magnifyer{
	background-image: url(../pagepix/magnifyer.gif);
}








#sidenav {
	margin: 0px;
	padding: 0px;
}

#sidenav ul
{
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#sidenav a
{
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	padding-right: 0px;
	height: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d1e4;
	background-image: url(../pagepix/link-bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
	margin: 0px;
}

#sidenav a:link, #navlist a:visited
{
	color: #000066;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	list-style-type: square;
}

#sidenav a:hover
{
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
}










A:link	{
	text-decoration:underline;
	font-weight: normal;
	color: #003399;
}
A:visited	{
	text-decoration:underline;
	font-weight: normal;
	color: #003399;
}
A:hover	{ text-decoration:underline; font-weight: normal; color: #000000 }
A:active	{ text-decoration:underline; font-weight: normal; color: #000000 }


ul {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 14px;
}

ol {
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-image: none;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 19px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}


p	{
	text-decoration:none;
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1	{
	text-decoration:none;
	background: transparent;
	font-size: 21px;
	color: #000000;
	line-height: normal;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}


h2	{
	text-decoration:none;
	background: transparent;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-transform: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

h3	{ text-decoration:none; background: transparent; font-size: 10px; font-weight: normal; color: #9999CC }
h4	{ text-decoration:none; background: transparent; font-size: 12px; font-weight: bold; color: #000000 }
h5	{ text-decoration:none; background: transparent; font-size: 11px; font-weight: normal; color: #000000; padding-left: 10px; }
h6	{ text-decoration:none; background: transparent; font-size: 8px; font-weight: normal; color: #000000; padding-left: 10px;  }


.nav:link	{ text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: normal; color: #FFFFFF; }
.nav:visited	{ text-decoration: none; background: transparent; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: normal; color: #FFFFFF} 
.nav:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #00BDE3;
	text-decoration: none;
} 
.nav:active	{ text-decoration: none; background: transparent; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: normal; color: #FFFFFF}




.nav2b:link	{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
} 
.nav2b:visited	{
	text-decoration: none;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
} 
.nav2b:hover	{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
} 
.nav2b:active	{
	text-decoration: none;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
}


.copyright:link	{
	background: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #241E7D;
	text-decoration: none;
}
.copyright:visited	{ text-decoration: none; background: none; font-weight: normal; color: #2A2581}
.copyright:hover	{ text-decoration: underline; background: none; font-weight: normal; color: #000000}
.copyright:active	{ text-decoration: none; background: none; font-weight: normal; color: #000000}
a.footertxt { text-decoration:none; background: transparent; font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #666666; margin-top:4px; margin-bottom:4px; } 
a.footertxt2 { text-decoration:none; background: transparent; font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; margin-top:2px; margin-bottom:2px; }
.copysmall { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #333333; line-height: 22px; margin-right: 5px; margin-left: 5px; 
}



.formtitles { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000; }
.formtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000; }
.formtextsmall { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000; }
.inputform { 
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; background-color: #FFFFFF; 
border: 1px solid #999999; }
	
.textareaform {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; background-color: #FFFFFF; 
border: #CCCCCC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;scrollbar-face-color: #FFFFFF; 
scrollbar-highlight-color: #CCCCCC; scrollbar-shadow-color: #CCCCCC; scrollbar-3dlight-color: #FFFFFF; scrollbar-arrow-color: #003366; scrollbar-track-color: #FFFFFF; 
scrollbar-darkshadow-color: #FFFFFF; }

.redt {
	color:#996600;
	font-weight:normal;
	
}

.contenttable {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #043768;
	border-bottom-color: #043768;
}
.linkspageborder {
	border: 1px solid #666666;
}

.naea{
	margin-top: 8px;
	margin-bottom: 12px;
}


.house-pics{
	height: 167px;
}

.alt-colour{
	color: #181276;
}

#footer{
	background-image: url(../pagepix/footerbg.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 28px;
}

#footer li {
	text-align:center;
	display:inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 10px;
}

#footer li a {
	color:#CCCCCC;
	font-size: 10px;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 14px;
	margin: 0px;	
}



#footer ul{
	padding-top: 5px;
}

/* text lists with bullet */

#content-list
{
	margin-left: 5px;
	list-style-type: square;
	margin-top: -5px;
}

#content-list li 
{
	padding-left: 18px;
	background-image: url(../pagepix/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.intro{
	font-size: 15px;
	line-height: 20px;
}

#searchframe{
	margin-top: -14px;
	margin-right: -18px;
	margin-left: -18px;
	border: 1px solid #FFFFFF;
	margin-bottom: -14px;
}



#navcontainer-prop {
	width: 200px;
	margin-left: 5px;
}

#navcontainer-prop ul
{
	margin-left: 0;
	list-style-type: none;
}

#navcontainer-prop a
{
	display: block;
	width: 200px;
	padding-right: 5px;
	padding-left: 16px;
	line-height: 32px;
	background-image: url(../pagepix/mag-large.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#navcontainer-prop a:link, #navcontainer-prop a:visited
{
	color: #181276;
	text-decoration: underline;
	font-size: 14px;
}

#navcontainer-prop a:hover
{
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
}
