/*GENERAL*/
body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	min-height:800px;
}
img{
	border-width:0px;
}
.imgborder{
	border: 1px solid #d7dbda;
}
table{
	padding:0px;
	margin:0px;
	border-collapse: collapse;
}
h1{
	font-size: 22px;
	color: #1a171b;
	font-weight:normal;
	margin-top:4px;
	margin-bottom:0px;
}
h2{
	font-size: 14px;
	color: #333333;
}
h3{
	font-size:13px;
	margin-top:0px;
}
h4{
	font-size:13px;
	color: #767f7b;
	margin-top:0px;
	text-transform:uppercase;
}
h5{
	font-size:12px;
	color: #767f7b;
	margin-top:0px;
	margin-bottom:0px;
}
a {
	color: #767f7b;
	text-decoration:none;
}
a:hover{
	color: #333333;
}
a.nolink {
	text-decoration:none;
}
.link_arrow{
	position:relative;
	top: -1px;
	left: 4px;
}
.link_arrow1 {
	background-image: url('/images/linkArrow.png');
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center right;
	padding-right:10px;
}
.tall_bg{
	background-image: url('/images/bg1.jpg');
	background-position:center top;
	background-repeat:no-repeat;
}
.short_bg{
	background-image: url('/images/bg2.jpg');
	background-position:center top;
	background-repeat:no-repeat;
}
.shop_bg{
	background-image: url('/images/shopBg.png');
	background-position:left top;
	background-repeat:no-repeat;
}
.gallery_bg{
	background-image: url('/images/galleryBg.png');
	background-position:center top;
	background-repeat:no-y;
}
#logo_div{
	width: 995px;
	height: 128px;
	margin-left:auto;
	margin-right:auto;
}
#logo{
	margin-top:13px;
}
.clear{
	clear:both;
}

/* NAVIGATION */
#main_menu{
	background-image: url('/images/mainmenuBg.png');
	background-position:center top;
	background-repeat:no-repeat;
	height: 30px;
	position:relative;
	top:-10px;

}
#mainmenu_items{
	position: relative;
	top: 4px;
}
/* Top menu links */
.menu_links {
	width:995px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.menu_links a{
	color: #767f7b;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	height:22px;
	float:left;
	margin-right:5px;
	line-height:23px;
	padding-left:4px;
	padding-right:4px;
}
.menu_links .active{
	background-color: # e3ea9c/*f5f4b3*/; /* THEMED VALUE */
	color:#000000;
}
.menu_links a:hover{
	background-color: #e3ea9c /*f5f4b3*/; /* THEMED VALUE */
}
/* submenu links */
.sub_menu_links {
	width:995px;
	margin-left: -473px;
	position:absolute;
	left: 50%;
}
#sub_main_menu .menu_links{
	margin-top:4px;
}
.sub_menu_links a{
	color: #767f7b;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	height:22px;
	float:left;
	margin-right:5px;
	line-height:23px;
	padding-left:4px;
	padding-right:4px;
}
.sub_menu_links .active{
	background-color: #e3ea9c /*f5f4b3*/; /* THEMED VALUE */
	color:#000000;
}
.sub_menu_links a:hover{
	background-color: #e3ea9c /*f5f4b3*/; /* THEMED VALUE */
}
#sub_menu{
	background-image: url('/images/submenuBg.png');
	background-position:center top;
	background-repeat:no-repeat;
	height: 28px;
	position:relative;
	top:-14px;
}

/*CONTENT*/
#summary{
	width:995px;
	/*margin-left: -473px;
	position:relative;
	left: 50%;*/
	margin-left:auto;
	margin-right:auto;
}
#summary_paragraph{
	width:520px;
	margin-bottom:4px;
}
#summary_paragraph p{
	height:55px;
	margin-top:5px;
}
#main_content{
	background-image: url('/images/maincontentBg.png');
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:14px;
	padding-bottom:30px;
	min-height:285px;
}
.default_content{
	width:995px;
	/*margin-left: -473px;
	position:relative;
	left: 50%;*/
	margin-left:auto;
	margin-right:auto;

}

/*ELEMENT TYPES*/
.wysiwyg_content{
	float:left;
}
.defaulttextwidth{
	width:520px;
}

.mwr_content{
	width:340px;
	float:right;
	text-align:right;
	margin-bottom:4px;
	margin-right:55px;
}
.mwr_content_wide{
	width:364px;
	background-image: url('/images/mwrBgWide.png');
	background-position:center top;
	background-repeat:no-repeat;
	padding: 15px;
	margin-bottom:4px;
}
.mwr_content_wide .contents{
	width: 362px;
	text-align:left;
}
.mwr_content_wide img{
	border: 1px solid #d7dbda;
}
.mwr_content_narrow{
	width:199px;
	background-image: url('/images/mwrBgNarrow.png');
	background-position:center top;
	background-repeat:no-repeat;
	padding: 15px;
	float:right;
	margin-bottom:4px;
}
.mwr_content_narrow .contents{
	border: 1px solid #d7dbda;
	width: 195px;
	text-align:left;
}
.mwr_content_narrow img{
	border: 1px solid #d7dbda;
}

#frontpage_boxes{
	background-image: url('/images/frontpageBg.png');
	background-position:center top;
	background-repeat:no-repeat;
	height:300px;
}
#frontpage_content{
	width:941px;
	margin-left: -473px;
	position:relative;
	left: 50%;
}
#frontpage_slideshow{
	width:335px;
	float:left;
}
#frontpage_slideshow #canvas{
	width:316px;
	height:218px;
	overflow:hidden;
	margin-top:13px;
}
#frontpage_slideshow #canvas #slideshow_navigation{
	position:relative;
	left:9px;
	top:-295px;
	z-index:1000;
}
#frontpage_slideshow #canvas #slideshow_navigation .link{
	background-color: #ffffff; /* THEMED VALUE */
	font-weight:bold;
	height:19px;
	text-align:center;
	width:19px;
	margin-bottom:6px;
	line-height:20px;
	border:solid #c7cdcc 1px;
	text-decoration:none;
}
#frontpage_slideshow #canvas #slideshow_navigation .active{
	background-color: #e3ea9c /*f5f4b3*/; /* THEMED VALUE */
}
#frontpage_slideshow #text{
	width:316px;
	margin-top:10px;
}
#frontpage_magazine{
	width:186px;
	float:left;
	background-image: url('/images/magazineBg.png');
	background-repeat: no-repeat;
	margin-left:5px;
	margin-top:1px;
}
#frontpage_magazine .content{
	width:162px;
	height:218px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:13px;
}
#frontpage_hours{
	width:232px;
	float:left;
	padding-left:15px;
}
#frontpage_hours .sequence{
	width:98px;
	float:left;
}
#frontpage_hours .highlight{
	width:200px;
	background-color: #e3ea9c /*f5f4b3*/; /* THEMED VALUE */
	border:solid #c7cdcc 1px;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:-10px;
}
#frontpage_hours .link{
	width:211px;
	margin-top:15px;
	font-weight:bold;
}
#frontpage_hours .parking{
	padding-left: 34px;
	background-image: url('/images/parkingIcon.png');
	background-position:center left;
	background-repeat:no-repeat;
}
#shops{/*
	width:941px;
	margin-left: -473px;
	position:relative;
	left: 50%;*/
}
.column{
	width:248px;
	float:left;
}

#shop_opening_hours {
	position:absolute;
	bottom:10px;
}

.shop_list_li{
	cursor: pointer;
	color: #767f7b;
}
.shop_list_li:hover{
	color: #333333;
}
.shop_category{
	height:22px;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:6px;
}
.shop_category h4{
	position:relative;
	left:30px;
	top:-20px;
	font-size:12px;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 5000px;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
.shop_lightbox {
	position: absolute;
	display: none;
	margin-left: -350px;
	left: 50%;
	top:21px;
	width: 700px;
	height: 400px;
	border: 1px solid #666666;
	z-index:1002;
	overflow: hidden;
}
#shop_frame{
	width:700px;
	height:400px;
	border-width:0px;
	border-collapse:collapse;
}
#shop_close{
	background-color: #e3ea9c /*f5f4b3*/; /* THEMED VALUE */
	width:32px;
	height:32px;
	border:solid #c7cdcc 1px;
	position:absolute;
	left:653px;
	top:13px;
	cursor:pointer;
}
#shop_identity{
	position:absolute;
	left:10px;
	top:23px;
}
#shop_identity img{
	float:left;
}
#shop_identity h2{
	float:left;
	font-size: 22px;
	color: #1a171b;
	margin-left: 12px;
}
#shop_data{
	position:absolute;
	left:435px;
	top:25px;
	font-size:11px;
	float:right;
}
#shop_description{
	position:absolute;
	left:12px;
	top:125px;
	font-size:11px;
	width:387px;
}
#shop_image{
	position:absolute;
	left:424px;
	top:125px;
}

/*ACTIVITY CALENDER*/
.collapsed_box{
	background-image: url('/images/collapsedBg2.png');
	background-position:top center;
	background-repeat:no-repeat;
	width:492px;
	height:138px;
	position:relative;
	float:left;
}
.collapsed_box_spacer{
	width:10px;
	float:left;
}

.collapsed_box .teaser_image{
	border:solid #c5cbc8 1px;
	position:absolute;
	top:13px;
	left:13px;
	cursor:pointer;
}
.collapsed_box .teaser_text{
	position:absolute;
	top:13px;
	left:133px;
	width:310px;
}
.collapsed_box .open_button{
	position:absolute;
	top:97px;
	left:451px;
	cursor:pointer;
}

.expanded_box{
	background-image: url('/images/collapsedBg2.png');
	background-position: top center;
	background-repeat:no-repeat;
	width:492px;
	position:relative;
	float:left;
	display:none;
}
.expanded_box .teaser_image{
	border:solid #c5cbc8 1px;
	margin:13px;
	float:left;
	cursor:pointer;
}
.expanded_box .teaser_text{
	margin-left:5px;
	margin-top:13px;
	float:left;
	width:310px;
}
.expanded_box .close_button{
	float:right;
	margin-right:11px;
	margin-bottom:13px;
	cursor:pointer;
}

.event_group .highlight{
	float:left;
	background-color: #e3ea9c /*f5f4b3*/; /* THEMED VALUE */
	border:solid #c7cdcc 1px;
	font-weight:bold;
	text-transform: uppercase;
	padding-right:5px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-right:10px;
}

.event_group{
	margin-bottom: 30px;
	margin-top:10px;
}

#image_frame{
	width:680px;
	height:583px;
	height:583px;
	border-width:0px;
	border-collapse:collapse;
}

.activity_lightbox {
	position: absolute;
	display: none;
	margin-left: -340px;
	left: 50%;
	top:210px;
	width: 680px;
	height: 583px;
	border: 1px solid #666666;
	z-index:1002;
	overflow: hidden;
}

#image_close{
	background-color: #e3ea9c /*f5f4b3*/; /* THEMED VALUE */
	width:32px;
	height:32px;
	border:solid #c7cdcc 1px;
	position:absolute;
	left:633px;
	top:13px;
	cursor:pointer;
}
#image_image{
	width:640px;
	height:480px;
	border:solid #c7cdcc 1px;
	position:absolute;
	left:20px;
	top:80px;
}


#gallery_frame{
	width:660px;
	height:430px;
	border-width:0px;
	border-collapse:collapse;
}
#gallery_close{
	background-color: #e3ea9c /*f5f4b3*/; /* THEMED VALUE */
	width:32px;
	height:32px;
	border:solid #c7cdcc 1px;
	position:absolute;
	left:606px;
	top:13px;
	cursor:pointer;
}
#gallery_identity h2{
	float:left;
	font-size: 22px;
	color: #1a171b;
}
#gallery_identity{
	position:absolute;
	left:20px;
	top:10px;
}
.gallery_image{
	position:absolute;
	left:20px;
	top:80px;
}
#gallery_thumbs{
	position:absolute;
	left:470px;
	top:80px;
	width:200px;
}
.gallery_thumb{
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
}

.gallery_preview{
	color: #767f7b;
	cursor:pointer;
}
.gallery_preview :hover{
	color:#333333;
	cursor:pointer;
}
.gallery_lightbox {
	position: absolute;
	display: none;
	margin-left: -330px;
	left: 50%;
	top:21px;
	width: 660px;
	height: 420px;
	border: 1px solid #666666;
	z-index:1002;
	overflow: hidden;
}
#gallery_navigation {
	margin-right:73px;
}

#newsmail input[type=text] {
	width:200px;
}
#newsmail .label {
	width: 180px;
	float:left;
}