/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
 */
@import "/css/teurlings.css";
html
{
	min-height: 100%;
	min-width: 100%;
	-ms-text-size-adjust: none;
}

body,div,dl,dt,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,a
{
	margin: 0;
	padding: 0;
	border-width: 0;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

/*
p{
	margin: 0;
	padding: 0 0 10px 0;
	border-width: 0;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}
*/

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img
{
	border: 0;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup
{
	font-style: inherit;
	font-weight: inherit;
}

del,ins
{
	text-decoration: none;
}

li
{
	list-style: none;
}

caption,th
{
	text-align: left;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: inherit;
}

input,button,textarea,select,optgroup,option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

body
{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 17px;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;/* kerning, primarily */
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	body { text-rendering:auto; }
}

a:link
{
	color: #9E8A51;
	font-style: normal;
	text-decoration: none;
}

a:visited
{
	color: #9E8A51;
	font-style: normal;
	text-decoration: none;
}

a:hover
{
	color: #352929;
	font-style: normal;
	text-decoration: none;
}

a:active
{
	color: #9E8A51;
	font-style: normal;
	text-decoration: none;
}

a.nontext /* used to override default properties of 'a' tag */
{
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.normal_text
{
	color: #000000;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 17px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	vertical-align: 0px;
	padding: 0px;
}

.heading1
{
	color: #9E8A51;
	font-family: quicksand, sans-serif;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	padding: 0px;
}

.heading3
{
	color: #9E8A51;
	font-family: open-sans, sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 0px;
}

.bodytext-gray
{
	color: #352929;
	font-family: open-sans, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	padding: 0px;
}

.bodytext-white
{
	color: #FFFFFF;
	font-family: open-sans, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	padding: 0px;
}

.heading2
{
	color: #9E8A51;
	font-family: quicksand, sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	padding: 0px;
}

.footertext
{
	color: #352929;
	font-family: open-sans, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	padding: 0px;
}

.TabbedPanelsTab
{
	white-space: nowrap;
}

.MenuBar  .MenuBarView, .MenuBar  .SubMenuView /* Resets for ul and li in menus */
{
	display: block;
	list-style: none;
}

.MenuBar .SubMenu
{
	display: none;
	position: absolute;
}

.NoWrap
{
	white-space: nowrap;
	word-wrap: normal;
}

.rootelem /* the root of the artwork tree */
{
	margin-left: auto;
	margin-right: auto;
}

.colelem /* a child element of a column */
{
	display: inline;
	float: left;
	clear: both;
}

.grpelem /* a child element of a group */
{
	display: inline;
	float: left;
}

.clearfix:after /* force a container to fit around floated items */
{
	content: "\0020";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

*:first-child+html .clearfix /* IE7 */
{
	zoom: 1;
}

.clip_frame /* used to clip the contents as in the case of an image frame */
{
	overflow: hidden;
}

.inclusion_context /* context for positioning a group of elements that share the same height */
{
	display: table;
	table-layout: fixed;
	width: 0.01px;
}

.inclelem /* element of an inclusion context */
{
	display: table-cell;
	vertical-align: top;
}

.f3s_mid /* 3-slice frame, middle slice */
{
	background-repeat: repeat;
}

.f3s_top,.f3s_bot /* 3-slice frame, top slice */
{
	background-repeat: no-repeat;
}

.f9s_top_left, .f9s_bot_left /* 9-slice frame, left corner slice */
{
	background-repeat: no-repeat;
	background-position: left;
}

.f9s_top_right, .f9s_bot_right /* 9-slice frame, right corner slice */
{
	background-repeat: no-repeat;
	background-position: right;
}

.f9s_top_mid, .f9s_bot_mid /* 9-slice frame, top/bottom horizontal slice */
{
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.f9s_mid_left /* 9-slice frame, left vertical slice */
{
	background-repeat: repeat-y;
	background-position: left;
}

.f9s_mid_right /* 9-slice frame, right vertical slice */
{
	background-repeat: repeat-y;
	background-position: right;
}

.f9s_center /* 9-slice frame, center slice */
{
	background-repeat: repeat;
	background-position: 0px 0px;
}

.popup_anchor /* anchors an abspos popup */
{
	position: relative;
	width: 0px;
	height: 0px;
}

.popup_element
{
	z-index: 100000;
}

.pointer_cursor
{
	cursor: pointer;
}

span.wrap /* used to force wrap after floated array when nested inside a paragraph */
{
	clear: left;
	display: block;
}

span.actAsInlineDiv /* used to simulate a DIV with inline display when already nested inside a paragraph */
{
	display: inline-block;
}

.position_content,.excludeFromNormalFlow /* used when child content is larger than parent */
{
	float: left;
}

.preload_images /* used to preload images used in non-default states */
{
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}

preload /* used to specifiy the dimension of preload item */
{
	height: 1px;
	width: 1px;
}

.animateStates
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

input:focus,textarea:focus /* remove default focussed input styling */
{
	outline: none;
}

textarea
{
	resize: none;
	overflow: auto;
}

.fld-prompt /* form placeholders cursor behavior */
{
	pointer-events: none;
}

.wrapped-input /* form inputs & placeholders let div styling show thru */
{
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	border: none;
}

.submit-btn /* form submit buttons on top of sibling elements */
{
	z-index: 50000;
}

.anchor_item /* used to specify anchor properties */
{
	width: 22px;
	height: 18px;
}

.MenuBar .SubMenuVisible, .MenuBarVertical .SubMenuVisible, .MenuBar .SubMenu .SubMenuVisible,.popup_element.Active,span.actAsPara,.actAsDiv,a.nonblock.nontext,img.block
{
	display: block;
}

.ose_ei
{
	visibility: hidden;
	z-index: 0;
}

.widget_invisible,.js .invi,.js .mse_pre_init,.js .an_invi /* used to hide the widget before loaded */
{
	visibility: hidden;
}

.no_vert_scroll
{
	overflow-y: hidden;
}

.always_vert_scroll
{
	overflow-y: scroll;
}

.always_horz_scroll
{
	overflow-x: scroll;
}

.popup_element.Inactive,.js .disn,.hidden
{
	display: none;
}

.fullscreen
{
	overflow: hidden;
	left: 0px;
	top: 0px;
	position: fixed;
	height: 100%;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.scroll_wrapper
{
	position: absolute;
	overflow: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.MenuBar .MenuItemContainer,.SlideShowContentPanel .fullscreen img
{
	position: relative;
}



.field-validation-error {font-size: 10px;color: red;}
/*
input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error
{
    background: #FEF1EC;
    border: 1px solid #CD0A0A;
}
*/

.pigeon-url {
	text-decoration: underline !important;
	color: #000000 !important;
}
.pigeon-url:hover {
	text-decoration: none !important;
	color: #9e8a51 !important;
}

.gradient{
	background: linear-gradient(to right, #30270e 50%, #dec88b 50%);
}


.mirror-img {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1) !important;
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
		transform-origin: initial;
		-webkit-transform-origin: initial;
		filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)
}

/*
.ptagoriginal{
	margin: 14px 0 14px 0;
}
*/
.umbraco p{
	margin: 14px 0 14px 0;
}

.umbraco strong{
	font-weight:bold;
}

#u513{
	height:75px;
}

html, body {
  overflow-x:hidden;
} 

/*End of file*/
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

#u513
{
	-pie-box-shadow: 0px 0px 5px #7F7F7F;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	position: fixed;
}

#u514-4
{
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	color: #9E8A51;
	font-family: quicksand, sans-serif;
	font-weight: 400;
	position: fixed;
}

#u5643
{
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	-moz-border-radius: 2px 0px 0px 2px ;
	-webkit-border-radius: 2px 0px 0px 2px ;
	-khtml-border-radius: 2px 0px 0px 2px ;
	border-radius: 2px 0px 0px 2px ;
	position: relative;
}

#u5643:hover
{
	background-color: #352929;
}

#u5646-4
{
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	text-align: center;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	position: relative;
}

#u5643:hover #u5646-4 p
{
	color: #FFFFFF;
	visibility: inherit;
}

#u538
{
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	position: relative;
}

#u5643.MuseMenuActive,#u538:hover
{
	background-color: #352929;
}

#u540-4
{
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	text-align: center;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	position: relative;
}

#u5643.MuseMenuActive #u5646-4 p,#u538:hover #u540-4 p
{
	color: #FFFFFF;
	visibility: inherit;
}

#u5064
{
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	position: relative;
}

#u538.MuseMenuActive,#u5064:hover
{
	background-color: #352929;
}

#u5066-4
{
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	text-align: center;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	position: relative;
}

#u538.MuseMenuActive #u540-4 p,#u5064:hover #u5066-4 p
{
	color: #FFFFFF;
	visibility: inherit;
}

#u531
{
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	position: relative;
}

#u5064.MuseMenuActive,#u531:hover
{
	background-color: #352929;
}

#u532-4
{
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	text-align: center;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	position: relative;
}

#u5064.MuseMenuActive #u5066-4 p,#u531:hover #u532-4 p
{
	color: #FFFFFF;
	visibility: inherit;
}

#u2650
{
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	-moz-border-radius: 0px 2px 2px 0px ;
	-webkit-border-radius: 0px 2px 2px 0px ;
	-khtml-border-radius: 0px 2px 2px 0px ;
	border-radius: 0px 2px 2px 0px ;
	position: relative;
}

#u531.MuseMenuActive,#u2650:hover
{
	background-color: #352929;
}

#u2650.MuseMenuActive
{
	background-color: #352929;
}

#u2652-4
{
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	text-align: center;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	position: relative;
}

#u531.MuseMenuActive #u532-4 p,#u2650:hover #u2652-4 p
{
	color: #FFFFFF;
	visibility: inherit;
}

#u2650.MuseMenuActive #u2652-4 p
{
	color: #FFFFFF;
	visibility: inherit;
}

#menuu515,#u555
{
	position: fixed;
}

#u1343-4
{
	line-height: 36px;
	text-align: left;
	position: relative;
}

#u5463,#u5652
{
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	position: relative;
}

#u5653-4
{
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	text-align: left;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	position: relative;
}

#u5652:hover #u5653-4 p
{
	color: #9E8A51;
	visibility: inherit;
}

#u1360
{
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	position: relative;
}

#u1362-4
{
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	text-align: left;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	position: relative;
}

#u5652.MuseMenuActive #u5653-4 p,#u1360:hover #u1362-4 p
{
	color: #9E8A51;
	visibility: inherit;
}

#u5057
{
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	position: relative;
}

#u5060-4
{
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	text-align: left;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	position: relative;
}

#u1360.MuseMenuActive #u1362-4 p,#u5057:hover #u5060-4 p
{
	color: #9E8A51;
	visibility: inherit;
}

#u1348
{
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	position: relative;
}

#u1351-4
{
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	text-align: left;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	position: relative;
}

#u5057.MuseMenuActive #u5060-4 p,#u1348:hover #u1351-4 p
{
	color: #9E8A51;
	visibility: inherit;
}

#u2659
{
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	position: relative;
}

#u2660-4
{
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	text-align: left;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	position: relative;
}

#u1348.MuseMenuActive #u1351-4 p,#u2659:hover #u2660-4 p
{
	color: #9E8A51;
	visibility: inherit;
}

#u2659.MuseMenuActive #u2660-4 p
{
	color: #9E8A51;
	visibility: inherit;
}

#u562
{
	border-style: none;
	border-color: transparent;
	background-color: #EDE5D5;
	position: relative;
}

#u1464-4
{
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	position: relative;
}

#widgetu1392
{
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
}

#u1396-4
{
	border-width: 1px;
	border-style: solid;
	border-color: #7F7F7F;
	background-color: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 12px;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
}

#widgetu1392.non-empty-st #u1396-4
{
	background-color: #FFFFFF;
}

#widgetu1392:hover #u1396-4
{
	border-color: #6B6B6B;
}

#widgetu1392.focus-st #u1396-4
{
	border-color: #6B6B6B;
}

#widgetu1392.non-empty-st #u1396-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu1392:hover #u1396-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu1392.focus-st #u1396-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu1392_input,#widgetu1392_prompt
{
	color: #352929;
	font-family: open-sans, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

#widgetu1418
{
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
}

#widgetu1392.fld-err-st,#widgetu1418.fld-err-st
{
	background-color: transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}

#u1422-4
{
	border-width: 1px;
	border-style: solid;
	border-color: #7F7F7F;
	background-color: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 12px;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	position: relative;
}

#widgetu1418.non-empty-st #u1422-4
{
	background-color: #FFFFFF;
}

#widgetu1418:hover #u1422-4
{
	border-color: #6B6B6B;
}

#widgetu1418.focus-st #u1422-4
{
	border-color: #6B6B6B;
}

#widgetu1392.fld-err-st #u1396-4,#widgetu1418.fld-err-st #u1422-4
{
	border-color: #D7244C;
}

#widgetu1418.non-empty-st #u1422-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu1418:hover #u1422-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu1418.focus-st #u1422-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu1392.fld-err-st #u1396-4 *,#widgetu1418.fld-err-st #u1422-4 *
{
	color: #D7244C;
	font-style: italic;
}

#widgetu1418_input,#widgetu1418_prompt
{
	color: #352929;
	font-family: open-sans, sans-serif;
	font-size: 12px;
	font-weight: 400;
}

#widgetu1392.non-empty-st #widgetu1392_prompt,#widgetu1418.non-empty-st #widgetu1418_prompt
{
	visibility: hidden;
}

#u1423-4
{
	background-color: transparent;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	font-size: 12px;
	line-height: 14px;
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	position: relative;
}

#widgetu1391.frm-sub-st #u1423-4 p
{
	color: #999999;
	line-height: 1;
	font-size: 14px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
}

#u1411-4
{
	background-color: transparent;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	font-size: 12px;
	line-height: 14px;
	color: #FF0000;
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	position: relative;
}

#widgetu1391.frm-subm-err-st #u1411-4 p
{
	color: #D7244C;
	line-height: 1;
	font-size: 14px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
}

#u1412-4
{
	background-color: transparent;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	font-size: 12px;
	line-height: 12px;
	color: #00FF00;
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	position: relative;
}

#widgetu1391.frm-sub-st #u1423-4,#widgetu1391.frm-subm-err-st #u1411-4,#widgetu1391.frm-subm-ok-st #u1412-4
{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

#widgetu1391.frm-subm-ok-st #u1412-4 p
{
	color: #999999;
	font-size: 14px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
}

		
#u5642,#u537,#u5061,#u530,#u2649,#u5463_align_to_page,#u1342-4,#menuu1344,#u5649,#u1359,#u5054,#u1345,#u2656,#u562_align_to_page,#u6763_align_to_page,#widgetu1391,#pamphletu6739,#u6749
{
	position: relative;
}

#u5642,#u537,#u5061,#u530,#u2649,#u5463_align_to_page,#u1342-4,#u8825-4,#u562_align_to_page,#u6763_align_to_page,#widgetu1391,#pamphletu6739,#u6749,#u8820
{
	position: relative;
}

#u6752
{
	position: absolute;
	border-style: none;
	border-color: transparent;
	background-color: #352929;
}

#u6751
{
	position: absolute;
	border-style: none;
	border-color: transparent;
	background-color: #352929;
}

#u6750
{
	position: absolute;
	border-style: none;
	border-color: transparent;
	background-color: #352929;
}

#u6752.PamphletThumbSelected,#u6751.PamphletThumbSelected,#u6750.PamphletThumbSelected
{
	border-style: none;
	border-color: transparent;
	background-color: #352929;
}

#u6742
{
	position: absolute;
}

#u6763,#u6745,#u6747,#u6743
{
	border-style: none;
	border-color: transparent;
	background-color: #352929;
	position: relative;
}

#u6738-4,#u6746-4,#u6748-4,#u6744-4
{
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	color: #FFFFFF;
	font-family: quicksand, sans-serif;
	font-weight: 400;
	position: relative;
}

.MenuItem,.PamphletWidget .ThumbGroup .Thumb, .PamphletNextButton, .PamphletPrevButton, .PamphletCloseButton /* unifiedNavBar */
{
	cursor: pointer;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

#u8252
{
	border-style: none;
	border-color: transparent;
	background-color: #9E8A51;
	position: relative;
}

#u8252_align_to_page
{
	position: relative;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

.html
{
	background-color: #FFFFFF;
}

#auction
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 498px;
}

#homeauction{
	position: relative;
}

.banner{
	width:100%;
	margin: auto;
	
}


#auctiontitle{
	position: absolute;
	top: 15%;
	right: 1%;
	color: #fff;
	font-size: 29px;
	width: 450px;
	line-height: 110%;
}

#auctionstart{
	
	font-size: 14px;
	line-height: 100%;
	margin-bottom: 5px;
	margin-left:5px;
}

#auctionend{
	font-size: 14px;
	line-height: 100%;
	margin-left:5px;
}

#auctionteaser{
	position: absolute;
	top: 48%;
	right: 4%;
	color: #fff;
	font-size: 13px;
	width: 420px;
	line-height: 140%;
}

#auctionlink{
	position: absolute;
	top: 85%;
	right: 32%;
	font-size: 22px;
	width: 170px;
	line-height: 100%;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	padding: 10px 0 10px 0;
	border-radius: 3px;
}

#auctiontime{
	background-color: white;
	position: absolute;
	top: 34%;
	right: 1%;
	width: 299px;
	margin-right: 8px;
	padding-top: 7px;
	padding-bottom: 8px;
}

.auctiontime{
	position: absolute; 
	top: 34%; 
	right: 33%;
	height:48px;
	
}

#homeauction a, #homeauction a:visited, #homeauction a:hover, #homeauction a:active {
  color: #9E8A51;
}

#auctionlink img{
	vertical-align: top;
}


/*Updated auction*/
#auction_title{
	color: #fff;
	font-size: 29px;
	line-height: 110%;
}

#auction_start{
	
	font-size: 14px;
	padding-top:7px;
	padding-left:180px;
}

#auction_end{
	font-size: 14px;
	padding-left:180px;
}

#auction_teaser{
	
	color: #fff;
	font-size: 14px;
	line-height: 140%;
}

.auction_link{
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	color:#9e8a51;
	border-radius: 5px;
}

#auction_time{
	background-color: #fff;
}

.auction_time{
	float:left;
}

.datetime{
	height: 57px;
}

.readmore{
	margin-top: 15px;
}

/*End update*/


#page
{
	z-index: 1;
	width: 960px;
	min-height: 1271.8519045858002px;
	background-image: none;
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

/*home page*/
/*
#page_position_content_home
{
	margin-top: 488px;
}
*/
#page_position_content_home
{
	margin-top: 72px;
}

#u513
{
	z-index: 457;
	width: 1160px;
	height: 375px;
	top: 0px;
	left: 50%;
	margin-left: -50%;
}

#u514-4
{
	z-index: 458;
	width: 956px;
	min-height: 39px;
	top: 36px;
	left: 50%;
	margin-left: -478px;
}

#u5811
{
	z-index: 61;
	width: 1160px;
	border-color: #000000;
	padding-bottom: 40px;
	position: relative;
	margin-right: -10000px;
	background: #FFFFFF url("/media/1031/header-image-3.jpg") no-repeat center center;
	background-size: cover !important;
	margin-top: -13px;
}

#u5811_auction
{
	z-index: 61;
	width: 1160px;
	border-color: #000000;
	/*padding-bottom: 40px;*/
	position: relative;
	margin-right: -10000px;
	background: #FFFFFF url("/media/1261/pvdmbackground.jpg") no-repeat center center;
	background-size: cover !important;
	margin-top: -13px;
}

#u5811_align_to_page
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
	left: -100px;
}

#u5844-18
{
	z-index: 142;
	width: 331px;
	min-height: 325px;
	font-size: 13px;
	line-height: 20px;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	position: relative;
	margin-right: -10000px;
	margin-top: 237px;
	left: 180px;
}

#u5844-18_auction
{
	z-index: 142;
	width: 500px;
	min-height: 325px;
	font-size: 13px;
	line-height: 20px;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	position: relative;
	margin-right: -10000px;
	margin-top: 170px;
	/*left: 180px;*/
	left: 580px;
}

#u5844-13
{
	font-size: 1px;
	line-height: 0px;
}

#u5846-4
{
	z-index: 160;
	width: 236px;
	min-height: 39px;
	border-style: none;
	border-color: transparent;
	background-color: #9E8A51;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 26px;
	line-height: 37px;
	text-align: center;
	color: #FFFFFF;
	font-family: quicksand, sans-serif;
	font-weight: 700;
}

#u5846-4:hover
{
	background-color: #352929;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 39px;
	margin: 0px;
}

#u5846-4_auction
{
	z-index: 160;
	width: 236px;
	min-height: 39px;
	border-style: none;
	border-color: transparent;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	font-family: quicksand, sans-serif;
	font-weight: 700;
}

#u5846-4_auction:hover
{
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 39px;
	margin: 0px;
}

#u5846-2
{
	padding-top: 7px;
}

#u5842
{
	z-index: 140;
	width: 500px;
	position: relative;
	margin-right: -10000px;
	margin-top: 74px;
	left: 560px;
	
}

#u5842_auction
{
	z-index: 140;
	/*width: 500px;*/
	position: relative;
	margin-right: -10000px;
	margin-top: 74px;
	left:80px;
}

#u5847-4
{
	z-index: 62;
	width: 380px;
	min-height: 153px;
	font-size: 92px;
	line-height: 138px;
	text-align: left;
	color: #FFFFFF;
	font-family: quicksand, sans-serif;
	font-weight: 700;
	position: relative;
	margin-right: -10000px;
	margin-top: 100px;
	left: 174px;
}

#u5848-4
{
	z-index: 100;
	width: 380px;
	min-height: 38px;
	line-height: 36px;
	text-align: left;
	color: #352929;
	position: relative;
	margin-right: -10000px;
	margin-top: 92px;
	left: 180px;
}

#pmenuu515
{
	width: 0.01px;
	padding-bottom: 79px;
	margin-left: 231px;
	top: -597px;
	margin-bottom: -79px;
	position: relative;
}
/*
#menuu515_home
{
	z-index: 339;
	width: 596px;
	top: 477px;
	left: 50%;
	margin-left: -305px;
}
*/
#menuu515_home
{
	z-index: 339;
	width: 596px;
	top: 77px;
	left: 50%;
	margin-left: -305px;
}

#u5642
{
	width: 97px;
	min-height: 50px;
	margin-right: -10000px;
}

#u5643
{
	width: 97px;
	padding-bottom: 33px;
}

#u5643:hover
{
	margin: 0px;
}

#u5646-4
{
	width: 97px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5643:hover #u5646-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u537
{
	width: 97px;
	min-height: 50px;
	margin-right: -10000px;
	left: 99px;
}

#u538
{
	width: 97px;
	padding-bottom: 33px;
}

#u5643.MuseMenuActive,#u538:hover
{
	margin: 0px;
}

#u540-4
{
	width: 97px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5643.MuseMenuActive #u5646-4,#u538:hover #u540-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u5061
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 198px;
}

#u5064
{
	width: 98px;
	padding-bottom: 33px;
}

#u538.MuseMenuActive,#u5064:hover
{
	margin: 0px;
}

#u5066-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u538.MuseMenuActive #u540-4,#u5064:hover #u5066-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u530
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 298px;
}

#u531
{
	width: 98px;
	padding-bottom: 33px;
}

#u5064.MuseMenuActive,#u531:hover
{
	margin: 0px;
}

#u532-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5064.MuseMenuActive #u5066-4,#u531:hover #u532-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u2649
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 398px;
}

#u2650
{
	width: 98px;
	padding-bottom: 33px;
}

#u531.MuseMenuActive,#u2650:hover
{
	margin: 0px;
}

#u2652-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u531.MuseMenuActive #u532-4,#u2650:hover #u2652-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

/*
#u555_home
{
	z-index: 370;
	width: 496px;
	top: 525px;
	left: 50%;
	margin-left: -250px;
}
*/

#u555_home
{
	z-index: 370;
	width: 496px;
	top: 125px;
	left: 50%;
	margin-left: -250px;
}

#u5942-4
{
	z-index: 62;
	width: 872px;
	min-height: 77px;
	line-height: 36px;
	color: #9E8A51;
	margin-left: 44px;
	margin-top: 69px;
	position: relative;
}

#pbuttonu5772
{
	width: 0.01px;
	margin-left: 21px;
	margin-top: 59px;
	position: relative;
}

#buttonu5772
{
	z-index: 2;
	width: 299px;
	border-color: #787878;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.01);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	margin-right: -10000px;
	padding: 4px 8px 5.150000000000205px 5px;
	-pie-background: rgba(255, 255, 255, 0.01);
}

#buttonu5772:hover
{
	background-color: #FDFDFD;
	background-color: rgba(84, 84, 84, 0.01);
	margin: 0px -10000px 0px 0px;
	-pie-background: rgba(84, 84, 84, 0.01);
}

#u5774
{
	z-index: 3;
	width: 279px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: -1px;
	position: relative;
	margin-right: -10000px;
}

#buttonu5772:hover #u5774
{
	background-color: #9E8A51;
	width: 279px;
	min-height: 0px;
	margin: 0px -10000px -1px 0px;
}

#u5783
{
	z-index: 18;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#buttonu5772:hover #u5783
{
	background-color: #FFFFFF;
	margin: -1px -10000px 0px 0px;
}

#u5773-4
{
	z-index: 4;
	width: 143px;
	min-height: 29px;
	background-color: transparent;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#buttonu5772:hover #u5773-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 29px;
	margin: 23px -10000px 0px 0px;
}

#buttonu5772:hover #u5773-4 p,#buttonu5772:hover #u5773-4 h3
{
	color: #FFFFFF;
	visibility: inherit;
}

#u5779
{
	z-index: 20;
	height: 29px;
	width: 29px;
	vertical-align: top;
	background: url("/media/1032/u5779.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 18px;
	left: 15px;
}

#buttonu5772:hover #u5779
{
	background: url("/media/1033/u5779-r.png") no-repeat 0px 0px;
}

#u5775-5
{
	z-index: 8;
	width: 299px;
	margin-top: 31px;
	position: relative;
}

#u5775-2
{
	color: #9E8A51;
}

#u5781
{
	z-index: 13;
	width: 280px;
	position: relative;
	margin-right: -10000px;
	margin-top: 14px;
}

#u5776
{
	z-index: 15;
	width: 46px;
	border-color: #EDE5D5;
	background-color: #EDE5D5;
	padding-bottom: 8px;
	position: relative;
	margin-right: -10000px;
	left: 117px;
}

#buttonu5772:hover #u5776
{
	background-color: #9E8A51;
	margin: 0px -10000px 0px 0px;
}

#u5777
{
	z-index: 16;
	width: 18px;
	position: relative;
	margin-right: -10000px;
	margin-top: 9px;
	left: 15px;
}

#buttonu5785
{
	z-index: 22;
	width: 284px;
	border-color: #787878;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.01);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	margin-right: -10000px;
	left: 314px;
	padding: 4px 8px 5.150000000000205px 5px;
	-pie-background: rgba(255, 255, 255, 0.01);
}

#buttonu5785:hover
{
	background-color: #FDFDFD;
	background-color: rgba(84, 84, 84, 0.01);
	margin: 0px -10000px 0px 0px;
	-pie-background: rgba(84, 84, 84, 0.01);
}

#u5794
{
	z-index: 23;
	width: 279px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: -1px;
	position: relative;
	margin-right: -10000px;
}

#buttonu5785:hover #u5794
{
	background-color: #9E8A51;
	width: 279px;
	min-height: 0px;
	margin: 0px -10000px -1px 0px;
}

#u5791
{
	z-index: 37;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#buttonu5785:hover #u5791
{
	background-color: #FFFFFF;
	margin: -1px -10000px 0px 0px;
}

#u5786-4
{
	z-index: 24;
	width: 169px;
	min-height: 29px;
	background-color: transparent;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#buttonu5772.ButtonSelected #u5773-4,#buttonu5785:hover #u5786-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 29px;
	margin: 23px -10000px 0px 0px;
}

#buttonu5785:hover #u5786-4 p,#buttonu5785:hover #u5786-4 h3
{
	color: #FFFFFF;
	visibility: inherit;
}

#u5792
{
	z-index: 39;
	height: 28px;
	width: 27px;
	vertical-align: top;
	background: url("/media/1034/u5792.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 17px;
}

#buttonu5785:hover #u5792
{
	background: url("/media/1035/u5792-r.png") no-repeat 0px 0px;
}

#u5788-4
{
	z-index: 28;
	width: 284px;
	margin-top: 31px;
	position: relative;
}

#pu5781,#pu5789
{
	width: 0.01px;
	margin-top: 28px;
	position: relative;
}

#u5789
{
	z-index: 32;
	width: 280px;
	position: relative;
	margin-right: -10000px;
	margin-top: 14px;
}

#u5787
{
	z-index: 34;
	width: 46px;
	border-color: #EDE5D5;
	background-color: #EDE5D5;
	padding-bottom: 8px;
	position: relative;
	margin-right: -10000px;
	left: 119px;
}

#buttonu5785:hover #u5787
{
	background-color: #9E8A51;
	margin: 0px -10000px 0px 0px;
}

#u5796
{
	z-index: 35;
	width: 18px;
	position: relative;
	margin-right: -10000px;
	margin-top: 9px;
	left: 15px;
}

#buttonu5798
{
	z-index: 41;
	width: 282px;
	border-color: #787878;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.01);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	margin-right: -10000px;
	left: 627px;
	padding: 4px 25px 5.150000000000205px 5px;
	-pie-background: rgba(255, 255, 255, 0.01);
}

#buttonu5798:hover
{
	background-color: #FDFDFD;
	background-color: rgba(84, 84, 84, 0.01);
	margin: 0px -10000px 0px 0px;
	-pie-background: rgba(84, 84, 84, 0.01);
}

#buttonu5798.ButtonSelected
{
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.01);
	margin: 0px -10000px 0px 0px;
	-pie-background: rgba(255, 255, 255, 0.01);
}

#u5803
{
	z-index: 42;
	width: 279px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: -1px;
	position: relative;
	margin-right: -10000px;
}

#buttonu5798:hover #u5803
{
	background-color: #9E8A51;
	width: 279px;
	min-height: 0px;
	margin: 0px -10000px -1px 0px;
}

#buttonu5772.ButtonSelected #u5774,#buttonu5785.ButtonSelected #u5794,#buttonu5798.ButtonSelected #u5803
{
	background-color: #FFFFFF;
	width: 279px;
	min-height: 0px;
	margin: 0px -10000px -1px 0px;
}

#u5806
{
	z-index: 57;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#buttonu5798:hover #u5806
{
	background-color: #FFFFFF;
	margin: -1px -10000px 0px 0px;
}

#buttonu5772.ButtonSelected #u5783,#buttonu5785.ButtonSelected #u5791,#buttonu5798.ButtonSelected #u5806
{
	background-color: #9E8A51;
	margin: -1px -10000px 0px 0px;
}

#u5810-4
{
	z-index: 43;
	width: 182px;
	min-height: 29px;
	background-color: transparent;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#buttonu5785.ButtonSelected #u5786-4,#buttonu5798:hover #u5810-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 29px;
	margin: 23px -10000px 0px 0px;
}

#buttonu5798.ButtonSelected #u5810-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 29px;
	margin: 23px -10000px 0px 0px;
}

#buttonu5798:hover #u5810-4 p,#buttonu5798:hover #u5810-4 h3
{
	color: #FFFFFF;
	visibility: inherit;
}

#u5799
{
	z-index: 59;
	height: 28px;
	width: 30px;
	vertical-align: top;
	background: url("/media/1036/u5799.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 18px;
	left: 15px;
}

#buttonu5798:hover #u5799
{
	background: url("/media/1037/u5799-r.png") no-repeat 0px 0px;
}

#u5804-5
{
	z-index: 47;
	width: 282px;
	min-height: 101px;
	margin-top: 31px;
	position: relative;
}

#pu5808
{
	width: 0.01px;
	margin-top: 7px;
	position: relative;
}

#u5808
{
	z-index: 52;
	width: 280px;
	position: relative;
	margin-right: -10000px;
	margin-top: 14px;
}

#u5807
{
	z-index: 54;
	width: 46px;
	border-color: #EDE5D5;
	background-color: #EDE5D5;
	padding-bottom: 8px;
	position: relative;
	margin-right: -10000px;
	left: 117px;
}

#buttonu5798:hover #u5807
{
	background-color: #9E8A51;
	margin: 0px -10000px 0px 0px;
}

#buttonu5772.ButtonSelected #u5776,#buttonu5785.ButtonSelected #u5787,#buttonu5798.ButtonSelected #u5807
{
	background-color: #EDE5D5;
	margin: 0px -10000px 0px 0px;
}

#u5801
{
	z-index: 55;
	width: 18px;
	position: relative;
	margin-right: -10000px;
	margin-top: 9px;
	left: 15px;
}

#pu5815
{
	width: 0.01px;
	left: -100px;
	margin-top: 83px;
	position: relative;
}

#u5815
{
	/*z-index: 70;*/
	width: 1160px;
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(158, 138, 81, 0.75)),color-stop(100%, rgba(117, 103, 64, 0.8)));
	background: -webkit-linear-gradient(top,rgba(158, 138, 81, 0.75) ,rgba(117, 103, 64, 0.8) 100%);
	background: -moz-linear-gradient(top,rgba(158, 138, 81, 0.75) ,rgba(117, 103, 64, 0.8) 100%);
	background: -ms-linear-gradient(top,rgba(158, 138, 81, 0.75) ,rgba(117, 103, 64, 0.8) 100%);
	background: -o-linear-gradient(top,rgba(158, 138, 81, 0.75) ,rgba(117, 103, 64, 0.8) 100%);
	background: linear-gradient(to bottom,rgba(158, 138, 81, 0.75) ,rgba(117, 103, 64, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF9E8A51, endColorstr=#CC756740, GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BF9E8A51', endColorstr='#CC756740', GradientType=0)";
	border-color: #000000;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
}

#u5815_align_to_page
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
	left: -100px;
	padding-top: 49px;
	padding-bottom: 64px;
}

#u5816-4
{
	/*z-index: 72;*/
	width: 922px;
	font-size: 17px;
	line-height: 26px;
	left: 119px;
	position: relative;
}

#buttonu5849
{
	/*z-index: 173;*/
	width: 335px;
	border-color: #787878;
	background-color: transparent;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	left: 100px;
	margin-top: 28px;
	position: relative;
}

#buttonu5849:hover
{
	margin: 28px 0px 0px;
}

#u5854
{
	/*z-index: 180;*/
	width: 335px;
	position: relative;
	margin-right: -10000px;
}

#u5852
{
	z-index: 182;
	width: 309px;
	background-color: transparent;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: relative;
	margin-right: -10000px;
	margin-top: 12px;
	left: 15px;
}

#buttonu5849:hover #u5852
{
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	margin: 12px -10000px 0px 0px;
}

#u5850-6
{
	/*z-index: 174;*/
	width: 300px;
	min-height: 112px;
	background-color: transparent;
	text-align: center;
	color: #FFFFFF;
	margin-left: 15px;
	position: relative;
}

#u5818
{
	z-index: 82;
	width: 910px;
	height: 1px;
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	left: 125px;
	margin-top: 36px;
	position: relative;
}

#u5819-4
{
	z-index: 84;
	width: 240px;
	min-height: 40px;
	border-color: #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 37px;
	text-align: center;
	color: #9E8A51;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: italic;
	position: relative;
	margin-right: -10000px;
	margin-top: 589px;
	left: 460px;
}

#u5819-4:hover
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 40px;
	margin: 589px -10000px 0px 0px;
	line-height: 37px;
}

#buttonu5856
{
	/*z-index: 184;*/
	width: 335px;
	border-color: #787878;
	background-color: transparent;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	margin-right: -10000px;
	margin-top: 129px;
	left: 413px;
}

#u5860
{
	/*z-index: 191;*/
	width: 335px;
	position: relative;
	margin-right: -10000px;
}

#u5858
{
	z-index: 193;
	width: 309px;
	background-color: transparent;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: relative;
	margin-right: -10000px;
	margin-top: 12px;
	left: 14px;
}

#buttonu5856:hover #u5858
{
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	margin: 12px -10000px 0px 0px;
}

#u5862-6
{
	/*z-index: 185;*/
	width: 300px;
	min-height: 112px;
	background-color: transparent;
	text-align: center;
	color: #FFFFFF;
	margin-left: 15px;
	position: relative;
}

#buttonu5863
{
	/*z-index: 195;*/
	width: 335px;
	border-color: #787878;
	background-color: transparent;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	margin-right: -10000px;
	margin-top: 129px;
	left: 725px;
}

#buttonu5856:hover,#buttonu5863:hover
{
	margin: 129px -10000px 0px 0px;
}

#pu5774,#pu5794,#pu5803,#pu5854,#pu5860,#pu5865
{
	width: 0.01px;
	position: relative;
}

#u5865
{
	/*z-index: 202;*/
	width: 335px;
	position: relative;
	margin-right: -10000px;
}

#u5868
{
	z-index: 204;
	width: 309px;
	background-color: transparent;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: relative;
	margin-right: -10000px;
	margin-top: 12px;
	left: 10px;
}

#buttonu5863:hover #u5868
{
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	margin: 12px -10000px 0px 0px;
}

#buttonu5849.ButtonSelected #u5852,#buttonu5856.ButtonSelected #u5858,#buttonu5863.ButtonSelected #u5868
{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	margin: 12px -10000px 0px 0px;
}

#u5867-6
{
	/*z-index: 196;*/
	width: 300px;
	min-height: 112px;
	background-color: transparent;
	text-align: center;
	color: #FFFFFF;
	margin-left: 15px;
	position: relative;
}

#buttonu5849:hover #u5850-6,#buttonu5856:hover #u5862-6,#buttonu5863:hover #u5867-6
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 112px;
	margin: 0px 0px 0px 15px;
}

#buttonu5849:hover #u5850-6 p,#buttonu5856:hover #u5862-6 p,#buttonu5863:hover #u5867-6 p
{
	color: #EDE5D5;
	visibility: inherit;
}

#u5850-2,#u5862-2,#u5867-2
{
	font-size: 62px;
	line-height: 71px;
	font-family: quicksand, sans-serif;
	font-weight: 700;
}

#u5850-4,#u5862-4,#u5867-4
{
	font-size: 13px;
	line-height: 15px;
	font-family: open-sans, sans-serif;
	font-weight: 600;
}

#u5814-4
{
	z-index: 66;
	width: 872px;
	min-height: 58px;
	line-height: 36px;
	margin-left: 44px;
	margin-top: 81px;
	position: relative;
}

#u5817-6
{
	z-index: 76;
	width: 960px;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 18px;
	position: relative;
}

#pamphletu5820
{
	z-index: 92;
	width: 0.01px;
	height: 486px;
	margin-top: 37px;
	position: relative;
}

#u5822
{
	z-index: 93;
	width: 44px;
	position: relative;
	margin-right: -10000px;
	margin-top: 448px;
}

#u5824
{
	position: absolute;
	width: 19px;
	height: 16px;
	border-color: #C4C4C4;
	background-color: #FFFFFF;
	top: 22px;
}

#u5824:hover
{
	border-color: #6B6B6B;
	margin: 0px;
}

#u5824:active
{
	border-color: #6B6B6B;
	margin: 0px;
}

#u5902
{
	position: absolute;
	width: 19px;
	height: 16px;
	border-color: #C4C4C4;
	background-color: #FFFFFF;
}

#u5824.PamphletThumbSelected,#u5902:hover
{
	border-color: #6B6B6B;
	margin: 0px;
}

#u5902:active
{
	border-color: #6B6B6B;
	margin: 0px;
}

#u5823
{
	position: absolute;
	width: 19px;
	height: 16px;
	border-color: #C4C4C4;
	background-color: #FFFFFF;
	top: 22px;
	left: 25px;
}

#u5902.PamphletThumbSelected,#u5823:hover
{
	border-color: #6B6B6B;
	margin: 0px;
}

#u5823:active
{
	border-color: #6B6B6B;
	margin: 0px;
}

#u5830
{
	position: absolute;
	width: 960px;
}

#u5830popup
{
	z-index: 97;
}

#u5834
{
	z-index: 98;
	width: 960px;
	height: 486px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	margin-right: -10000px;
	position: relative;
}

#u5928
{
	z-index: 101;
	width: 956px;
	margin-left: 2px;
	position: relative;
}

#u5930-9
{
	z-index: 102;
	width: 956px;
	min-height: 38px;
	position: relative;
	margin-right: -10000px;
	margin-top:3px;
}

#u5835
{
	z-index: 99;
	width: 960px;
	top: -7px;
	margin-bottom: -7px;
	position: relative;
}

#u5903
{
	z-index: 111;
	width: 960px;
	height: 485px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-bottom: 1px;
	margin-right: -10000px;
	position: relative;
}

#u6262
{
	z-index: 114;
	width: 956px;
	margin-left: 2px;
	position: relative;
}

#u6263-9
{
	z-index: 115;
	width: 956px;
	min-height: 38px;
	position: relative;
	margin-right: -10000px;
}

#u5910
{
	z-index: 112;
	width: 960px;
	top: -7px;
	margin-bottom: -7px;
	position: relative;
}

#u5831
{
	z-index: 124;
	width: 960px;
	height: 485px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-bottom: 1px;
	margin-right: -10000px;
	position: relative;
}

#u6264
{
	z-index: 127;
	width: 956px;
	margin-left: 2px;
	position: relative;
}

#u6265-10
{
	z-index: 128;
	width: 956px;
	min-height: 38px;
	position: relative;
	margin-right: -10000px;
}

#u5930-2,#u6263-2,#u6265-2
{
	line-height: 36px;
}

#u5930-7,#u6263-7,#u6265-8
{
	font-size: 20px;
	line-height: 24px;
	font-family: open-sans, sans-serif;
	font-weight: 400;
}

#u5930-3,#u6263-3,#u6265-3,#u6265-7
{
	color: #352929;
}

#u5832
{
	z-index: 125;
	width: 960px;
	top: -7px;
	margin-bottom: -7px;
	position: relative;
}

#u5839
{
	position: absolute;
	width: 30px;
	height: 45px;
	border-style: none;
	border-color: transparent;
	top: 223px;
	left: 10px;
	background: #FFFFFF url("/media/1038/nav-left.png") no-repeat center center;
}

#u5839:hover
{
	margin: 0px;
	background: #FFFFFF url("/media/1039/nav-left-u5839-r-fr.png") no-repeat center center;
	background-color: rgba(255, 255, 255, 0.5);
}

#u5839:active
{
	margin: 0px;
	background: #FFFFFF url("/media/1039/nav-left-u5839-r-fr.png") no-repeat center center;
	background-color: rgba(255, 255, 255, 0.5);
}

#u5821
{
	position: absolute;
	width: 30px;
	height: 45px;
	border-style: none;
	border-color: transparent;
	top: 223px;
	left: 920px;
	background: transparent url("/media/1045/nav-right.png") no-repeat center center;
}

#u5821:hover
{
	margin: 0px;
	background: transparent url("/media/1046/nav-right-u5821-r-fr.png") no-repeat center center;
}

#u5821:active
{
	margin: 0px;
	background: transparent url("/media/1046/nav-right-u5821-r-fr.png") no-repeat center center;
}

.PamphletWidget .ThumbGroup .Thumb, .PamphletNextButton, .PamphletPrevButton, .PamphletCloseButton /* pamphlet2 */
{
	cursor: pointer;
}

#pu7941
{
	width: 0.01px;
	left: -100px;
	margin-top: 21px;
	position: relative;
}

#u7941
{
	z-index: 71;
	width: 1160px;
	border-style: none;
	border-color: transparent;
	background-color: #EDE5D5;
	position: relative;
	margin-right: -10000px;
}

#u7941_align_to_page
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
	left: -100px;
	padding-top: 62px;
	padding-bottom: 70px;
}

#u7944-4
{
	z-index: 329;
	width: 872px;
	min-height: 58px;
	line-height: 36px;
	left: 144px;
	position: relative;
}

#pu7942-22
{
	width: 0.01px;
	left: 125px;
	margin-top: 26px;
	position: relative;
}

#u7942-22
{
	z-index: 287;
	width: 465px;
	min-height: 222px;
	position: relative;
	margin-right: -10000px;
}

#u7946-20
{
	z-index: 309;
	width: 432px;
	min-height: 222px;
	position: relative;
	margin-right: -10000px;
	left: 501px;
}

#u7949
{
	z-index: 83;
	width: 910px;
	height: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	left: 125px;
	margin-top: 36px;
	position: relative;
}

#u7950-4
{
	z-index: 88;
	width: 240px;
	min-height: 40px;
	border-color: #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 37px;
	text-align: center;
	color: #9E8A51;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: italic;
	position: relative;
	margin-right: -10000px;
	margin-top: -20px;
	left: 375px;
}

#u7950-4:hover
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 40px;
	margin: -20px -10000px 0px 0px;
	line-height:37px;
}

#buttonu5772.ButtonSelected #u5773-4 p,#buttonu5772.ButtonSelected #u5773-4 h3,#buttonu5785.ButtonSelected #u5786-4 p,#buttonu5785.ButtonSelected #u5786-4 h3,#buttonu5798.ButtonSelected #u5810-4 p,#buttonu5798.ButtonSelected #u5810-4 h3,#u5819-4:hover p,#u7950-4:hover p
{
	color: #9E8A51;
	visibility: inherit;
}

#u5819-2,#u7950-2
{
	padding-top: 8px;
}

#testimonials
{
	left: -100px;
	position: relative;
}

#u7951-4
{
	/*z-index: 333;*/
	width: 872px;
	min-height: 58px;
	line-height: 36px;
	margin-left: 44px;
	margin-top: 56px;
	position: relative;
}

#pamphletu7901
{
	z-index: 206;
	width: 0.01px;
	height: 348px;
	padding-bottom: 83px;
	margin-left: 2px;
	margin-top: 9px;
	position: relative;
}

#u7937
{
	z-index: 207;
	width: 44px;
	position: relative;
	margin-right: -10000px;
	margin-top: 333px;
	left: 189px;
}

#u7938
{
	position: absolute;
	width: 19px;
	height: 16px;
	border-color: #C4C4C4;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.01);
	-pie-background: rgba(255, 255, 255, 0.01);
}

#u5823.PamphletThumbSelected,#u7938:hover
{
	border-color: #6B6B6B;
	margin: 0px;
}

#u7938:active
{
	border-color: #6B6B6B;
	margin: 0px;
}

#u7939
{
	position: absolute;
	width: 19px;
	height: 16px;
	border-color: #C4C4C4;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.01);
	left: 25px;
	-pie-background: rgba(255, 255, 255, 0.01);
}

#u7938.PamphletThumbSelected,#u7939:hover
{
	border-color: #6B6B6B;
	margin: 0px;
}

#u7939:active
{
	border-color: #6B6B6B;
	margin: 0px;
}

#u7939.PamphletThumbSelected
{
	border-color: #6B6B6B;
	margin: 0px;
}

#u7910
{
	position: absolute;
	width: 956px;
}

#u7910popup
{
	z-index: 210;
}

#u7924
{
	z-index: 211;
	width: 956px;
	height: 431px;
	border-style: none;
	border-color: transparent;
	background-color: #FEFDFD;
	background-color: rgba(158, 138, 81, 0.01);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	margin-right: -10000px;
	position: relative;
	-pie-background: rgba(158, 138, 81, 0.01);
}

#u7934
{
	z-index: 212;
	width: 187px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 39px;
	left: 65px;
}

#u7935
{
	z-index: 213;
	width: 162px;
	height: 162px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	margin-left: 13px;
	position: relative;
	background: transparent url("/images/marcelsangers_img-u8783-fr.jpg") no-repeat right center;
	background-size: cover !important;
}

#u7936-7
{
	z-index: 214;
	width: 187px;
	min-height: 84px;
	text-align: center;
	margin-top: 23px;
	position: relative;
}

#u7928
{
	z-index: 221;
	width: 187px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 39px;
	left: 279px;
}

#u7930
{
	z-index: 222;
	width: 162px;
	height: 162px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	margin-left: 13px;
	position: relative;
	background: transparent url("/images/les_green_img-u8786-fr.jpg") no-repeat center top;
	background-size: cover !important;
}

#u7929-7
{
	z-index: 223;
	width: 187px;
	min-height: 84px;
	text-align: center;
	margin-top: 23px;
	position: relative;
}

#u7925
{
	z-index: 230;
	width: 187px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 39px;
	left: 492px;
}

#u7926
{
	z-index: 231;
	width: 162px;
	height: 162px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	margin-left: 13px;
	position: relative;
	background: transparent url("/images/nico_meuwsen_img-u8780-fr.jpg") no-repeat left top;
	background-size: cover !important;
}

#u7927-7
{
	z-index: 232;
	width: 187px;
	min-height: 84px;
	text-align: center;
	margin-top: 23px;
	position: relative;
}

#u7931
{
	z-index: 239;
	width: 187px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 39px;
	left: 706px;
}

#u7933
{
	z-index: 240;
	width: 162px;
	height: 162px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	margin-left: 10px;
	position: relative;
	background: transparent url("/images/john_crehan_img-u8778-fr.jpg") no-repeat center top;
	background-size: cover !important;
}

#u7932-7
{
	z-index: 241;
	width: 187px;
	min-height: 84px;
	text-align: center;
	margin-top: 23px;
	position: relative;
}

#u7911
{
	z-index: 248;
	width: 956px;
	height: 431px;
	border-style: none;
	border-color: transparent;
	background-color: #FEFDFD;
	background-color: rgba(158, 138, 81, 0.01);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	margin-right: -10000px;
	position: relative;
	-pie-background: rgba(158, 138, 81, 0.01);
}

#u7915
{
	z-index: 249;
	width: 187px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 39px;
	left: 65px;
}

#u7916
{
	z-index: 250;
	width: 162px;
	height: 162px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	margin-left: 13px;
	position: relative;
	background: transparent url("/images/pinter_img-u8774-fr.jpg") no-repeat right center;
	background-size: cover !important;
}

#u7917-7
{
	z-index: 251;
	width: 187px;
	min-height: 84px;
	text-align: center;
	margin-top: 23px;
	position: relative;
}

#u7921
{
	z-index: 258;
	width: 187px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 39px;
	left: 279px;
}

#u7923
{
	z-index: 259;
	width: 162px;
	height: 162px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	margin-left: 13px;
	position: relative;
	background: transparent url("/images/nico_van_noordenne_img-u8770-fr.jpg") no-repeat center top;
	background-size: cover !important;
}

#u7922-7
{
	z-index: 260;
	width: 187px;
	min-height: 84px;
	text-align: center;
	margin-top: 23px;
	position: relative;
}

#u7912
{
	z-index: 267;
	width: 187px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 39px;
	left: 492px;
}

#u7914
{
	z-index: 268;
	width: 162px;
	height: 162px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	margin-left: 13px;
	position: relative;
	background: transparent url("/images/jeff_greenaway_img-u8764-fr.jpg") no-repeat left top;
	background-size: cover !important;
}

#u7913-7
{
	z-index: 269;
	width: 187px;
	min-height: 84px;
	text-align: center;
	margin-top: 23px;
	position: relative;
}

#u7918
{
	z-index: 276;
	width: 187px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 39px;
	left: 706px;
}

#u7919
{
	z-index: 277;
	width: 162px;
	height: 162px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	margin-left: 10px;
	position: relative;
	background: transparent url("/images/geert_munnik_img-u8767-fr.jpg") no-repeat center top;
	background-size: cover !important;
}

#u7920-7
{
	z-index: 278;
	width: 187px;
	min-height: 84px;
	text-align: center;
	margin-top: 23px;
	position: relative;
}

#u7936-2,#u7929-2,#u7927-2,#u7932-2,#u7917-2,#u7922-2,#u7913-2,#u7920-2
{
	font-size: 18px;
	line-height: 25px;
	color: #9E8A51;
	font-family: open-sans, sans-serif;
	font-weight: 600;
}

#u7936-3,#u7929-3,#u7927-3,#u7932-3,#u7917-3,#u7922-3,#u7913-3,#u7920-3
{
	font-size: 18px;
	line-height: 18px;
	color: #9E8A51;
	font-family: open-sans, sans-serif;
	font-weight: 600;
}

#u7946-18,#u7936-5,#u7929-5,#u7927-5,#u7932-5,#u7917-5,#u7922-5,#u7913-5,#u7920-5
{
	line-height: 18px;
	color: #352929;
}

#u7909
{
	position: absolute;
	width: 42px;
	height: 45px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 0px 0px 0px 2px ;
	-webkit-border-radius: 0px 0px 0px 2px ;
	-khtml-border-radius: 0px 0px 0px 2px ;
	border-radius: 0px 0px 0px 2px ;
	top: 178px;
	left: 2px;
	background: transparent url("/media/1038/nav-left.png") no-repeat center center;
}

#u7909:hover
{
	margin: 0px;
	background: transparent url("/media/1040/nav-left-u8753-r-fr.png") no-repeat center center;
}

#u7909:active
{
	margin: 0px;
	background: transparent url("/media/1040/nav-left-u8753-r-fr.png") no-repeat center center;
}

#u7940
{
	position: absolute;
	width: 42px;
	height: 45px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 0px 0px 2px 0px ;
	-webkit-border-radius: 0px 0px 2px 0px ;
	-khtml-border-radius: 0px 0px 2px 0px ;
	border-radius: 0px 0px 2px 0px ;
	top: 178px;
	left: 912px;
	background: transparent url("/media/1045/nav-right.png") no-repeat center center;
}

#u7940:hover
{
	margin: 0px;
	background: transparent url("/media/1047/nav-right-u8791-r-fr.png") no-repeat center center;
}

#u7940:active
{
	margin: 0px;
	background: transparent url("/media/1047/nav-right-u8791-r-fr.png") no-repeat center center;
}

#pu5811,#pu5463
{
	width: 0.01px;
	left: -100px;
	position: relative;
}

#u5463
{
	z-index: 338;
	width: 1160px;
	padding-bottom: 69px;
	margin-right: -10000px;
}

#pu1343-4
{
	width: 0.01px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 189px;
	left: 125px;
}

#u1343-4
{
	z-index: 378;
	width: 202px;
	min-height: 39px;
}

#u1342-4
{
	z-index: 374;
	width: 394px;
	min-height: 119px;
	margin-top: 6px;
}

#menuu1344
{
	z-index: 382;
	width: 166px;
	margin-right: -10000px;
	margin-top: 189px;
	left: 633px;
}

#u5649
{
	width: 166px;
}

#u5652
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u5653-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u2650.MuseMenuActive #u2652-4,#u5652:hover #u5653-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1360
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u5652.MuseMenuActive,#u1360:hover
{
	margin: 0px -10000px 0px 0px;
}

#u1362-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u5652.MuseMenuActive #u5653-4,#u1360:hover #u1362-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u5057
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u1360.MuseMenuActive,#u5057:hover
{
	margin: 0px -10000px 0px 0px;
}

#u5060-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u1360.MuseMenuActive #u1362-4,#u5057:hover #u5060-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1348
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u1351-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u5057.MuseMenuActive #u5060-4,#u1348:hover #u1351-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1359,#u5054,#u1345,#u2656
{
	width: 166px;
	margin-top: 2px;
}

#u2659
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 10px;
	margin-right: -10000px;
}

#u5057.MuseMenuActive,#u1348.MuseMenuActive,#u2659.MuseMenuActive
{
	margin: 0px -10000px 0px 0px;
}

#u2660-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 5px;
}

#u1348.MuseMenuActive #u1351-4,#u2659:hover #u2660-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u2659.MuseMenuActive #u2660-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u562
{
	z-index: 372;
	width: 1160px;
	padding-bottom: 19px;
	margin-right: -10000px;
	margin-top: 370px;
}

#u1464-4
{
	z-index: 453;
	width: 945px;
	margin-right: -10000px;
	margin-top: 20px;
	left: 108px;
}

#u6763
{
	z-index: 373;
	width: 1160px;
	padding-bottom: 30px;
	margin-right: -10000px;
	margin-top: 50px;
}

#u5463_align_to_page,#u562_align_to_page,#u6763_align_to_page
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	left: -100px;
}

#u6738-4
{
	z-index: 462;
	width: 960px;
	min-height: 40px;
	margin-right: -10000px;
	margin-top: 30px;
	left: 99px;
}

#widgetu1391
{
	z-index: 413;
	width: 0.01px;
	height: 179px;
	margin-right: -10000px;
	margin-top: 189px;
	left: 818px;
}

#widgetu1392
{
	z-index: 414;
	width: 216px;
	height: 39px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#widgetu1392.fld-err-st
{
	margin: -1px -10000px 0px 0px;
}

#u1396-4
{
	z-index: 415;
	width: 204px;
	min-height: 19px;
	margin-bottom: -1px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
	padding: 14px 6px 6px;
}

#widgetu1392:hover #u1396-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1392.focus-st #u1396-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418
{
	z-index: 419;
	width: 216px;
	height: 39px;
	margin-right: -10000px;
	margin-top: 52px;
	left: -1px;
}

#widgetu1418.fld-err-st
{
	margin: 52px -10000px 0px 0px;
}

#u1422-4
{
	z-index: 420;
	width: 204px;
	min-height: 19px;
	margin-bottom: -1px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
	padding: 14px 6px 6px;
}

#widgetu1392.fld-err-st #u1396-4,#widgetu1418:hover #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418.focus-st #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418.fld-err-st #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1392_input,#widgetu1392_prompt,#widgetu1418_input,#widgetu1418_prompt
{
	width: 204px;
	min-height: 19px;
	padding: 14px 6px 6px;
}

#widgetu1392:hover #widgetu1392_input,#widgetu1392.focus-st #widgetu1392_input,#widgetu1392.fld-err-st #widgetu1392_input,#widgetu1392:hover #widgetu1392_prompt,#widgetu1392.focus-st #widgetu1392_prompt,#widgetu1392.fld-err-st #widgetu1392_prompt,#widgetu1418:hover #widgetu1418_input,#widgetu1418.focus-st #widgetu1418_input,#widgetu1418.fld-err-st #widgetu1418_input,#widgetu1418:hover #widgetu1418_prompt,#widgetu1418.focus-st #widgetu1418_prompt,#widgetu1418.fld-err-st #widgetu1418_prompt
{
	padding-top: 14px;
	padding-bottom: 6px;
}

#u1423-4
{
	z-index: 424;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#u1411-4
{
	z-index: 428;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#u1412-4
{
	z-index: 432;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#widgetu1391.frm-sub-st #u1423-4,#widgetu1391.frm-subm-err-st #u1411-4,#widgetu1391.frm-subm-ok-st #u1412-4
{
	min-height: 25px;
}

#u1424-17
{
	z-index: 436;
	min-height: 35px;
	width: 164px;
	margin-right: -10000px;
	margin-top: 103px;
	left: 52px;
	cursor: pointer;
}

#pamphletu6739
{
	z-index: 466;
	width: 0.01px;
	height: 69px;
	margin-right: -10000px;
	margin-top: 73px;
	left: 99px;
}

#u6749
{
	z-index: 467;
	width: 200px;
	margin-right: -10000px;
	margin-top: 47px;
	left: 7px;
}

#u6752
{
	width: 60px;
	height: 22px;
}

#u2650.MuseMenuActive,#u6752:hover
{
	margin: 0px;
}

#u6751
{
	width: 60px;
	height: 22px;
	left: 70px;
}

#u6752.PamphletThumbSelected,#u6751:hover
{
	margin: 0px;
}

#u6750
{
	width: 60px;
	height: 22px;
	left: 140px;
}

#u6751.PamphletThumbSelected,#u6750:hover
{
	margin: 0px;
}

#u6750.PamphletThumbSelected
{
	margin: 0px;
}

#u6742popup
{
	z-index: 471;
}

#u6742
{
	width: 956px;
}

#u6745
{
	z-index: 472;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6746-4
{
	z-index: 473;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

#u6747
{
	z-index: 477;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6748-4
{
	z-index: 478;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

#u6743
{
	z-index: 482;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6744-4
{
	z-index: 483;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

/*End of file*/
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/css/AjaxLoader.gif) no-repeat center center
}

/*End of file*//* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/* SLIDER MEUK */

#u8784-2,#u8787-2,#u8781-2,#u8777-2,#u8773-2,#u8771-2,#u8765-2,#u8768-2
{
	font-size: 18px;
	line-height: 25px;
	color: #9E8A51;
	font-family: open-sans, sans-serif;
	font-weight: 600;
}


#u8775
{
	z-index: 71;
	width: 956px;
	height: 431px;
	border-style: none;
	border-color: transparent;
	background-color: #FEFDFD;
	background-color: rgba(158, 138, 81, 0.01);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	margin-right: -10000px;
	position: relative;
	-pie-background: rgba(158, 138, 81, 0.01);
}

#u8782
{
	z-index: 72;
	width: 187px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 39px;
	left: 65px;
}

#u8783
{
	z-index: 73;
	width: 162px;
	height: 162px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	margin-left: 13px;
	position: relative;
	background: transparent url("/images/dummy_slider.jpg") no-repeat right center;
	background-size: cover !important;
}

#u8784-7
{
	z-index: 74;
	width: 187px;
	min-height: 84px;
	text-align: center;
	margin-top: 23px;
	position: relative;
}

#u8785
{
	z-index: 81;
	width: 187px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 39px;
	left: 279px;
}

#u8786
{
	z-index: 82;
	width: 162px;
	height: 162px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	margin-left: 13px;
	position: relative;
	background: transparent url("/images/dummy_slider.jpg") no-repeat center top;
	background-size: cover !important;
}

#u8787-7
{
	z-index: 83;
	width: 187px;
	min-height: 84px;
	text-align: center;
	margin-top: 23px;
	position: relative;
}

#u8779
{
	z-index: 90;
	width: 187px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 39px;
	left: 492px;
}

#u8780
{
	z-index: 91;
	width: 162px;
	height: 162px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	margin-left: 13px;
	position: relative;
	background: transparent url("/images/dummy_slider.jpg") no-repeat left top;
	background-size: cover !important;
}

#u8781-7
{
	z-index: 92;
	width: 187px;
	min-height: 84px;
	text-align: center;
	margin-top: 23px;
	position: relative;
}

#u8776
{
	z-index: 99;
	width: 187px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 39px;
	left: 706px;
}

#u8778
{
	z-index: 100;
	width: 162px;
	height: 162px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	margin-left: 10px;
	position: relative;
	background: transparent url("/images/dummy_slider.jpg") no-repeat center top;
	background-size: cover !important;
}

#u8777-7
{
	z-index: 101;
	width: 187px;
	min-height: 84px;
	text-align: center;
	margin-top: 23px;
	position: relative;
}

#u8762
{
	z-index: 108;
	width: 956px;
	height: 431px;
	border-style: none;
	border-color: transparent;
	background-color: #FEFDFD;
	background-color: rgba(158, 138, 81, 0.01);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	margin-right: -10000px;
	position: relative;
	-pie-background: rgba(158, 138, 81, 0.01);
}

#u8772
{
	z-index: 109;
	width: 187px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 39px;
	left: 65px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

#u8825-4
{
	z-index: 47;
	width: 220px;
	min-height: 26px;
	margin-right: -10000px;
	margin-top: 185px !important;
	left: 555px;
}

#u8820
{
	z-index: 129;
	width: 220px;
	margin-right: -10000px;
	margin-top: 210px !important;
	left: 555px;
}

#u8820 a:nth-child(2) img{
	margin-top:10px;
}

/*End of file*//* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/* BEWAREN


#u5760-10
{
	z-index: 72;
	width: 241px;
	height: 52px;
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	position: relative;
	margin-right: -10000px;
	margin-top: 10px;
	margin-bottom: 13px;
	left: -1px;
	overflow: hidden;
}

#u5760-10 p {
	font-family: source-sans-pro, sans-serif;
	font-weight: 300;
}

#u5760-10 p:first-line {
	font-weight: 400;
}

*/


.html
{
	background-color: #FFFFFF;
}

#page
{
	z-index: 1;
	width: 960px;
	min-height: 1271.7500000000002px;
	background-image: none;
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#page_position_content_pigeon
{
	margin-top: 69px;
}





/* PREVIOUS NEXT BUTTON */

#navigation-wrapper {
	position: absolute;
	margin-left: -40px;
	top: 680px;
	width: 1060px;
	height: 31px;
}

#navigation-wrapper .previous {
	display: inline;
	height: 31px;
	width: 20px;
	background: url("/media/1039/nav-left-u5839-r-fr.png") no-repeat 0px 0px;
	float: left;
}

#navigation-wrapper .previous:hover {
	background: url("/media/1038/nav-left.png") no-repeat 0px 0px;
}

#navigation-wrapper .next {
	display: inline;
	height: 31px;
	width: 20px;
	background: url("/media/1046/nav-right-u5821-r-fr.png") no-repeat 0px 0px;
	float: right;
}

#navigation-wrapper .next:hover {
	background: url("/media/1045/nav-right.png") no-repeat 0px 0px;
}




#u513
{
	z-index: 263;
	width: 1160px;
	height: 45px;
	top: 0px;
	left: 50%;
	margin-left: -50%;
}

#u514-4
{
	z-index: 264;
	width: 956px;
	min-height: 39px;
	top: 6px;
	left: 50%;
	margin-left: -478px;
}

#u8252
{
	z-index: 2;
	width: 1160px;
	padding-bottom: 31px;
	left: -100px;
}

#u6982-6
{
	z-index: 3;
	width: 956px;
	min-height: 94px;
	position: relative;
	margin-right: -10000px;
	margin-top: 76px;
	left: 102px;
}

#u6982-2
{
	font-size: 60px;
	line-height: 72px;
	color: #FFFFFF;
}

#u6982-4
{
	font-size: 24px;
	line-height: 29px;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 600;
}

#pmenuu515
{
	width: 0.01px;
	padding-bottom: 79px;
	margin-left: 231px;
	top: -200px;
	margin-bottom: -79px;
	position: relative;
}

#menuu515_pigeon
{
	z-index: 145;
	width: 496px;
	top: 77px;
	left: 50%;
	margin-left: -249px;
}

#u5642
{
	width: 97px;
	min-height: 50px;
	margin-right: -10000px;
}

#u5643
{
	width: 97px;
	padding-bottom: 33px;
}

#u5643:hover
{
	margin: 0px;
}

#u5646-4
{
	width: 97px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5643:hover #u5646-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u537
{
	width: 97px;
	min-height: 50px;
	margin-right: -10000px;
	left: 99px;
}

#u538
{
	width: 97px;
	padding-bottom: 33px;
}

#u5643.MuseMenuActive,#u538:hover
{
	margin: 0px;
}

#u540-4
{
	width: 97px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5643.MuseMenuActive #u5646-4,#u538:hover #u540-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u5061
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 198px;
}

#u5064
{
	width: 98px;
	padding-bottom: 33px;
}

#u538.MuseMenuActive,#u5064:hover
{
	margin: 0px;
}

#u5066-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u538.MuseMenuActive #u540-4,#u5064:hover #u5066-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u530
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 298px;
}

#u531
{
	width: 98px;
	padding-bottom: 33px;
}

#u5064.MuseMenuActive,#u531:hover
{
	margin: 0px;
}

#u532-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5064.MuseMenuActive #u5066-4,#u531:hover #u532-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u2649
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 398px;
}

#u2650
{
	width: 98px;
	padding-bottom: 33px;
}

#u531.MuseMenuActive,#u2650:hover
{
	margin: 0px;
}

#u2652-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u531.MuseMenuActive #u532-4,#u2650:hover #u2652-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u555_pigeon
{
	z-index: 176;
	width: 496px;
	top: 125px;
	left: 50%;
	margin-left: -250px;
}

#pu6988-61
{
	width: 0.01px;
	margin-left: 26px;
	margin-top: 36px;
	position: relative;
}

#u6988-61
{
	z-index: 999;
	width: 360px;
	height: 666px;
	position: relative;
	margin-right: -10000px;
	margin-top: 102px;
	overflow-y: hidden;
}

#u6988-61:hover
{
	overflow-y: auto;
	width: 360px;
}

#u6988-61 strong {
	font-weight: 700;
}

#u6988-61 p {
	margin-bottom: 20px;
}

#u6988-61 p:last-child
{
	margin-bottom: 0px;
} 

#u7015-10 {
	z-index: 70;
	width: 246px;
	height: 62px;
	-pie-box-shadow: 2px 2px 6px #D8D8D8;
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
	border-width: 1px;
	border-style: solid;
	border-color: #7F7F7F;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	position: relative;
	margin-right: -10000px;
	margin-top: 584px;
	left: 375px;
	overflow: hidden;
	padding: 5px;
}


#u7015-10 p {
	font-weight: 300;
}

#u7015-10 p:first-line {
	font-weight: 700;
}

#u7017-12
{
	z-index: 80;
	width: 107px;
	height: 77px;
	-pie-box-shadow: 2px 2px 6px #D8D8D8;
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
	border-width: 1px;
	border-style: solid;
	border-color: #7F7F7F;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	margin-bottom: -1px;
	position: relative;
	margin-right: -10000px;
	margin-top: 678px;
	left: 375px;
	overflow: hidden;
	padding: 5px;
}

#u7017-12 p {
	font-weight: 300;
}

#u7017-12 p:first-line {
	font-weight: 700;
}

#u7020-10
{
	z-index: 92;
	width: 107px;
	height: 77px;
	-pie-box-shadow: 2px 2px 6px #D8D8D8;
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
	border-width: 1px;
	border-style: solid;
	border-color: #7F7F7F;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	margin-bottom: -1px;
	position: relative;
	margin-right: -10000px;
	margin-top: 678px;
	left: 653px;
	overflow: hidden;
	padding: 5px;
}

#u7020-10 p {
	font-weight: 300;
}

#u7020-10 p:first-line {
	font-weight: 700;
}

#u7018-12
{
	z-index: 102;
	width: 107px;
	height: 77px;
	-pie-box-shadow: 2px 2px 6px #D8D8D8;
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
	border-width: 1px;
	border-style: solid;
	border-color: #7F7F7F;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	margin-bottom: -1px;
	position: relative;
	margin-right: -10000px;
	margin-top: 678px;
	left: 514px;
	overflow: hidden;
	padding: 5px;
}

#u7018-12 p {
	font-weight: 300;
}

#u7018-12 p:first-line {
	font-weight: 700;
}

#u7019-10
{
	z-index: 114;
	width: 107px;
	height: 77px;
	-pie-box-shadow: 2px 2px 6px #D8D8D8;
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
	border-width: 1px;
	border-style: solid;
	border-color: #7F7F7F;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	margin-bottom: -1px;
	position: relative;
	margin-right: -10000px;
	margin-top: 678px;
	left: 792px;
	overflow: hidden;
	padding: 5px;
}

#u7019-10 p {
	font-weight: 300;
}

#u7019-10 p:first-line {
	font-weight: 700;
}

#u7017-2,#u7020-2,#u7018-2,#u7019-2
{
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 6px;
	font-weight: 700;
}

#u7017-4,#u7020-4,#u7018-4,#u7019-4
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: 700;
}

#u7017-6,#u7017-10,#u7020-6,#u7020-8,#u7018-6,#u7018-10,#u7019-6,#u7019-8
{
	padding-right: 4px;
	padding-left: 4px;
}

#u7016-10
{
	z-index: 124;
	width: 246px;
	height: 62px;
	-pie-box-shadow: 2px 2px 6px #D8D8D8;
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
	border-width: 1px;
	border-style: solid;
	border-color: #7F7F7F;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	position: relative;
	margin-right: -10000px;
	margin-top: 584px;
	left: 653px;
	overflow: hidden;
	padding: 5px;
}

#u7016-10 p {
	font-weight: 300;
}

#u7016-10 p:first-line {
	font-weight: 700;
}

#u7015-2,#u7016-2
{
	padding-top: 6px;
	font-weight: 700;
}

#u6988-2,#u6988-7,#u6988-12,#u6988-27,#u6988-38,#u6988-43,#u6988-48,#u6988-53,#u7015-4,#u7016-4
{
	font-weight: 700;
}

#u7002
{
	z-index: 134;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: 26px;
	left: 2px;
}

#u6986
{
	z-index: 135;
	width: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding-bottom: 11px;
	position: relative;
	margin-right: -10000px;
}

#u6989
{
	z-index: 136;
	display: block;
	vertical-align: top;
	position: relative;
	margin-right: -10000px;
	margin-top: 11px;
	left: 11px;
}

#u7003
{
	z-index: 138;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: 26px;
	left: 70px;
}

#u6998
{
	z-index: 139;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u6999
{
	z-index: 141;
	height: 29px;
	width: 29px;
	vertical-align: top;
	background: url("/media/1051/u6999.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 17px;
}

#u6999:hover
{
	background: url("/media/1050/u6999-r.png") no-repeat 0px 0px;
}

#u8803
{
	z-index: 143;
	width: 579px;
	height: 565px;
	border-style: none;
	border-color: transparent;
	position: relative;
	margin-right: -10000px;
	left: 353px;
	background-image: url("/images/duif_dummy.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#pu5463
{
	width: 0.01px;
	left: -100px;
	margin-top: 1px;
	position: relative;
}

#u5463
{
	z-index: 144;
	width: 1160px;
	padding-bottom: 69px;
	margin-right: -10000px;
}

#pu1343-4
{
	width: 0.01px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 189px;
	left: 125px;
}

#u1343-4
{
	z-index: 184;
	width: 202px;
	min-height: 39px;
}

#u1342-4
{
	z-index: 180;
	width: 394px;
	min-height: 119px;
	margin-top: 6px;
}

#menuu1344
{
	z-index: 188;
	width: 166px;
	margin-right: -10000px;
	margin-top: 189px;
	left: 633px;
}

#u5649
{
	width: 166px;
}

#u5652
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u5653-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u2650.MuseMenuActive #u2652-4,#u5652:hover #u5653-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1360
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u5652.MuseMenuActive,#u1360:hover
{
	margin: 0px -10000px 0px 0px;
}

#u1362-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u5652.MuseMenuActive #u5653-4,#u1360:hover #u1362-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u5057
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u1360.MuseMenuActive,#u5057:hover
{
	margin: 0px -10000px 0px 0px;
}

#u5060-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u1360.MuseMenuActive #u1362-4,#u5057:hover #u5060-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1348
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u1351-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u5057.MuseMenuActive #u5060-4,#u1348:hover #u1351-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1359,#u5054,#u1345,#u2656
{
	width: 166px;
	margin-top: 2px;
}

#u2659
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 10px;
	margin-right: -10000px;
}

#u5057.MuseMenuActive,#u1348.MuseMenuActive,#u2659.MuseMenuActive
{
	margin: 0px -10000px 0px 0px;
}

#u2660-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 5px;
}

#u1348.MuseMenuActive #u1351-4,#u2659:hover #u2660-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u2659.MuseMenuActive #u2660-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u562
{
	z-index: 178;
	width: 1160px;
	padding-bottom: 19px;
	margin-right: -10000px;
	margin-top: 370px;
}

#u1464-4
{
	z-index: 259;
	width: 945px;
	margin-right: -10000px;
	margin-top: 20px;
	left: 108px;
}

#u6763
{
	z-index: 179;
	width: 1160px;
	padding-bottom: 30px;
	margin-right: -10000px;
	margin-top: 50px;
}

#u8252_align_to_page,#u5463_align_to_page,#u562_align_to_page,#u6763_align_to_page
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	left: -100px;
}

#u6738-4
{
	z-index: 268;
	width: 960px;
	min-height: 40px;
	margin-right: -10000px;
	margin-top: 30px;
	left: 99px;
}

#widgetu1391
{
	z-index: 219;
	width: 0.01px;
	height: 179px;
	margin-right: -10000px;
	margin-top: 189px;
	left: 818px;
}

#widgetu1392
{
	z-index: 220;
	width: 216px;
	height: 39px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#widgetu1392.fld-err-st
{
	margin: -1px -10000px 0px 0px;
}

#u1396-4
{
	z-index: 221;
	width: 204px;
	min-height: 19px;
	margin-bottom: -1px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
	padding: 14px 6px 6px;
}

#widgetu1392:hover #u1396-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1392.focus-st #u1396-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418
{
	z-index: 225;
	width: 216px;
	height: 39px;
	margin-right: -10000px;
	margin-top: 52px;
	left: -1px;
}

#widgetu1418.fld-err-st
{
	margin: 52px -10000px 0px 0px;
}

#u1422-4
{
	z-index: 226;
	width: 204px;
	min-height: 19px;
	margin-bottom: -1px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
	padding: 14px 6px 6px;
}

#widgetu1392.fld-err-st #u1396-4,#widgetu1418:hover #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418.focus-st #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418.fld-err-st #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1392_input,#widgetu1392_prompt,#widgetu1418_input,#widgetu1418_prompt
{
	width: 204px;
	min-height: 19px;
	padding: 14px 6px 6px;
}

#widgetu1392:hover #widgetu1392_input,#widgetu1392.focus-st #widgetu1392_input,#widgetu1392.fld-err-st #widgetu1392_input,#widgetu1392:hover #widgetu1392_prompt,#widgetu1392.focus-st #widgetu1392_prompt,#widgetu1392.fld-err-st #widgetu1392_prompt,#widgetu1418:hover #widgetu1418_input,#widgetu1418.focus-st #widgetu1418_input,#widgetu1418.fld-err-st #widgetu1418_input,#widgetu1418:hover #widgetu1418_prompt,#widgetu1418.focus-st #widgetu1418_prompt,#widgetu1418.fld-err-st #widgetu1418_prompt
{
	padding-top: 14px;
	padding-bottom: 6px;
}

#u1423-4
{
	z-index: 230;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#u1411-4
{
	z-index: 234;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#u1412-4
{
	z-index: 238;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#widgetu1391.frm-sub-st #u1423-4,#widgetu1391.frm-subm-err-st #u1411-4,#widgetu1391.frm-subm-ok-st #u1412-4
{
	min-height: 25px;
}

#u1424-17
{
	z-index: 242;
	min-height: 35px;
	width: 164px;
	margin-right: -10000px;
	margin-top: 103px;
	left: 52px;
	cursor: pointer;
}

#pamphletu6739
{
	z-index: 272;
	width: 0.01px;
	height: 69px;
	margin-right: -10000px;
	margin-top: 72px;
	left: 99px;
}

#u6749
{
	z-index: 273;
	width: 200px;
	margin-right: -10000px;
	margin-top: 47px;
	left: 7px;
}

#u6752
{
	width: 60px;
	height: 22px;
}

#u2650.MuseMenuActive,#u6752:hover
{
	margin: 0px;
}

#u6751
{
	width: 60px;
	height: 22px;
	left: 70px;
}

#u6752.PamphletThumbSelected,#u6751:hover
{
	margin: 0px;
}

#u6750
{
	width: 60px;
	height: 22px;
	left: 140px;
}

#u6751.PamphletThumbSelected,#u6750:hover
{
	margin: 0px;
}

#u6750.PamphletThumbSelected
{
	margin: 0px;
}

#u6742popup
{
	z-index: 277;
}

#u6742
{
	width: 956px;
}

#u6745
{
	z-index: 278;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6746-4
{
	z-index: 279;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

#u6747
{
	z-index: 283;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6748-4
{
	z-index: 284;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

#u6743
{
	z-index: 288;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6744-4
{
	z-index: 289;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

#page .verticalspacer
{
	clear: both;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/*
Theme Name: Peter van de Merwe
Author: <a href="http://www.hilarius.nu">Hilarius Creatieve Producties</a>
Description: Wordpress thema voor de Peter van de Merwe duiven website.
Version: 1.0
Text Domain: pvdm
*/




#translation-bar { 
	height: 30px;
	position:fixed;
	top:0px;
	right:0px;
	z-index:1000;
	background-color: #352929;
	width:100%;
}

#translation-bar a, #translation-bar span{
	color: #fff;
	padding-top:6px;
}

/*End of file*/
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

.html
{
	background-color: #FFFFFF;
}

#page
{
	z-index: 1;
	width: 960px;
	min-height: 1271.6999999999998px;
	background-image: none;
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
/*history page*/
#page_position_content_history
{
	margin-top: 69px;
}

#u513
{
	z-index: 191;
	width: 1160px;
	height: 75px;
	top: 0px;
	left: 50%;
	margin-left: -50%;
}

#u514-4
{
	z-index: 192;
	width: 956px;
	min-height: 39px;
	top: 36px;
	left: 50%;
	margin-left: -478px;
}

#u8252
{
	z-index: 2;
	width: 1160px;
	padding-bottom: 61px;
	left: -100px;
	margin-top:-13px;
}

#u1642-4
{
	z-index: 4;
	width: 359px;
	min-height: 43px;
	font-size: 36px;
	line-height: 43px;
	color: #FFFFFF;
	position: relative;
	margin-right: -10000px;
	margin-top: 104px;
	left: 401px;
}

#pmenuu515
{
	width: 0.01px;
	padding-bottom: 79px;
	margin-left: 231px;
	top: -200px;
	margin-bottom: -79px;
	position: relative;
}

#menuu515_history
{
	z-index: 73;
	width: 596px;
	top: 77px;
	left: 50%;
	margin-left: -305px;
}

#u5642
{
	width: 97px;
	min-height: 50px;
	margin-right: -10000px;
}

#u5643
{
	width: 97px;
	padding-bottom: 33px;
}

#u5643:hover
{
	margin: 0px;
}

#u5646-4
{
	width: 97px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5643:hover #u5646-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u537
{
	width: 97px;
	min-height: 50px;
	margin-right: -10000px;
	left: 99px;
}

#u538
{
	width: 97px;
	padding-bottom: 33px;
}

#u5643.MuseMenuActive,#u538:hover
{
	margin: 0px;
}

#u540-4
{
	width: 97px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5643.MuseMenuActive #u5646-4,#u538:hover #u540-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u5061
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 198px;
}

#u5064
{
	width: 98px;
	padding-bottom: 33px;
}

#u538.MuseMenuActive,#u5064:hover
{
	margin: 0px;
}

#u5066-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u538.MuseMenuActive #u540-4,#u5064:hover #u5066-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u530
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 298px;
}

#u531
{
	width: 98px;
	padding-bottom: 33px;
}

#u5064.MuseMenuActive,#u531:hover
{
	margin: 0px;
}

#u532-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5064.MuseMenuActive #u5066-4,#u531:hover #u532-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u2649
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 398px;
}

#u2650
{
	width: 98px;
	padding-bottom: 33px;
}

#u531.MuseMenuActive,#u2650:hover
{
	margin: 0px;
}

#u2652-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u531.MuseMenuActive #u532-4,#u2650:hover #u2652-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u555_history
{
	z-index: 104;
	width: 496px;
	top: 125px;
	left: 50%;
	margin-left: -250px;
}

#ppu1694-6
{
	width: 0.01px;
	margin-left: 25px;
	margin-top: 21px;
	position: relative;
}

#pu1694-6
{
	width: 0.01px;
	position: relative;
	margin-right: -10000px;
	margin-top: 55px;
}

#u1694-6
{
	z-index: 8;
	width: 510px;
	min-height: 80px;
	line-height: 36px;
	color: #9E8A51;
	position: relative;
}

#u1823
{
	z-index: 14;
	width: 511px;
	margin-top: 31px;
	position: relative;
}

#u1705
{
	z-index: 15;
	width: 509px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}

#u1707
{
	z-index: 20;
	width: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding-bottom: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u1759
{
	z-index: 28;
	width: 29px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 16px;
}

#u1706-4
{
	z-index: 16;
	width: 402px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u1739-7
{
	z-index: 21;
	width: 510px;
	min-height: 329px;
	margin-top: 14px;
	position: relative;
}

#u8201
{
	z-index: 71;
	width: 497px;
	height: 615px;
	border-style: none;
	border-color: transparent;
	position: relative;
	margin-right: -10000px;
	left: 515px;
	background: transparent url("/media/1065/peter_vrijstaand-u8201-fr.png") no-repeat center bottom;
	background-size: cover !important;
}

#pu1853
{
	width: 0.01px;
	left: -100px;
	position: relative;
}

#u1853
{
	z-index: 3;
	width: 1160px;
	border-style: none;
	border-color: transparent;
	background-color: #EDE5D5;
	padding-bottom: 39px;
	position: relative;
	margin-right: -10000px;
}

#u1853_align_to_page
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
	left: -100px;
}

#u1824
{
	z-index: 46;
	width: 545px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 58px;
	left: 491px;
}

#u1758
{
	z-index: 47;
	width: 543px;
	border-width: 1px;
	border-style: solid;
	border-color: #9E8A51;
	background-color: transparent;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding-bottom: 7px;
	position: relative;
}

#u1757-4
{
	z-index: 48;
	width: 438px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u1769-7
{
	z-index: 52;
	width: 544px;
	min-height: 328px;
	margin-top: 21px;
	position: relative;
}

#u7240
{
	z-index: 63;
	width: 305px;
	-pie-box-shadow: none;
	-moz-box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 16px -1px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.5);
	border-width: 10px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: transparent;
	-webkit-transform: matrix(0.9998,0.0175,-0.0175,0.9998,2,-3);
	-ms-transform: matrix(0.9998,0.0175,-0.0175,0.9998,2,-3);
	-o-transform: matrix(0.9998,0.0175,-0.0175,0.9998,2,-3);
	transform: matrix(0.9998,0.0175,-0.0175,0.9998,2,-3);
	position: relative;
	margin-right: -10000px;
	margin-top: 57px;
	left: 124px;
}

#u7242
{
	z-index: 65;
	width: 268px;
	-pie-box-shadow: none;
	-moz-box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 16px -1px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.5);
	border-width: 10px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: transparent;
	-webkit-transform: matrix(0.9986,-0.0523,0.0523,0.9986,-6,8);
	-ms-transform: matrix(0.9986,-0.0523,0.0523,0.9986,-6,8);
	-o-transform: matrix(0.9986,-0.0523,0.0523,0.9986,-6,8);
	transform: matrix(0.9986,-0.0523,0.0523,0.9986,-6,8);
	position: relative;
	margin-right: -10000px;
	margin-top: 235px;
	left: 139px;
}

#u7489
{
	z-index: 67;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: 57px;
	left: 491px;
}

#u6660
{
	z-index: 68;
	width: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding-bottom: 17px;
	position: relative;
	margin-right: -10000px;
}

#u7486
{
	z-index: 69;
	width: 29px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 16px;
}

#pu6610
{
	width: 0.01px;
	margin-left: 25px;
	margin-top: 77px;
	position: relative;
}

#u6610
{
	z-index: 30;
	width: 511px;
	position: relative;
	margin-right: -10000px;
}

#u6616
{
	z-index: 31;
	width: 509px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}

#u1705:hover,#u6616:hover
{
	background-color: #FFFFFF;
	width: 509px;
	min-height: 0px;
	margin: 0px;
}

#u6611
{
	z-index: 36;
	width: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding-bottom: 16px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u6613
{
	z-index: 44;
	width: 29px;
	position: relative;
	margin-right: -10000px;
	margin-top: 17px;
	left: 16px;
}

#u6615-4
{
	z-index: 32;
	width: 385px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u6612-7
{
	z-index: 37;
	width: 510px;
	min-height: 329px;
	margin-top: 14px;
	position: relative;
}

#u7231
{
	z-index: 59;
	width: 315px;
	-pie-box-shadow: none;
	-moz-box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 16px -1px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.5);
	border-width: 10px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: transparent;
	-webkit-transform: matrix(0.9976,-0.0698,0.0698,0.9976,-9,12);
	-ms-transform: matrix(0.9976,-0.0698,0.0698,0.9976,-9,12);
	-o-transform: matrix(0.9976,-0.0698,0.0698,0.9976,-9,12);
	transform: matrix(0.9976,-0.0698,0.0698,0.9976,-9,12);
	position: relative;
	margin-right: -10000px;
	margin-top: 3px;
	left: 575px;
}

#u7231_img
{
	padding-bottom: 1px;
}

#u7237
{
	z-index: 61;
	width: 268px;
	-pie-box-shadow: none;
	-moz-box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 16px -1px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.5);
	border-width: 10px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: transparent;
	-webkit-transform: matrix(0.9994,0.0349,-0.0349,0.9994,4,-5);
	-ms-transform: matrix(0.9994,0.0349,-0.0349,0.9994,4,-5);
	-o-transform: matrix(0.9994,0.0349,-0.0349,0.9994,4,-5);
	transform: matrix(0.9994,0.0349,-0.0349,0.9994,4,-5);
	position: relative;
	margin-right: -10000px;
	margin-top: 223px;
	left: 608px;
}

#pu5463
{
	width: 0.01px;
	left: -100px;
	top: -1px;
	margin-bottom: -1px;
	position: relative;
}

#u5463
{
	z-index: 72;
	width: 1160px;
	padding-bottom: 69px;
	margin-right: -10000px;
}

#pu1343-4
{
	width: 0.01px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 189px;
	left: 125px;
}

#u1343-4
{
	z-index: 112;
	width: 202px;
	min-height: 39px;
}

#u1342-4
{
	z-index: 108;
	width: 394px;
	min-height: 119px;
	margin-top: 6px;
}

#menuu1344
{
	z-index: 116;
	width: 166px;
	margin-right: -10000px;
	margin-top: 189px;
	left: 633px;
}

#u5649
{
	width: 166px;
}

#u5652
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u5653-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u2650.MuseMenuActive #u2652-4,#u5652:hover #u5653-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1360
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u5652.MuseMenuActive,#u1360:hover
{
	margin: 0px -10000px 0px 0px;
}

#u1362-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u5652.MuseMenuActive #u5653-4,#u1360:hover #u1362-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u5057
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u1360.MuseMenuActive,#u5057:hover
{
	margin: 0px -10000px 0px 0px;
}

#u5060-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u1360.MuseMenuActive #u1362-4,#u5057:hover #u5060-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1348
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u1351-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u5057.MuseMenuActive #u5060-4,#u1348:hover #u1351-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1359,#u5054,#u1345,#u2656
{
	width: 166px;
	margin-top: 2px;
}

#u2659
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 10px;
	margin-right: -10000px;
}

#u5057.MuseMenuActive,#u1348.MuseMenuActive,#u2659.MuseMenuActive
{
	margin: 0px -10000px 0px 0px;
}

#u2660-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 5px;
}

#u1348.MuseMenuActive #u1351-4,#u2659:hover #u2660-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u2659.MuseMenuActive #u2660-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u562
{
	z-index: 106;
	width: 1160px;
	padding-bottom: 19px;
	margin-right: -10000px;
	margin-top: 370px;
}

#u1464-4
{
	z-index: 187;
	width: 945px;
	margin-right: -10000px;
	margin-top: 20px;
	left: 108px;
}

#u6763
{
	z-index: 107;
	width: 1160px;
	padding-bottom: 30px;
	margin-right: -10000px;
	margin-top: 50px;
}

#u8252_align_to_page,#u5463_align_to_page,#u562_align_to_page,#u6763_align_to_page
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	left: -100px;
}

#u6738-4
{
	z-index: 196;
	width: 960px;
	min-height: 40px;
	margin-right: -10000px;
	margin-top: 30px;
	left: 99px;
}

#widgetu1391
{
	z-index: 147;
	width: 0.01px;
	height: 179px;
	margin-right: -10000px;
	margin-top: 189px;
	left: 818px;
}

#widgetu1392
{
	z-index: 148;
	width: 216px;
	height: 39px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#widgetu1392.fld-err-st
{
	margin: -1px -10000px 0px 0px;
}

#u1396-4
{
	z-index: 149;
	width: 204px;
	min-height: 19px;
	margin-bottom: -1px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
	padding: 14px 6px 6px;
}

#widgetu1392:hover #u1396-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1392.focus-st #u1396-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418
{
	z-index: 153;
	width: 216px;
	height: 39px;
	margin-right: -10000px;
	margin-top: 52px;
	left: -1px;
}

#widgetu1418.fld-err-st
{
	margin: 52px -10000px 0px 0px;
}

#u1422-4
{
	z-index: 154;
	width: 204px;
	min-height: 19px;
	margin-bottom: -1px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
	padding: 14px 6px 6px;
}

#widgetu1392.fld-err-st #u1396-4,#widgetu1418:hover #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418.focus-st #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418.fld-err-st #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1392_input,#widgetu1392_prompt,#widgetu1418_input,#widgetu1418_prompt
{
	width: 204px;
	min-height: 19px;
	padding: 14px 6px 6px;
}

#widgetu1392:hover #widgetu1392_input,#widgetu1392.focus-st #widgetu1392_input,#widgetu1392.fld-err-st #widgetu1392_input,#widgetu1392:hover #widgetu1392_prompt,#widgetu1392.focus-st #widgetu1392_prompt,#widgetu1392.fld-err-st #widgetu1392_prompt,#widgetu1418:hover #widgetu1418_input,#widgetu1418.focus-st #widgetu1418_input,#widgetu1418.fld-err-st #widgetu1418_input,#widgetu1418:hover #widgetu1418_prompt,#widgetu1418.focus-st #widgetu1418_prompt,#widgetu1418.fld-err-st #widgetu1418_prompt
{
	padding-top: 14px;
	padding-bottom: 6px;
}

#u1423-4
{
	z-index: 158;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#u1411-4
{
	z-index: 162;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#u1412-4
{
	z-index: 166;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#widgetu1391.frm-sub-st #u1423-4,#widgetu1391.frm-subm-err-st #u1411-4,#widgetu1391.frm-subm-ok-st #u1412-4
{
	min-height: 25px;
}

#u1424-17
{
	z-index: 170;
	min-height: 35px;
	width: 164px;
	margin-right: -10000px;
	margin-top: 103px;
	left: 52px;
	cursor: pointer;
}

#pamphletu6739
{
	z-index: 200;
	width: 0.01px;
	height: 69px;
	margin-right: -10000px;
	margin-top: 72px;
	left: 99px;
}

#u6749
{
	z-index: 201;
	width: 200px;
	margin-right: -10000px;
	margin-top: 47px;
	left: 7px;
}

#u6752
{
	width: 60px;
	height: 22px;
}

#u2650.MuseMenuActive,#u6752:hover
{
	margin: 0px;
}

#u6751
{
	width: 60px;
	height: 22px;
	left: 70px;
}

#u6752.PamphletThumbSelected,#u6751:hover
{
	margin: 0px;
}

#u6750
{
	width: 60px;
	height: 22px;
	left: 140px;
}

#u6751.PamphletThumbSelected,#u6750:hover
{
	margin: 0px;
}

#u6750.PamphletThumbSelected
{
	margin: 0px;
}

#u6742popup
{
	z-index: 205;
}

#u6742
{
	width: 956px;
}

#u6745
{
	z-index: 206;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6746-4
{
	z-index: 207;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

#u6747
{
	z-index: 211;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6748-4
{
	z-index: 212;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

#u6743
{
	z-index: 216;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6744-4
{
	z-index: 217;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

#page .verticalspacer
{
	clear: both;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

.html
{
	background-color: #FFFFFF;
}

#page
{
	z-index: 1;
	width: 960px;
	background-image: none;
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
/*result page*/
#page_position_content_results
{
	margin-top: 69px;
}

#u513
{
	z-index: 937;
	width: 1160px;
	height: 75px;
	top: 0px;
	left: 50%;
	margin-left: -50%;
}

#u514-4
{
	z-index: 938;
	width: 956px;
	min-height: 39px;
	top: 36px;
	left: 50%;
	margin-left: -478px;
}

#u8252
{
	z-index: 2;
	width: 1160px;
	padding-bottom: 61px;
	left: -100px;
}

#u7033-4
{
	z-index: 3;
	width: 646px;
	min-height: 43px;
	font-size: 36px;
	line-height: 43px;
	color: #FFFFFF;
	position: relative;
	margin-right: -10000px;
	margin-top: 104px;
	left: 257px;
}

#pmenuu515
{
	width: 0.01px;
	padding-bottom: 79px;
	margin-left: 231px;
	top: -200px;
	margin-bottom: -79px;
	position: relative;
}

#menuu515_results
{
	z-index: 819;
	width: 596px;
	top: 77px;
	left: 50%;
	margin-left: -305px;
}

#u5642
{
	width: 97px;
	min-height: 50px;
	margin-right: -10000px;
}

#u5643
{
	width: 97px;
	padding-bottom: 33px;
}

#u5643:hover
{
	margin: 0px;
}

#u5646-4
{
	width: 97px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5643:hover #u5646-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u537
{
	width: 97px;
	min-height: 50px;
	margin-right: -10000px;
	left: 99px;
}

#u538
{
	width: 97px;
	padding-bottom: 33px;
}

#u5643.MuseMenuActive,#u538:hover
{
	margin: 0px;
}

#u540-4
{
	width: 97px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5643.MuseMenuActive #u5646-4,#u538:hover #u540-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u5061
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 198px;
}

#u5064
{
	width: 98px;
	padding-bottom: 33px;
}

#u538.MuseMenuActive,#u5064:hover
{
	margin: 0px;
}

#u5066-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u538.MuseMenuActive #u540-4,#u5064:hover #u5066-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u530
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 298px;
}

#u531
{
	width: 98px;
	padding-bottom: 33px;
}

#u5064.MuseMenuActive,#u531:hover
{
	margin: 0px;
}

#u532-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5064.MuseMenuActive #u5066-4,#u531:hover #u532-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u2649
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 398px;
}

#u2650
{
	width: 98px;
	padding-bottom: 33px;
}

#u531.MuseMenuActive,#u2650:hover
{
	margin: 0px;
}

#u2652-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u531.MuseMenuActive #u532-4,#u2650:hover #u2652-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u555_results
{
	z-index: 850;
	width: 496px;
	top: 125px;
	left: 50%;
	margin-left: -250px;
}

#u7042-4
{
	z-index: 7;
	width: 955px;
	min-height: 58px;
	line-height: 36px;
	color: #9E8A51;
	margin-left: 2px;
	margin-top: 77px;
	position: relative;
}

#paccordionu7043
{
	width: 0.01px;
	margin-left: 16px;
	margin-top: 32px;
	position: relative;
}

#accordionu7043
{
	z-index: 11;
	width: 629px;
	position: relative;
	margin-right: -10000px;
}

#u7059
{
	z-index: 12;
	width: 629px;
	position: relative;
}

#u7060-6
{
	z-index: 13;
	width: 619px;
	min-height: 65px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	color: #999999;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: relative;
}

#u7060-6:hover
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u7060-6:active
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u7143
{
	z-index: 19;
	width: 595px;
}

#u7149
{
	z-index: 20;
	width: 593px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u7144-4
{
	z-index: 21;
	width: 422px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u7145
{
	z-index: 25;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u7146
{
	z-index: 26;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u7147
{
	z-index: 28;
	height: 28px;
	width: 27px;
	vertical-align: top;
	background: url("/media/1019/u7147.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 17px;
}

#u7147:hover
{
	background: url("/media/1020/u7147-r.png") no-repeat 0px 0px;
}

#u7061
{
	z-index: 31;
	width: 627px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	position: relative;
}

#u7062-32
{
	z-index: 32;
	width: 586px;
	line-height: 18px;
	color: #352929;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: 9px;
}

#u8407
{
	z-index: 64;
	width: 629px;
	position: relative;
}

#u8408-6
{
	z-index: 65;
	width: 619px;
	min-height: 65px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	color: #999999;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: relative;
}

#u8408-6:hover
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8408-6:active
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8410
{
	z-index: 71;
	width: 595px;
}

#u8411
{
	z-index: 72;
	width: 593px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8416-4
{
	z-index: 73;
	width: 422px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u8412
{
	z-index: 77;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u8415
{
	z-index: 78;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8413
{
	z-index: 80;
	height: 28px;
	width: 27px;
	vertical-align: top;
	background: url("/images/u8413.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 17px;
}

#u8413:hover
{
	background: url("/images/u8413-r.png") no-repeat 0px 0px;
}

#u8417
{
	z-index: 83;
	width: 627px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	position: relative;
}

#u8420-34
{
	z-index: 84;
	width: 585px;
	line-height: 18px;
	color: #352929;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: 6px;
}

#u8393
{
	z-index: 118;
	width: 629px;
	position: relative;
}

#u8394-6
{
	z-index: 119;
	width: 619px;
	min-height: 65px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	color: #999999;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: relative;
}

#u8394-6:hover
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8394-6:active
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8396
{
	z-index: 125;
	width: 595px;
}

#u8402
{
	z-index: 126;
	width: 593px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8397-4
{
	z-index: 127;
	width: 422px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u8398
{
	z-index: 131;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u8399
{
	z-index: 132;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8400
{
	z-index: 134;
	height: 28px;
	width: 27px;
	vertical-align: top;
	background: url("/images/u8400.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 17px;
}

#u8400:hover
{
	background: url("/images/u8400-r.png") no-repeat 0px 0px;
}

#u8403
{
	z-index: 137;
	width: 627px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	position: relative;
}

#u8406-16
{
	z-index: 138;
	width: 585px;
	line-height: 18px;
	color: #352929;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: 6px;
}

#u8379
{
	z-index: 154;
	width: 629px;
	position: relative;
}

#u8382-6
{
	z-index: 155;
	width: 619px;
	min-height: 65px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	color: #999999;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: relative;
}

#u8382-6:hover
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8382-6:active
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8384
{
	z-index: 161;
	width: 595px;
}

#u8385
{
	z-index: 162;
	width: 593px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8390-4
{
	z-index: 163;
	width: 422px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u8386
{
	z-index: 167;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u8389
{
	z-index: 168;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8387
{
	z-index: 170;
	height: 28px;
	width: 27px;
	vertical-align: top;
	background: url("/images/u8387.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 17px;
}

#u8387:hover
{
	background: url("/images/u8387-r.png") no-repeat 0px 0px;
}

#u8380
{
	z-index: 173;
	width: 627px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	position: relative;
}

#u8392-22
{
	z-index: 174;
	width: 585px;
	line-height: 18px;
	color: #352929;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: 6px;
}

#u8365
{
	z-index: 196;
	width: 629px;
	position: relative;
}

#u8366-6
{
	z-index: 197;
	width: 619px;
	min-height: 65px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	color: #999999;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: relative;
}

#u8366-6:hover
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8366-6:active
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8368
{
	z-index: 203;
	width: 595px;
}

#u8374
{
	z-index: 204;
	width: 593px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8373-4
{
	z-index: 205;
	width: 422px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u8369
{
	z-index: 209;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u8370
{
	z-index: 210;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8371
{
	z-index: 212;
	height: 28px;
	width: 27px;
	vertical-align: top;
	background: url("/images/u8371.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 17px;
}

#u8371:hover
{
	background: url("/images/u8371-r.png") no-repeat 0px 0px;
}

#u8375
{
	z-index: 215;
	width: 627px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	position: relative;
}

#u8378-14
{
	z-index: 216;
	width: 585px;
	line-height: 18px;
	color: #352929;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: 6px;
}

#u8351
{
	z-index: 230;
	width: 629px;
	position: relative;
}

#u8352-6
{
	z-index: 231;
	width: 619px;
	min-height: 65px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	color: #999999;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: relative;
}

#u8352-6:hover
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8352-6:active
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8354
{
	z-index: 237;
	width: 595px;
}

#u8355
{
	z-index: 238;
	width: 593px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8356-4
{
	z-index: 239;
	width: 422px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u8357
{
	z-index: 243;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u8358
{
	z-index: 244;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8359
{
	z-index: 246;
	height: 28px;
	width: 27px;
	vertical-align: top;
	background: url("/images/u8359.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 17px;
}

#u8359:hover
{
	background: url("/images/u8359-r.png") no-repeat 0px 0px;
}

#u8361
{
	z-index: 249;
	width: 627px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	position: relative;
}

#u8364-18
{
	z-index: 250;
	width: 585px;
	line-height: 18px;
	color: #352929;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: 6px;
}

#u8337
{
	z-index: 268;
	width: 629px;
	position: relative;
}

#u8340-6
{
	z-index: 269;
	width: 619px;
	min-height: 65px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	color: #999999;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: relative;
}

#u8340-6:hover
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8340-6:active
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8342
{
	z-index: 275;
	width: 595px;
}

#u8343
{
	z-index: 276;
	width: 593px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8348-4
{
	z-index: 277;
	width: 422px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u8344
{
	z-index: 281;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u8347
{
	z-index: 282;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8345
{
	z-index: 284;
	height: 28px;
	width: 27px;
	vertical-align: top;
	background: url("/images/u8345.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 17px;
}

#u8345:hover
{
	background: url("/images/u8345-r.png") no-repeat 0px 0px;
}

#u8338
{
	z-index: 287;
	width: 627px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	position: relative;
}

#u8350-10
{
	z-index: 288;
	width: 585px;
	line-height: 18px;
	color: #352929;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: 6px;
}

#u8323
{
	z-index: 298;
	width: 629px;
	position: relative;
}

#u8326-6
{
	z-index: 299;
	width: 619px;
	min-height: 65px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	color: #999999;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: relative;
}

#u8326-6:hover
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8326-6:active
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8328
{
	z-index: 305;
	width: 595px;
}

#u8334
{
	z-index: 306;
	width: 593px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8333-4
{
	z-index: 307;
	width: 422px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u8329
{
	z-index: 311;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u8332
{
	z-index: 312;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8330
{
	z-index: 314;
	height: 28px;
	width: 27px;
	vertical-align: top;
	background: url("/images/u8330.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 17px;
}

#u8330:hover
{
	background: url("/images/u8330-r.png") no-repeat 0px 0px;
}

#u8324
{
	z-index: 317;
	width: 627px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	position: relative;
}

#u8336-16
{
	z-index: 318;
	width: 585px;
	line-height: 18px;
	color: #352929;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: 6px;
}

#u8309
{
	z-index: 334;
	width: 629px;
	position: relative;
}

#u8312-6
{
	z-index: 335;
	width: 619px;
	min-height: 65px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	color: #999999;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: relative;
}

#u8312-6:hover
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8312-6:active
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8314
{
	z-index: 341;
	width: 595px;
}

#u8320
{
	z-index: 342;
	width: 593px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8319-4
{
	z-index: 343;
	width: 422px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u8315
{
	z-index: 347;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u8318
{
	z-index: 348;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8316
{
	z-index: 350;
	height: 28px;
	width: 27px;
	vertical-align: top;
	background: url("/images/u8316.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 17px;
}

#u8316:hover
{
	background: url("/images/u8316-r.png") no-repeat 0px 0px;
}

#u8310
{
	z-index: 353;
	width: 627px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	position: relative;
}

#u8322-16
{
	z-index: 354;
	width: 585px;
	line-height: 18px;
	color: #352929;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: 6px;
}

#u8295
{
	z-index: 370;
	width: 629px;
	position: relative;
}

#u8298-6
{
	z-index: 371;
	width: 619px;
	min-height: 65px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	color: #999999;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: relative;
}

#u8298-6:hover
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8298-6:active
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8300
{
	z-index: 377;
	width: 595px;
}

#u8306
{
	z-index: 378;
	width: 593px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8301-4
{
	z-index: 379;
	width: 422px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u8302
{
	z-index: 383;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u8303
{
	z-index: 384;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8304
{
	z-index: 386;
	height: 28px;
	width: 27px;
	vertical-align: top;
	background: url("/images/u8304.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 17px;
}

#u8304:hover
{
	background: url("/images/u8304-r.png") no-repeat 0px 0px;
}

#u8296
{
	z-index: 389;
	width: 627px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	position: relative;
}

#u8308-14
{
	z-index: 390;
	width: 585px;
	line-height: 18px;
	color: #352929;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: 6px;
}

#u8281
{
	z-index: 404;
	width: 629px;
	position: relative;
}

#u8282-6
{
	z-index: 405;
	width: 619px;
	min-height: 65px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	color: #999999;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: relative;
}

#u8282-6:hover
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8282-6:active
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u8284
{
	z-index: 411;
	width: 595px;
}

#u8285
{
	z-index: 412;
	width: 593px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8290-4
{
	z-index: 413;
	width: 422px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u8286
{
	z-index: 417;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u8287
{
	z-index: 418;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u8288
{
	z-index: 420;
	height: 28px;
	width: 27px;
	vertical-align: top;
	background: url("/images/u8288.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 17px;
}

#u8288:hover
{
	background: url("/images/u8288-r.png") no-repeat 0px 0px;
}

#u8291
{
	z-index: 423;
	width: 627px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	position: relative;
}

#u8294-24
{
	z-index: 424;
	width: 585px;
	line-height: 18px;
	color: #352929;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: 6px;
}

#u7252
{
	z-index: 448;
	width: 629px;
	position: relative;
}

#u7253-6
{
	z-index: 449;
	width: 619px;
	min-height: 65px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	color: #999999;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: relative;
}

#u7253-6:hover
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u7253-6:active
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u7255
{
	z-index: 455;
	width: 595px;
}

#u7260
{
	z-index: 456;
	width: 593px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u7261-4
{
	z-index: 457;
	width: 422px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u7256
{
	z-index: 461;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u7259
{
	z-index: 462;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u7257
{
	z-index: 464;
	height: 28px;
	width: 27px;
	vertical-align: top;
	background: url("/images/u7257.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 17px;
}

#u7257:hover
{
	background: url("/images/u7257-r.png") no-repeat 0px 0px;
}

#u7262
{
	z-index: 467;
	width: 627px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	padding-bottom: 3px;
	position: relative;
}

#u7266-20
{
	z-index: 468;
	width: 585px;
	line-height: 18px;
	color: #352929;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: 6px;
}

#u7192
{
	z-index: 488;
	width: 629px;
	position: relative;
}

#u7195-6
{
	z-index: 489;
	width: 619px;
	min-height: 65px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	color: #999999;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: relative;
}

#u7195-6:hover
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u7195-6:active
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u7197
{
	z-index: 495;
	width: 595px;
}

#u7199
{
	z-index: 496;
	width: 593px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u7198-4
{
	z-index: 497;
	width: 422px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u7200
{
	z-index: 501;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u7201
{
	z-index: 502;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u7202
{
	z-index: 504;
	height: 28px;
	width: 27px;
	vertical-align: top;
	background: url("/images/u7202.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 17px;
}

#u7202:hover
{
	background: url("/images/u7202-r.png") no-repeat 0px 0px;
}

#u7193
{
	z-index: 507;
	width: 627px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	padding-bottom: 7px;
	position: relative;
}

#u7205-12
{
	z-index: 508;
	width: 585px;
	line-height: 18px;
	color: #352929;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: 6px;
}

#u7161
{
	z-index: 520;
	width: 629px;
	position: relative;
}

#u7162-6
{
	z-index: 521;
	width: 619px;
	min-height: 65px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	color: #999999;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: relative;
}

#u7162-6:hover
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u7162-6:active
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u7164
{
	z-index: 527;
	width: 595px;
}

#u7165
{
	z-index: 528;
	width: 593px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u7166-4
{
	z-index: 529;
	width: 422px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u7167
{
	z-index: 533;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u7168
{
	z-index: 534;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u7169
{
	z-index: 536;
	height: 28px;
	width: 27px;
	vertical-align: top;
	background: url("/images/u7169.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 17px;
}

#u7169:hover
{
	background: url("/images/u7169-r.png") no-repeat 0px 0px;
}

#u7171
{
	z-index: 539;
	width: 627px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	padding-bottom: 9px;
	position: relative;
}

#u7175-10
{
	z-index: 540;
	width: 585px;
	line-height: 18px;
	color: #352929;
	position: relative;
	margin-right: -10000px;
	margin-top: 4px;
	left: 6px;
}

#u7044
{
	z-index: 550;
	width: 629px;
	position: relative;
}

#u7045-6
{
	z-index: 551;
	width: 619px;
	min-height: 65px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	color: #999999;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: relative;
}

#u7045-6:hover
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u7045-6:active
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u7060-6.AccordionPanelTabOpen,#u8408-6.AccordionPanelTabOpen,#u8394-6.AccordionPanelTabOpen,#u8382-6.AccordionPanelTabOpen,#u8366-6.AccordionPanelTabOpen,#u8352-6.AccordionPanelTabOpen,#u8340-6.AccordionPanelTabOpen,#u8326-6.AccordionPanelTabOpen,#u8312-6.AccordionPanelTabOpen,#u8298-6.AccordionPanelTabOpen,#u8282-6.AccordionPanelTabOpen,#u7253-6.AccordionPanelTabOpen,#u7195-6.AccordionPanelTabOpen,#u7162-6.AccordionPanelTabOpen,#u7045-6.AccordionPanelTabOpen
{
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
	margin: 0px;
}

#u7060-6.AccordionPanelTabOpen p,#u7060-6.AccordionPanelTabOpen span,#u8408-6.AccordionPanelTabOpen p,#u8408-6.AccordionPanelTabOpen span,#u8394-6.AccordionPanelTabOpen p,#u8394-6.AccordionPanelTabOpen span,#u8382-6.AccordionPanelTabOpen p,#u8382-6.AccordionPanelTabOpen span,#u8366-6.AccordionPanelTabOpen p,#u8366-6.AccordionPanelTabOpen span,#u8352-6.AccordionPanelTabOpen p,#u8352-6.AccordionPanelTabOpen span,#u8340-6.AccordionPanelTabOpen p,#u8340-6.AccordionPanelTabOpen span,#u8326-6.AccordionPanelTabOpen p,#u8326-6.AccordionPanelTabOpen span,#u8312-6.AccordionPanelTabOpen p,#u8312-6.AccordionPanelTabOpen span,#u8298-6.AccordionPanelTabOpen p,#u8298-6.AccordionPanelTabOpen span,#u8282-6.AccordionPanelTabOpen p,#u8282-6.AccordionPanelTabOpen span,#u7253-6.AccordionPanelTabOpen p,#u7253-6.AccordionPanelTabOpen span,#u7195-6.AccordionPanelTabOpen p,#u7195-6.AccordionPanelTabOpen span,#u7162-6.AccordionPanelTabOpen p,#u7162-6.AccordionPanelTabOpen span,#u7045-6.AccordionPanelTabOpen p,#u7045-6.AccordionPanelTabOpen span
{
	color: #4F4F4F;
	visibility: inherit;
}

#u7060,#u8408,#u8394,#u8382,#u8366,#u8352,#u8340,#u8326,#u8312,#u8298,#u8282,#u7253,#u7195,#u7162,#u7045
{
	font-size: 1px;
	line-height: 0px;
}

#u7152
{
	z-index: 557;
	width: 595px;
}

#u7153
{
	z-index: 558;
	width: 593px;
	border-width: 1px;
	border-style: solid;
	border-color: #EDE5D5;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u7149:hover,#u8411:hover,#u8402:hover,#u8385:hover,#u8374:hover,#u8355:hover,#u8343:hover,#u8334:hover,#u8320:hover,#u8306:hover,#u8285:hover,#u7260:hover,#u7199:hover,#u7165:hover,#u7153:hover
{
	background-color: #FFFFFF;
	width: 593px;
	min-height: 0px;
	margin: 0px -10000px 0px 0px;
}

#u7158-4
{
	z-index: 559;
	width: 422px;
	min-height: 29px;
	line-height: 17px;
	position: relative;
	margin-right: -10000px;
	margin-top: 23px;
	left: 80px;
}

#u7154
{
	z-index: 563;
	width: 61px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u7155
{
	z-index: 564;
	width: 61px;
	height: 61px;
	border-color: #EDE5D5;
	background-color: #9E8A51;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-right: -10000px;
}

#u7156
{
	z-index: 566;
	height: 28px;
	width: 27px;
	vertical-align: top;
	background: url("/images/u7156.png") no-repeat 0px 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 16px;
	left: 17px;
}

#u7156:hover
{
	background: url("/images/u7156-r.png") no-repeat 0px 0px;
}

#u7046
{
	z-index: 569;
	width: 627px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	position: relative;
}

#u7047-8
{
	z-index: 570;
	width: 569px;
	min-height: 58px;
	line-height: 18px;
	color: #352929;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: 9px;
}

.AccordionPanelTab /* accordion */
{
	cursor: pointer;
}

#u7246
{
	z-index: 147;
	width: 257px;
	-pie-box-shadow: none;
	-moz-box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 16px -1px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.5);
	border-width: 10px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: transparent;
	-webkit-transform: matrix(0.9986,0.0523,-0.0523,0.9986,6,-7);
	-ms-transform: matrix(0.9986,0.0523,-0.0523,0.9986,6,-7);
	-o-transform: matrix(0.9986,0.0523,-0.0523,0.9986,6,-7);
	transform: matrix(0.9986,0.0523,-0.0523,0.9986,6,-7);
	position: relative;
	margin-right: -10000px;
	margin-top: 18px;
	left: 637px;
}

#u7248
{
	z-index: 147;
	width: 232px;
	-pie-box-shadow: none;
	-moz-box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 16px -1px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.5);
	border-width: 10px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: transparent;
	-webkit-transform: matrix(0.9994,-0.0349,0.0349,0.9994,-3,4);
	-ms-transform: matrix(0.9994,-0.0349,0.0349,0.9994,-3,4);
	-o-transform: matrix(0.9994,-0.0349,0.0349,0.9994,-3,4);
	transform: matrix(0.9994,-0.0349,0.0349,0.9994,-3,4);
	position: relative;
	margin-right: -10000px;
	margin-top: 193px;
	left: 650px;
}

#u7268
{
	/*z-index: 582;*/
	width: 1160px;
	border-style: none;
	border-color: transparent;
	background-color: #EDE5D5;
	padding-bottom: 0px;
	position: relative;
	left: -100px;
	margin-top: 73px;
}

#u7268_align_to_page
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
	left: -100px;
	padding-top: 62px;
	padding-bottom: 40px;
}

#u7384-4
{
	/*z-index: 583;*/
	width: 872px;
	min-height: 45px;
	line-height: 36px;
	left: 144px;
	position: relative;
}

#u7385-4
{
	/*z-index: 591;*/
	width: 910px;
	min-height: 91px;
	text-align: center;
	left: 125px;
	margin-top: 31px;
	position: relative;
}

#pu7386-63
{
	width: 0.01px;
	left: 125px;
	margin-top: 34px;
	position: relative;
}

#u7386-63
{
	/*z-index: 599;*/
	width: 407px;
	min-height: 745px;
	position: relative;
	margin-right: -10000px;
}

#u7387-66
{
	/*z-index: 752;*/
	width: 407px;
	min-height: 745px;
	position: relative;
	margin-right: -10000px;
	left: 503px;
}

#u7467-4
{
	/*z-index: 587;*/
	width: 872px;
	min-height: 45px;
	line-height: 36px;
	margin-left: 44px;
	margin-top: 61px;
	position: relative;
}

#u7468-4
{
	/*z-index: 595;*/
	width: 910px;
	min-height: 91px;
	text-align: center;
	margin-left: 25px;
	margin-top: 31px;
	position: relative;
}

#pu7466-41
{
	width: 0.01px;
	margin-left: 25px;
	margin-top: 34px;
	position: relative;
}

#u7466-41
{
	/*z-index: 662;*/
	width: 425px;
	min-height: 893px;
	position: relative;
	margin-right: -10000px;
}

#u7471-49
{
	/*z-index: 703;*/
	width: 410px;
	min-height: 893px;
	position: relative;
	margin-right: -10000px;
	left: 500px;
}

#u7386-2,#u7386-7,#u7386-12,#u7386-17,#u7386-24,#u7386-29,#u7386-34,#u7386-39,#u7386-44,#u7386-49,#u7386-54,#u7386-59,#u7387-2,#u7387-9,#u7387-14,#u7387-21,#u7387-36,#u7387-43,#u7387-48,#u7387-55,#u7387-62,#u7466,#u7466-5,#u7466-9,#u7466-13,#u7466-17,#u7466-21,#u7466-25,#u7466-29,#u7466-33,#u7466-37,#u7471,#u7471-5,#u7471-9,#u7471-13,#u7471-17,#u7471-21,#u7471-25,#u7471-29,#u7471-33,#u7471-37,#u7471-41,#u7471-45
{
	font-weight: 700;
}

#pu5463
{
	width: 0.01px;
	left: -100px;
	position: relative;
}

#u5463
{
	z-index: 818;
	width: 1160px;
	padding-bottom: 69px;
	margin-right: -10000px;
}

#pu1343-4
{
	width: 0.01px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 189px;
	left: 125px;
}

#u1343-4
{
	z-index: 858;
	width: 202px;
	min-height: 39px;
}

#u1342-4
{
	z-index: 854;
	width: 394px;
	min-height: 119px;
	margin-top: 6px;
}

#menuu1344
{
	z-index: 862;
	width: 166px;
	margin-right: -10000px;
	margin-top: 189px;
	left: 633px;
}

#u5649
{
	width: 166px;
}

#u5652
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u5653-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u2650.MuseMenuActive #u2652-4,#u5652:hover #u5653-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1360
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u5652.MuseMenuActive,#u1360:hover
{
	margin: 0px -10000px 0px 0px;
}

#u1362-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u5652.MuseMenuActive #u5653-4,#u1360:hover #u1362-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u5057
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u1360.MuseMenuActive,#u5057:hover
{
	margin: 0px -10000px 0px 0px;
}

#u5060-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u1360.MuseMenuActive #u1362-4,#u5057:hover #u5060-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1348
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u1351-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u5057.MuseMenuActive #u5060-4,#u1348:hover #u1351-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1359,#u5054,#u1345,#u2656
{
	width: 166px;
	margin-top: 2px;
}

#u2659
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 10px;
	margin-right: -10000px;
}

#u5057.MuseMenuActive,#u1348.MuseMenuActive,#u2659.MuseMenuActive
{
	margin: 0px -10000px 0px 0px;
}

#u2660-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 5px;
}

#u1348.MuseMenuActive #u1351-4,#u2659:hover #u2660-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u2659.MuseMenuActive #u2660-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u562
{
	z-index: 852;
	width: 1160px;
	padding-bottom: 19px;
	margin-right: -10000px;
	margin-top: 370px;
}

#u1464-4
{
	z-index: 933;
	width: 945px;
	margin-right: -10000px;
	margin-top: 20px;
	left: 108px;
}

#u6763
{
	z-index: 853;
	width: 1160px;
	padding-bottom: 30px;
	margin-right: -10000px;
	margin-top: 50px;
}

#u8252_align_to_page,#u5463_align_to_page,#u562_align_to_page,#u6763_align_to_page
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	left: -100px;
}

#u6738-4
{
	z-index: 942;
	width: 960px;
	min-height: 40px;
	margin-right: -10000px;
	margin-top: 30px;
	left: 99px;
}

#widgetu1391
{
	z-index: 893;
	width: 0.01px;
	height: 179px;
	margin-right: -10000px;
	margin-top: 189px;
	left: 818px;
}

#widgetu1392
{
	z-index: 894;
	width: 216px;
	height: 39px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#widgetu1392.fld-err-st
{
	margin: -1px -10000px 0px 0px;
}

#u1396-4
{
	z-index: 895;
	width: 204px;
	min-height: 19px;
	margin-bottom: -1px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
	padding: 14px 6px 6px;
}

#widgetu1392:hover #u1396-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1392.focus-st #u1396-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418
{
	z-index: 899;
	width: 216px;
	height: 39px;
	margin-right: -10000px;
	margin-top: 52px;
	left: -1px;
}

#widgetu1418.fld-err-st
{
	margin: 52px -10000px 0px 0px;
}

#u1422-4
{
	z-index: 900;
	width: 204px;
	min-height: 19px;
	margin-bottom: -1px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
	padding: 14px 6px 6px;
}

#widgetu1392.fld-err-st #u1396-4,#widgetu1418:hover #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418.focus-st #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418.fld-err-st #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1392_input,#widgetu1392_prompt,#widgetu1418_input,#widgetu1418_prompt
{
	width: 204px;
	min-height: 19px;
	padding: 14px 6px 6px;
}

#widgetu1392:hover #widgetu1392_input,#widgetu1392.focus-st #widgetu1392_input,#widgetu1392.fld-err-st #widgetu1392_input,#widgetu1392:hover #widgetu1392_prompt,#widgetu1392.focus-st #widgetu1392_prompt,#widgetu1392.fld-err-st #widgetu1392_prompt,#widgetu1418:hover #widgetu1418_input,#widgetu1418.focus-st #widgetu1418_input,#widgetu1418.fld-err-st #widgetu1418_input,#widgetu1418:hover #widgetu1418_prompt,#widgetu1418.focus-st #widgetu1418_prompt,#widgetu1418.fld-err-st #widgetu1418_prompt
{
	padding-top: 14px;
	padding-bottom: 6px;
}

#u1423-4
{
	z-index: 904;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#u1411-4
{
	z-index: 908;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#u1412-4
{
	z-index: 912;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#widgetu1391.frm-sub-st #u1423-4,#widgetu1391.frm-subm-err-st #u1411-4,#widgetu1391.frm-subm-ok-st #u1412-4
{
	min-height: 25px;
}

#u1424-17
{
	z-index: 916;
	min-height: 35px;
	width: 164px;
	margin-right: -10000px;
	margin-top: 103px;
	left: 52px;
	cursor: pointer;
}

#pamphletu6739
{
	z-index: 946;
	width: 0.01px;
	height: 69px;
	margin-right: -10000px;
	margin-top: 72px;
	left: 99px;
}

#u6749
{
	z-index: 947;
	width: 200px;
	margin-right: -10000px;
	margin-top: 47px;
	left: 7px;
}

#u6752
{
	width: 60px;
	height: 22px;
}

#u2650.MuseMenuActive,#u6752:hover
{
	margin: 0px;
}

#u6751
{
	width: 60px;
	height: 22px;
	left: 70px;
}

#u6752.PamphletThumbSelected,#u6751:hover
{
	margin: 0px;
}

#u6750
{
	width: 60px;
	height: 22px;
	left: 140px;
}

#u6751.PamphletThumbSelected,#u6750:hover
{
	margin: 0px;
}

#u6750.PamphletThumbSelected
{
	margin: 0px;
}

#u6742popup
{
	z-index: 951;
}

#u6742
{
	width: 956px;
}

#u6745
{
	z-index: 952;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6746-4
{
	z-index: 953;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

#u6747
{
	z-index: 957;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6748-4
{
	z-index: 958;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

#u6743
{
	z-index: 962;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6744-4
{
	z-index: 963;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

#page .verticalspacer
{
	clear: both;
}


.AccordionPanelContent
{
	display: none;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

.html
{
	background-color: #FFFFFF;
}

#page
{
	z-index: 1;
	width: 960px;
	min-height: 800px;
	background-image: none;
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#page_position_content_pigeons
{
	margin-top: 69px;
}

#u513
{
	z-index: 126;
	width: 1160px;
	height: 45px;
	top: 0px;
	left: 50%;
	margin-left: -50%;
}

#u514-4
{
	z-index: 127;
	width: 956px;
	min-height: 39px;
	top: 6px;
	left: 50%;
	margin-left: -478px;
}

#u8252
{
	z-index: 2;
	width: 1160px;
	padding-bottom: 63px;
	left: -100px;
}

#u8819-4
{
	z-index: 3;
	width: 910px;
	min-height: 43px;
	font-size: 36px;
	line-height: 43px;
	color: #FFFFFF;
	position: relative;
	margin-right: -10000px;
	margin-top: 102px;
	left: 125px;
}

#pmenuu515
{
	width: 0.01px;
	padding-bottom: 79px;
	margin-left: 231px;
	top: -200px;
	margin-bottom: -79px;
	position: relative;
}

#menuu515_pigeons
{
	z-index: 8;
	width: 496px;
	top: 77px;
	left: 50%;
	margin-left: -249px;
}

#u5642
{
	width: 97px;
	min-height: 50px;
	margin-right: -10000px;
}

#u5643
{
	width: 97px;
	padding-bottom: 33px;
}

#u5643:hover
{
	margin: 0px;
}

#u5646-4
{
	width: 97px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5643:hover #u5646-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u537
{
	width: 97px;
	min-height: 50px;
	margin-right: -10000px;
	left: 99px;
}

#u538
{
	width: 97px;
	padding-bottom: 33px;
}

#u5643.MuseMenuActive,#u538:hover
{
	margin: 0px;
}

#u540-4
{
	width: 97px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5643.MuseMenuActive #u5646-4,#u538:hover #u540-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u5061
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 198px;
}

#u5064
{
	width: 98px;
	padding-bottom: 33px;
}

#u538.MuseMenuActive,#u5064:hover
{
	margin: 0px;
}

#u5066-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u538.MuseMenuActive #u540-4,#u5064:hover #u5066-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u530
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 298px;
}

#u531
{
	width: 98px;
	padding-bottom: 33px;
}

#u5064.MuseMenuActive,#u531:hover
{
	margin: 0px;
}

#u532-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5064.MuseMenuActive #u5066-4,#u531:hover #u532-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u2649
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 398px;
}

#u2650
{
	width: 98px;
	padding-bottom: 33px;
}

#u531.MuseMenuActive,#u2650:hover
{
	margin: 0px;
}

#u2652-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u531.MuseMenuActive #u532-4,#u2650:hover #u2652-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u555_pigeons
{
	z-index: 39;
	width: 496px;
	top: 125px;
	left: 50%;
	margin-left: -250px;
}

#pu5463
{
	width: 0.01px;
	left: -100px;
	position: relative;
}

#u5463
{
	z-index: 7;
	width: 1160px;
	padding-bottom: 69px;
	margin-right: -10000px;
}

#pu1343-4
{
	width: 0.01px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 189px;
	left: 125px;
}

#u1343-4
{
	z-index: 47;
	width: 202px;
	min-height: 39px;
}

#u1342-4
{
	z-index: 43;
	width: 394px;
	min-height: 119px;
	margin-top: 6px;
}

#menuu1344
{
	z-index: 51;
	width: 166px;
	margin-right: -10000px;
	margin-top: 189px;
	left: 633px;
}

#u5649
{
	width: 166px;
}

#u5652
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u5653-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u2650.MuseMenuActive #u2652-4,#u5652:hover #u5653-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1360
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u5652.MuseMenuActive,#u1360:hover
{
	margin: 0px -10000px 0px 0px;
}

#u1362-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u5652.MuseMenuActive #u5653-4,#u1360:hover #u1362-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u5057
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u1360.MuseMenuActive,#u5057:hover
{
	margin: 0px -10000px 0px 0px;
}

#u5060-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u1360.MuseMenuActive #u1362-4,#u5057:hover #u5060-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1348
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u1351-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u5057.MuseMenuActive #u5060-4,#u1348:hover #u1351-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1359,#u5054,#u1345,#u2656
{
	width: 166px;
	margin-top: 2px;
}

#u2659
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 10px;
	margin-right: -10000px;
}

#u5057.MuseMenuActive,#u1348.MuseMenuActive,#u2659.MuseMenuActive
{
	margin: 0px -10000px 0px 0px;
}

#u2660-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 5px;
}

#u1348.MuseMenuActive #u1351-4,#u2659:hover #u2660-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u2659.MuseMenuActive #u2660-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u562
{
	z-index: 41;
	width: 1160px;
	padding-bottom: 19px;
	margin-right: -10000px;
	margin-top: 370px;
}

#u1464-4
{
	z-index: 122;
	width: 945px;
	margin-right: -10000px;
	margin-top: 20px;
	left: 108px;
}

#u6763
{
	z-index: 42;
	width: 1160px;
	padding-bottom: 30px;
	margin-right: -10000px;
	margin-top: 50px;
}

#u8252_align_to_page,#u5463_align_to_page,#u562_align_to_page,#u6763_align_to_page
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	left: -100px;
}

#u6738-4
{
	z-index: 131;
	width: 960px;
	min-height: 40px;
	margin-right: -10000px;
	margin-top: 30px;
	left: 99px;
}

#widgetu1391
{
	z-index: 82;
	width: 0.01px;
	height: 179px;
	margin-right: -10000px;
	margin-top: 189px;
	left: 818px;
}

#widgetu1392
{
	z-index: 83;
	width: 216px;
	height: 39px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#widgetu1392.fld-err-st
{
	margin: -1px -10000px 0px 0px;
}

#u1396-4
{
	z-index: 84;
	width: 204px;
	min-height: 19px;
	margin-bottom: -1px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
	padding: 14px 6px 6px;
}

#widgetu1392:hover #u1396-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1392.focus-st #u1396-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418
{
	z-index: 88;
	width: 216px;
	height: 39px;
	margin-right: -10000px;
	margin-top: 52px;
	left: -1px;
}

#widgetu1418.fld-err-st
{
	margin: 52px -10000px 0px 0px;
}

#u1422-4
{
	z-index: 89;
	width: 204px;
	min-height: 19px;
	margin-bottom: -1px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
	padding: 14px 6px 6px;
}

#widgetu1392.fld-err-st #u1396-4,#widgetu1418:hover #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418.focus-st #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418.fld-err-st #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1392_input,#widgetu1392_prompt,#widgetu1418_input,#widgetu1418_prompt
{
	width: 204px;
	min-height: 19px;
	padding: 14px 6px 6px;
}

#widgetu1392:hover #widgetu1392_input,#widgetu1392.focus-st #widgetu1392_input,#widgetu1392.fld-err-st #widgetu1392_input,#widgetu1392:hover #widgetu1392_prompt,#widgetu1392.focus-st #widgetu1392_prompt,#widgetu1392.fld-err-st #widgetu1392_prompt,#widgetu1418:hover #widgetu1418_input,#widgetu1418.focus-st #widgetu1418_input,#widgetu1418.fld-err-st #widgetu1418_input,#widgetu1418:hover #widgetu1418_prompt,#widgetu1418.focus-st #widgetu1418_prompt,#widgetu1418.fld-err-st #widgetu1418_prompt
{
	padding-top: 14px;
	padding-bottom: 6px;
}

#u1423-4
{
	z-index: 93;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#u1411-4
{
	z-index: 97;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#u1412-4
{
	z-index: 101;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#widgetu1391.frm-sub-st #u1423-4,#widgetu1391.frm-subm-err-st #u1411-4,#widgetu1391.frm-subm-ok-st #u1412-4
{
	min-height: 25px;
}

#u1424-17
{
	z-index: 105;
	min-height: 35px;
	width: 164px;
	margin-right: -10000px;
	margin-top: 103px;
	left: 52px;
	cursor: pointer;
}

#pamphletu6739
{
	z-index: 135;
	width: 0.01px;
	height: 69px;
	margin-right: -10000px;
	margin-top: 73px;
	left: 99px;
}

#u6749
{
	z-index: 136;
	width: 200px;
	margin-right: -10000px;
	margin-top: 47px;
	left: 7px;
}

#u6752
{
	width: 60px;
	height: 22px;
}

#u2650.MuseMenuActive,#u6752:hover
{
	margin: 0px;
}

#u6751
{
	width: 60px;
	height: 22px;
	left: 70px;
}

#u6752.PamphletThumbSelected,#u6751:hover
{
	margin: 0px;
}

#u6750
{
	width: 60px;
	height: 22px;
	left: 140px;
}

#u6751.PamphletThumbSelected,#u6750:hover
{
	margin: 0px;
}

#u6750.PamphletThumbSelected
{
	margin: 0px;
}

#u6742popup
{
	z-index: 140;
}

#u6742
{
	width: 956px;
}

#u6745
{
	z-index: 141;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6746-4
{
	z-index: 142;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

#u6747
{
	z-index: 146;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6748-4
{
	z-index: 147;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

#u6743
{
	z-index: 151;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6744-4
{
	z-index: 152;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

/* TEURLINGS */

#u8825-4
{
	z-index: 47;
	width: 220px;
	min-height: 26px;
	margin-right: -10000px;
	margin-top: 234px;
	left: 555px;
}

#u8820
{
	z-index: 129;
	width: 220px;
	margin-right: -10000px;
	margin-top: 259px;
	left: 555px;
}

#page .verticalspacer
{
	clear: both;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

#page
{
	z-index: 1;
	width: 960px;
	background-image: none;
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#page_position_content_contact
{
	margin-top: 72px;
}

#u513
{
	z-index: 266;
	width: 1160px;
	height: 75px;
	top: 0px;
	left: 50%;
	margin-left: -50%;
}

#u514-4
{
	z-index: 267;
	width: 956px;
	min-height: 39px;
	top: 36px;
	left: 50%;
	margin-left: -478px;
}

#u3336
{
	z-index: 65;
	width: 1160px;
	min-height: 604px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
	left: -100px;
}

#pmenuu515
{
	width: 0.01px;
	padding-bottom: 79px;
	margin-left: 231px;
	top: -599px;
	margin-bottom: -79px;
	position: relative;
}

#menuu515_contact
{
	z-index: 148;
	width: 596px;
	top: 77px;
	left: 50%;
	margin-left: -305px;
}

#u5642
{
	width: 97px;
	min-height: 50px;
	margin-right: -10000px;
}

#u5643
{
	width: 97px;
	padding-bottom: 33px;
}

#u5643:hover
{
	margin: 0px;
}

#u5646-4
{
	width: 97px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5643:hover #u5646-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u537
{
	width: 97px;
	min-height: 50px;
	margin-right: -10000px;
	left: 99px;
}

#u538
{
	width: 97px;
	padding-bottom: 33px;
}

#u5643.MuseMenuActive,#u538:hover
{
	margin: 0px;
}

#u540-4
{
	width: 97px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5643.MuseMenuActive #u5646-4,#u538:hover #u540-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u5061
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 198px;
}

#u5064
{
	width: 98px;
	padding-bottom: 33px;
}

#u538.MuseMenuActive,#u5064:hover
{
	margin: 0px;
}

#u5066-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u538.MuseMenuActive #u540-4,#u5064:hover #u5066-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u530
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 298px;
}

#u531
{
	width: 98px;
	padding-bottom: 33px;
}

#u5064.MuseMenuActive,#u531:hover
{
	margin: 0px;
}

#u532-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u5064.MuseMenuActive #u5066-4,#u531:hover #u532-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u2649
{
	width: 98px;
	min-height: 50px;
	margin-right: -10000px;
	left: 398px;
}

#u2650
{
	width: 98px;
	padding-bottom: 33px;
}

#u531.MuseMenuActive,#u2650:hover
{
	margin: 0px;
}

#u2652-4
{
	width: 98px;
	min-height: 17px;
	margin-right: -10000px;
	top: 16px;
}

#u531.MuseMenuActive #u532-4,#u2650:hover #u2652-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u555_contact
{
	z-index: 179;
	width: 496px;
	top: 125px;
	left: 50%;
	margin-left: -250px;
}

#pu2677
{
	width: 0.01px;
	left: -100px;
	top: -5px;
	margin-bottom: -5px;
	position: relative;
}

#u2677
{
	z-index: 2;
	width: 1160px;
	border-style: none;
	border-color: transparent;
	background-color: #EDE5D5;
	padding-bottom: 92px;
	position: relative;
	margin-right: -10000px;
	margin-top:-13px;
}

#u2677_align_to_page
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
	left: -100px;
}

#u2711-4
{
	z-index: 53;
	width: 269px;
	min-height: 243px;
	position: relative;
	margin-right: -10000px;
	margin-top: 182px;
	left: 125px;
}

#widgetu2679
{
	z-index: 3;
	width: 0.01px;
	height: 295px;
	position: relative;
	margin-right: -10000px;
	margin-top: 130px;
	left: 426px;
}

#widgetu2680
{
	z-index: 4;
	width: 193px;
	height: 39px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#u2684-4
{
	z-index: 5;
	width: 181px;
	min-height: 19px;
	border-width: 1px;
	border-style: solid;
	border-color: #352929;
	background-color: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 12px;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: -1px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
	padding: 14px 6px 6px;
}

.html,#widgetu2680.non-empty-st #u2684-4
{
	background-color: #FFFFFF;
}

#widgetu2680:hover #u2684-4
{
	border-color: #6B6B6B;
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 181px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2680.focus-st #u2684-4
{
	border-color: #6B6B6B;
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 181px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2680.non-empty-st #u2684-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu2680:hover #u2684-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu2680.focus-st #u2684-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu2680_input,#widgetu2680_prompt
{
	width: 181px;
	min-height: 19px;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	padding: 14px 6px 6px;
}

#widgetu2687
{
	z-index: 9;
	width: 193px;
	height: 39px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: 206px;
}

#u2689-4
{
	z-index: 10;
	width: 181px;
	min-height: 19px;
	border-width: 1px;
	border-style: solid;
	border-color: #352929;
	background-color: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 12px;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	margin-bottom: -1px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
	padding: 14px 6px 6px;
}

#widgetu2687.non-empty-st #u2689-4
{
	background-color: #FFFFFF;
}

#widgetu2687:hover #u2689-4
{
	border-color: #6B6B6B;
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 181px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2687.focus-st #u2689-4
{
	border-color: #6B6B6B;
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 181px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2687.non-empty-st #u2689-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu2687:hover #u2689-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu2687.focus-st #u2689-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#u2709-4
{
	z-index: 14;
	width: 200px;
	min-height: 21px;
	background-color: transparent;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	padding-top: 4px;
	font-size: 12px;
	line-height: 14px;
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	position: relative;
	margin-right: -10000px;
	margin-top: 154px;
	left: 8px;
}

#widgetu2679.frm-sub-st #u2709-4 p
{
	color: #999999;
	line-height: 1;
	font-size: 14px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
}

#u2710-4
{
	z-index: 18;
	width: 200px;
	min-height: 21px;
	background-color: transparent;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	padding-top: 4px;
	font-size: 12px;
	line-height: 14px;
	color: #FF0000;
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	position: relative;
	margin-right: -10000px;
	margin-top: 154px;
	left: 8px;
}

#widgetu2679.frm-subm-err-st #u2710-4 p
{
	color: #D7244C;
	line-height: 1;
	font-size: 14px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
}

#u2685-4
{
	z-index: 22;
	width: 200px;
	min-height: 21px;
	background-color: transparent;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	padding-top: 4px;
	font-size: 12px;
	line-height: 12px;
	color: #00FF00;
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	position: relative;
	margin-right: -10000px;
	margin-top: 154px;
	left: 8px;
}

#widgetu2679.frm-sub-st #u2709-4,#widgetu2679.frm-subm-err-st #u2710-4,#widgetu2679.frm-subm-ok-st #u2685-4
{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	min-height: 25px;
}

#widgetu2679.frm-subm-ok-st #u2685-4 p
{
	color: #999999;
	font-size: 14px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
}



#u2686-17
{
	z-index: 26;
	min-height: 36px;
	width: 137px;
	margin-bottom: -1px;
	position: relative;
	margin-right: -10000px;
	margin-top: 261px;
	left: 473px;
	
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	background-color: #9E8A51;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: italic;
}

#u2686-17:hover
{
	cursor: pointer;
	color: #9E8A51;
	background-color: #FFFFFF;
	border: 1px solid;
    border-color: #484848;
}


#widgetu2692
{
	z-index: 43;
	width: 193px;
	height: 39px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: 415px;
}

#widgetu2680.fld-err-st,#widgetu2687.fld-err-st,#widgetu2692.fld-err-st
{
	background-color: transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	margin: -1px -10000px 0px 0px;
}

#u2693-4
{
	z-index: 44;
	width: 181px;
	min-height: 19px;
	border-width: 1px;
	border-style: solid;
	border-color: #352929;
	background-color: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 12px;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	margin-bottom: -1px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
	padding: 14px 6px 6px;
}

#widgetu2692.non-empty-st #u2693-4
{
	background-color: #FFFFFF;
}

#widgetu2692:hover #u2693-4
{
	border-color: #6B6B6B;
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 181px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2692.focus-st #u2693-4
{
	border-color: #6B6B6B;
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 181px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2680.fld-err-st #u2684-4,#widgetu2687.fld-err-st #u2689-4,#widgetu2692.fld-err-st #u2693-4
{
	border-color: #D7244C;
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 181px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2692.non-empty-st #u2693-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu2692:hover #u2693-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu2692.focus-st #u2693-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu2687_input,#widgetu2687_prompt,#widgetu2692_input,#widgetu2692_prompt
{
	width: 181px;
	min-height: 19px;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding: 14px 6px 6px;
}

#widgetu2704
{
	z-index: 48;
	width: 609px;
	height: 185px;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
	position: relative;
	margin-right: -10000px;
	margin-top: 57px;
	left: -1px;
}

#widgetu2704.fld-err-st
{
	background-color: transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	margin: 57px -10000px 0px 0px;
}

#u2708-4
{
	z-index: 49;
	width: 597px;
	min-height: 165px;
	border-width: 1px;
	border-style: solid;
	border-color: #352929;
	background-color: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 12px;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	margin-bottom: -1px;
	position: relative;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
	padding: 14px 6px 6px;
}

#widgetu2704.non-empty-st #u2708-4
{
	background-color: #FFFFFF;
}

#widgetu2704:hover #u2708-4
{
	border-color: #6B6B6B;
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 165px;
	width: 597px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2704.focus-st #u2708-4
{
	border-color: #6B6B6B;
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 165px;
	width: 597px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2704.fld-err-st #u2708-4
{
	border-color: #D7244C;
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 165px;
	width: 597px;
	margin: -1px -10000px -1px 0px;
}

#widgetu2704.non-empty-st #u2708-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu2704:hover #u2708-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu2704.focus-st #u2708-4 *
{
	color: #4F4F4F;
	font-style: normal;
}

#widgetu2680.fld-err-st #u2684-4 *,#widgetu2687.fld-err-st #u2689-4 *,#widgetu2692.fld-err-st #u2693-4 *,#widgetu2704.fld-err-st #u2708-4 *
{
	color: #D7244C;
	font-style: italic;
}

#widgetu2704_input,#widgetu2704_prompt
{
	width: 597px;
	min-height: 165px;
	color: #352929;
	font-family: open-sans, sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding: 14px 6px 6px;
}

#widgetu2680.non-empty-st #widgetu2680_prompt,#widgetu2687.non-empty-st #widgetu2687_prompt,#widgetu2692.non-empty-st #widgetu2692_prompt,#widgetu2704.non-empty-st #widgetu2704_prompt
{
	visibility: hidden;
}

#u2712-4
{
	z-index: 57;
	width: 306px;
	min-height: 39px;
	line-height: 36px;
	text-align: left;
	position: relative;
	margin-right: -10000px;
	margin-top: 130px;
	left: 126px;
}

#u2713-4
{
	z-index: 61;
	width: 581px;
	min-height: 39px;
	line-height: 36px;
	margin-left: 188px;
	margin-top: 80px;
	position: relative;
}

#pamphletu8752
{
	z-index: 66;
	width: 0.01px;
	height: 348px;
	padding-bottom: 83px;
	margin-left: 2px;
	margin-top: 4px;
	position: relative;
}

#u8788
{
	z-index: 67;
	width: 44px;
	position: relative;
	margin-right: -10000px;
	margin-top: 333px;
	left: 189px;
}

#u8790
{
	position: absolute;
	width: 19px;
	height: 16px;
	border-color: #C4C4C4;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.01);
	-pie-background: rgba(255, 255, 255, 0.01);
}

#u8790:hover
{
	border-color: #6B6B6B;
	margin: 0px;
}

#u8790:active
{
	border-color: #6B6B6B;
	margin: 0px;
}

#u8789
{
	position: absolute;
	width: 19px;
	height: 16px;
	border-color: #C4C4C4;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.01);
	left: 25px;
	-pie-background: rgba(255, 255, 255, 0.01);
}

#u8790.PamphletThumbSelected,#u8789:hover
{
	border-color: #6B6B6B;
	margin: 0px;
}

#u8789:active
{
	border-color: #6B6B6B;
	margin: 0px;
}

#u8789.PamphletThumbSelected
{
	border-color: #6B6B6B;
	margin: 0px;
}

#u8761
{
	position: absolute;
	width: 956px;
}

#u8761popup
{
	z-index: 70;
}

#u8774
{
	z-index: 110;
	width: 162px;
	height: 162px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	margin-left: 13px;
	position: relative;
	background: transparent url("/images/pinter_img-u8774-fr.jpg") no-repeat right center;
	background-size: cover !important;
}

#u8773-7
{
	z-index: 111;
	width: 187px;
	min-height: 84px;
	text-align: center;
	margin-top: 23px;
	position: relative;
}

#u8769
{
	z-index: 118;
	width: 187px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 39px;
	left: 279px;
}

#u8770
{
	z-index: 119;
	width: 162px;
	height: 162px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	margin-left: 13px;
	position: relative;
	background: transparent url("/images/nico_van_noordenne_img-u8770-fr.jpg") no-repeat center top;
	background-size: cover !important;
}

#u8771-7
{
	z-index: 120;
	width: 187px;
	min-height: 84px;
	text-align: center;
	margin-top: 23px;
	position: relative;
}

#u8763
{
	z-index: 127;
	width: 187px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 39px;
	left: 492px;
}

#u8764
{
	z-index: 128;
	width: 162px;
	height: 162px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	margin-left: 13px;
	position: relative;
	background: transparent url("/images/jeff_greenaway_img-u8764-fr.jpg") no-repeat left top;
	background-size: cover !important;
}

#u8765-7
{
	z-index: 129;
	width: 187px;
	min-height: 84px;
	text-align: center;
	margin-top: 23px;
	position: relative;
}

#u8766
{
	z-index: 136;
	width: 187px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 39px;
	left: 706px;
}

#u8767
{
	z-index: 137;
	width: 162px;
	height: 162px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	margin-left: 10px;
	position: relative;
	background: transparent url("/images/geert_munnik_img-u8767-fr.jpg") no-repeat center top;
	background-size: cover !important;
}

#u8768-7
{
	z-index: 138;
	width: 187px;
	min-height: 84px;
	text-align: center;
	margin-top: 23px;
	position: relative;
}

#u8784-2,#u8787-2,#u8781-2,#u8777-2,#u8773-2,#u8771-2,#u8765-2,#u8768-2
{
	font-size: 18px;
	line-height: 25px;
	color: #9E8A51;
	font-family: open-sans, sans-serif;
	font-weight: 600;
}

#u8784-3,#u8787-3,#u8781-3,#u8777-3,#u8773-3,#u8771-3,#u8765-3,#u8768-3
{
	font-size: 18px;
	line-height: 18px;
	color: #9E8A51;
	font-family: open-sans, sans-serif;
	font-weight: 600;
}

#u8784-5,#u8787-5,#u8781-5,#u8777-5,#u8773-5,#u8771-5,#u8765-5,#u8768-5
{
	line-height: 18px;
	color: #352929;
}

#u8753
{
	position: absolute;
	width: 42px;
	height: 45px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 0px 0px 0px 2px ;
	-webkit-border-radius: 0px 0px 0px 2px ;
	-khtml-border-radius: 0px 0px 0px 2px ;
	border-radius: 0px 0px 0px 2px ;
	top: 178px;
	left: 2px;
	background: transparent url("/images/nav-left.png") no-repeat center center;
}

#u8753:hover
{
	margin: 0px;
	background: transparent url("/images/nav-left-u8753-r-fr.png") no-repeat center center;
}

#u8753:active
{
	margin: 0px;
	background: transparent url("/images/nav-left-u8753-r-fr.png") no-repeat center center;
}

#u8791
{
	position: absolute;
	width: 42px;
	height: 45px;
	border-style: none;
	border-color: transparent;
	-moz-border-radius: 0px 0px 2px 0px ;
	-webkit-border-radius: 0px 0px 2px 0px ;
	-khtml-border-radius: 0px 0px 2px 0px ;
	border-radius: 0px 0px 2px 0px ;
	top: 178px;
	left: 912px;
	background: transparent url("/images/nav-right.png") no-repeat center center;
}

#u8791:hover
{
	margin: 0px;
	background: transparent url("/images/nav-right-u8791-r-fr.png") no-repeat center center;
}

#u8791:active
{
	margin: 0px;
	background: transparent url("/images/nav-right-u8791-r-fr.png") no-repeat center center;
}

.PamphletWidget .ThumbGroup .Thumb, .PamphletNextButton, .PamphletPrevButton, .PamphletCloseButton /* pamphlet2 */
{
	cursor: pointer;
}

#pu5463
{
	width: 0.01px;
	left: -100px;
	position: relative;
}

#u5463
{
	z-index: 147;
	width: 1160px;
	padding-bottom: 69px;
	margin-right: -10000px;
}

#pu1343-4
{
	width: 0.01px;
	padding-bottom: 0px;
	position: relative;
	margin-right: -10000px;
	margin-top: 189px;
	left: 125px;
}

#u1343-4
{
	z-index: 187;
	width: 202px;
	min-height: 39px;
}

#u1342-4
{
	z-index: 183;
	width: 394px;
	min-height: 119px;
	margin-top: 6px;
}

#menuu1344
{
	z-index: 191;
	width: 166px;
	margin-right: -10000px;
	margin-top: 189px;
	left: 633px;
}

#u5649
{
	width: 166px;
}

#u5652
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u5653-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u2650.MuseMenuActive #u2652-4,#u5652:hover #u5653-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1360
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u5652.MuseMenuActive,#u1360:hover
{
	margin: 0px -10000px 0px 0px;
}

#u1362-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u5652.MuseMenuActive #u5653-4,#u1360:hover #u1362-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u5057
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u1360.MuseMenuActive,#u5057:hover
{
	margin: 0px -10000px 0px 0px;
}

#u5060-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u1360.MuseMenuActive #u1362-4,#u5057:hover #u5060-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1348
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 9px;
	margin-right: -10000px;
}

#u1351-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 4px;
}

#u5057.MuseMenuActive #u5060-4,#u1348:hover #u1351-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u1359,#u5054,#u1345,#u2656
{
	width: 166px;
	margin-top: 2px;
}

#u2659
{
	width: 166px;
	min-height: 17px;
	padding-bottom: 10px;
	margin-right: -10000px;
}

#u5057.MuseMenuActive,#u1348.MuseMenuActive,#u2659.MuseMenuActive
{
	margin: 0px -10000px 0px 0px;
}

#u2660-4
{
	width: 166px;
	min-height: 17px;
	margin-right: -10000px;
	top: 5px;
}

#u1348.MuseMenuActive #u1351-4,#u2659:hover #u2660-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u2659.MuseMenuActive #u2660-4
{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 17px;
	margin: 0px -10000px 0px 0px;
}

#u562
{
	z-index: 181;
	width: 1160px;
	padding-bottom: 19px;
	margin-right: -10000px;
	margin-top: 370px;
}

#u1464-4
{
	z-index: 262;
	width: 945px;
	margin-right: -10000px;
	margin-top: 20px;
	left: 108px;
}

#u6763
{
	z-index: 182;
	width: 1160px;
	padding-bottom: 30px;
	margin-right: -10000px;
	margin-top: 50px;
}

#u5463_align_to_page,#u562_align_to_page,#u6763_align_to_page
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	left: -100px;
}

#u6738-4
{
	z-index: 271;
	width: 960px;
	min-height: 40px;
	margin-right: -10000px;
	margin-top: 30px;
	left: 99px;
}

#widgetu1391
{
	z-index: 222;
	width: 0.01px;
	height: 179px;
	margin-right: -10000px;
	margin-top: 189px;
	left: 818px;
}

#widgetu1392
{
	z-index: 223;
	width: 216px;
	height: 39px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
}

#widgetu1392.fld-err-st
{
	margin: -1px -10000px 0px 0px;
}

#u1396-4
{
	z-index: 224;
	width: 204px;
	min-height: 19px;
	margin-bottom: -1px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
	padding: 14px 6px 6px;
}

#widgetu1392:hover #u1396-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1392.focus-st #u1396-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418
{
	z-index: 228;
	width: 216px;
	height: 39px;
	margin-right: -10000px;
	margin-top: 52px;
	left: -1px;
}

#widgetu1418.fld-err-st
{
	margin: 52px -10000px 0px 0px;
}

#u1422-4
{
	z-index: 229;
	width: 204px;
	min-height: 19px;
	margin-bottom: -1px;
	margin-right: -10000px;
	margin-top: -1px;
	left: -1px;
	padding: 14px 6px 6px;
}

#widgetu1392.fld-err-st #u1396-4,#widgetu1418:hover #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418.focus-st #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1418.fld-err-st #u1422-4
{
	padding-top: 14px;
	padding-bottom: 6px;
	min-height: 19px;
	width: 204px;
	margin: -1px -10000px -1px 0px;
}

#widgetu1392_input,#widgetu1392_prompt,#widgetu1418_input,#widgetu1418_prompt
{
	width: 204px;
	min-height: 19px;
	padding: 14px 6px 6px;
}

#widgetu2680:hover #widgetu2680_input,#widgetu2680.focus-st #widgetu2680_input,#widgetu2680.fld-err-st #widgetu2680_input,#widgetu2680:hover #widgetu2680_prompt,#widgetu2680.focus-st #widgetu2680_prompt,#widgetu2680.fld-err-st #widgetu2680_prompt,#widgetu2687:hover #widgetu2687_input,#widgetu2687.focus-st #widgetu2687_input,#widgetu2687.fld-err-st #widgetu2687_input,#widgetu2687:hover #widgetu2687_prompt,#widgetu2687.focus-st #widgetu2687_prompt,#widgetu2687.fld-err-st #widgetu2687_prompt,#widgetu2692:hover #widgetu2692_input,#widgetu2692.focus-st #widgetu2692_input,#widgetu2692.fld-err-st #widgetu2692_input,#widgetu2692:hover #widgetu2692_prompt,#widgetu2692.focus-st #widgetu2692_prompt,#widgetu2692.fld-err-st #widgetu2692_prompt,#widgetu2704:hover #widgetu2704_input,#widgetu2704.focus-st #widgetu2704_input,#widgetu2704.fld-err-st #widgetu2704_input,#widgetu2704:hover #widgetu2704_prompt,#widgetu2704.focus-st #widgetu2704_prompt,#widgetu2704.fld-err-st #widgetu2704_prompt,#widgetu1392:hover #widgetu1392_input,#widgetu1392.focus-st #widgetu1392_input,#widgetu1392.fld-err-st #widgetu1392_input,#widgetu1392:hover #widgetu1392_prompt,#widgetu1392.focus-st #widgetu1392_prompt,#widgetu1392.fld-err-st #widgetu1392_prompt,#widgetu1418:hover #widgetu1418_input,#widgetu1418.focus-st #widgetu1418_input,#widgetu1418.fld-err-st #widgetu1418_input,#widgetu1418:hover #widgetu1418_prompt,#widgetu1418.focus-st #widgetu1418_prompt,#widgetu1418.fld-err-st #widgetu1418_prompt
{
	padding-top: 14px;
	padding-bottom: 6px;
}

#u1423-4
{
	z-index: 233;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#u1411-4
{
	z-index: 237;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#u1412-4
{
	z-index: 241;
	width: 222px;
	min-height: 21px;
	padding-top: 4px;
	margin-right: -10000px;
	margin-top: 154px;
}

#widgetu1391.frm-sub-st #u1423-4,#widgetu1391.frm-subm-err-st #u1411-4,#widgetu1391.frm-subm-ok-st #u1412-4
{
	min-height: 25px;
}

#u1424-17
{
	z-index: 245;
	min-height: 35px;
	width: 164px;
	margin-right: -10000px;
	margin-top: 103px;
	left: 52px;
	cursor: pointer;
	
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
	background-color: #9E8A51;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: italic;
}

#u1424-17:hover
{
	color: #000000;
	background-color: #888888;
}

#pamphletu6739
{
	z-index: 275;
	width: 0.01px;
	height: 69px;
	margin-right: -10000px;
	margin-top: 73px;
	left: 99px;
}

#u6749
{
	z-index: 276;
	width: 200px;
	margin-right: -10000px;
	margin-top: 47px;
	left: 7px;
}

#u6752
{
	width: 60px;
	height: 22px;
}

#u2650.MuseMenuActive,#u6752:hover
{
	margin: 0px;
}

#u6751
{
	width: 60px;
	height: 22px;
	left: 70px;
}

#u6752.PamphletThumbSelected,#u6751:hover
{
	margin: 0px;
}

#u6750
{
	width: 60px;
	height: 22px;
	left: 140px;
}

#u6751.PamphletThumbSelected,#u6750:hover
{
	margin: 0px;
}

#u6750.PamphletThumbSelected
{
	margin: 0px;
}

#u6742popup
{
	z-index: 280;
}

#u6742
{
	width: 956px;
}

#u6745
{
	z-index: 281;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6746-4
{
	z-index: 282;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

#u6747
{
	z-index: 286;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6748-4
{
	z-index: 287;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

#u6743
{
	z-index: 291;
	width: 956px;
	height: 52px;
	margin-right: -10000px;
}

#u6744-4
{
	z-index: 292;
	width: 940px;
	min-height: 37px;
	margin-right: -10000px;
	margin-top: 11px;
	left: 8px;
}

#page .verticalspacer
{
	clear: both;
}

/*End of file*/
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

ul.duiven {
	min-height: 300px;
	width: 752px;
	margin: 0 auto;
	padding: 0 0 0 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 26px;
}

#wrapper div, #wrapper a {
	-webkit-transform-origin: initial !important;
	-ms-transform-origin: initial !important;
	-o-transform-origin: initial !important;
	transform-origin: initial !important;
}

#duiven-wrapper {
	width: 100%;
	display: table;
	float: left;
	position: relative; 
	overflow: hidden;
}

#duiven-wrapper .nav-bar {
	position: absolute;
	top: 47%;
	display: table-cell;
	vertical-align: middle;
	z-index: 999;
}

#duiven-wrapper #go-left {
	width: 18px;
	height: 28px;
	left: 30px;
	background-image: url('/media/1045/nav-right.png');
	background-size: contain;
	position: relative;
	cursor: pointer;
		
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

#duiven-wrapper #go-left:hover {
	background-image: url('/media/1048/nav-right-hover.png');
}

#duiven-wrapper #go-right {
	width: 18px;
	height: 28px;
	right: 30px;
	cursor: pointer;
	background-image: url('/media/1045/nav-right.png');
	background-size: contain;
	position: relative;
}

#duiven-wrapper #go-right:hover {
	background-image: url('/media/1048/nav-right-hover.png');
}

#duiven-wrapper .right {
	right: 0;
}

ul.duiven li{
	height: 300px;
	width: 230px;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 15px 15px 0;
	border: 1px solid #352929;
	cursor: pointer;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(158, 138, 81, 0)),color-stop(100%, rgba(158, 138, 81, 0.15)));
	background: -webkit-linear-gradient(top,rgba(158, 138, 81, 0) ,rgba(158, 138, 81, 0.15) 100%);
	background: -moz-linear-gradient(top,rgba(158, 138, 81, 0) ,rgba(158, 138, 81, 0.15) 100%);
	background: -ms-linear-gradient(top,rgba(158, 138, 81, 0) ,rgba(158, 138, 81, 0.15) 100%);
	background: -o-linear-gradient(top,rgba(158, 138, 81, 0) ,rgba(158, 138, 81, 0.15) 100%);
	background: linear-gradient(to bottom,rgba(158, 138, 81, 0) ,rgba(158, 138, 81, 0.15) 100%);
}

ul.duiven li .duif {
	height: 290px;
	width: 230px;
	
	background-image: url('/media/1049/dummy-replay.png');
	background-size: contain;
	background-repeat:no-repeat;
	background-position: bottom;
	
	position: absolute;
	

}

ul.duiven li .naam {
	height: 60px;
	width: 230px;

	text-align: center;
	position: absolute;
	
	background-color: #756740;
	color: #FFF;

	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}


ul.duiven li:hover {
	background: #f6f4ee;
}

ul.duiven li .duif:hover ~ .naam {
    background-color: #8d7940;
}

ul.duiven li .naam:hover {
    background-color: #8d7940;
}

ul.duiven li .naam span.duifnaam {
	font-size: 24px;
	font-family: quicksand, sans-serif;
	font-weight: 700;
	margin: 4px 10px 0 10px;
	display: block;
	letter-spacing: -1px;
	overflow: hidden;
	white-space: nowrap;
}

ul.duiven li .naam span.ringnummer {
	font-size: 14px;
	position: relative;
	font-family: quicksand, sans-serif;
	font-weight: 700;
	display: block;
}

#counter {
	margin-top: 20px;
	text-align: center;
	color: #b6b6b6;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/*! jQuery UI - v1.11.1 - 2014-08-13
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	/*padding: .2em;*/
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: open-sans, sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: open-sans, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/css/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	/*background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;*/
	background-color: #9E8A51;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("/css/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("/css/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("/css/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/css/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/css/images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/media/1061/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/media/1060/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/media/1060/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/css/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/css/images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	/*border-top-left-radius: 4px;*/
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	/*border-top-right-radius: 4px;*/
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	/*border-bottom-left-radius: 4px;*/
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	/*border-bottom-right-radius: 4px;*/
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("/css/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("/css/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

#thankyou, #newsletter{
	font-size:13px;
}/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
