/* CSS Document */

body td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px
}

h1 { font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

h2 { font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #000000;
	font-weight: bold;
}

h3 { font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.2em;
	font-weight: bold;
}

h4 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	padding: 2px 5px 2px 5px;
	background-color:#66CC33;
	color:#ffffff;
}
.nav a{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	padding: 0px 0px 0px 20px;
	color:#ffffff;
	text-decoration:none;
	display:block;
	font-weight:bold;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
	}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
	
#layer1 {
	position: absolute;
	visibility: hidden;
	width: 250px;
	height: 270px;
	left: 80px;
	top: 300px;
	background-color: #eee;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	float: right;
}

#cxl {padding: 0 0 0 5px;}
	
.wedding { background: #000000 url(images/Emerald_Wedding.jpg) no-repeat top left; color: #ffffff; height: 529px;}
.wedding_pricing { color: #ffffff; border: solid 1px #FFF;}
.functions { background: #ffffff url(images/Emerald_Functions.jpg) no-repeat top left; color: #666; height: 531px;}
.functions_pricing {
	color: #666;
	border: solid 1px #666;
}

