/*  text styles  */

H1.nobreak {
	MARGIN-TOP: 0px; 
	FONT-SIZE: 1.50em; 
	PADDING-TOP: 10px;
	COLOR: #03708D;
	display:	inline;
	FONT-FAMILY: arial,helvetica,sans-serif;
	}

H1 {
	MARGIN-TOP: 0px; 
	FONT-SIZE: 1.50em; 
	PADDING-TOP: 10px;
	COLOR: #03708D;
	}
	
H2 {
	MARGIN-TOP: 1.5em;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 1.6em;
	}
	
H3 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 1.4em;
	}
	
H4 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 1em;
	}
	
ADDRESS {
	FONT-STYLE: normal;
	}
	
.small {
	FONT-SIZE: 0.8em;
	}
		
A:link {
	FONT-WEIGHT: bold;
	COLOR: #03708D;
	TEXT-DECORATION: none;
	}
	
A:visited {
	FONT-WEIGHT: normal;
	COLOR: #03708D;
	TEXT-DECORATION: none;
	}
	
A:hover {
	COLOR: #000000;
	BACKGROUND: #CCCC99;
	TEXT-DECORATION: none;
	}
	
A:active {
	COLOR: #03708D;
	TEXT-DECORATION: none;
	}
	
/* image styles */

IMG {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	}
	
.button {
	BORDER: #330066 1px outset;
	FONT-SIZE: 1em;
	BACKGROUND: #ffffef;
	COLOR: #330066;
	}
	
/* artwork */
	
#bg_top {
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 165px;
	WIDTH: 100%;
	Z-INDEX: 1;
	BACKGROUND: url(images/bg_top.jpg) #ffffff repeat-x left top; 
	LEFT: 0px;
	}
	
#bg_top2 {
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 165px;
	WIDTH: 704px;
	BACKGROUND: url(images/topart_print.jpg) #ffffff no-repeat left top; 
	Z-INDEX: 5;
	LEFT: 0px;
	}
	
#logo_space {
	POSITION: relative;
	WIDTH: 216px;
	FONT-FAMILY: arial,helvetica,sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	Z-INDEX: 4;
	BACKGROUND: #CCCC99;
	}
	
#logo_space .sb_top {
	PADDING: 10px;
	BACKGROUND: #ffffff;
	MARGIN-LEFT: 2px;
	TEXT-ALIGN: center;
	}
	
.logo {
	WIDTH: 194px;
	HEIGHT: 46px;
	}
	
/* content */
	
/* tables */
	
/* sidebar */	

/* top menu */

/* footer */

/* forms */

/* property detail */

/* for print version - remove sidebar and set margins */

body {
	margin: 10px;
   	background: white;
   	FONT-SIZE: 95%;
	COLOR: #333333; 
	FONT-FAMILY: arial,helvetica,sans-serif;
   }
#sidebar, #sb_right {
   display: none;
   }
.content {
   width: auto;
   PADDING-TOP: 175px;
   border: 0px solid black;
   float: none !important;
   color: black;
   background: transparent none;
   widows: 12;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
/* show full links in Mozilla browsers - disabled here */

/*
.content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
.content a[href^="/"]:after {
   content: " (http://www.homebridge.org" attr(href) ") ";
   }
 
 */

