@charset "UTF-8";


/* map */

#map {width:835px; height:686px; background: #fff url(images/map1.gif); position:relative; }

#map a {
	color:#000000;
	font:bold 12px Arial;
	text-decoration:none;
	background:transparent;
	display:block;
	width: 43px;
	height:-9px;
	padding-top:10px;
	position:absolute;
	overflow:hidden;
}

#map a:hover {overflow:visible; }

a#houseone {
	border:2px solid red;
	left:432px;
	top:79px;
} 
a#housetwo {left:45px; top:70px;} 
a#housethree {left:110px; top:90px; } 
a#housefour {left:130px; top:140px;} 
a#housefive {left:210px; top:80px;}



/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px arial, sans-serif, verdana,; /* set font as desired */
border-bottom: 1px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #cfc; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */







div.example {
	margin-bottom: 20px;
	position: relative;
}

div.ie-fix {
  overflow: visible;
  height: 0;
}

.zeroborder {
	border:0;
}

#target1 {
	width:5px;
	height:5px;
/*	display: block;*/
	position:absolute;
	left: 725px;
	top: -50px;
	/* for IE */
 /* filter:alpha(opacity=0);*/
	/* CSS3 standard */
/*  opacity:0.0; */
	cursor:pointer;
}


.target2 {
	width: 15px;
	text-align: center;
	height: 12px;

	
	left: 552px;
	top: 50px;
	display:block;
	color:white;
	position:absolute;
}

.target3 {
	width: 35px;
	text-align: center;
	height: 21px;
	display: block;
	color:white;
	position:absolute;
	left: 555px;
	top: 175px;
}

#target4 {
	width: 35px;
	text-align: center;
	height: 21px;
	
	display: block;
	color:white;
	position:absolute;
	left: 900px;
	top: 50px;
}

.target5 {
	width: 35px;
	text-align: center;
	height: 21px;
	display: block;
	position:absolute;
	color:white;
	left: 650px;
	top: 140x;
}




.aae1 {
	
	text-align: center;
	
	display: block;
	position:absolute;
	left: 440px;
	top: 169px;
}





input.alt-target {
	width: 80px;
}

#page {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEE;
	padding: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

h3 {
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 1.2em;
	margin: 0 0 .4em 0;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
}

.desc {
  margin-left: 100px;
}

.source {
 	/*clear: both;*/
}

.html-source, .js, .css-source {
	font-family: "Courier New", Courier, monospace;
	background-color: #FFF;
	/*clear: both;*/
}

.html-source textarea, .js textarea, .css-source textarea {
  font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}

.html-link a:focus, .js-link a:focus, .css-link a:focus {
  outline: none;
	-moz-outline: none;
}

/** Google maps demo **/

#example17 {
  cursor: pointer;
}

.gmap {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: relative;
}

.gmap-title {
  font-size: 16px;
  font-weight: bold;
}

.gmap-addr {
  padding-bottom: 15px;
  padding-top: 5px;
}

.gmap-close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}




/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
	
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    margin-left:50px;
	margin-top: 40px;
	display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:250px;
	color: #000000;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}




/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
        font-weight:bold;
    text-decoration:none;

}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    margin-left:50px;
        margin-top: 40px;
        display:block;
    position:absolute;
    top:0px; left:0;
        padding: 15px 0 0 0;
        width:250px;
        color: #000000;
    text-align: center;
        filter: alpha(opacity:90);
        KHTMLOpacity: 0.90;
        MozOpacity: 0.90;
        opacity: 0.90;
}
a.tt:hover span.top{
        display: block;
        padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
        display: block;
        padding: 0 8px;
        background: url(../images/bubble_filler.gif) repeat bottom;
}
a.tt:hover span.bottom{
        display: block;
        padding:3px 8px 10px;
        color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}

/*------ big bubble tooltip -----------*/
a.ttb{
    position:relative;
    z-index:24;
    color:#3CA3FF;
        font-weight:bold;
    text-decoration:none;

}
a.ttb span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.ttb:hover{ z-index:25; color: #aaaaff; background:;}
a.ttb:hover span.tooltipb{
    margin-left:70px;
        margin-top: 80px;
        display:block;
    position:absolute;
    top:0px; left:0;
        padding: 15px 0 0 0;
        width:250px;
        color: #000000;
    text-align: center;
        filter: alpha(opacity:90);
        KHTMLOpacity: 0.90;
        MozOpacity: 0.90;
        opacity: 0.90;
}
a.ttb:hover span.topb{
        display: block;
        padding: 30px 8px 0;
    /*background: url(../images/bubble.gif) no-repeat top; */
	background-color:#FFD46D;
}
a.ttb:hover span.middleb{ /* different middle bg for stretch */
        display: block;
        padding: 0 8px;
	 background-color:#FFD46D;
/*        background: url(../images/bubble_filler.gif) repeat bottom; */
}
a.ttb:hover span.bottomb{
        display: block;
        padding:3px 8px 10px;
        color: #FFD46D;
	 background-color:#FFD46D;
  /*  background: url(../images/bubble.gif) no-repeat bottom; */
}



/*------2nd---- bubble tooltip -----------*/


a.ttc{
    position:relative;
    z-index:24;
    color:#3CA3FF;
        font-weight:bold;
    text-decoration:none;

}
a.ttc span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.ttc:hover{ z-index:25; color: #aaaaff; background:;}
a.ttc:hover span.tooltip{
    margin-left:0px;
        margin-top: 0px;
        display:block;
    position:absolute;
    top:0px; left:0;
        padding: 0 0 0 0;
        width:250px;
        color: #000000;
    text-align: center;
        filter: alpha(opacity:90);
        KHTMLOpacity: 0.90;
        MozOpacity: 0.90;
        opacity: 0.90;
}
a.ttc:hover span.top{
        display: block;
        padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
a.ttc:hover span.middle{ /* different middle bg for stretch */
        display: block;
        padding: 0 8px;
        background: url(../images/bubble_filler.gif) repeat bottom;
}
a.ttc:hover span.bottom{
        display: block;
        padding:3px 8px 10px;
        color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}

