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

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



h2{
	font: 18px/18px 'proxima_nova_ltsemibold',Arial,sans-serif;
	line-height:25px;
	color:#666;
	text-align:left;

}

h4{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#B8C959;
	text-align:center;
}

h6{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#666;
	
}
.address-header a{
	color:#666;
	text-decoration:none;
}

.address-header a:hover {
	color:#B8C959;
}

#aboutus-copy a {
	color:#8CB7C5;
	text-decoration:none;
}

#aboutus-copy a:hover {
	text-decoration:underline;
}

#flower-lists a {
	color:#8CB7C5;
	text-decoration:none;
	font: 15px/15px 'proxima_nova_rgregular',Arial,sans-serif;
	line-height:10px;
}

#flower-lists a:hover {
	text-decoration:underline;
}

#aboutus-divider-line{
height:1px;
	width:600px;
	border-bottom:1px solid #666;
	margin: 5px auto 5px auto;
}

#side-divider-line{
height:1px;
	width:300px;
	border-bottom:1px solid #666;
	margin: 5px auto 5px 0px;
	clear: both;
	}


p {
	font: 15px/18px 'proxima_nova_rgregular',Arial,sans-serif;
	line-height:25px;
	color:#666;
}

.subhead p{
	font: 18px/18px 'proxima_nova_ltsemibold',Arial,sans-serif;
	line-height:25px;
	color:#666;
	text-align:center;
	-webkit-text-stroke: 0.35px
} 
#aboutus-headline-lockup{
width:600px;
float:left;
margin: 0px auto 59px auto;
}



	
	#aboutus-copy{
		width:600px;
		float:left;
	
	}
	#paragraph{
		width:600px;
		float:left;
		margin-bottom:35px;
	
	}
	
	#paragraph a {
	color:#8CB7C5;
	text-decoration:none;
}

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


#contact-info{
	width:300px;
	margin:145px 86px 35px 92px;
	float:left;
	}
	
	
	
.contactUsForm{
	margin-top:15px;
	text-align:left;
	
}

#contact-block{
	margin-top:20px;
	
}

#contact-block-empty{
	margin:0px;
	
}

#flower-lists{
	margin-top:10px;
	margin-right:10px;
	margin-bottom:30px;
	width:130px;
	float:left;
}

	

#gallery_thumbs{
	width:700px;
	background-color:#900;
	margin-top:15px;

}

ul#gallery_thumbs li {
	text-decoration: none;
	list-style-type: none;

	}
ul#gallery_thumbs li a {
	display:block;
	height:200px;
	float: left;
	width: 190px;
	margin-right: 15px;
	margin-bottom:15px;

	}
	
	.thumbs {
	opacity: 1;
   transition: opacity .3s ease-in-out;
   -moz-transition: opacity .3s ease-in-out;
   -webkit-transition: opacity .3s ease-in-out;
	}
   
   .thumbs:hover{
	opacity: 0.45;
   }
