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

#footerWrapper .disclaimerLeft {
	display:block;
	width:550px;
	float:left;
}

#footerWrapper .disclaimerRight {
	display:block;
	width:350px;
	float:right;
	text-align:right;
}

#footerWrapper .disclaimerRight a {
	color:#FFF;
}

#footerWrapper .disclaimerRight a:hover {
	color:#FFF;
	text-decoration:none;
}

#leftSidebar a.weddings {
	display:block;
	width:222px;
	height:87px;
	background-image:url(../images/leftsdbar_wedding.jpg);
	background-position:0px 0px;
	margin-top:5px;
}

#leftSidebar a.weddings span{
	display:none;
}

#leftSidebar a.weddings:hover {
	background-position:0px -87px;
}

#leftSidebar a.notables {
	display:block;
	width:222px;
	height:116px;
	background-image:url(../images/leftsdbar_notables.jpg);
	background-position:0px 0px;
	margin-top:5px;
}

#leftSidebar a.notables span{
	display:none;
}

#leftSidebar a.notables:hover {
	background-position:0px -116px;
}

#map_canvas {
	margin-top:20px;
	width:100%;
	height: 400px
}

#directions {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.googleCopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.itemsVary {
	font-size:10px;
}

#leftSidebar a.pdf {
	display:block;
	width:222px;
	height:46px;
	background-image:url(../images/leftsdbr_pdf.jpg);
	background-position:0px 0px;
	margin-top:5px;
}

#leftSidebar a.pdf span{
	display:none;
}

#leftSidebar a.pdf:hover {
	background-position:0px -45px;
}

/*.pdf {
	border:0;
	margin-right:10px;
}

#pdfContainer {
	margin-top:10px;
	margin-bottom:20px;
	font-size:15px;
	background-color:#00693E;
	width:202px;
	padding:10px;
}

#pdfContainer a {
	font-size:18px;
	line-height:30px;
	color:#FFF;
}*/