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

body{
background: repeat-x url(http://www.flowersmakeyouhappy.com/assets/backgroundGradient.jpg) top;
background-color:#6FBC50;
}

.container{
	margin:auto;
	width:1000px;
	height:950px;
	position:relative;
}

table#holder_table {
	margin: -14px 0 0;
	
}
table#holder_table td#bottom {
	background: repeat-x url(http://www.flowersmakeyouhappy.com/assets/LightGreenGradient.png);
}
table#holder_table td#lpic img {
	margin: 0;
}

.address {
	margin-top: 60px;
	font-family: "Book Antiqua", "Georgia", serif;
	color: #2b6317;
	font-size: 12px;
	font-weight:bold;
}
#pruett{
	border:none;
	text-decoration:none;
cursor:pointer;
}
#greenLife{
	border:none;
	text-decoration:none;
cursor:pointer;
}
#homePic{
float:right;
padding:5px;
}
#greenlifeLink{
text-decoration:underline;
cursor:pointer;
}
#links{
text-decoration:underline;
cursor:pointer;
color: #2b6317;
}
#links a:link{
color:#2b6317;
text-decoration:underline;
cursor:pointer;
}
#links a:visited{
color:#2b6317;
text-decoration:underline;
cursor:pointer;
}
#links a:hover{
color:#dc9230;
text-decoration:none;
	}
#links a:active{
color:#2b6317;
text-decoration:underline;
cursor:pointer;
}


/*-- BODY CONTENT ----------------------------------------------------------------*/
table#holder_table td#content {
	background: repeat-x url(http://www.flowersmakeyouhappy.com/assets/LightGreenGradient.png) bottom;
	background-color:#ddf8b1;
                padding-right:0px;
	padding-bottom:15px;
	padding-top:15px;	
}
table#holder_table td#content p.homeTxt {
	font-family: "Garamond", "Georgia", serif;
	color: #2b6317;
	font-size: 12pt;
	text-align:justify;
}
table#holder_table td#content p.plantCareTxt {
	font-family: "Garamond", "Georgia", serif;
	color: #2b6317;
	font-size:12pt;
	text-align:justify;
}
table#holder_table td#content p.weddingTxt {
	font-family: "Garamond", "Georgia", serif;
	color: #2b6317;
	padding-top:0px;
	font-size:12pt;
	text-align:justify;
}
table#holder_table td#content.spEventsTxt {
	font-family: "Garamond", "Georgia", serif;
	color: #2b6317;
	padding-bottom:100px;
	padding-top:40px;
	font-size:12pt;
	text-align:justify;
}
/*-- END BODY CONTENT ------------------------------------------------------------*/

/*-- Search, Contact, Newsletter, & Feedback ----------------------------------------------------------------*/
#searchMenu{
	position:absolute;
	color:#dc9230;
	left: 620px;
	top: 8px;
	font-family: "Book Antiqua", "Georgia", serif;
	font-size: 16px;
	font-weight:bold;
	height: 62px;
	}
#contact{
	position:absolute;
	color:#dc9230;
	left: 620px;
	top: 46px;
	font-family: "Book Antiqua", "Georgia", serif;
	font-size: 14px;
	font-weight:bold;
	border:none;
	cursor:pointer;
	text-decoration:none;
	}
#contact a:link{
color:#dc9230;
border:none;
text-decoration:none;
}
#contact a:visited{
color:#dc9230;
border:none;
text-decoration:none;
}
#contact a:hover{
	color:#f3daba;
	}
#contact a:active{
color:#dc9230;
border:none;
text-decoration:none;
}
#newsletter{
	position:absolute;
	color:#dc9230;
	left: 678px;
	top: 46px;
	font-family: "Book Antiqua", "Georgia", serif;
	font-size: 14px;
	font-weight:bold;
	border:none;
	cursor:pointer;
	text-decoration:none;
	}
#newsletter a:link{
	color:#dc9230;
	border:none;
	text-decoration:none;
}
#newsletter a:visited{
	color:#dc9230;
	border:none;
	text-decoration:none;
}
#newsletter a:hover{
	color:#f3daba;
	border:none;
	text-decoration:none;
	}
#newsletter a:active{
	color:#dc9230;
	border:none;
	text-decoration:none;
}
#feedback{
	position:absolute;
	color:#dc9230;
	left: 757px;
	top: 46px;
	font-family: "Book Antiqua", "Georgia", serif;
	font-size: 14px;
	font-weight:bold;
	border:none;
	cursor:pointer;
	text-decoration:none;
	}
#feedback a:link{
	color:#dc9230;
	border:none;
	text-decoration:none;
}
#feedback a:visited{
	color:#dc9230;
	border:none;
	text-decoration:none;
}
#feedback a:hover{
	color:#f3daba;
	border:none;
	text-decoration:none;
	}
#feedback a:active{
	color:#dc9230;
	border:none;
	text-decoration:none;
}

/*-- Home Page Photo ----------------------------------------------------------------*/
#indexPhoto{
color:#2b6317;
border:none;
cursor:pointer;
text-decoration:none;
}
#indexPhoto a:link{
color:#2b6317;
border:none;
text-decoration:none;
}
#indexPhoto a:visited{
color:#2b6317;
border:none;
text-decoration:none;
}
#indexPhoto a:hover{
color:#2b6317;
border:none;
cursor:pointer;
border-collapse:collapse;
text-decoration:none;
}
#indexPhoto a:active{
color:#2b6317;
border:none;
text-decoration:none;
}
/*-- END ----------------------------------------------------------------*/




/*-- MENU ------------------------------------------------------------------------*/

#menuTxt{
	margin-top:0;
	padding:0;
	background-color:#d5f2a5;
	background:url(http://www.flowersmakeyouhappy.com/assets/images/Menu.png);
	text-align:center;
	font-family: "Garamond", "Georgia", serif;
	color: #2b6317;
	font-size: 20px;
	font-weight:bold;
	width:642px;
}
#menuTxt a:link{
color:#2b6317;
text-decoration:none;
}
#menuTxt a:visited{
color:#2b6317;
text-decoration:none;
}
#menuTxt a:hover{
color:#d3823c;
cursor:pointer;
border-collapse:collapse;
text-decoration:none;
}
#menuTxt a:active{
color:#2b6317;
text-decoration:none;
}
/*-- END MENU --------------------------------------------------------------------*/



/*-- WEDDING PAGE ----------------------------------------------------------------*/
#slideBlock{
	background:url(http://www.flowersmakeyouhappy.com/assets/images/flowerSlideShow.jpg) no-repeat;
	height: 550px;
	width: 500px;
	z-index:10;
	position:absolute;
	left: 307px;
	top: 270px;
}
#frame{
	background:url(http://www.flowersmakeyouhappy.com/assets/frame.png) no-repeat;
	height:550px;
	width: 500px;
	z-index: 100;
	position:absolute;
	left: 307px;
	top: 270px;
}
#slideNav{
	position:absolute;
	left: 498px;
	top: 813px;
	font-family: "Garamond", "Georgia", serif;
	color: #2b6317;
	font-size:14px;
	font-weight:bold;
	z-index:200;
}
#slideNav a:link{
	color:#2b6317;
	text-decoration:none;
}
#slideNav a:visited{
	color:#2b6317;
	text-decoration:none;
}
#slideNav a:hover{
	color:#d3823c;
	cursor:pointer;
	border-collapse:collapse;
	text-decoration:none;
}
#slideNav a:active{
	color:#2b6317;
	text-decoration:none;
}
/*-- END WEDDING PAGE ------------------------------------------------------------*/

/*-- Plant Care Page -------------------------------------------------------------*/
table#holder_table td#content p.plantCareTxt a{
	font-family: "Garamond", "Georgia", serif;
	color: #2b6317;
	font-size:14px;
	font-weight:bold;
}
table#holder_table td#content p.plantCareTxt a:link{
	color:#2b6317;
	text-decoration:none;
}
table#holder_table td#content p.plantCareTxt a:visited{
	color:#2b6317;
	text-decoration:none;
}
table#holder_table td#content p.plantCareTxt a:hover{
	color:#d3823c;
	cursor:pointer;
	text-decoration:none;
}
table#holder_table td#content p.plantCareTxt a:active{
	color:#2b6317;
	text-decoration:none;
}
#careContainer{
	color:#2b6317;
	font-family: "Garamond", "Georgia", serif;
}
.CatHeading{
font-size:18px;
font-weight:bold;
}
.dividerLine{
margin-left:38px;
}
table#holder_table{
	font-family: "Garamond", "Georgia", serif;
	color: #2b6317;
	font-size:12pt;
	text-align:justify;
}
.thumbImg{
	border-color: #2b6317;
}
.thumbImg a:link{
	color:#2b6317;
	text-decoration:none;
}
.thumbImg a:visited{
	color:#2b6317;
	text-decoration:none;
}
.thumbImg a:hover{
	color:#d3823c;
	cursor:pointer;
	border-collapse:collapse;
	text-decoration:none;
}
.thumbImg a:active{
	color:#2b6317;
	text-decoration:none;
}
/*-- End Plant Care Page ----------------------------------------------------------*/


/*-- Gallery CSS ---------------------------------------------------------*/

body {
 margin:            0;
 padding:           0px;
 font-family:       "Book Antiqua", "Georgia", serif;
 font-size:         11px;
 color:             #2b6317;
 background-color:  #6fbc50;
}

/*#content {
 left:              0px;
 right:             0px;

 border: 			0;
 /*width:             640px;*/
}
* html #content {
 width:             100%;
 width:            	auto;
}*/

#narrowcontent {
 left:              0px;
 right:             10px;
 background-color: 	#fff;
 border: 1px solid 	#333;
 margin:            0 10px 0 10px;
 padding:           10px 12px 12px 12px;
 width:             auto;
}
* html #narrowcontent {
 width:             100%;
 width:            	auto;
}

a {
 text-decoration:   none;
 color:             #2b6317;
 background-color:  transparent;
}
  
a:visited {
 color:             #2b6317;
 background-color:  transparent;
}

a:hover {
 color:             #d3823c;
 text-decoration:   underline;
 background-color:  transparent;
}

.breadcrumb {
 margin:            15px 0 15px 6px;
 font-family:       "Book Antiqua", "Georgia", serif;
 font-size:         11px;
 background-color:  transparent;
 color:				#2b6317;
}

/*.navigationArrows {
 position:			absolute;
 left:				665px;
 top:				216px;
 font-size:			11px;
}*/

.paginate {
 margin:            10px 0 10px 6px;
 font-family:       "Book Antiqua", "Georgia", serif;
 font-size:         11px;
 background-color:  transparent;
}

.windowclose {
 margin:            15px 0 10px 0;
 font-family:       "Book Antiqua", "Georgia", serif;
 font-size:         10px;
 background-color:  transparent;
 text-align: 		center;
}

.spacer {
 font-size:			10px;
 margin:			5px 0 5px 0;
}

img {
 margin:			0;
 padding:			0;
 border:			0;
}

.border {
 border:			1px solid #2b6317;
}

.paddedborder {
 padding: 			20px;
 border: 			1px solid #2b6317;
}

.thumbs {
 text-align:		center;
 padding:			15px 3px 8px 3px;
 background-color: 	#f8ffec;
}

.title {
 margin:            3px 0 0 0;
 font-family:       "Book Antiqua", "Georgia", serif;
 font-size:         11px;
 font-weight: 		bold;
 color:             #2b6317;
}

.caption {
 margin:  			12px 0 4px 0;
 background-color:	transparent;
 font-family:       "Book Antiqua", "Georgia", serif;
 font-size:         11px;
 color: #2b6317;
}

.commentlink {
 margin:            4px 0 8px 0;
 font-size:			11px;
}

li {
 margin:            0 0 15px 0;
 font-family:       "Book Antiqua", "Georgia", serif;
 font-size:         11px;
 color: 			#2b6317;
 background-color:  transparent;
 text-align: 		left;
 padding-bottom: 	5px;
 border-bottom: 		1px dashed #f8ffec;
}

.stats {
 margin:            4px 0 4px 0;
 font-family:       "Book Antiqua", "Georgia", serif;
 font-size:         10px;
 font-weight: 		normal;
 color:             #d3823c;
}

.imageBG {
 text-align: center;
 background-color:  #ddf8b1;  
}

.categories {
 padding:           5px 10px 5px 12px;
 background-color:  #f8ffec;
 font-size:			11px;  
 text-align:		left;
}

.tableBorder {
 border: 1px solid #2b6317;
}

th {
 font-family:       "Book Antiqua", "Georgia", serif;
 font-size:         12px;
 color:             #fff;
 font-weight:		bold;
 text-align:		center;
 padding:           5px 4px 5px 12px;
 background-color:  #2b6317;  
}

.powered {
 margin:            15px;
 font-family:       "Book Antiqua", "Georgia", serif;
 font-size:         10px;
 background-color:  transparent;
 text-align:		center;
 color:#2b6317;
}

.readMore {
 font-weight: 		bold;
 color:             #2b6317;
}

