

/* --Standard CSS-- */


body {
	margin           : 0px 0px 0px 0px;
	color : #000;
	background-color: #fff;
 	font-family      : Arial, Helvetica, sans-serif;
 	 font-size        : 12px;
	}

td, tr, p, div {
	text-align: left;
	}

a:link, a:visited {
  	color            :  #451145;
	font-weight:bold;
  	text-decoration  : none;
	}


a:hover {
  	color            : #A186A2;
	}


div#maincontent  a:hover {

	}


ul {
 	 margin           : 0px 0px 0px 0px;
	}


hr {
	margin-top:10px;
	margin-bottom:10px;
	color: #ccc;
	width            : 100%;
	}

.title {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color            : #000099;
	}

.pathway {
  	font-size: 12px;
 	 color: #000000;
	}

a.pathway:link, a.pathway:visited {
	  color            : #333;
	  font-weight      : normal;
	}

a.pathway:hover {
 	 color            : #333;
 	 font-weight      : normal;
  	text-decoration   : underline;
	}

/* --Default Class Settings-- */


.bullet {
	margin  : 15px 0px 5px 0px;
	}

.bullet2 {
	margin  : 5px 0px 5px 0px;
	}


.pathwaydiv {float:left; width:217px;}


/*** --MENU CSS-- ***/





#mainmenuwrap {
	border-right:1px solid #6C026E;
	} 


#mainmenu {
	height:40px;
	background-color:#6C026E;
	}

#mainmenu ul { 
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	text-decoration:none;
	}


#mainmenu li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 0;
	white-space: nowrap;
	}


#mainmenu a{
	display:block;

	color: #fff;
	font-weight:bold;
	text-align: center;

	width:120px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:119px;

	border-left:1px solid #fff;
	font-size:14px;
	line-height: 40px;
	height:40px;
	background-color:#6C026E;
	}




#mainmenu a:link  {}


#mainmenu a:visited{}


#mainmenu a:hover {
	background-color:#B884B8;
	}




#mainmenu li#current a{
	background-color:#B884B8;
	}

#mainmenu li.active a{
	background-color:#B884B8;
	}


#mainmenu a#active_menu_hover {

}







#mainmenu li ul {

	}

#mainmenu li ul li  {
	margin: 0;
	clear:both;
	height:30px;	
	}



#mainmenu li ul li a
{
	display:block;
	color: #fff;
	font-size:11px;
	
	width:119px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:113px;
	padding-left:5px;
	border-left:1px solid #fff;

	text-align:left;
	line-height: 30px;
	height:30px;
	background-color:#6C026E;
	text-decoration:none;
	font-size:11px;	

}



#mainmenu li ul li a:link  
{}



#mainmenu li ul li a:visited
{}



#mainmenu li#current ul li a:hover {
	background:#B884B8;
	}

#mainmenu li ul li  a#active_menu {
	font-weight: bold;

	}


#mainmenu  li#current li a{
	background-color:#6C026E;
	}

#mainmenu  li.active li a{
	background-color:#6C026E;
	}


#mainmenu  li#current li a:hover {
	background:#B884B8;
	}


#mainmenu  li.active li a:hover {
	background:#B884B8;
	}




#mainmenu li { /* all list items */
	float: left;
	width: 120px; /* width needed or else Opera goes nuts */
}

#mainmenu li.item98 { /* all list items */
	float: left;
	width: 137px; /* width needed or else Opera goes nuts */
}


#mainmenu li ul { /* second-level lists */
	position: absolute;
	padding-bottom:14px;
	margin-left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#mainmenu li ul ul { /* third-and-above-level lists */
	margin: 0;
}

#mainmenu li:hover ul ul, #mainmenu li.sfhover ul ul {
	margin-left: -999em;
}



#mainmenu li:hover ul, #mainmenu li.sfhover ul { /* lists nested under hovered list items  LEVEL 1*/
	margin-left:0;
}


#mainmenu li li:hover ul, #mainmenu li li.sfhover ul { /* lists nested under hovered list items LEVEL2 */
	margin-left:129px;
	background-image:url(../images/submainmenufootWWW.gif);
	margin-top:25px;

}








#mainmenuwrap2 {

	}


#mainmenu2 {
	width:205px;
	padding-top:5px;
	background-color:#E6C02D;
	}

#mainmenu2 ul { 
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	text-decoration:none;
	}


#mainmenu2 li {
	list-style-type: none;
	margin: 0 0 0 0;
	white-space: nowrap;
	background:url(../images/nav2.png) no-repeat 0 -26px;
	}


#mainmenu2 a{
	display:block;

	color: #fff;
	font-weight:bold;
	text-align: left;

	width:205px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:170px;

	padding-left:35px;
	font-size:14px;
	line-height: 22px;
	height:22px;
	background:url(../images/nav2.png) no-repeat 0 -2px;
	}





#mainmenu2 a:link  {}


#mainmenu2 a:visited{}


#mainmenu2 a:hover {
	background:url(../images/nav2.png) no-repeat 0 -28px;
	}




#mainmenu2 li#current a{
	background-position:0 -28px;
	color:#6C026E;
	}

#mainmenu2 li.active a{
	background-position:0 -28px;
	color:#6C026E;
	}


#mainmenu2 a#active_menu_hover {

}










/*** --JOOMLA CSS-- ***/


#rightmods{
	padding: 0px 0px 0px 0px;
	text-align:right;
	}

.outer {
	padding: 0px 0px 0px 0px;
	border: 1px solid #999999;
	}

a.sublevel:hover {
	color: #000000; text-decoration: underline;
	}

a.sublevel:link, a.sublevel:visited {
	font-weight: normal;
	}


table.moduletable {
        margin: 0px 0px 0px 0px;
        width: 100%;
        border-left: solid 0px #000000;
        border-right: solid 0px #000000;
        border-top: solid 0px #000000;
        border-bottom: solid 0px #000000;
	}


.footer {
	background-color: #66ccff;
	}

.moduletable table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-size:11px;
        }

.moduletablelogin td {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	vertical-align: top;
	padding:2px 10px 10px 2px;
	margin: 10px 0px 0px 20px;
	}

table.moduletable td {
	font-size: 11px;
	color: #040C40;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	}

table.moduletable th {
	 font-size: 14px;
	color: #000099;
	vertical-align: top;
	}

.poll {
	font-size        : 10px;
	color            : #666666;
	line-height      : 14px;
	}

.sectiontableheader {
	background-color : #451145;
	color            :#fff;
	padding:5px;
	}

.sectiontableentry1 td{
	background-color : #F0F0F0;
	padding:5px; 
	}

.sectiontableentry2 td{
	 background-color : #E0E0E0; 	
	padding:5px; 
	}

.small {
	 font-size        : 10px;
	
	text-decoration  : none;
	font-weight      : normal;
	}

.smalldark {
	font-size        : 10px;
	color            : #000000;
	text-decoration  : none;
	font-weight      : normal;
	}


.contentpane {
}

.contentpaneopen {
	text-align:left;
	}

.contentheading, .componentheading {
	padding-top:20px; padding-bottom:0px;
	font-size        : 24px;
	text-align       : left;
	padding-left:0px;
	color:#451145;
	font-weight:bold;
	}


.componentheadingnews {
	padding-top:15px; padding-bottom:15px;
	font-size        : 24px;
	text-align       : left;
	padding-left:0px;
	color:#451145;
	
	}


.contentheadingnews {
	padding-top:5px; 
	font-size        : 16px;
	text-align       : left;
	padding-left:0px;
	color:#451145;
	
	}



.createdate {
	font-size        : 10px;
	color            : #999999;
	text-align       : left;
	}

.button {
	font-style       : normal;
	font-size        : 10px;
	font-weight      : bold;
	background-color : #F0F0F0;
	color            : #000000;
	border           : 1px solid #333;
	}



.button2 {
	font-style       : normal;
	font-size        : 11px;
	font-weight      : bold;
	background-color : #F0F0F0;
	color            : #333;
	border           : 1px solid #333;
	}


.button2:hover {
	border           : 1px solid #9B7F9B;
	color            : #9B7F9B;
	}



.button3 {
	font-style       : normal;
	font-size        : 11px;
	font-weight      : bold;
	background-color : #F0F0F0;
	color            : #333;
	border           : 1px solid #333;
	}



.inputbox {
	font-size        : 11px;
	color            : #000;
	background-color : #C8B8C8;
	border           : 1px solid #C8B8C8;
	}



.inputbox2 {
	font-size        : 11px;
	color            : #fff;
	background-color : #9B7F9B;
	border           : 1px solid #9B7F9B;
	width:130px;
	}


.inputbox3 {
	font-size        : 11px;
	color            : #000;
	background-color : #9B7F9B;
	border           : 1px solid #000000;
	margin-bottom:4px;
	}

.input {
	font-size        : 11px;
	color            : #000;
	background-color : #9B7F9B;
	border           : 1px solid #451145;
	}




.inputgo {
	font-size        : 11px;
	color            : #fff;
	background-color : #9B7F9B;
	border           : 1px solid #9B7F9B;
	width:80px;
	text-align:left;
	}


.inputgo:hover {
	border           : 1px solid #451145;
	}




.buttonlogin{
	background-color : #fff;
	border           : 1px solid #333;
	color            : #666;
	margin-top: 5px;
	font-size        : 11px;
	}


.searchbut2{
	background-color : #fff;
	border           : 1px solid #333;
	color            : ##333;
	width:26px;
	line-height:16px;
	font-size        : 14px;
	text-align:center;
	}


.searchbut {
	width:40px;
	background-color : #333;	
	color            : #000;	
	font-size        : 11px;
}




/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
        font-size: 13px;
        font-weight: bold;
         color: #000000;
        text-align:left;
        }

a.contentpagetitle:hover {
        font-size: 13px;
        font-weight: bold;
        text-align:left;
        color: #333; 
        font-weight: bold;
        }

a.category:link, a.category:visited {
	color            : #333333;
	font-weight      : bold;
	}

a.category:hover {
  	color            : #7B8DA1;
	}

/* Styles for dhtml tabbed-pages */
.ontab {
        background-color: #ffae00;
        border-left: outset 2px #ff9900;
        border-right: outset 2px #808080;
        border-top: outset 2px #ff9900;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        font-weight: bold;
        color: #FFFFFF;
}
.offtab {
        background-color : #e5e5e5;
        border-left: outset 2px #E0E0E0;
        border-right: outset 2px #E0E0E0;
        border-top: outset 2px #E0E0E0;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        font-weight: normal;
}
.tabpadding {
}

.tabheading {
        background-color: #ffae00;
        text-align: left;
}

.pagetext {
        visibility: hidden;
        display: none;
        position: relative;
        top: 0;
}

/* for modifying {moscode} output.  Dont set the colour! */
.moscode {
        background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {

	padding-bottom:20px;
        font-weight: bold;
        font-size : 10pt;
	color:#000000;
        text-align: center;
}



/*** --CONTENT  CSS-- ***/



#maincontentwrap {
	padding:0px 0px 0px 0px;
	}

#maincontent {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 0px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/1.jpg) no-repeat top right;
	padding-top:100px;
	}


#maincontent3 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 0px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/3.jpg) no-repeat top right;
	padding-top:100px;
	}


#maincontent4 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 100px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/4.jpg) no-repeat top right;

	}



#maincontent5 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 0px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/5.jpg) no-repeat top right;
	padding-top:100px;
	}


#maincontent6 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 0px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/7.jpg) no-repeat top right;
	padding-top:100px;
	}



#maincontent2 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 0px 2px 0px 0px;
	line-height: 1.25;	
 	background: url(../images/tdmain.png) no-repeat top right;
	height:100%
	}





#maincontent strong {
	color:#451145;
}







#maincontent10 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 100px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/1new.jpg) no-repeat top right;
	}



#maincontent11 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 100px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/2new.jpg) no-repeat top right;
	}



#maincontent12 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 100px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/3new.jpg) no-repeat top right;
	}



#maincontent13 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 100px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/4new.jpg) no-repeat top right;
	}



#maincontent14 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 100px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/5new.jpg) no-repeat top right;
	}


#maincontent15 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 100px 10px 0px 31px;px;
	line-height: 1.25;	
 	background: url(../images/6new.jpg) no-repeat top right;
	}


#maincontent16 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 100px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/7new.jpg) no-repeat top right;
	}



#maincontent17 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 100px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/8new.jpg) no-repeat top right;
	}



#maincontent18 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 100px 10px 0px 31px;;
	line-height: 1.25;	
 	background: url(../images/30new.jpg) no-repeat top right;
	}


#maincontent19 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 100px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/10new.jpg) no-repeat top right;
	}



#maincontent20 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 100px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/11new.jpg) no-repeat top right;
	}


#maincontent21 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 100px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/12new.jpg) no-repeat top right;
	height:100%
	}


#maincontent22 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 100px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/13new.jpg) no-repeat top right;
	}


#maincontent23{
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 100px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/14new.jpg) no-repeat top right;
	}


#maincontent24 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 100px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/15new.jpg) no-repeat top right;
	}


#maincontent25 {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 100px 10px 0px 31px;
	line-height: 1.25;	
 	background: url(../images/16new.jpg) no-repeat top right;
	}



#tdmain2  ul {
	list-style:none;
	padding-left:20px;
	padding-top:0px;
	}

#tdmain2    li {
	list-style:none;
 	background: url(../images/bullet.png) no-repeat 0 7px;
	padding: 0px 0px 0px 12px;
	margin:0px 0px 5px 40px;
	line-height:20px;
	}








div#maincontent2  ul {
	list-style:none;
	padding-left:0px;
	padding-top:0px;
	}

div#maincontent2  li {
	list-style:none;
 	background: url(../images/bullet.png) no-repeat 0 6px;
	padding: 0px 0px 0px 12px;
	margin:0px 0px 5px 40px;
	line-height:20px;
	}


div#proplist  ul {
	padding-left:0px;
	padding-top:0px;
	}

div#proplist  li {

	padding: 0px 0px 0px 0px;
	margin:0px 0px 5px 20px;
	line-height:14px;
	}


/*** --LAYOUT  CSS-- ***/


body,
html{
	margin:0;
	padding:0;
	}


div#bodywrap {
	text-align:center;
	}



div#wrapper {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	min-width: 770px;
	max-width: 1200px;
	width: expression(document.body.clientWidth > 1200? "1200px": "auto" );
	}




div#topwrap{
	background-image:url(../images/top.png) ;
	}

div#toplogo{
	width:920px;
	margin:0 auto;
	}


div#yellowwrap{
	background-image:url(../images/yellow.png) ;
	}

div#topyellow{
	width:262px;
	margin:0 auto;
	}


#tdleft{
	background-color: #5A086C
	}


#tdmain{
	border-right: 1px solid  #6C026E;
	}

#tdmain2{
	border-right: 1px solid  #6C026E;
	}


#tdright{
	background-color: #6C026E;
	}

div#middle{
	border-bottom:1px solid #6C026E;
	}


div#searchwrap{
	}


div.searchwrap2{
	padding-bottom:3px;
	}


div#searchtop{
	padding-top:110px;
	width:205px;
	background:url(../images/searchback.gif) no-repeat top left;
	}


div#searchinner{
	padding-left:10px;
	padding-bottom:10px;
	}




div#footer {
	height:20px;
	line-height:20px;
	font-size:11px;
	color:#6C026E;
	padding-left:20px;

	}



div#footer a:link {color:#6C026E;}
div#footer a:visited {color:#6C026E;}
div#footer a:hover {color:#ccc;}



/*** --FORM  CSS-- ***/


form {margin: 0; padding:0; }




/*** --CUSTOM  CSS-- ***/


.mods {
	margin-top:10px;
	padding-left:6px;
	border-left: 4px solid #fff;
	}

.front {
	text-align:center;
	margin:0 auto;
	}

.floatright {
	float:right;
	padding-left:20px;
	padding-right:0px;
	padding-bottom:10px;
	}

.floatleft {
	float:left;
	padding-right:20px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
	}


h3 	{
	font-size:14px;
	color:#451145;
	}

h2 {
	font-size:14px;
	color:#451145;
	padding-top:10px;
	}

h1 {
	font-size:16px;
	color:#451145;
	}







/*** --com_propertyLabUser CSS-- ***/

.locationitem {
	float:left;
	width:200px;
	line-height:20px;
	}


.required {
	color:#f00;
	}


/*** --com_propertyLab Administration CSS-- ***/


legend {
	font-weight:bold;
	color:#000000;
	}


fieldset {
	margin-bottom:20px;
	border: 1px solid #451145;
	}


.imagemanager img {
	border:1px solid #451145;
	margin-right:20px;
	}


.imagemanagerwrap {
	padding-left:20px;
	padding-bottom:10px;
	}


.imagemanagertd {
	border-bottom:1px solid #451145;
	}



.imageup {
	background-image:url(../images/up.png);
	background-position: 0px -25px;
	float:left;
	margin-right:5px;
}


.imageup a{
	display:block;
	height:25px;
	width:25px;
	background-image:url(../images/up.png);
	}


.imageup a:hover{
	background-position: 0px -25px;
	}


.imagedown {
	float:left;
	background-image:url(../images/down.png);
	background-position: 0px -25px;
	margin-right:5px;
}

.imagedown a{
	display:block;
	height:25px;
	width:25px;
	background-image:url(../images/down.png);
	}


.imagedown a:hover{
	background-position: 0px -25px;
	}


.imagedelete {
	float:left;
	background-image:url(../images/delete.png);
	background-position: 0px -25px;
	margin-right:5px;
}


.imagedelete a{
	display:block;
	height:25px;
	width:25px;
	background-image:url(../images/delete.png);
	}


.imagedelete a:hover{
	background-position: 0px -25px;
	}



.propertydelete {
	background-image:url(../images/delete.png);
	background-position: 0px -25px;
	margin-right:5px;
}


.propertydelete a{
	display:block;
	height:25px;
	width:25px;
	background-image:url(../images/delete.png);
	}


.propertydelete a:hover{
	background-position: 0px -25px;
	}





.propertypublished {
	background-image:url(../images/published.png);
	background-position: 0px -25px;
	margin-right:5px;
}


.propertypublished a{
	display:block;
	height:25px;
	width:25px;
	background-image:url(../images/published.png);
	}


.propertypublished a:hover{
	background-position: 0px -25px;
	}


.propertyunpublished {
	background-image:url(../images/unpublished.png);
	background-position: 0px -25px;
	margin-right:5px;
}


.propertyunpublished a{
	display:block;
	height:25px;
	width:25px;
	background-image:url(../images/unpublished.png);
	}


.propertyunpublished a:hover{
	background-position: 0px -25px;
	}




.propertyedit {
	background-image:url(../images/editproperty.png);
	background-position: 0px -25px;
	margin-right:5px;
}


.propertyedit a{
	display:block;
	height:25px;
	width:25px;
	background-image:url(../images/editproperty.png);
	}


.propertyedit a:hover{
	background-position: 0px -25px;
	}



.propertyadd {
	background-image:url(../images/add.png);
	background-position: 0px -25px;
	background-repeat:no-repeat; 
	width:300px;
}


.propertyadd a{
	display:block;
	height:25px;
	line-height:25px;
	padding-left:30px;
	background-image:url(../images/add.png);
	background-repeat:no-repeat; 
	color:#ccc;
	}


.propertyadd a:hover{
	background-position: 0px -25px;
	color:#999;
	}




/*** --com_propertyLab Home Page CSS-- ***/


#latesttop {
	font-size:14px;
	text-align:center;
	padding-top:10px;
	color:#451145;
	}


.latestouter {
	padding-top:10px;
	}


.latestwrap {
	width:190px;
	height:152px;
	background-image:url(../images/latestback.png);
	}	


.latestinner {
	padding: 10px 0px 0px 6px;
	}


.latesttitle {
	color:#fff;
	font-size:13px;
	line-height:16px;
	padding-bottom:5px;
	}


.latestimlink {
	width:176px;
	background-image:url(../images/latestlink.png);
	background-position: 0px -90px;
	}


.latestimlink a{
	display:block;
	width:176px;
	height:90px;
	background-image:url(../images/latestlink.png);
	background-position: 0px 0px;
	}


.latestimlink a:hover{
	background-position: 0px -90px;
	}


.latestinner img {
	border:1px solid #fff;
	}




.latestlink {
	padding-top:2px;
	font-size:11px;
	}


.latestlink a{
	display:block;
	color : #fff;
	line-height:24px;
	height:24px;
	padding-left:5px;
	}


.latestlink a:hover{
	color:#000;
	}




/*** --com_propertyLab Property Search CSS-- ***/

.searchwrap {
	clear:both;
	border-top: 1px solid #451145;
	font-size:12px;
	}


.searchbox1 {
	margin:5px 0 5px 0;
	padding:5px;
	background-color:#DBD0DB;
	}


.searchbox2 {
	margin:5px 0 5px 0;
	padding:5px;
	background-color:#EDE8ED;
	}

.searchthumb {
	padding-right:10px;
	}


.searchthumb3 img{
	margin-right:20px;
	border: 1px solid #451145;
	}

.searchthumb a img{
	border: 1px solid #451145;
	}

.searchthumb a:hover img {
	border: 1px solid #fff;
	}

.searchttext {
	float:left;
	}


div#pagemainmenuigation ul { 
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	text-decoration:none;
	}


div#pagemainmenuigation li {
	float:left;
	list-style-type: none;
	margin: 0px; 
	padding-right:2px;
	padding-left:0px;
	white-space: nowrap;
	background-image:none;
	}



div#pagemainmenuigation a{
	display:block;
	line-height:14px;
	margin-top:4px;
	padding-left:3px;
	padding-right:3px;
	color : #fff;
	background-color : #451145;
	border:1px solid #451145;
	}


div#pagemainmenuigation a:hover {
	border:1px solid #ECD69C;
	}


div#pagemainmenuigation a#activepage {
	color : #451145;
	background-color : #ECD69C;
	border:1px solid #451145;
	color:#000;
	}



div#pagemainmenuigation2 ul { 
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	text-decoration:none;
	}


div#pagemainmenuigation2 li {
	float:left;
	list-style-type: none;
	margin: 0px; 
	padding-right:2px;
	padding-left:0px;
	white-space: nowrap;
	background-image:none;
	}



div#pagemainmenuigation2 a{
	display:block;
	line-height:14px;
	margin-top:4px;
	padding-left:3px;
	padding-right:3px;
	color : #fff;
	background-color : #451145;
	border:1px solid #451145;
	}


div#pagemainmenuigation2 a:hover {
	border:1px solid #ECD69C;
	}


div#pagemainmenuigation2 a#activepage2 {
	color : #000;
	background-color : #ECD69C;
	border:1px solid #451145;
	}


.pricesearch {
	line-height:24px;
	padding-left:30px;
	background:url(../images/price.gif) no-repeat top left;
	margin-bottom:10px;
	font-weight:bold;
	} 


.addresssearch {
	line-height:24px;
	padding-left:30px;
	background:url(../images/address.gif) no-repeat top left;
	margin-bottom:10px;
	} 


.bedssearch {
	line-height:24px;
	padding-left:30px;
	background:url(../images/beds.gif) no-repeat top left;
	} 

.pricesearch2 {
	line-height:24px;
	padding-left:30px;
	background:url(../images/price.gif) no-repeat top left;
	margin-bottom:10px;
	font-weight:bold;
	} 


.addresssearch2 {
	line-height:24px;
	padding-left:30px;
	background:url(../images/address.gif) no-repeat top left;
	margin-bottom:10px;
	} 


.bedssearch2 {
	line-height:24px;
	padding-left:30px;
	background:url(../images/beds.gif) no-repeat top left;
	} 


.detailssearch {
	float:right;
	padding-right:0px;
	background:url(../images/details.gif) no-repeat 0px -24px;
	} 


.detailssearch a{
	display:block;
	padding-left:30px;
	line-height:24px;
	font-weight:bold;
	color : #451145;
	background:url(../images/details.gif) no-repeat 0px 0px;	}

.detailssearch a:hover{
	color:#AEA29B;
	background-position: 0px -24px;
	}




.detailssearch2 {
	float:right;
	padding-right:0px;
	background:url(../images/details.gif) no-repeat 0px -24px;
	} 

.detailssearch2 a{
	display:block;
	padding-left:30px;
	line-height:24px;
	font-weight:bold;
	color : #451145;
	background:url(../images/details.gif) no-repeat 0px 0px;	}

.detailssearch2 a:hover{
	color:#AEA29B;
	background-position: 0px -24px;
	}



/*** --com_propertyLab Property View CSS-- ***/


#plab_photo_back {
	width:428px;
	border:3px solid #451145;
	margin: 25px auto;
	}


#plab_photo_back2 {
	padding:10px;
	border:3px solid #451145;
	}



#plab_photo_main {
	width:428px;
	background-image:url(../images/imagemain.png);
	background-repeat:no-repeat; 
	}


#plab_photo_inner {
	padding-top:16px;
	padding-left:14px;
	}

#plab_photo_inner img{
	border:1px solid #451145;
	}


#plab_view_thumbs  {
	}


div#plab_view_thumbs_inner  {
	padding-left:12px;
	padding-right:12px;
	padding-top:10px;
	}

div#plab_view_thumbs ul { 
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	text-decoration:none;
	}


div#plab_view_thumbs li {
	float:left;
	list-style-type: none;
	margin: 0px; 
	padding:1px;
	white-space: nowrap;
	background-image:none;
	}


#plab_view_thumbs a {
	float:left;
	border:1px solid #451145;
	}


#plab_view_thumbs a:hover {
	border:1px solid #000;
	}


#plab_view_thumbs #livethumb a {
	border:1px solid #fff;
	}


#plab_view_thumbs img {
	}


#plab_photo_footer {
	clear:both;
	width:428px;
	background:url(../images/imagebot.png) no-repeat bottom left;
	margin: 0 auto;
	}


#plab_photo_footer_inner {
	line-height:20px;
	padding-left:14px;
	padding-top:5px;
	color:#451145;
	}


#plab_address {
	background:url(../images/address.gif) no-repeat top left;
	line-height:25px;
	padding-left:32px;
	color:#000000;
	}


#plab_price {
	margin-top:10px;
	margin-bottom:10px;
	background:url(../images/price.gif) no-repeat top left;
	line-height:24px;
	padding-left:32px;
	color:#000000;
	}



#plab_map {
	background:url(../images/map.gif) no-repeat top left;
	line-height:24px;
	padding-left:30px;
	color:#000000;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	}


#plab_map a{
	color:#000000;
	}

#plab_map a:hover{
	color:#000000;
	}


#plab_bedrooms {
	background:url(../images/beds.gif) no-repeat top left;
	line-height:24px;
	margin-left:2px;
	padding-left:30px;
	font-weight:bold;
	margin-bottom:10px;
	}


#plab_features {
	background:url(../images/features.gif) no-repeat top left;
	line-height:24px;
	margin-left:2px;
	padding-left:30px;
	font-weight:bold;
	margin-bottom:10px;
	}



#plab_features  ul {
	list-style:none;

	}

#plab_features  li {
	line-height:16px;
	list-style:none;
 	background: url(../images/bullet.png) no-repeat 0 50%;
	padding: 0px 0px 0px 10px;
	margin:0px 0px 0px 40px;
	}


#plab_details {
	background:url(../images/details.gif) no-repeat top left;
	line-height:24px;
	margin-left:2px;
	padding-left:30px;
	font-weight:bold;
	margin-bottom:10px;
	}


#plab_details_intro {
	margin-left:2px;
	padding-left:30px;
	margin-bottom:10px;
	font-weight:bold;
	}


#plab_details_full {
	padding-left:30px;
	margin-left:2px;
	margin-bottom:10px;
	}


#send2friend {
	float:left;	
	background:url(../images/sendtofriend.gif) no-repeat 0 -24px;
	}


#send2friend a{
	color:#2B027C;
	font-weight:bold;
	display:block;
	height:24px;
	line-height:24px;
	padding-left:30px;
	background:url(../images/sendtofriend.gif) no-repeat top left;
	}


#send2friend a:hover{
	background-position:0 -24px;
	color:#451145;
	}




#addtobasket {
	float:left;
	background:url(../images/addtobasket.gif) no-repeat 0 -24px;	margin-left:20px;
	}


#addtobasket  a{
	color:#2B027C;
	font-weight:bold;
	display:block;
	height:24px;
	line-height:24px;
	padding-left:30px;
	background:url(../images/addtobasket.gif) no-repeat top left;
	}


#addtobasket  a:hover{
	background-position:0 -24px;
	color:#451145;
	}



#printdetails {
	float:left;
	background:url(../images/printdetails.gif) no-repeat 0 -24px;
	margin-left:20px;
	}


#printdetails a{
	color:#2B027C;
	font-weight:bold;
	display:block;
	height:24px;
	line-height:24px;
	padding-left:30px;
	background:url(../images/printdetails.gif) no-repeat top left;
	}


#printdetails a:hover{
	background-position:0 -24px;
	color:#451145;
	}



#emailform {
	padding-top:30px;
	padding-bottom:10px;
	}


.enquiryline {
	padding-top:5px;
	}



input.enquiry-btn2{
	width: 126px;
	height: 28px;
	background: url(../images/sendenquiry.png) no-repeat;
	outline: none;
	}


.enquiry-btn2:hover{
	width: 126px;
	height: 28px;
	background: url(../images/sendenquiry.png) no-repeat 0 -28px;
	}


.enquiry-btnover2{
	width: 126px;
	height: 28px;
	background: url(../images/sendenquiry.png) no-repeat 0 -28px;
	}




input.send-btn2{
	width: 166px;
	height: 32px;
	background: url(../images/sendfriend.png) no-repeat;
	outline: none;
	}


.send-btn2:hover{
	width: 166px;
	height: 32px;
	background: url(../images/sendfriend.png) no-repeat 0 -32px;
	}


.send-btnover2{
	width: 166px;
	height: 32px;
	background: url(../images/sendfriend.png) no-repeat 0 -32px;
	}


input.findproperties{
	width: 47px;
	height: 46px;
	background: url(../images/findproperties.png) no-repeat;
	outline: none;
	}


.findproperties:hover{
	width: 47px;
	height: 46px;
	background: url(../images/findproperties.png) no-repeat 0 -46px;
	}


.findproperties{
	width: 47px;
	height: 46px;
	background: url(../images/findproperties.png) no-repeat 0 -46px;
	}



.colour{
	color : #333;
	}

.boldcolour{
	font-weight:bold;
	color : #333;
	}



.linkboxwrap {
	margin-top:20px;
	margin-bottom:0px;
	}



.linkbox {
	height:102px;
	width: 522px;
	background: url(../images/2finest.jpg) no-repeat 0 -102px;
	}	

.linkbox a{
	display:block;
	background: url(../images/2finest.jpg) no-repeat 0 0;
	height:102px;
	width:522px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:372px;
	padding-left:150px;
	}


.linkbox a:hover {
	background-position: 0 -102px;
	}




.linkboxwhy {
	height:102px;
	width: 522px;
	background: url(../images/whyuse.jpg) no-repeat 0 -102px;
	}	

.linkboxwhy a{
	display:block;
	background: url(../images/whyuse.jpg) no-repeat 0 0;
	height:102px;
	width:522px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:372px;
	padding-left:150px;
	}


.linkboxwhy a:hover {
	background-position: 0 -102px;
	}





.linkboxval {
	height:102px;
	width: 522px;
	background: url(../images/2cottage2.jpg) no-repeat 0 -102px;
	}	

.linkboxval a{
	display:block;
	background: url(../images/2cottage2.jpg) no-repeat 0 0;
	height:102px;
	width:522px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:372px;
	padding-left:150px;
	}


.linkboxval a:hover {
	background-position: 0 -102px;
	}





.linkboxmor {
	height:102px;
	width: 522px;
	background: url(../images/2coins.jpg) no-repeat 0 -102px;
	}	

.linkboxmor a{
	display:block;
	background: url(../images/2coins.jpg) no-repeat 0 0;
	height:102px;
	width:522px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:372px;
	padding-left:150px;
	}


.linkboxmor a:hover {
	background-position: 0 -102px;
	}




.linkboxlock {
	height:102px;
	width: 522px;
	background: url(../images/2padlock.jpg) no-repeat 0 -102px;
	}	

.linkboxlock a{
	display:block;
	background: url(../images/2padlock.jpg) no-repeat 0 0;
	height:102px;
	width:522px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:372px;
	padding-left:150px;
	}


.linkboxlock a:hover {
	background-position: 0 -102px;
	}





.linkboxins {
	height:102px;
	width: 522px;
	background: url(../images/2padlock.jpg) no-repeat 0 -102px;
	}	

.linkboxins a{
	display:block;
	background: url(../images/2padlock.jpg) no-repeat 0 0;
	height:102px;
	width:522px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:372px;
	padding-left:150px;
	}


.linkboxins a:hover {
	background-position: 0 -102px;
	}



.linkboxnewhome {
	height:102px;
	width: 522px;
	background: url(../images/2kitchen.jpg) no-repeat 0 -102px;
	}	

.linkboxnewhome a{
	display:block;
	background: url(../images/2kitchen.jpg) no-repeat 0 0;
	height:102px;
	width:522px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:372px;
	padding-left:150px;
	}


.linkboxnewhome a:hover {
	background-position: 0 -102px;
	}







.linkboxconv {
	height:102px;
	width: 522px;
	background: url(../images/2desks.jpg) no-repeat 0 -102px;
	}	

.linkboxconv a{
	display:block;
	background: url(../images/2desks.jpg) no-repeat 0 0;
	height:102px;
	width:522px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:372px;
	padding-left:150px;
	}


.linkboxconv a:hover {
	background-position: 0 -102px;
	}




.linkboxcont {
	height:102px;
	width: 522px;
	background: url(../images/2contact.jpg) no-repeat 0 -102px;
	}	

.linkboxcont a{
	display:block;
	background: url(../images/2contact.jpg) no-repeat 0 0;
	height:102px;
	width:522px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:372px;
	padding-left:150px;
	}


.linkboxcont a:hover {
	background-position: 0 -102px;
	}




.linkboxbranch {
	height:102px;
	width: 522px;
	background: url(../images/2branch.jpg) no-repeat 0 -102px;
	}	

.linkboxbranch a{
	display:block;
	background: url(../images/2branch.jpg) no-repeat 0 0;
	height:102px;
	width:522px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:372px;
	padding-left:150px;
	}


.linkboxbranch a:hover {
	background-position: 0 -102px;
	}







.linkboxcouple {
	height:102px;
	width: 522px;
	background: url(../images/2homeins.jpg) no-repeat 0 -102px;
	}	

.linkboxcouple a{
	display:block;
	background: url(../images/2couple.jpg) no-repeat 0 0;
	height:102px;
	width:522px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:372px;
	padding-left:150px;
	}


.linkboxcouple a:hover {
	background-position: 0 -102px;
	}





.linkboxgirl {
	height:102px;
	width: 522px;
	background: url(../images/2girl.jpg) no-repeat 0 -102px;
	}	

.linkboxgirl a{
	display:block;
	background: url(../images/2girl.jpg) no-repeat 0 0;
	height:102px;
	width:522px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:372px;
	padding-left:150px;
	}


.linkboxgirl a:hover {
	background-position: 0 -102px;
	}






.linktitle {
	font-size:18px;
	line-height:50px;
	}

#tdright h2{color:#fff; font-size:18px; }

#tdright {color:#fff;font-size:11px;}

#tdright a{
	color:#fff;
	display:block;
	background: url(../images/arrow.gif) no-repeat 0 0;
	line-height:11px;
	padding-left:10px;
	
}


#tdright a:hover{color:#E8C02D;}


div#searchwraptop a:link{color:#fff;}


