/*
****************************************
****************************************
**********  DEVELOPER NOTES  ***********
****************************************
****************************************
*************  Developer  **************
****************************************

Northscaping ITDS
www.northscaping.com/Business/ITDS.shtml

****************************************
********  Development History  *********
****************************************

Apr 30/08	- Created new file

****************************************
**********  Important Notes  ***********
****************************************

1. 

****************************************
****************************************
*/

/* Global settings */


body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000547;
	line-height: 1.3em;
	padding: 0;
	margin: auto;
	text-indent: 0;
	vertical-align: top;
	background-color: #c0c0c0;
	position: relative;
	width: 880px;
}

p {
	margin-top: 0;
	margin-bottom: 0.8em;
}

a {
	color: #000547;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #000547;
	text-decoration: underline;
	visibility: visible;
}

a img { border: none; }

/* Primary framing boxes - all pages */

#bodyBlock {
	background: url(/Images/main-BG.jpg) repeat;
	width: 880px;
	border: solid 1px black;
	text-align: center;
}

#mainBlock {
	background: white;
	width: 800px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 60px;
	padding: 13px;
	text-align: center;
}

#headerBlock {
	background: url(/Images/top-BG.jpg) repeat-x;
	width: 774px;
	height: 40px;
	margin: auto;
}

#mastheadBlock {
	background: url(/Images/masthead.jpg);
	width: 774px;
	height: 421px;
	margin: auto;
	position: relative;
}

#middleUnder {
	background: url(/Images/middle-BG.jpg) repeat-y;
	width: 774px;
	margin: auto;
}

#middleBlock {
	background: url(/Images/middle.jpg) no-repeat;
	width: 774px;
	text-align: left;
}

#footerBlock {
	background: black url(/Images/footer-BG.jpg) no-repeat;
	width: 724px;
	height: 90px;
	padding: 110px 50px 0 0;
	margin: auto;
	text-align: right;
}

.clear {
	margin: 0;
	padding: 0;
	line-height: 1px;
	height: 1px;
	border: 0;
	clear: both;
	overflow: hidden;
}

/* Nav Rollovers */

.contactOver {
	background: url(/Images/contact-Over.jpg);
	position: absolute;
	top: 20px;
	right: 0px;
	width: 29px;
	height: 81px;
}

.contactOver img {
	border: 0;
	width: 29px;
	height: 81px;
}

.contactOver a:hover img {
	visibility: hidden;
}

.flowerOverHome, .flowerOverSearch {
	background: url(/Images/flower-Over.jpg);
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	white-space: nowrap;
	width: 130px;
	height: 65px;
	margin: 0;
	padding: 0;
}

.flowerOverHome {
	top: 356px;
	left: 60px;
}

.flowerOverSearch {
	top: 356px;
	left: 200px;
}

.flowerOverHome img, .flowerOverSearch img {
	border: 0;
	width: 130px;
	height: 65px;
}

.flowerOverHome a, .flowerOverSearch a {
	color: white;
	font-size: 120%;
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 130px;
	height: 65px;
	text-decoration: none;
	float: left;
}

.flowerOverHome a:hover img, .flowerOverSearch a:hover img {
	visibility: hidden;
}

.flowerOverHome span, .flowerOverSearch span {
	font-weight: bold;
	position: absolute;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.flowerOverHome span {
	top: 24px;
	left: 43px;
}

.flowerOverSearch span {
	top: 24px;
	left: 14px;
}

/* Left hand column */

#LHSmenu {
	width: 173px;
	padding: 430px 50px 0 24px;
	color: white;
	text-align: left;
	position: relative;
	float: left;
}

.LHSheader {
	font-size: 130%;
	margin-bottom: 2em;
}

.LHSinfo {
	font-size: 80%;
	margin-bottom: 2.4em;
	line-height: 1.7em;
}

.LHSlink, .LHSlink:hover {
	color: white;
}

/* Content formatting */

#contentArea {
	padding: 380px 0 0 0;
	text-align: left;
	position: relative;
	float: left;
}

.contentBlock {
	background-color: #babfff;
	width: 476px;
	padding: 12px;
	margin-bottom: 20px;
	text-align: left;
}

/* Footer formatting */

.footerLinks, .footerLinks a {
	color: white;
	line-height: 1.7em;
}

.footerLinkSmall, .footerLinkSmall:hover {
	color: white;
}

.footerInfo {
	color: white;
	font-size: 80%;
	line-height: 1.7em;
}

/* Plant Search formatting */

#searchUnder {
	background: url(/Images/plantsearch-BG.jpg) repeat-y;
	width: 774px;
	margin: auto;
}

#searchBlock {
	background: url(/Images/plantsearch.jpg) no-repeat;
	width: 774px;
	text-align: left;
}

#searchFooter {
	background: black url(/Images/searchFooter-BG.jpg) no-repeat;
	width: 724px;
	height: 90px;
	padding: 110px 50px 0 0;
	margin: auto;
	text-align: right;
}

#searchArea {
	width: 710px;
	padding: 40px 32px 40px 32px;
}



