/* STYLES FOR BOXES */

.contentBox {
	width: 260px;
	margin: 0 0 0 0;
	background: #efebe7 url(/images/layout/boxes/boxTop.gif) left top no-repeat;
	}
	
.contentExtBox {
	width: 540px;
	margin: 0 0 20px 0;
	background: #efebe7 url(/images/layout/boxes/extBoxTop.gif) left top no-repeat;
	}
	
.contentInnerBox {
	position: relative;
	padding: 10px 15px;
	overflow: hidden;
	}
	
.contentBox .contentInnerBox {
	width: 230px;
	background: url(/images/layout/boxes/boxBottom.gif) left bottom no-repeat;
	}
	
.contentExtBox .contentInnerBox {
	width: 510px;
	background: url(/images/layout/boxes/extBoxBottom.gif) left bottom no-repeat;
	}

/* GALLERY BOX */

.galleryImages {
	width: 222px;
	height: 152px;
	overflow: hidden;
	border: 1px solid #d6cac0;
	background: white;
	padding: 3px;
	margin: 0 0 5px 0;
	}
	
.galleryImages img {
	margin: 0 0 5px 0;
	}
	
.galleryBox ul {
	list-style-type: none;
	text-align: right;
	}
	
.galleryBox ul li {
	display: inline;
	font-size: 1.1em;
	color: #d6cac0;
	}
	
.galleryBox ul li a {
	text-decoration: none;
	padding: 0 2px;
	}
	
.galleryBox a.zoomLink {
	position: absolute;
	top: 10px;
	right: 15px;
	}
	
/* PARTNER BOX */

.partnerBox .contentInnerBox {
	height: 175px;
	}
	
.partnerBox .partnerImage {
	width: 222px;
	height: 82px;
	overflow: hidden;
	border: 1px solid #d6cac0;
	background: white;
	padding: 3px;
	margin: 0 0 5px 0;
	}
	
/* EVENT BOX */

.eventBox .eventImage {
	width: 222px;
	height: 82px;
	overflow: hidden;
	border: 1px solid #d6cac0;
	background: white;
	padding: 3px;
	margin: 0 0 5px 0;
	}
	
.eventBox a.moreLink {
	position: absolute;
	top: 10px;
	right: 15px;
	}
	
/* EVENT EXTENDED BOX */

.eventExtBox .eventImage {
	width: 222px;
	height: 82px;
	overflow: hidden;
	border: 1px solid #d6cac0;
	background: white;
	padding: 3px;
	margin: 0 0 10px 0;
	}

.eventExtBox ul {
	list-style-type: none;
	}
	
.eventExtBox ul li {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 6px 0;
	border-top: 1px solid #d6cac0;
	}
	
.eventExtBox ul li label {
	display: block;
	width: 160px;
	float: left;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", serif;
	}
	
.eventExtBox ul li a {
	float: right;
	}
	
/* CALENDAR BOX */

.calendarBox .contentInnerBox {
	height: 185px;
	}

.calendarBox h5 {
	font-size: 1.2em;
	color: #4f311c;
	font-weight: normal;
	margin: 0;
	}
	
.calendarBox h4 {
	text-transform: none;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 20px;
	color: #bf0a08;
	}
	
.calendarBox p {
	line-height: 16px;
	margin: 0 0 16px 0;
	}
	
.calendarBox .additionalInfo {
	position: absolute;
	bottom: 10px;
	padding: 0 5px 0 0;
	left: 15px;
	}

.calendarBox .additionalInfo a {
	font-size: 1.2em;
	color: #8f7c6d;
	}
	
.calendarBox .additionalInfo label {
	display: block;
	font-size: 1.2em;
	color: #8f7c6d;
	}
	
/* LIST BOX */

.listBox {
	margin: 0 0 20px 0;
	}

.listBox h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #4f311c;
	margin: 0 0 5px 0;
	}
	
.listBox ul {
	list-style-type: none;
	width: 100%;
	display: block;
	overflow: hidden;
	}
	
.listBox ul li {
	display: block;
	width: 242px;
	padding: 0 10px 0 18px;
	margin: 0 0 5px 0;
	float: left;
	font-size: 1.2em;
	background: url(/images/layout/boxes/listBox/listItem.gif) left 2px no-repeat;
	}

/* GOOGLE MAPS BOX */

.googleMapsBox fieldset {
	border: 0;
	width: 100%;
	margin: 0 0 15px 0;
	overflow: hidden;
	}
	
.googleMapsBox fieldset label {
	font-size: 1.2em;
	display: block;
	}
	
.googleMapsBox fieldset input {
	float: left;
	margin: 1px 0 0 0;
	width: 374px;
	}
	
.googleMapsBox fieldset button {
	float: right;
	}
	
.googleMapsBox #mapBox {
	border: 1px solid #d6cac0;
	padding: 3px;
	background: white;
	margin: 0 0 5px 0;
	}
	
/* STOPPER BOX */
#stopper {
	position: absolute;
	width: 120px;
	height: 120px;
	z-index: 1000;
	}
	
#stopper a {
	display: block;
	width: 120px;
	height: 120px;
	position: relative;
	}

.stopperMood {
	left: 662px;
	top: 297px;
	}
	
.stopperContent {
	left: 761px;
	top: 360px;
	}