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

* {
	margin:0; padding:0;
	
}

body {
	background-image:url(/062210/images/welcome-bg.jpg);
	background-repeat:no-repeat;
	background-color:#3f83bc;
	background-position:top center;
}

p, h1, h2, h3, h4, h5 {
	margin:10px 0px;
	
}

p {
	font-family:arial;
	font-size:14px;
	line-height:24px;
	color:#FFFFFF;
	
}


#wrap {
	width:950px; margin:0 auto;
	
}

.left {
	float:left;
	
}

h2 {
	font-family:arial;
	color:#FFFFFF;
	
}

.intro {
	display:block;
	padding:10px 0px;
	border-top:1px solid #356fa0;
	border-bottom:1px solid #356fa0;
	
}

.box {
	width:251px;
	background-image:url(/062210/images/box-bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:1px solid #356fa0;
	
}

.box ul {
	list-style-position:inside;
	list-style:none;
	
}

.box li {
	list-style:none;
	border-bottom:1px solid #d3d3d3;
	font-family:arial;
	font-size:14px;
	
}

.box li a {
	padding:10px 10px;
	text-decoration:none;
	color:#444444;
	display:block;
	
}

.box li a:hover {
	background-color:#666;
	color:#FFFFFF;
	background-image:url(/062210/images/welcome-arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	
}


/* INLINE BOX CSS */

#events, #gourmet-inclusive, #congratulations {
	width:600px; min-height:400px;
	padding:0px 20px 10px 20px;
	background-color:#5a6059;
	background-image:url(/062210/images/lightbox-bg.jpg);
	background-repeat:no-repeat;
	background-position:left;
	
}

.light-green {
	background-color:#94a092;
	padding:5px 0px 5px 15px;
	font-family:georgia;
	font-size:14px;
	color:#FFFFFF;
	width:50%;
	
}

.dark-green {
	background-color:#3c403b;
	padding:5px 0px 5px 15px;
	font-family:georgia;
	font-size:14px;
	color:#FFFFFF;
	width:50%;
}

#form {
	width:600px; min-height:400px;
	padding:0px 20px 10px 20px;
	background-color:#5a6059;
	background-image:url(/062210/images/lightbox-bg.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-family:arial; font-size:12px;
	color:##333;
	
}

#form .entry {
	width:555px; height:458px;
	margin:0 auto;
	padding:70px 40px 10px 50px;
	background-image:url(/062210/images/entry-bg.png);
	background-repeat:no-repeat;

}

.entry div.item {
	display:block;
	margin-bottom:13px;
	clear:both;
	
}

.entry label {
	font-family:arial;
	font-size:17px;
	color:#333;
	
}

.entry #wed-info {
	display:none;
	
}

.entry input[type=text] {
	margin-left:50px;
	
}

.listen-live-button {
	width:135px; height:136px;
	position:absolute;
	margin-left:492px; margin-top:143px;
	z-index:20;
	
}





