@charset "utf-8";
/* CSS Document */

/*reset margin/padding */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	outline: 0;
}

p{
	padding:5px 0 0 0;
}

ul{
list-style:none;
text-indent:20px;
padding:5px;
}

/*End of reset */


body{
	background-color:#83afe3;
}

#container{
	width:1004px;
	margin:auto;

}

.clearColumns{
	clear:both;
}
	
#clearleft{
	clear:left;
}
	
.floatRighttop{
	float:right;
	width:309px;
}

.floatLeftTop{
	float:left;
	width:278px;
}

/* Header With Navigation*/
#header{
padding:0;
	width:1004px;	
	height:500px;
	background-image:url(images/header.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#nav{
	position:relative;
	width:500px;
	left:470px;
	top:260px;
}

#nav a{
	width:116px;
	height:66px;
}

.aboutBtn a{
	padding-left:40px;
	height:66px;
	width:116px;
	float:left;
	overflow:hidden;
	background-image:url(images/aboutBtn.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.aboutBtn:hover a{
	background-position:top;
}

.donateBtn a{
	padding-left:40px;
	height:66px;
	width:116px;
	float:left;
	overflow:hidden;
	background-image:url(images/donateBtn.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.donateBtn:hover a{
	background-position:top;
}

.contactBtn a{
	padding-left:40px;
	margin-top:10px;
	height:66px;
	width:116px;
	float:left;
	overflow:hidden;
	background-image:url(images/contactBtn.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.contactBtn:hover a{
	background-position:top;
}

	#innerNav{
		position:relative;
		width:500px;
		left:470px;
		top:0px;
	}
	
	#innerNav a{
		width:116px;
		height:66px;
	}
	
	.aboutBtnInner a{
		padding-left:40px;
		height:66px;
		width:116px;
		float:left;
		overflow:hidden;
		background-image:url(images/aboutBtnInner.gif);
		background-repeat:no-repeat;
		background-position:bottom;
	}
	
	.aboutBtnInner:hover a{
		background-position:top;
	}
	
	.donateBtnInner a{
		padding-left:40px;
		height:66px;
		width:116px;
		float:left;
		overflow:hidden;
		background-image:url(images/donateBtnInner.gif);
		background-repeat:no-repeat;
		background-position:bottom;
	}
	
	.donateBtnInner:hover a{
		background-position:top;
	}
	
	.contactBtnInner a{
		padding-left:40px;
		height:66px;
		width:116px;
		float:left;
		overflow:hidden;
		background-image:url(images/contactBtnInner.gif);
		background-repeat:no-repeat;
		background-position:bottom;
	}
	
	.contactBtnInner:hover a{
		background-position:top;
	}

/* End of Header With Navigation*/

/*Text Formatting */

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:30px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:30px;
	color:#f47721;
}

h3{
	color:#67aaf0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:30px;
}

h4{
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:30px;
	color:#363636;
}

h6{
	padding:10px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:normal;
	color:#f47721;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#363636;
}

#cookie a{
color:#333333;
text-decoration:none;
font-weight:600;
}

#cookie a:hover{
text-decoration:underline;
}

.spacer{
	padding-left:50px;
}

.halfSpacer{
	padding-left:15px;
}

h5 a{
	padding:5px 0 5px 0;
	font-size:12px;
	color:#f47721;
	font-weight:600;
	text-decoration:none;
}

h5 a:hover{
	text-decoration:underline;
}

.cookieTrail{
	color:#000000;
	font-weight:500;
	font-size:12px;
}

.selected{
	color:#f47721;
}
/*End of text Formatting */
/* Content Area */
#topArea{
	margin:auto;
	height:19px;
	width:953px;
	background-image:url(images/contentAreaTop.gif);
	background-repeat:no-repeat;
}

#middleArea{
	margin:auto;
	height:auto;
	width:953px;
	background-image:url(images/contentAreaMiddle.gif);
	background-repeat:repeat-y;
}

.largeLeft{
	width:760px;
	float:left;
} 
	
	.leftColumn{
		width:340px;
		height:auto;
		float:left;
		padding:0 8px 0 8px;
		margin-left:10px;

	}

	.middleColumn{
		width:345px;
		height:auto;
		float:left;
		padding:0 8px 0 8px;

	}
	
	.middleColumn img{
	padding-top:10px;
	}
	
	.rightColumn{
		width:170px;
		height:auto;
		float:right;
		padding-left:10px;

	}
	
	.doubleWidthColumn{
		width:700px;
		height:auto;
		float:left;
		margin:0 0 0 10px;
		padding:0 5px 0 5px;

	}
		
#bottomArea{
	margin:auto;
	height:25px;
	width:953px;
	background-image:url(images/contentAreaBottom.gif);
	background-repeat:no-repeat;
}
/*Content Area including sub left Nav of internal*/
#navigationContainer{
	float:right;
	position:relative;
	margin-top:80px;
	font-size: 14px;
	font-weight:600;
	line-height:24px;
	width:154px;
}

#navigationContainer a{
	margin:0;
	padding-left:20px;
	padding-right:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#navigationContainer a:hover{
	color:#f47721;
}

#topNavigationContainer{
	background-image:url(images/subNavTop.gif);
	background-repeat:no-repeat;
	height:22px;
	width:154px;
}

#middleNavigationContainer{
	background-image:url(images/subnavMiddle.gif);
	background-repeat:repeat-y;
	width:154px;
}

#bottomNavigationContainer{
	background-image:url(images/subNatBottom.gif);
	background-repeat:no-repeat;
	height:22px;
	width:154px;
}

#contentContainerInner{
	float:right;
	position:relative;
}

#topcontentArea{
	background-image:url(images/innerContentAreaTop.gif);
	background-repeat:no-repeat;
	height:28px;
	width:843px;
}

#middlecontentArea{
	background-image:url(images/innerContentAreaMiddle.gif);
	background-repeat:repeat-y;
	height:auto;
	width:843px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	z-index:-1;
}
	
	#leftColumn{
		padding-left:15px;
		width:400px;
		height:auto;
		float:left;
	}
	
	#rightColumn{
		padding-left:15px;
		width:400px;
		height:auto;
		float:left;
	}
	

#bottomcontentArea{
	background-image:url(images/innerContentAreaBottom.gif);
	background-repeat:no-repeat;
	height:28px;
	width:843px;
	z-index:-1;
}
/* End of Content Area of internal */ 
/* End of Content Area */

/* Flower Area */
.flowerContainer{
	width:auto;
	height:auto;
}

div.tip {
    padding:4px;
    color:#000; font-size:11px; line-height:1.2;
    background-color:#E1E5F1; border:1px solid #667295; 
    width:250px; 
}



.flowerContainer p{
	text-align:center;
}

.addflower{
	float:left;
	top:460px;
	position:relative;
}
.searchflower{
	float:right;
	top:460px;
	position:relative;
}

.flowerImage{
	position:relative;
	z-index: 0;
}

.flowerImage:hover{
	z-index: 50;
}

.flowerImage span{
	width:175px;
	overflow:hidden;
	background-color:#FFFFFF;
	position: absolute;
	padding: 5px;
	border: 2px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.flowerImage:hover span{ 
	visibility: visible;
	position:absolute;
	top: 0;
	left: 60px; 
}



/*End of flower Area */
/*Footer Area */
#footer{
	width:953px;
	margin:auto;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#002e5d;
}


#largeFooter{
	margin-top:100px;
	height:100px;
	width:100%;
}

#largeFooter .footerText{
	width:1004px;
	margin:auto;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	color:#FFFFFF;
	text-decoration:none;
}
#largeFooter a{
	padding:0;
	margin:0;
}
.tigerooContainer{
	width:1004px;
	margin:auto;
}

.tigeroo{
	margin-top:-310px;
	z-index:1;
	position:absolute;
}
/*End of Footer Area*/


