/* Stylesheet for Redhorse Landscaping */

body
	{
	font-family: verdana, ariel, helvetica, sans-serif;
	background: #6f6;
	color: #000;
	}
.small	{
	font-size: small;
	}

#container
	{
	position: absolute;
	top:0;
	left:0;
	width : 100%;
	}

#mast {
	background-image : url(images/rhlogo.gif);
	background-repeat : no-repeat ;
	background-position : 8px 10px;
	}


.phonebox {
	position:absolute;
	top: 50px;
	float: right;
	left: 70%;
	width: 130px;
	border: 1px solid #390;
	font-weight: bold;
	text-align: center;
	font-size: 75%;
	padding: 2px;
	}
.phonebox a:link {color:#000; background: transparent;}
.phonebox a:visited {color:#39c; background: transparent;}
.phonebox a:active {color:#f33; background: transparent;}
.phonebox a:hover {color: #99f; background: transparent;}

#nodisplay {
	display:none;
	}

/* NAVIGATION */
#navmenu 
	{
	left: 0px; 
	font-size: 80%; 
	z-index: 3;
	line-height: 120%;
	width: 120px;
	text-align: left;
	}

#navmenu li {
	list-style: none;
	margin-left: -20px; /*to compensate for left space added by list */
	color: #000; 
	background-color: #6fc;
	border: 1px solid #393;
	width: 132px;
	}

#navmenu a {
	display: block;
	width: 120px;
	text-align: center; 
	font-weight: bold;
	}

#navmenu a.unselected {
	padding: 3px 6px;  
	border-width: 0; 
	text-decoration: none; 
	color: #6f0; 
	background: #39c;
	}

#navmenu a.selected {
	padding: 3px 6px;  
	border-width: 0; 
	color: #090;
	background: #39c;
	}

#navmenu a:hover.unselected {
	color: #ff3; 
	background: #6fc;
	font-style: italic;
	}

/* thanks to eric meyer for explanation on how to do the following pop-up at meyerweb.com */
#navmenu a span {
	display: none;
	}

#navmenu a:hover span {
	position: absolute; 
	display: block;
	top: -100px; 
	left: 280px; 
	margin: 10px;
	width: 120px;
	padding: 5px;  
	z-index: 10;
	color: #ff3; 
	background: #39c;
	border: 1px solid #390;
	font-size: 10px;
	text-align: center;
	}

.submenu  {
	display:none;
	margin-left: 10px;
	}


/* END NAVIGATION */

#leftcol {
	position: absolute;
	left: 0px;
	width: 140px;
	top: 140px;
	padding-right: 20px;
	}

#middlecol { 
	position: relative;
	top: 140px;
	margin-right:25%;
	margin-left:180px;
	background: transparent;
	padding-left: 10px;
	border-left: 2px solid #390;
	height: auto;
	}
#middlecolfloat { 
	position: relative;
	top: 140px;	
	margin: 0 20px 0 180px;
	background: transparent;
	padding-right: 10px;
	height: auto;
	}

#middlecol p {font-weight: bold;}

#middlecol p.phone {
	color: #f33;
	background: transparent;
	}

#rightcol {
	position: absolute;
	right: 4%;
	top: 140px;
	width: 18%;
	font-size: 75%;
	height: 100%;
	border-left: 2px solid #390;
	padding-left: 10px;
	}

#rightcol li {
	list-style: none;
	margin-left: -30px;
	margin-right: 20px;
	padding: 2px;
	color: #000;
	background-color: #39c;
	width: 80px;
	}

#rightcol a {
	text-decoration:none;
	font-weight: bold;
	}

#rightcol a.spring {
	color: #0f0;
	background: transparent;
	}

#rightcol a.summer {
	color: #ff0;
	background: transparent;
	}

#rightcol a.autumn {
	color: #f60;
	background: transparent;
	}

#rightcol a.winter {
	color: #cff;
	background: transparent;
	}

#floatcontainer {
	position:absolute;
	margin: 0 0 0 0;
	background: transparent;
	width : 104%;
	}/* because float only works properly when inheriting position absolutely. BW: doesn't work properly in Op7 */
.spacer { 
	clear: both; 
	}
.float {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	height: 180px;
	}
  
.float p.pleft {
	text-align: left;
	font-size: smaller;
	margin-top:-2px;
	width: 200px;
	}

.float p.pdesc {
	text-align: left;
	font-size: x-small;
	margin-top:-10px;
	width: 200px;
	}

.float a {
	font-size: x-small;
	font-weight: bolder;
	}

.float a:link {color:#000; background: transparent;}
.float a:visited {color:#39c; background: transparent;}
.float a:active {color:#f33; background: transparent;}
.float a:hover {color: #99f; background: transparent;}

/* contact page styles */

#surveyform {
	width: 450px;
	background-color: #6cc;
	border: 2px dotted #390; 
	padding: 5px;
	margin: 20px; 
	font-size: x-small; 
	font-weight: bold;
	color: #390;
	}

.row {
	clear: both;
	padding-top: 3px;
	border-top: 1px solid #390;
	margin: 0px;
	}

.row span.label {
	float: left;
	width: 175px;
	text-align: right;
	padding-right: 11px;
	padding-top: 2px;
	}

.row span.formw {
	float: right;
	width: 250px;
	text-align: left;
	}

.row span.formw input { 
	background-color: #9f6;
	color: #000;
	font-weight: bold;
	}/* BW: ignored by Op */

.row span.formw textarea { 
	background-color: #9f6; 
	color: #000;
	font-weight: bold;
	}

.row span.formw select { 
	background-color: #9f6; 
	color: #000;
	margin-top: 2px;
	font-weight: bold;
	}

/* end contact page styles */
/* all the mkhlogo stuff */
div#logospan {
	font-family : "Courier New", Courier, monospace; 
	text-align: left;
	width: 80%;
	border-bottom: 1px dashed #999;
	font-weight: bold;
	font-size: xx-small;
	margin-top: 40px;
	margin-left: 10px;
	}

div#logospan a {
	display: block;
	text-decoration: none;
	margin-left: 15px;
	}

div#logospan a span {
	display: none;
	}

div#logospan a:hover {
	position: relative;
	}/* BW: this is what ie6 needed in order to show the popup!! */

div#logospan a:hover span {
	position: absolute; 
	display: block;
	left: -10px; 
	top: 12px; 
	color: #999;
	background: transparent;
	}
div#logospan a:active,a:link,a:visited {
	color: #666;
	background: transparent;
	}
/* end mkh logo stuff */
