/*!
 * AMteam (c) 2008 - Interstate Greenhouse Company
 */

/* DEFAULT STYLES */
body {
	color: #000;
	background: #fff;
	font: 62.5%/1.6em Arial, Helvetica, sans-serif;
}

h1, h2 {
	font: 24px/30px Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
}

h3 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
}

a {
	color: #000;
	text-decoration: none;
}

p {
	margin-bottom: 16px;
}
	
img {
	border: 1px solid #808080;
}
	
/* ID: header-image */
#header-image {
	display: none;
}

/* ID: menu */
#menu {
	display: none;
}

/* ID: header */
#header {
	font-size: 1.2em;
}
	
/* ID: content */
#content {
	font-size: 1.2em;
}

	#content dl {
		overflow: hidden;
		width: 100%;
		margin-bottom: 16px;
	}
	
		#content dl dt {
			float: left;
			color: #b2b2b2;
			width: 25%;
		}
		
		#content dl dd {
			float: left;
			width: 55%;
		}
		
	#content ol,
	#content ul {
		list-style-position: inside;
		margin-bottom: 16px;
	}
	
	#content sup {
		position: relative;
		top: -0.4em;
		font-size: 0.8em;
		vertical-align: baseline;
	}
	
	#content sub {
		position: relative;
		bottom: -0.4em;
		font-size: 0.8em;
		vertical-align: baseline;
	}

/* ID: footer */
#footer {
	color: #b2b2b2;
	line-height: 9px;
	width: 819px;
	height: 24px;
	margin-top: 32px;
	border-top: 1px solid #e5e5e5;
}

	#footer ul {
		list-style: none;
		overflow: hidden;
		height: 9px;
		padding: 8px 0 7px;
	}
	
		#footer ul li {
			float: left;
			height: 100%;
			padding: 0 12px 0 11px;
			border-left: 1px solid #e5e5e5;
		}
		
		#footer ul li.first {
			padding-left: 0;
			border-left: 0;
		}
		
		#footer ul li.copyright {
			float: right;
			padding-right: 0;
			border-left: 0;
		}
		
	#footer a {
		position: relative;
		color: #b2b2b2;
	}