/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
	background-color: #d4dbb4;
	color: black;
	}

#wrapper {
	position:relative;
	width: 930px;
	margin: 0px auto;
}

#wrapper p {
	font-size: 0.85em;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 1.1em;
	margin-bottom: 5px;
}

#wrapper a:link, #wrapper a:visited {
	text-decoration: none;
	color: #03F;
}

#wrapper a:hover {
	text-decoration: none;
	color: #396;
}

#contents {
	background-color: #F8F0DD;
	width: 930px;
	margin: 0px auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/*#contents ol {
	margin-left: 35px;
	font-size: 1.0em;
}

#contents li {
	margin-bottom: 10px;
}

#contents ul {
	margin-left: 35px;
	font-size: 1.0em;
}
*/
#devicetypes {
	width: 900px;
}

.devicetable {
	border: none;
	border-collapse: collapse;
	margin: 20px 0 10px 0;
}

.devicetable td {
	padding-bottom: 25px;
}

/* Headings */
h1 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	margin-left: 20px;
}

h3 {
/*	font-size: 1.1em; */
	font-size: 14pt;
	margin-bottom: 0.5em;
	margin-left: 5px;
	color: #66682e;
}


.datatable {
	border: 1px black solid;
	border-collapse: collapse;
	margin: 20px 0 10px 0;
}

.datatable caption {
	font-weight: bold;
	font-size: 1.1em;
}

.datatable th {
	background-color: #E3C39A;
}


.datatable th, .datatable td {
	border: 1px black solid;
	padding: 8px;
}


.rowcolor0 {
	background-color: white;
}

.rowcolor1 {
	background-color: yellow;
}

.rowcolor2 {
	background-color: lightgreen;
}

.rightjustify {
	margin-left: 830px;
}

.red {
	color: red;
}

.lightgreen {
	color: lightgreen;
}

.hide {
	display: none;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.exampletext {
	font-size: smaller;
	font-style: italic;
}

.imagesoil {
	margin-left: 300px;
	margin-bottom: 15px;
	border: 1px solid #66682E;
}

.imagestyle {
	border: 1px solid #66682E;
}


@media print {
	.printhide {
		display: none;
	}
}

/* For Eco Gardener Style Navigation */
/* New styling used by the drop-down menu */
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
/*horizontal menu styles*/	
nav {
	height: 55px;
	width: 996px;
	margin: 0px auto;
}

nav img {
	border: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul {
	height: 55px;
	width: 100%;
}
li {
	position: relative;
}
li a {
	display: block;
	line-height: 55px;
	text-align: center;
	font-size: 0.80em;
	letter-spacing: 0.15em;
	padding: 0 1em;
	color: white;
	font-family: Myriad Pro, Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	border-right: 1px solid #000;
	text-decoration: none;
}
li a:hover, .topmenu li:hover > a {
	background: #5c5c5c none;
	background: -webkit-gradient(linear,left top,left bottom,from(#6a6a6a),to(#414141));
	background: -moz-linear-gradient(top,#6a6a6a,#414141);
	background: -ms-linear-gradient(top,#6a6a6a,#414141);
	background: -o-linear-gradient(top,#6a6a6a,#414141);
	height: 55px;
	position: relative;
}
.current, a:hover.current, .topmenu li:hover a.current {
	background: #5c5c5c none;
	background: -webkit-gradient(linear,left top,left bottom,from(#6a6a6a),to(#414141));
	background: -moz-linear-gradient(top,#6a6a6a,#414141);
	background: -ms-linear-gradient(top,#6a6a6a,#414141);
	background: -o-linear-gradient(top,#6a6a6a,#414141);
	color: #eee;
	position: relative;
	cursor: default;
}
/*dropdown menu styles*/
ul.submenu {
	float: none;
	background: #424242 none;
	background: -webkit-gradient(linear,left top,left bottom,from(#505050),to(#343434));
	background: -moz-linear-gradient(top,#505050,#343434);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF505050,endColorstr=#FF343434);
	background: -ms-linear-gradient(top,#505050,#343434);
	background: -o-linear-gradient(top,#505050,#343434);
	width: auto;
	height: auto;
	position: absolute;
	top: 55px;
	left: -9000em;
	max-height: 0;
	-moz-transition:max-height 0.5s ease-in-out;
	-webkit-transition:max-height 0.5s ease-in-out;
	-o-transition:max-height 0.5s ease-in-out;
	transition:max-height 0.5s ease-in-out;
	overflow: hidden;
	z-index: 1000;
}
ul.submenu li {
	float: none;
}
.topmenu li:hover ul {
	left: 0;
/*	max-height: 300px; */
	max-height: 600px;
}
ul.submenu li a {
	border-bottom: 1px solid #000;
	padding: .2em 1em;
	white-space: nowrap;
	text-transform: none;
}
ul.submenu li:last-child a {
	border-bottom: none;
}
ul.submenu li a:hover {
	background: #5c5c5c none;
	background: -webkit-gradient(linear,left top,left bottom,from(#6a6a6a),to(#414141));
	background: -moz-linear-gradient(top,#6a6a6a,#414141);
	background: -ms-linear-gradient(top,#6a6a6a,#414141);
	background: -o-linear-gradient(top,#6a6a6a,#414141);
	height: 55px;
	padding-top: .2em;
	top: 0;
}


