body {
	margin: 1%;
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

	}
	
a:link {
	text-decoration: none;
    color: blue;
    background: transparent;

}

a:visited {
	text-decoration: none;
    color: blue;
  
}

a:hover {
	text-decoration: underline;
    color: blue;
   

}

a:active {
	text-decoration: underline;
    color: blue;
    background: transparent;
	
}


h1 {
	margin: 0%;
	font-size: 2em;
	color: black;
	
}


h2 {
	margin: 0%;
	font-size: 1em;
	color: white;
	
}

h3 {
	margin: 0%;
	color:  #002645;
	font-size:1em;
	
	
}

h4 {
	margin: 1%;
	color: #121c4d;
	font-size:1.3em;
	
	
}
/* Container to centre Page */
#container
{
width: 760px;
margin:  auto;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: .9em;
color: #004200;
background-color: white;
border: 1px solid black;
background-image: url(images/bg.gif);
 background-repeat: repeat;

}

/* Banner Area */
#top
{
background-image: url(images/logo.jpg);
 background-position: left;
margin-top: 0px;
 background-repeat: repeat;
 height: 170px;
}

#top p
{
font-size: 24px;
text-align: center;
margin-left: 250px;
font-weight: bold;
color:  #1D5699;

}

/* Text Area below banner */
#top2
{
background-color: white;
width: 760px;
margin: 0px;

}

#top2 h1
{
color: white;
background-color: #004000;
margin: 0px;
height: 19px;
padding-top: 5px;
padding-left: 6px;
font-family: Arial,Helvetica, sans-serif;
font-size: 12px;
text-align: center;
border-top: 1px solid black;
border-bottom: 1px solid #004000;

}
/* Container for left nav */
#leftnav
{
float: left;
background-color: #004000;
width: 132px;
margin: 1;
padding: 5px;
border-right: 1px solid #004000;
}



/* Container for Content Area */
#content
{
margin: 6px 0px 6px 160px;
width: 570px;
padding: 15px 10px;
background-color: white;


}

/* Container for Content Area on SCMS pages*/
#content2
{
margin: 1px 0px 0px 155px;
width: 590px;
padding: 15px 6px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1em;
color: black;
line-height: 18px;
background-color: transparent;
background-image: url(images/background.jpg);
 background-repeat: repeat-y;

}




/* Container for Footer */
#footer
{
clear: both;
margin: 0;
padding: 2px 0 4px 0;
color: white;
background-color: #004000;
border-top: 1px solid #004000;
text-align: center;
letter-spacing: 1px;

}

#footer a:link {
	text-decoration: none;
    color: white;
    background: transparent;

}

#footer a:visited {
	text-decoration: none;
	    color: white;
    background: transparent;
}

#footer a:hover {
	text-decoration: underline;
    color: red;
    background: transparent;

}

#footer a:active {
	text-decoration: underline;
    color: white;
    background: maroon;
}

#copy
{
clear: both;
margin: 0;
padding: 2px 0 4px 0;
color: #004000;
text-align: center;
font-size:0.8em;


}
#copy a:link {
	text-decoration: underline;
    color: white;
letter-spacing: 1px;
    background: transparent;

}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

/* Left Navigation  */


#navlist
{
padding-left: 1px;
padding-top: 1px;
padding-bottom: 10px;
margin-left: 0px;
background-color: #004000;
width: 142px;
font-size: 12px;
font-weight: bold;
font-family: helvetica, verdana; 
display: block;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 5px solid  #004000;
}

#navlist a { text-decoration: none;
color: white;
background-color: #004000;
width: 132px;
padding: 6px 3px 6px 3px;
display: block;
border: 1px solid #008530;
}

#navlist li a:hover { 
background-color: white;
color: #004000;
border: 1px solid #008530;
background-image: url(images/button_on.gif);
}







	/* Property Result Page */		
	

 #propertyleft img {       
     border: 1px solid Black;
	 margin-bottom: 5px;
} 
 
 #propertyright {
 margin-left: 10px;
  margin-bottom: 10px;
padding: 10px 5px 10px 10px;
width: 150px;
float: right;
border-right: 2px solid #004200;
border-bottom: 2px solid #004200;
border-top: 1px solid #004200;
border-left: 1px solid #004200;
background-color: #FFFFFF;
 }

 #propertyright img { 
  background-color: #FFFFFF;
border: 1px solid black;
margin: 3px 0px;

 }
 
/* Search Result page */ 
 #result {
     font-family: verdana, arial, helvetica;
border-top: 2px solid #00008B;
  }


	  #result p {
    
     font-size: 1em;
     padding: 10px 2px 5px 190px;
margin: 5px 0;
    }
	 
	   #result em {
     line-height: 1.4em;
	   padding: 10px 0 5px 0;
    } 

	   #result strong {
    
  color: #0000A0;
  font-weight: bold;
    } 
	   
	 


#result img {
   float: left;
   border: 1px solid red;
   margin: 15px 0px 5px 15px;
         } 

			ul#navigation
{
list-style-type: none;
margin: 0;
padding: .5em 5px;
border-top: 2px solid #004000;
}

ul#navigation .left { float: left; }
ul#navigation .right { float: right; }

div.pagenav {
 
  padding-top: 5px;
  padding-bottom: 2px;
  margin-right: 15px;
  text-align: right;

  }

#clear {
height: 1px;
margin: -1px;
clear: both;
}


  		

	/* Search Form columns */		
	
			div.row {
  clear: both;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.9em;
  }

div.row span.label {
  float: left;
  width: 130px;
  text-align: right;
  padding-right: 2px;
    margin-right: 2px;
  }

div.row span.formw {
  float: right;
  width: 350px;
  text-align: left;
  } 
  
 /* property list rows */
  	  
	.bgclass1 {
background-color: white;
 }
 
.bgclass2 {
 background-color: #B7D1AF;
 }  
	  
	.plist {
border-collapse: collapse;
border: 1px black solid;
width: 100%;
}

.plist th {
text-align: left;
padding: 5px;

border-right: 1px solid black;
}

.plist td {
text-align: left;
padding: 5px 2px;
border-top: 1px solid black;
}  
	  
	  
.bb {
	border: 1px solid #000000;
}

.desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.imagedesc {
	background-color: #FFE16C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;

}
.toptab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-variant: small-caps;
	padding-left: 10px;
	padding-bottom: 12px;
	font-weight: normal;


}


fieldset {
padding-bottom:10px;
border:1px solid #004200;
}

legend {

color:#004200;
font-weight:bold;
}

.resume {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


