/* CSS Document */

.style1 {font-size: small}

#container {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
body {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
}
html, body, #container {
	min-height:100%;
	width: 100%; 
	height:100%;
}
#headerbg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:271px;
	z-index:1;
	background-image: url(http://www.ncflorist.org//images/header_spacer.jpg);
	background-repeat: repeat-x;
	overflow:hidden;
}
#headerimage {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:264px;
	z-index:2;
	background-image: url(http://www.ncflorist.org//images/header_bg.jpg);
}
#navbg {
	position:absolute;
	left:0px;
	top:224px;
	width:100%;
	height:40px;
	z-index:2;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	background-color: #FFFFFF;
}
#navshadow {
	position:absolute;
	left:0px;
	top:264px;
	width:100%;
	height:7px;
	z-index:2;
	background-image: url(http://www.ncflorist.org//images/header_shadow.jpg);
	background-repeat: repeat-x;
	overflow:hidden;
}
#footer {
	position: absolute;
    bottom: 0;
	left:0px;
	width:100%;
	height:50px;
	z-index:3;
	background-image: url(http://www.ncflorist.org//images/footer_bg.jpg);
	background-repeat: repeat-x;
	overflow:hidden;
	clear:both;
}
#footerimage {
	position:center;
	left:3px;
	width:1000px;
	height:43px;
	z-index:5;
	background-image: url(http://www.ncflorist.org//images/footer_spacer.jpg);
}
#footershadow {
	position:absolute;
	bottom: 0;
	left:0px;
	width:100%;
	height:50px;
	z-index:5;
	background-image: url(http://www.ncflorist.org//images/footer_shadow.jpg);
	background-repeat: repeat-x;
}
#footerbg {
	position:absolute;
	bottom: 0;
	width:100%;
	height:43px;
	z-index:6;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	background-color: #FFFFFF;
	left: 0;
	visibility: visible;
}
#footertext {
	position:center;
	bottom: 0;
	text-align:center;
	font-family: arial;
	font-size: 8pt;
	width:100%;
	height:43px;
}
.navigation {
	position:absolute;
	left:0px;
	top:224px;
	width:100%;
	height:10px;
	z-index:8;
	text-align:center;
	text-decoration:none;
	color:#003300;
}
.hoverlink{
	text-align: center;
	text-decoration: none;
	font-family: arial;
	font-size: 14pt;
	color: #003300;
}
.hoverlink:hover{
	background-color: #E8D173;
	color: #006633;
}
#content {
	position:absolute;
	left:0px;
	top:265px;
	width:100%;
	height:90%;
	z-index:7;
	clear:both;
	overflow:hidden;
}
#header {
	position:absolute;
	left:0px;
	top:0;
	width:100%;
	height:274px;
	z-index:8;
}