/* Willson & Steinkopf Landscape Design Contractors 
	http://www.willsonsteinkopf.com
	December 28, 2006
	Stoney Creek Web Design
	http://www.stoneycreekwebdesign.com
	David Zemens
	Rochester, Michigan
	Copyright 2006 - All Rights Reserved
	
	Standards
	body background:		#476450
	content area: 			#E4E7D2
	H1, H2, H3          	#476450
	
	Branded text color: pink: 			#D73647
	Branded text color: off white: 	#EAEAEA
		Gold									#ADD361  D4AE61
		Not quite black                     #090909
*/

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

* {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

body {
font-family: "Book Antiqua", Palatino, "Palatino Linotype", Baskerville, BaskervilleBE, BaskervilleOldFace, Garamond, "Times New Roman", serif;	font-size : 90%;
font-family : 'Trebuchet MS', Tahoma, Arial, san-serif;
font-family: verdana, helvetica, arial, sans-serif;
	color : #000;
	background: #476450;
	font-size:74.1%;
 width:100%;
 }  

#wrapper {
	width:100%;
	padding:0 0 0 0;
	background-color:#E4E7D2;
	margin:0 auto 0 auto;
	min-height:100%;
	height:auto;  /* Paul O'Brien says this should be auto for Mozilla, but Mozilla expands as needed it seems to me  */
	/*display:table; /* expands the container to auto and full height ?? - it works for Mozilla  GREAT TIP  September 2006*/
	/*background: url("../images/bg_wrapper.gif")  repeat-y;*/
	border:0px solid white;
}
* html #wrapper {
	height:100%;
}

/* banner begin ========================================================== */
#bannerimg {
  height : 240px;
  width : 100%;
}
* html #bannerimg {
	margin-top:-56px;
}
#bannerimg h1 { 
  height : 240px; 
  background-color:#BCBFAC;
  margin:0;
  padding:0;
}

#bannerimg h1 a {
  background : transparent;
  position : absolute;
  height : 240px;
  width : 100%;
  display : block;
  cursor : pointer;
  font-weight : normal;
  font-size : 1em;
  padding : 0;
  text-decoration : none;
  border : 0;
  color : #000;
  overflow : hidden;
  /*margin-left : -1.1%;*/
}

#bannerimg h1 a:hover { 
  color : #339900; 
  text-decoration:none;
}

#bannerimg h1 a span {
  position : absolute;
  display : block;
  height : 240px;
  width : 748px;
  background : transparent url(../images/banner_full.jpg) no-repeat 0px 0px ;
  border : none;
}

#bannerimg h1 a:hover, #bannerimg h1 a:focus, #bannerimg h1 a:active, #bannerimg h1 a:hover span, #bannerimg h1 a:focus span, #bannerimg h1 a:active span, 
#bannerimg h1 a span:focus, #bannerimg h1 a span:active {
  background : transparent url(../images/banner_full.jpg) no-repeat 0px -240px;
}

h1 a small { 
  font-size : 0.6em; 
}
ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
}

/* banner end */
/* sub banner begin ========================================================== */

#bannerimg_sub h1 { 
  height : 117px;
  background : #BCBFAC;
  margin:0;
}
* html #bannerimg_sub h1 { 
	margin-top:-56px;
}
#bannerimg_sub h1 a {
  position : absolute;
  height : 117px;
  width : 100%;
  display : block;
  cursor : pointer;
  font-weight : 600;
  font-size : .8em;
  padding : 0;
  text-decoration : underline;
  border : 0;
  color : #BCBFAC;
  overflow : hidden;
  /*margin-left : -1.1%;*/
}
#bannerimg_sub h1 a:hover { 
  color : #000; 
  background : #fff;
  text-decoration:none;
}
#bannerimg_sub h1 a span {
  position : absolute;
  display : block;
  height :117px;
  width : 748px;
  background : transparent url(../images/banner_sub_new.jpg) no-repeat 0px 0px ;
  border : none;
}

#bannerimg_sub h1 a:hover, #bannerimg_sub h1 a:focus, #bannerimg_subh1 a:active, #bannerimg_sub h1 a:hover span, 
#bannerimg_sub h1 a:focus span, #bannerimg_sub h1 a:active span, 
#bannerimg_sub h1 a span:focus, #bannerimg_sub h1 a span:active {
  background : transparent url(../images/banner_sub_new.jpg) no-repeat 0px 0px ;
}

h1 a small { 
  font-size : 0.6em; 
}

/* sub banner end */
/***************** Navigation ************/
#nav {
	width:100%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	height:2.4em;
}
#nav ul {
	padding:0 0 0 0;
	margin:0px 0 0 0;
	line-height:2.4em;
	height:2.4em; 
	float:left;
	width:100%;
	background:#426048 url(../images/bg_nav.gif) top left repeat-x; 

}
#nav li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	list-style-type: none;
	color:white; 
	font-weight:600;
	font-size:97%;
	letter-spacing:1px;
	background:#426048 url(../images/bg_nav.gif) top left repeat-x; 
	font-family : 'Trebuchet MS', Tahoma, Arial, san-serif;
}
#nav li a, #nav li span {
	color:#fff;
	text-decoration:none; 
	border-left:1px solid #3c4840;
	border-right:1px solid #67896e;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	color:#DBDBDB;
	text-decoration:none;
	border-left:1px solid #67896e;
	border-right:1px solid #3c4840;
}
#nav li span:hover, #nav li span:focus, #nav li span:active {
	cursor:default;
}
#nav a, #nav span {
	display:block;
	padding:0 15px 0 15px;
}
#nav ul li span.nav_on {
	color:#FFCC33;
	cursor:default;
}





/* Side navigation */
#sidenav {
	color:#EAEAEA;
	background-color :transparent;
	width:100px;
	height : auto;
	margin:15px 0 0 0;
}
#sidenav ul {
	margin-left:8px;
}
#sidenav ul li {
	margin:0 0 0px 0;
	padding:0 0 0 22px;
	display:block;
	background-image:url(../images/arrow_r.gif);
	background-repeat: no-repeat;
	background-position:1px 5px;
	border-bottom:2px solid #000;
}
#sidenav ul li a {
	color:#EAEAEA;
	text-decoration:none;
	font-size:1.0em;
}
#sidenav ul li a:hover {
	border-bottom:2px solid #EAEAEA;
}
#sidenav .nav_on {
	border-bottom:2px solid #EAEAEA;
	cursor:default;
}
/* END  Side navigation **************************************************************/
/*  offset navigation items  */
.access a {
   position : absolute;  /* Forces it off-page */
   top : -1000px; /* The direction and value (optional) */
   left : -1000px; /* The direction and value */
   padding : 5px; /* To style the link’s box (optional) */
   font-weight : bold; /* Link Styling (optional) */
   font-size : 99%; /* Link Styling (optional) */
   text-decoration:none;
   text-align:left;
	border:1px solid #3B73B9;
	z-index:1;
}

.access a:hover {
	text-decoration:underline;
}
.access a:focus, .access a:active {
	width:100px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   position : absolute; /* Forces it back on focuzs */
   top : 15px; /* The direction and value */
   left : 01%; /* The direction and value (I got better results with % here) */
	background-color:#ADD361;
	color:#FFFFFF;
   z-index : 99; /* I needed it to be on top of my image banner and over the “Get the Latest icon on my home page*/
}
.access ul li {
	list-style-type:none;
}
/*  END offset navigation items   */

/* these are the three content horizontal newspaper like rows */
#content_l {
	float:left;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	/*border-top:7px solid #3B73B9;*/
	width:18%;
	background-color:transparent;
}

* html #content {
}

#content_c {
	float:left;
	padding: 18px 0px 0 28px;
	margin: 0 0 0 0; /*30px;*/
	width:70%;
	background-color:transparent;
}

#content_c_wide {
	float:left;
	padding: 18px 0 0 18px;
	margin: 0 15px 0 0; /*30px;*/
	width:72%;
	background-color:transparent;
}

#content_r {
	float:right;
	padding: 18px 0 0 0;
	margin: 37px 28px 0 0;
	width:20%;
	display:inline;
	background-color:transparent;
}
div#scroll {
	overflow: auto;
	width:27%;
	height: 600px;
	float:left;
	padding: 10px 5px 10px 5px;
	margin: 0 0 0 42px;
	border:1px solid #4D4D4D;
}

/* Now to offer some very common elements  */
h1, h2, h3, h4, h5, h6 {
}
h1 {
	font-family : 'Trebuchet MS', Tahoma, Arial, san-serif;
	font-size:175%;
	color : #476450;
	margin:0 0 10px 0;
	font-weight:500;
	letter-spacing:1px;
}
h2 {
	font-family : 'Trebuchet MS', Tahoma, Arial, san-serif;
	color : #476450;
	font-size : 150%;
	font-weight:500;
}
h3 {
	color :  #476450;
	font-size :110%;
	margin:6px 0 5px 0;
}
h4 {
	color :  #476450;
	font-size : 100%;
}
h1.diamond, h2.diamond {
	padding-left:32px;
	background-image:url(../images/h1_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
h1.underline, h2.underline {
	border-bottom:1px solid #4D4D4D;
}
hr {
	border-bottom:1px solid #4D4D4D;
	width:100%;
}
/*
Paragraph.
*/
p {
	margin:5px 0 14px 0;
	color : #000000;
	font-size:1.05em;
	line-height:19px;
	letter-spacing:1px;
}

* html p {
}

a, p a {
	color:#000000;
	text-decoration:underline;
}
a:hover, p a:hover {
	color:#339900;
	text-decoration:none;
}
a:focus, p a:focus {
	color:#339900;
	text-decoration:none;
}
.text_block {
	margin:0px 0 10px 0;
}
.text_block p {
	font-size:1.0em;
}
/*
  Most pages will have links. Let’s style them using a anchor
  element. Some will write this as a:link. I don’t — I don’t
  see the need
*/
a {
}

a:hover, a:focus, a:active {
}
	
a:focus, a:active {
}

img, a img {
	color: #666;
	font-size:80%
}

.border {
	padding:7px 7px 7px 7px;
	background-color:#fff;
}

.bordersmall {
	padding:3px 3px 3px 3px;
	background-color:#fff;
}

.img_l {
	float : left;
	margin : 5px 10px 12px 0px;
	border:1px solid #EAEAEA;
}	

.img_l_noborder {
	float : left;
	margin : 5px 10px 12px 0px;
}	
.noborder {
	border:0px;
}
.img_r {
	float : right;
	margin : 5px 0px 12px 10px;
	border:1px solid #EAEAEA;
}

.img_r_noborder {
	float : right;
	clear:right;
	margin : 5px 0 12px 10px;
}

img.center {
  margin : auto;
  text-align : center;
}

small {
	font-size:1.0em;
	color:#000000;
}
* html small {
}
small a {
	font-size:1.1em;
	font-variant:small-caps;
	color:#000000;
	text-decoration:none;
}
small a:hover {
	text-decoration:underline;
}
	
abbr, acronym { /* Also see .abbr class for a span used by IE */
}
	
blockquote  { 
	background : url(../images/bb_quotes.gif) no-repeat top left;
	margin: 15px 40px 10px 22px;
	padding: 15px 10px 0 20px;
	border: 1px solid;
	border-color:#A5CBA7;
	border-left: 4px solid #476450;   /* CHANGE THIS COLOR TO YOUR HIGHLIGHT COLOR */
	color : #EAEAEA;
	line-height:17px;
	font-style:italic;
	font-size:100%;
	width:50%;
	text-indent:42px;
}
* html blockquote {
	position:relative;
	width:70%;
}
blockquote cite { 
	padding-top:3px;
	margin: 4px 0 14px;
	display: block; 
	text-align : right;
	color:#D73647;
	font-size:1.0em;
	font-style:italic;
	font-weight:600;
}

/* http://www.microsoft.com/OpenType/otspec/WGL4B.HTM */
blockquote cite:before {
background : transparent;
content: "\002d \0020"; 
content: "- ";
}
	
em {
}
	
strong {
}
	

/*Some typical IDs*/
#footer {
	margin: 0px auto 0 auto;
	padding:10px 0 0 0;
	width:100%;
	height: 75px;
	background-color:#fff;
  	font-size: 80%;
	line-height:15px;
	color:#000000;
	text-align:center;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
}

#clearfooter { clear:both;height:75px;}
	
/*Some typical Classes*/
	
.bold {
	font-weight:bold;
	letter-spacing:2px;
}
	
.italic {
	font-style:italic;
}
.standout {
	color:#000000;
}	
	
.hidden {
}
	
.offset { /* would be position : abosolute; top : -9000px;
                                 left : -9000px; */
}
	
.highlight { /* useful for adding spot colors */
	color:#D73647;
}
.pink {
	color:#D73647;
	text-decoration:none;
}
.red {
	color:red;
	font-weight:bold;
}
.tiny { /* use small element to make small, but for styled-only
                               small text, this is class. */
	font-size:.5em;
}
	
.gold_portfolioDWZ {
	color :  #476450;
	font-size :120%;
	margin:6px 0 5px 0;
}
.error {
	color:#FF0000;
	font-weight:bold;
}
.abbr { /* use with a span to style abbr for IE as abbr isn’t
                                supported */
}
.bold_red {
	color:#FF0000;
	font-weight:bold;
	text-align:left;
}

dfn {
	border-bottom: 1px dashed #FF6600;
	font-style:normal;
}
dfn:hover {
	border-bottom: 1px dashed #3366FF;
	cursor: help;
}
/* List items  */
#content_c ul {
	margin:6px 0 18px 0px;
}
#content_c ul li {
	position:relative;
	margin:0 0 9px 10px;
	padding-left:23px;
	background-image:url(../images/li_arrow.gif);
	background-repeat: no-repeat;
	background-position:1px 0px;
	list-style-type:none;
	color:#000000;
}
#content_c ul li a {
	color:#000;
	text-decoration:none;
}
#content_c ul li a:hover {
	text-decoration:underline;
}

/* Definition list items */
/* Sitemap page definition list */
.ahref_icon {
   padding-left : 17px;
   background : transparent url(../images/icon_arrow.gif) no-repeat 7px 4px;
}

.diamond_inline {
   background : transparent url(../images/diamond_inline.gif) no-repeat 2px 1px;
   padding:0 0 0 14px;
  }
  
h1 span.diamond_inline {
   background : transparent url(../images/diamond_inline.gif) no-repeat 4px 7px;
   padding:0 0 0 14px;
  }
/* END Sitemap page definition list */d
l {
	margin:12px 0 15px 0;
}

dt {
	margin:6px 0 5px 0px;
	font-weight:600;
	color :  #476450;
	font-size :110%;
}
dt a {
	color : #476450;
}
dd {
	margin:0 0 13px 16px;
	font-size:1.1em;
	color:#000000;
 	line-height:19px;
}

/*
	============================  Form elements
*/
#mailform {
	width:455px;
	height:auto;
	margin-left:0px;
	margin-bottom:15px;
	padding-left:12px;
	padding-top:12px;
	background-color: #FFFFFF;
	border:1px solid #EAE1C5;
	/*background-image: url(i/bg_blue_fade_top_bottom.gif);*/
	background-position:top left;
	background-repeat: repeat-x;
}
* html #mailform {
	width:395px;
	height:22em;
}

.button_submit {
	padding: 1px 1px 1px 1px;
	color: black;
	font-size:11px;
	line-height:18px;
	letter-spacing:1px;
	margin: 10px 0 0 0;
	background-color:#CCCCCC;
	width:140px;
	height:25px;
	cursor:pointer;
}
input, textarea {
	font-family : 'Trebuchet MS', Tahoma, Arial, sans-serif;
	width : 55%;
	color : #666;
	font-size : 100%;
	background-color : #F2F2E6;
	border : 1px solid gray;
	margin : 2px 0 2px 5px;
	padding : 2px 7px 2px 4px;
}
input:hover,  select:hover, input.hover, #form_container .required:hover, #form_container .not_required:hover {
 	color : #000;
	background-color :#EEEEDF;
	border : 1px solid gray;
	cursor : text;
	background-image: url(../images/required.gifdummy);
	background-repeat: no-repeat;
}
/* Controls the cursor for the checkboxes only in .fld3  */
.fld3 input:hover {
	cursor:default;
}
select:focus, input:focus, input.focus, #form_container .required:focus, #form_container .not_required:focus {
	color : #000;
	/*height : 1.2em;*/
	background-color :#DADADA;
	border : 1px solid #006699;
	cursor : text;
	background-image: url(../images/required.gifdummy);
	background-repeat: no-repeat;
}
textarea:hover {
	color : #000;
	/*height : 1.2em;*/
	background-color :#EEEEDF;
	border : 1px solid #333;
	cursor : text;
	background-image: url(../images/logo_scott_fade_textarea.gif);
	background-repeat: no-repeat;
}
textarea:focus {
	color : #000;
	/*height : 1.2em;*/
	background-color :#DADADA;
	border : 1px solid #333;
	cursor : text;
	background-image: url(../images/logo_scott_fade_textarea.gif);
	background-repeat: no-repeat;
}

textarea {
	height:5em;
	background-color :#EEEEDF;
}
/*
textarea:focus {
	background-color : #FFFFFF;
	height:9em;

}
*/
input.button {
	width : 35%;
	height : 2.3em;
	color : #FFFFFF;
	font-weight : bold;
	border : 1px solid #CCCCCC;
	margin-bottom : 10px;
	padding:1px 5px 3px 5px;
	background-color :#165AA5;
	cursor:pointer;
	text-align:center;
}
* html input.button {
	width : 22%;
}
input.button:hover, .button:focus {
	cursor : pointer;
	background-color : #004488;
	color : #fafafa;
}
input.button:active {
	cursor : pointer;
	background-color : #99CC67;
	color : #fafafa;
}
/*
	END ============================  Form elements
*/
/*   ========================
	form field definitions - added July 10, 2006 to markup the contact form PHP code
	incoporated from Scott Alarm and used in place of the GBCMS contact form.
	===============================
*/  
#form_container {
	margin-top:17px;
}
/*  applies to IE only because seperate formating is required */
/* mac hide \*/
* html #form_container {}
/* end hide*/

#form_container input {
	display: inline;
	width: auto;
	color: #000000;
	font-size:11px;
	line-height:10px;
	letter-spacing:1.1px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: transparent;
}
#form_container .send_button {
	background-color:#cccccc;
	color:#000000;
	font-weight:bold;
	text-align:left;
	width:auto;
	margin-top:5px;
	padding:5px 5px 5px 5px;
	cursor:pointer;
	text-align:center;
	}
* html #form_container .send_button {
	width:auto;
	}
#form_container .send_button:hover {
	background-color:#3B73B9;
	color:#FFFFFF;
	}
	#form_container .send_button_red {
	background-color:#cccccc;
	color:#000000;
	font-weight:bold;
	text-align:left;
	width:auto;
	margin-top:5px;
	padding:5px 5px 5px 5px;
	cursor:pointer;
	text-align:center;
	}
* html #form_container .send_button_red {
	width:auto;
	}
#form_container .send_button_red:hover {
	background-color:#FF0000;
	color:#FFFFFF;
	}
#form_container .input_submit {
	background-color:green;
	font-weight:bold;
	text-align:center;
	width:135px;
	height:22px;
	background-image:url(../images/submit_button.jpg);
	cursor:pointer;
}
#form_container .input_check {
	background-color:green;
	cursor:pointer;
}
#form_container .required {
	background-color:#F4F8FB;
	background-image: url(../images/required.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
}
#form_container .not_required {
	background-color:#F4F8FB;
}
#form_container label {
	display: inline;
	width: 365px;
	height:auto;
	float: left;
	margin:0 0 0 0px;
	text-align: left;
	padding:0 0 0 0;
	color:#000000;
	border:0px solid blue;
	border-bottom:1px solid #FFFFFF;
	font-size:0.85em;
}
textarea {
	margin:5px 0 15px 0px;
	padding:5px 5px 5px 5px;
	color: #000000;
	font-size:11px;
	line-height:15px;
	letter-spacing:1.1px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color:#F4F8FB;
	width:366px;
	height:180px;
	/*background-image: url(../images/logo_scott_fade_textarea.gif);
	background-repeat: no-repeat;
	background-position:82px 42px;
	*/
	border:1px solid #F0F0F0;
	border:1px solid gray;
}
* html textarea {
	background-position:66px 42px;
}
.check_box {
	cursor:pointer;
}
legend {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 82%;
	letter-spacing:1px;
	color: #666;
	background: #FFFFFF;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px 4px 22px;
	background-image: url(../images/promotions.gif);
	background-repeat: no-repeat;
 }
 .fld1, .fld2, .fld3, .fld4, .fld5, .fld1{
	padding-left:10px;
	padding-bottom:10px;
	width:380px;
	margin-top:7px;
	background-color:#FFFFFF;
}
* html .fld1, .fld2, .fld3, .fld4, .fld5, .fld1 {
	padding-left:10px;
	padding-bottom:10px;
	width:380px;
	margin-top:7px;
}
.gray {
	background-color:#EAEAEA;
	cursor:pointer;
}
.light_gray {
	display:block;
	background-color:#F4F4F4;
	cursor:pointer;
}
.no_check_border {
	border:0px;
}
/* drop caps */
sup {
	vertical-align: top;
	float:left;
	font-size:4.5em;
	font-weight:normal;
	font-style: normal;
	text-transform: uppercase;
	line-height:100%;
	margin-right:15px;
	text-decoration:none;
	color:#D73647;
}