/* from Meyer reset.css */
/*   top right bottom left  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*  vertical-align: baseline;  */
	background: transparent;
}
body {
	line-height: 1;
	font-family:Verdana, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	font-size: 90%;
	background-color:#eeeeee; /* off-white */
}
/*
ul, ol {
	list-style: none;
}
*/
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;  
}

a {
	color: white; 
	text-decoration:none;
	}

a:hover {text-decoration:underline; }

a.IWD {
	color: black; 
	text-decoration: underline;
	}

a.IWD:hover {text-decoration: none; }

.IWDwrap {
	padding: 10px 0 10px 0;
	font-family:"Trebuchet MS" Verdana,, Arial, Geneva, Helvetica, sans-serif;
	font-size: 90%; 
}

.border {
	border: 5px solid white;
	/* border: 1px solid black; */
}
div#doc {
	width:1000px;
	margin:0 auto;
	background-color:white;  
}
#header {
    background-image:url(images/header150-3.jpg);
	height: 150px; /* was 200px */
}
#header2 {
    background-image:url(images/header100.jpg);
	height: 100px; /* was 130px then 80px */
	border-bottom: 3px solid white;
}
#email, #emailhome {
	position:relative;
	top: 70px;
	color:#FFFFFF;
	font-size: 125%;
	font-weight:bold;
	text-align:right;
}
#emailhome {
	top: 70px;
	}
#topmenu {
	position:relative;
	top: 85px;
	height: 40px;
	background-color:#02006d;
	color:#FFFFFF;
	font-size: 120%;
}
#home {position:absolute;
	top:12px;
	left:20px;
}
#bathrooms {position:absolute;
	top:12px;
	left:490px;
}
#kitchens {position:absolute;
	top:12px;
	left:745px;
}
.text1, .text2 {
	background-color:#007abf;
	line-height: 1.4;
	color: white;
	padding: 5px 15px 5px 15px;
	border-top: 5px solid white ;
	border-right: 5px solid white ;
	border-bottom: 0 ;
	border-left: 0 ;
	font-size: 75%;
}
.text2 {
	font-size:100%;
}
.text3 {
	background-color:white;
	line-height: 1.4;
	color: black;
	padding: 5px 15px 5px 15px;
	border: 10px solid white ;
	border-bottom: 0 ;
	font-size: 75%;
	margin: 0;
}
.text3 li {
	margin-left: 20px;
}
.bordertop { border-top: 5px solid white ;
}
.bordertopright { 
	border-top: 5px solid white ;
	border-right: 5px solid white ;
}
.name, .name2, .name3 {
	background-color:#02006d;
	line-height: 1.4;
	color: white;
	padding: 5px;
	border-top: 3px solid white ;
	font-size: 120%;
}
.name {
	/* border-right: 5px solid white ; */
}
.name2 {
	border-left: 5px solid white ;
	background-color:#144c98;
}
.name3 {
	border-right: 0px solid white ;
}
.img1 {
	border-top: 5px solid white ;
	border-right: 5px solid white ;
	border-bottom: 0 ;
	border-left: 0 ;
}

.darkbluebg {
	background-color:#02006d;
	}
.darkbluecont1, .darkbluecont2 {
	border-top: 2px solid white ;
	border-right: 6px solid white ;
	border-bottom: 0 ;
	border-left: 0;
	color: white;
	padding: 10px;
	}

.darkbluecont2 {
	border-left: 3px solid white ;
}
/* --- start from IWMP --- */
#sidenav {
		background-color: #144c98; 
		border-right: 0.4em solid white;
		border-top: 0.4em solid white;
		line-height: 1.2;
}
#sidenav .sub {
		background-color: #1f8ac6; /*  lighter blue  */
}
#sidenav li {
		border-bottom: 0.4em solid white;
}
#sidenav a {
		font-family:Verdana, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
		font-size: 80%;
		font-weight:bold;
		display:block;
		padding: 0.9em 0.5em;
		color: white; 
		text-decoration:none;
}
#sidenav a:hover {
		background-color:#02006d; 
		color:white;
}
#sidenav div {
		padding: 0;
		border-bottom: 0.4em solid white;
}
#sidenav div.last {
		padding: 0;
		border-bottom: 0;
}
.arrow {padding:0; }

/* --- end from IWMP --- */
#sidenav ul { list-style: none;
}
.text1 ul { margin: 5px 0 5px 10px ;}

.iwdlink { background-color: #afd689; /* pale green was #a3cd7c then #bddc9b */
		color: #0e3167; /* dark blue was #014565 */
		line-height: 1.25;
		padding: 0.5em;
		font-size:80%;
}
.iwdlink a {
		text-decoration:underline;
		color: #0e3167; /* dark blue was #014565 */
}
.iwdlink a:hover {
		text-decoration:none;
		background-color: #66af37; /*  green was #7ec242 */
}
#main { background-color: #afd689; /* pale green was #a3cd7c then #bddc9b */
		color: #0e3167; /* dark blue was #014565 */
		line-height: 1.25;
		border-bottom: 0.4em solid white;
}
#main ul, #main ol {  list-style-type: disc ;
			list-style-position:outside;
			padding: 0.2em 2em 0 2em;
}
#main ul li {padding: 0.5em 0;
}
#main ol li {padding: 0.1em 0 0 0;
}
#main h3 {padding:0.33em 0.66em 0.33em 0.66em ;
		font-size:150%;
}
#main h4 {padding:0.5em 1em 0.5em 1em ;
}
#main p {padding:0.5em 1em 0.5em 1em ; 
}
#main a { color: #0e3167; /* dark blue was #014565 */
		font-weight:bold;
}
#main a:hover {text-decoration:none;
}
.imgright {
	padding: 0 0 0 10px;
}
.imgleft {
	padding: 0 10px 0 0;
}
#bottom {
	background-color: #7ec242; /* bright green */
	padding: 1em;
	margin-top: 0.75em;
}
/* from Meyer HOT */
#navlinks {
	margin: 0; 
	padding: 0.5em 1em;
	background-color: #7ec242; 
	color: #FFFFFF;
	font-size: 0.8em;
}
#navlinks a {color:#FFFFFF;
		font-weight:bold;
}
#navlinks a:hover {text-decoration:none;
}
#navlinks li {
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px solid #FFFFFF;
	font-weight: bold;
}

#navlinks li.last {
	border-right: 0;
}


#tap {
	position:relative;
	top: 22px;
	left: 5px;
	}
	
.footerwrap { 
	margin-top: 5px;
	border-top:3px solid #0197d3;
	background-color:#02006d;
}

#footer2 { 
	color: white;
	width: 425px;
	padding: 20px;
	background-image:url(images/tap-small.png);
	background-position:right;
	background-repeat:no-repeat;
}

#footer3 { 
	color: white;
	padding: 20px;
}
#footer4 { 
	color: white;
	padding: 9px 20px 10px 20px;
}
/*   top right bottom left  */
