@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	line-height: 1.5;

}
ol li {
	line-height: 1.5;
	list-style-type: decimal;
	margin-left: 18px;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 95%!important;
}

/* Clearing floats */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Layout */
body {
	background-color: #91bb33;
	font-size: 11px;
	line-height: 16px;
	color: #222;
	font-family: Verdana, Geneva, sans-serif;
}

#master {
	width: 872px;
	margin: 0 auto;
	background: #fff url(../images/master_back.gif) 0 0 no-repeat;
	padding: 0 36px;
	position: relative;
}

/* Footer */
#footer {
	width: 944px;
	margin: 0 auto;
	background: transparent url(../images/footer_back.gif) 0 0 no-repeat;
	padding: 65px 0 10px 0;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

#footer a {
	color: #5f2066;
	text-decoration: none;
	background-color: transparent;
}

#footer a:hover {
	text-decoration: underline;
}

/* Columns */
#leftColumn {
	float: left;
	width: 218px;
	position: relative;
	padding-top: 28px;
}

#rightColumn {
	float: right;
	width: 610px;
	padding-top: 102px;
}

/* Logo */
#logo {
	width: 218px;
	text-align: center;
	margin-bottom: 54px;
}

/* Main menu */
#mainMenu {
	position: absolute;
	left: 267px;
	top: 34px;
	width: 659px;
}

#mainMenu ul li {
	float: left;
	display: block;
	margin-right: 15px;
}

#mainMenu ul li a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding: 1px 7px 3px 7px;
	background-color: transparent;
}

#mainMenu ul li a:hover {
	background: transparent url(../images/menu_hover.gif) 0 0 repeat-x;
	color: #5f2066;
}

#mainMenu ul li.active a, #mainMenu ul li.active a:hover {
	background: transparent url(../images/menu_active.gif) 0 0 repeat-x;
	color: #fff;
}

/* Submenu */
#subMenu {
	padding-left: 14px;
}

#subMenu li.active {
	background: url(../images/submenu_active.gif) 0 10px no-repeat;
	padding-left: 12px;
}

#subMenu li a {
	color: #5f2066;
	line-height: 24px;
	text-decoration: none;
	background-color: transparent;
}

#subMenu li a:hover, #subMenu li.active a {
	color: #91bb33;
	background-color: transparent;
}

/* Left column */
#leftColumn h2 {
	color: #5f2066;
	font-size: 18px;
	font-weight: normal;
	background: transparent url(../images/stripes.gif) 0 bottom repeat-x;
	padding-bottom: 17px;
	margin-bottom: 9px;
}

#leftColumn h1 {
	color: #5f2066;
	font-size: 18px;
	font-weight: normal;
	background: transparent url(../images/stripes.gif) 0 bottom repeat-x;
	padding-bottom: 17px;
	margin-bottom: 16px;
}

.leftBox {
	background: url(../images/stripes.gif) 0 bottom repeat-x;
	margin-bottom: 12px;
	padding-bottom: 13px;
}

.leftBox h6 {
	text-align: right;
	font-weight: normal;
	padding: 0 11px;
}

.leftBox p {
	padding-bottom: 18px;
}

.leftBox a {
	color: #5F2066;
	text-decoration: none;
	background-color: transparent;
}

.leftBox a:hover {
	color: #5F2066;
	text-decoration: underline;
	background-color: transparent;
}

.leftBox h6 a {
	color: #5f2066;
	text-decoration: none;
	background-color: transparent;
}

.leftBox h6 a:hover {
	text-decoration: underline;
	background-color: transparent;
}

.ctaBtn {
	padding: 0 32px 5px 12px;
	background: transparent url(../images/cta_button.gif) 0 bottom no-repeat;
	font-size: 18px;
	color: #fff;
	margin-bottom: 6px;
	position:relative;
}

.ctaBtn a {
	color: #fff;
	text-decoration: none;
	background-color: transparent;	
}

.ctaBtnImg {
	float: left;
	width: 52px;
	position:absolute;
	left:10px;
	bottom:5px;
}

.ctaBtnTxt {
	float: left ;
	width: 110px;
	min-height: 23px;
	font-size: 11px;
	padding-top: 25px;
	padding-bottom: 1px;
	margin-left:60px;
}

/* Breadcrumbs */
#breadcrumbs {
	color: #888;
	padding-bottom: 25px;
}

#breadcrumbs a {
	color: #91bb33;
	text-decoration: none;
	background-color: transparent;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

/* Front page */
#topImage {
	border: 4px solid #5e2164;
	margin-bottom: 11px;
}

#home #topImage {
	margin-bottom: 46px;
}

#topImage img {
	display: block;
}

.frontBox {
	float: left;
	width: 171px;
	height: 171px;
	padding: 2px;
	position: relative;
	margin-right: 42px;
	overflow: hidden;
}

.frontBox h2 {
	float: left;
	display: block;
	width: 173px;
	height: 173px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	background-color: transparent;
}

.frontBox h2 a {
	text-decoration: none;
	color: #fff;
	border: 2px solid #91bb33;
	background: transparent url(../images/frontbox_back.png) 0 bottom repeat-x;
	width: 151px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 145px 10px 0 10px;
	float: left;
	display: block;
	line-height: 22px;
}

.frontBox h2 a:hover {
	background-image: url(../images/frontbox_hover_back.png);
	border-color: #5f2066;
}

/* Content styles */
#content h1, .survey_item legend {
	font-size: 18px;
	font-weight: normal;
	color: #5f2066;
	background: transparent url(../images/stripes.gif) 0 bottom repeat-x;
	padding-bottom: 17px;
	margin-bottom: 13px;
}

.survey_item legend {
	width: 610px;
	font-size: 14px;
	background-image: none;
}

#content h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: #5f2066;
	padding-bottom: 10px;
	background-color: transparent;
	clear: both;
}

#jebberteam #content h2 {
	color: #000000;
}

.contentimage {
	float: right;
	padding: 3px;
	border: 2px solid #6a3071;
	margin: 0 0 10px 10px;
	position: relative;
}

.contentimage img {
	display: block;
}

.contentcaption {
	position: absolute;
	right: 0;
	bottom: -20px;
	color: #888;
	text-align: right;
	font-style: italic;
}

.contentcaption img {
	display: none;
}

#content a, #leftColumn p a {
	color: #91bb33;
	text-decoration: none;
	background-color: transparent;
}

#leftColumn p a:hover {
	color: #91bb33;
	text-decoration: underline;
	background-color: transparent;
}

#content a:hover {
	color: #5f2066;
	text-decoration: underline;
	background-color: transparent;
}

#content p {
	padding-bottom: 16px;
	margin-right: 8px;
	font-size: 11px;
}

#content ul, #content ol {
	padding-bottom: 8px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
}

#content ul li {
	padding-left: 10px;
	background: url(../images/bullet.gif) 0 7px no-repeat;
}

#content .tx-srfeuserregister-pi1 ul li {
	padding-left: 0;
	background-image: none;
}

/* Other styles */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: right !important;
	width: 290px !important;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	display: block;
}

.csc-textpic-intext-right div.csc-textpic-imagewrap img {
	border: 2px solid #6A3071;
	float: right;
	margin-left: 10px;
	padding: 3px;
	display: block;
}

.csc-textpic-intext-right {
	float: none!important;
}

.csc-textpic-intext-left div.csc-textpic-imagewrap img {
	border: 2px solid #6A3071;
	float: left; 
	margin-right: 10px;
	padding: 3px;
	display: block;
}

.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap img {
	border: 2px solid #6A3071;
	margin-left: 10px;
	padding: 3px;
	display: block;
}

.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap img {
	border: 2px solid #6A3071;
	float: left; 
	margin-right: 10px;
	padding: 3px;
	display: block;
}

.csc-textpic-center .csc-textpic-imagewrap img {
	border: 2px solid #6A3071;
	margin-right: 10px;
	padding: 3px;
}

.csc-textpic-below .csc-textpic-imagewrap img {
	border: 2px solid #6A3071;
	margin-right: 10px;
	padding: 3px;
}

.csc-textpic-above .csc-textpic-imagewrap img {
	border: 2px solid #6A3071;
	margin-right: 10px;
	padding: 3px;
}

.csc-textpic-caption {
	text-align: right;
	color: #888;
	font-size: 10px;
	font-style: italic;
	padding-top: 5px;
}

#content #gmapmarker p {
	padding-bottom: 0;
}

/* Contact */
.tx-powermail-pi1 legend, .register legend {
	display: none;
}

.tx-powermail-pi1 label, .register label {
	float: left;
	width: 150px;
}

.tx-powermail-pi1 input.powermail_text, .tx-powermail-pi1 textarea.powermail_textarea, .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-text, .input_register_field input, .small_input_register_field input, .register input.inpTxt, .additional_ver input {
	border: 1px solid #5F2066;
	padding: 2px;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
}

.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-text {
	margin-left: 0;
}

.small_input_register_field input {
	width: 80px;
}

.tx_powermail_pi1_fieldwrap_html, .register div, .tx-pbsurvey-pi1 div {
	clear: both;
	padding-bottom: 3px;
}

.powermail_mandatory_js {
	color: #c30;
	font-size: 10px;
	font-style: italic;
	padding-left: 150px;
}

.tx-powermail-pi1 input.powermail_submit, .tx-powermail-pi1 input.tx-powermail-pi1_confirmation, .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit, .register input.inpBtn {
	 border: none;
	 color: #fff;
	 padding: 2px 10px;
	 margin-left: 150px;
	 cursor: pointer;
	 background-color: #5F2066;
	 font-family: Verdana, Geneva, sans-serif;
}

.register {
	padding: 10px 0;
}

.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit {
	margin-left: 0;
}

.tx_powermail_pi1_formconfirmation_back {
	margin-bottom: 10px;
}

.powermail_all_table {
	margin-bottom: 20px;
}

.powermail_all_table .powermail_all_td {
	width: 150px;
}


/* FAQ */
.tx-irfaq-pi1 {
	padding-bottom: 20px;
}

/* News */
.news-list-item {
	clear: both;
	padding-bottom: 10px;
	border-top: 1px dotted #000;
	margin-bottom: 20px;
}

.news-content {
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
}

span.news-latest-date {
	display: block;
	font-size: 10px;
}

.news-list-container .news-content p, .news-latest-morelink {
	display: inline;
}

#content .news-list-container .news-content p {
	padding-bottom: 0;
}

.news-image {
	float: left;
	padding-right: 10px;
	width: 75px;
	margin-top: 10px; 	
}

#content .news-image a:hover {
	text-decoration: none;
}

.news-list-container .contentcaption {
	display: none;
}

.news-single-browsebox {
	position: relative;
	height: 20px;
	text-align: center;
	clear: both;
}

.news-single-prevlink {
	position: absolute;
	left: 0;
	top: 0;
}

.news-single-nextlink {
	position: absolute;
	right: 0;
	top: 0;
}

/* Photo Gallery */
#simplegallery .pagination a {
	margin-left: 0;
}

#simplegallery .thumbs a {
	margin: 10px 6px;
}

#largePlace {
	width: auto !important;
	margin-left: 0 !important;
}

/* Sitemap */
#content .csc-sitemap ul {
	list-style-type: none;
}

.csc-sitemap ul li {
	list-style:none;
	margin-bottom: 2px;
	padding-left: 0;
	background-image: none;
}

#content .csc-sitemap a {
	display: block;
	padding: 0 8px;
	font-weight: bold;
	line-height: 2em;
	color: #91bb33;
	text-decoration: none;
	background: #e9e9e9;
	border-bottom: 1px solid #dedfde;
}

.csc-sitemap ul li ul {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 3px;
}

.csc-sitemap ul ul a {
	padding-left: 28px;
	font-weight:normal;
	background-color: #fafafa;
	border-bottom: 1px solid #dedfde;
}

.csc-sitemap ul ul ul a {
	padding-left: 58px;
	color: #999;
}

#content .csc-sitemap a:hover, .csc-sitemap a:focus {
	color: #5f2066;
	background-color: #dfdfdf;
	font-weight: bold;
	text-decoration: underline;
}

.news-list-container {
	position: relative;
	display: block;
}

#rssFeed { 
	display: block;
	float: left;
	position: absolute;
	top: -93px;
	left: 595px;
}

#content .tx-lumogooglemaps-pi1 p {
	padding-bottom: 0;
}

input#gmapDirSaddr {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	padding: 2px;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-size: 11px;
	width: 80px;
}

p#gmapDirItemTo, p#gmapDirBtnsTo, p#gmapDirItemFrom, p#gmapDirBtnsFrom {
	display: inline;
	padding-top: 3px;
}

.tx-lumogooglemaps-pi1 input.gmapDirButton {
	 border: none;
	 color: #fff;
	 padding: 2px 8px;
	 cursor: pointer;
	 background-color: #5F2066;
	 font-family: Verdana, Geneva, sans-serif;
	 width: 173px;
	 font-size: 11px;
	 vertical-align: middle;
	 margin-left: 5px;
	 text-align: center;
}

/* Gallery */
.photogallery div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	width: 97px !important;
	text-align: center;
}

.photogallery div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: left !important;
}

.photogallery div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image .csc-textpic-caption {
	display: none;
}

.photogallery #content #c127 {
	float: left
}

.photogallery .csc-textpic-imagewrap {
	float: left;
}

/* Subscribe */
.tx-srfeuserregister-pi1 dt {
	float: left;
	padding-right: 10px;
	text-align: left;
	width: 173px;
	clear: left; 
}

.tx-srfeuserregister-pi1 dd, .tx-srfeuserregister-pi1 dt { *padding-bottom: 0; }

#content p.tx-srfeuserregister-pi1-error {
	font-size: 10px;
	font-style: italic;
	padding-bottom: 2px;
}

#tx-srfeuserregister-pi1-fe_users_form input[type="input"].tx-srfeuserregister-pi1-error {
	border: 1px solid red;
}

.inline_txt_register span, .inline_txt_register input {
	display: inline;
}

.tx-srfeuserregister-pi1 dd.inlineContainer {
	text-align: left;
	width: 100%;
	clear: both;
}

.smallLetters em {
	font-size: 10px;
}
.clearLetters { clear: both; }
span.req, #content h2 span {
	color: #f00;
}

.nored span.req, #content .nored h2 span {color: #5F2066!important; margin-right: 5px;}

/* Survey */
.tx-pbsurvey-pi1 select, .tx-pbsurvey-pi1 textarea {
	border: 1px solid #5F2066;
	padding: 2px;
	width: 600px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
}

.tx-pbsurvey-pi1 .inpBtn {
	border: none;
	color: #fff;
	padding: 2px 10px;
	cursor: pointer;
	background-color: #5F2066;
	font-family: Verdana, Geneva, sans-serif;
}

.survey_item {
	width: 610px;
	overflow: hidden;
	padding-bottom: 10px;
}

.pagenumbering {
	display: none;
}

span.toLeftCheck {
	float: left;
	width: 40px;
}

span.toLeft {
	float: left;
	width: 570px;
}

.columnNext {
	text-align: center;
}

#content .survey_item p { padding: 0; margin: 16px 20px 16px 0; }

.survey_item input[type="radio"] { margin-top: 0; vertical-align: text-bottom; vertical-align: middle\9; }
#tx-srfeuserregister-pi1-fe_users_form input[type="radio"] { margin-top: 0; vertical-align: text-bottom; vertical-align: middle\9; }
#tx-srfeuserregister-pi1-fe_users_form input[type="input"] { border:1px solid #5F2066; font-family:Verdana,Geneva,sans-serif; font-size:11px; padding:2px; width:200px; }
#tx-srfeuserregister-pi1-fe_users_form .small_input_register_field input[type="input"] { width: 80px; }

p.smallTxt {font-size:9px;}

/*
 * Form 2
 */
#form2 .inlineContainer input[type=radio] { clear: left; /*float: left;*/ margin-right: 10px; margin-left: 17px;}

/*Contact*/

.tx-srfeuserregister-pi1 h2 { clear: both; }

#c166 {margin-top: 63px;}
#c171 {margin-top: 114px;}

p.align-center {text-align: center;}

div.csc-textpic-intext-right div.csc-textpic-imagewrap { float: none!important; }

#home .leftBox p { padding-bottom: 0px; }

/*
 * Social Media
 */
.social { position: absolute; left: 59px; bottom: -42px; }

span.important {color: #FF0000;}

.csc-textpic-text ul {margin-top: -15px;}
.csc-textpic-text .contenttable {margin-top: -15px;}
.csc-textpic-text .contenttable td p {margin-bottom: 0px; padding-bottom: 0px!important;}
.csc-textpic-text .contenttable td {margin-bottom: 0px; padding-bottom: 0px!important;}
.csc-textpic-text .contenttable td ul {padding-bottom: 0px!important;}
