/* CSS for Cloche Gardens - CM Nov 06*/


html,body{
	margin:0;
	padding:0;
	background-color:#575757;
	}
	
	/*html{height:100%;}*/

body{
	font: 76% Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top: 20px;
	color:#666;
	
	/*min-height:101%*/	
	overflow: -moz-scrollbars-vertical;/* to get over mozilla's rendering of scrollbars on different height pages */
	}

p{margin:0 10px 10px}

a{
	color: #79a112;
	text-decoration:none;
	}

a:hover{color: #666;}

/* Header elements */

#header img{margin-left: 20px;}

.header_container{
	background:url("../images/headerbg.jpg") #c3e889 top left repeat-x;
	height: 90px;
	min-height:90px;
	text-align:right;
	}

.left{
	width: 375px;
	max-width: 375px;
	min-width: 375px;
	float: left;
	height: 90px;
	min-height: 90px;
	}

.right{
	width: 220px;
	max-width: 220px;
	min-width: 220x;
	float: right;
	height: 90px;
	min-height: 90px;
	}

.right img{padding-right: 8px;}

#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	color: #575757;
	}

#logospace{margin: 0 9px 0 9px; background-color:#edf8db; text-align:center;}

#logospace img{padding: 4px 0 4px 0;}


/* Content Elements */


#leftnav{
	float:left;
	width:192px;
	background-color:#c3e889;
	margin-left: 10px;
	}

#leftnav img{vertical-align:bottom!important;}

.hide{display:none;}

#container{text-align:left; background-color:#fff;}

#container ul, #container li{  
  margin-left: 20px;
  padding-left: 5px;
  padding-bottom: 2px;
  margin-top:10px;} 
  
#container li{
  margin-left: 8px;
  padding-left: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  }

h2{
	color: #8f9f70;
	width: 98%;
	border-bottom: 1px solid #a3a3a3;
	margin: 14px 4px 10px 4px;
	}

h3{color:#666; font-size:120%;}

.highlight{color: #8f9f70; font-weight:bold; font-size:110%;}

#feature{
	border-bottom: 1px solid #a3a3a3;
	margin: 14px 4px 8px 4px;
	padding-bottom: 10px;
	}

#feature img{float: right; padding: 5px;}

#feature ul{margin:8px;}

#container{width:700px;margin:0 auto}

#content{
	float:right;
	width:480px;
	padding: 5px;
	}

#content p{line-height:1.4}

.totop{padding: 4px;}


/* Forms */

form {margin: 0px; }

#formContainer label {
	line-height: 18px;
	padding: 0px 0px 0px 20px;
	float:left;
	width: 120px;
	}
	
#formContainer label.quote {
	line-height: 18px;
	padding: 0px 0px 0px 35px;
	float:left;
	width: 230px;
	}
	
#formContainer input {
	width: 160px;
	border: 1px solid #4A6487;
	margin-bottom: 3px;
}

#formContainer select {
	width: 160px;
	border: 1px solid #4A6487;
	margin-bottom: 3px;
}

#formContainer textarea {
	width: 160px;
	border: 1px solid #4A6487;
	margin-bottom: 3px;
}

#formContainer  input.submit {
	width:100px;
	border: 1px solid #4A6487;
	}
	
/* Footer */	

#footer{clear:both;width:100%}

#footer{
	background: #333;
	color: #FFF;
	background: url(../images/grass.jpg) #fff bottom left;
	height: 75px;
	}

#footer p{margin:0;padding:5px 10px}

  
/* Tab Menu */

#tabmenu {
	float:left;
	width:100%;
	font-size:90%;
	line-height:normal;
	background-color:#c3e889;
	margin:0!important;
	}

* html #tabmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom: 1em;
	}

#tabmenu ul{
	list-style-type: none;
	margin:0;
	margin-left: 13px;
	padding:0;
	float:right;
	}

#tabmenu li{
	display:inline;
	margin:0;
	padding:0;
	}

#tabmenu a {
	float:left;
	background:url(../images/selected_left.jpg) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	text-decoration:none;
	}

#tabmenu a span {
	float:left;
	display:block;
	background:url(../images/selected_right.jpg) no-repeat right top;
	padding:3px 14px 3px 5px;
	font-weight:bold;
	color:#666;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabmenu a span {float:none;}
/* End IE5-Mac hack */

#tabmenu a:hover span {
	color:#fc3;
	}

#tabmenu #current a {
	background-position:0 -125px;
	}

#tabmenu #current a span {
	background-position:100% -125px;
	color:#063;
	}

#tabmenu a:hover {
	background-position:0% -125px;
	color:#fc3;
	}

#tabmenu a:hover span {
	background-position:100% -125px;
	}