/* comment lines are declared like this */

/* body is the default - if nothing is declared for the rest then the body definition is the one used */
BODY
{
    MARGIN: 0px;								/* if only a single value is specified then it applies to all margins */
    BACKGROUND-IMAGE: none;          /* can also be a url - url (../images/backgroundimage.jpg) */
    BACKGROUND-REPEAT: no-repeat;		/* other values no-repeat, repeat-x (horizontal), repeat-y (vertical)*/
	BACKGROUND-ATTACHMENT: fixed;  /* other value scroll */
	BACKGROUND-POSITION: 0% 0%;		/* values can be a percentage or a fixed length or one of top centre bottom/left centre right */
    BACKGROUND-COLOR: #212b0b;	/* background colour should be specified even with an image incase the image doesn't load other value is transparent */
	font-family: tahoma, verdana, "trebuchet ms", san-serif;
	font-size: small !important;
	font-size: small;
	color: #000080;
	min-width: 973px;
}

/* definition for backgrounds */
.headerbackground
{
	background-image: url(../estateagentimages/newyonderestateagent_title.jpg);
	background-repeat: no-repeat;
	background-position: left;
	min-width: 671px;
}
.tailbackground
{
	background-image: url(../estateagentimages/newyonderestateagent_tail.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 5px;
	min-width: 500px;
}
.mainmenubackground
{
	background-image: url(../estate-agents-images/estate-agent-menu-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	min-width:973px;
}
.bluebackground
{
	background-color: #e7e7e7;
	padding: 30px;
	margin: 30px;
}
.logobackground
{
	background-image: url(../estateagentimages/logo-background.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.bluefiller
{
	background-image:url(../estate-agents-images/estate-agent-divider.jpg);
	background-position:right;
	background-repeat: repeat-y;
	background-color: #ffffff;
	width: 100%;
}
.menu
{
	background-color: transparent;
	line-height: 290%;
	padding-left: 10px;
}
/* other user defined definitions */
.oeatext
{
	font-size: xx-small;
	font-weight: bold;
	font-family: tahoma, san-serif;
	width: 149px;
	height: 14px;
}

/* definition of a class with borders set all round to thin */
.withborders
{
	BORDER-WIDTH: 1px;		/* other values are medium, thick or a length */
	BORDER-COLOR: #3e559b;					/* colour of all borders or can set individually as width above */
	BORDER-STYLE: solid;				/* other values are dotted, dashed, solid, double, groove, ridge, inset, outset */
}
TH
{
	background-color: #91b745;
	font-size: small !important;
	font-size: small;
}
TD
{
	font-size: small !important;
	font-size: small;
	background-color: white;
}
/* definition of image format  with uneven border and relative padding */
IMG
{
	BORDER:0;
	display: inline;
}
.footertext IMG
{display: inline;}
H1
{
	color: #90b745;
	font-size: medium !important;
	font-size: small;
}
H2
{
	color: #90b745;
	font-size: small !important;
	font-size: small;
}
/* list item decalration - bullet points*/
LI
{ 
	DISPLAY: list-item;			/* other values are block, inline, none */
	WHITE-SPACE: normal;		/* other values are  pre, nowrap */
	LIST-STYLE-TYPE: disc;		/* other values are circle, square, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha, none */
	LIST-STYLE-IMAGE: none;	/* other values are the image url */
	LIST-STYLE-POSITION: outside; /* other value is inside */
	
}
A {
   background-color: transparent;
  text-decoration: underline;
  font-family: verdana, tahoma, san-serif;
  font-weight: bold;
  font-size: small !important;
  font-size: small;
}
A:active
{
	color: #FFFFFF;
	background-color: transparent;
}
A:visited
{
	color: #808080;
	background-color: transparent;
	}
A:link
{
    color: #3e559b;
	background-color: transparent;
}
A:hover
{
    color: #91b745;
	background-color: transparent;
}

#menu A {
   background-color: transparent;
  text-decoration: none;
  font-family: verdana, tahoma, san-serif;
  font-weight: bold;
  font-size: small !important;
  font-size: small;
}
#menu A:active
{
	color: #FFFFFF;
	background-color: transparent;
}
#menu A:visited
{
	color: #3e559b;
	background-color: transparent;
	}
#menu A:link
{
    color: #ffffff;
	background-color: transparent;
}
#menu A:hover
{
    color: #91b745;
	background-color: transparent;
}

.menu_this_page
{
	background-image: url(../estateagentimages/button_thispage.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	line-height:270%;
	color: white;
	padding-left: 10px;
}


.footertext
{
	background-image: url(../estate-agents-images/estate-agent-footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: xx-small !important;
	font-size: xx-small;
	font-weight: bold;
	font-family: tahoma, san-serif;
}
#maincol A:active
{
	color: #FFFFFF;
	background-color: transparent;
}
#maincol A:visited
{
	color: #808080;
	background-color: transparent;	
	}
#maincol A:hover
{
    color: #3e559b;
	background-color: transparent;
}
#maincol A:link
{
    color: #91b745;
	background-color: transparent;	
}
#maincol A {
  text-decoration: none;
  font-family: verdana, tahoma, san-serif;
  font-weight: bold;
  font-size: small !important;
  font-size: small;
  background-color: transparent;
}
#footermenu A:active
{
	color: #808080;
}
#footermenu A:visited
{
	color: #808080;
	}
#footermenu A:link
{
    color: #808080;
}
#footermenu A:hover
{
    color: #808080;
}
#footermenu A {
  color: #808080;
  text-decoration: none;
  font-family: verdana, tahoma, san-serif;
  font-weight: bold;
  font-size: xx-small !important;
  font-size: xx-small; 
}
.smalltext
{font-size: xx-small; font-weight: bold;}

/* These relative units are supported:

H1 { margin: 0.5em }       ems, the height of the element's font  e.g. if font is 12pt then this margin is 6pt
H1 { margin: 1ex }         x-height, ~ the height of the letter 'x' 
P  { font-size: 12px }     pixels, relative to canvas 

Absolute length units are only useful when the physical properties of the output medium are known. These absolute units are supported:

H1 { margin: 0.5in }       inches, 1in = 2.54cm 
H2 { line-height: 3cm }    centimeters 
H3 { word-spacing: 4mm }   millimeters 
H4 { font-size: 12pt }     points, 1pt = 1/72 in 
H4 { font-size: 1pc }      picas, 1pc = 12pt 

*/

