/* ---------------------------------------
	Standard styles formatting
	created with Template Creator
        on http://www.template-creator.com
-----------------------------------------*/


html {
  height: 101%;
}

body {
  margin: 0;
  padding: 0;
}

body.contentpane {
  background: #fff;
}

* {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, div.contentheading, .componentheading {
  padding: 3px 0;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
}
h1, .componentheading {
  font-size: 1.75em;
}
h2, div.contentheading {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1em;
}

ul, ol {
  padding: .75em 0 .75em 0;
  margin: 0 0 0 35px;
}

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
    list-style: none;
}

p {
  padding: 5px 0;
}

address {
  margin: .75em 0;
  font-style: normal;
}

a:focus {
    outline: none;
}

img {
  border: none;
}

em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
input, button, select {
  vertical-align: middle;
}

.clr {
	clear : both;
}

.column.column1 {
    width: 25%;
}

.column.column2 {
    width: 33.333333333333%;
}

.column.main {
    width: 75%;
}

.column.center {
    width: 66.666666666667%;
}

.noleft .center {
    width: 75%;
}

.noleft .column2 {
    width: 25%;
}

.noleft .main {
    width: 100%;
}

.noright .column.center {
    width: 100%;
}

.flexiblemodule, .column, .logobloc, .flexiblecolumn {
    float: left;
}

/* for equalheights */
.equalheights > .inner > .clr {
	display: none;
}

.equalheights > .inner,
.equalheights .maincenter > .inner {
	display: flex;
}

.equalheights .flexiblemodule,
.equalheights .column {
	display: flex;
}

.equalheights .flexiblemodule > .inner,
.equalheights .column > .inner {
	max-width:100%;
	width: 100%;
	box-sizing: border-box;
}


/* ---------------------------------------
	Custom styling
-----------------------------------------*/

.container, .container-fluid {
	margin: 0 auto;
}

.container {
	width: 1450px;
}

.container-fluid {
	max-width: 1450px;
}

body {
	background: #ffffff;
	color: #000000;
	text-align: left;
	line-height: 15px;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
}

a {
	color: #000000;
	text-decoration: none;
}


a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

h1, div.componentheading {
	color: #0082A1;
	font-size: 22px;
}

h2, div.contentheading {
	color: #0082A1;
	font-size: 18px;
}

h2 a:hover, div.contentheading a:hover {
	color: #036c9e;
}

h3 {
	color: #0082A1;
	font-size: 16px;
}

.button, button, button.btn, input.btn, :not(.btn-group) > .btn, .btn-group > .btn.active {
    border: none;
	background: #ffffff;
	background-image: url("buttonbuttonbody-gradient.svg");
	background-image: -o-linear-gradient(center top,#ffffff,#ffffff 40%, #e3e3e3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ffffff),color-stop(40%,#ffffff), color-stop(100%, #e3e3e3));
	background-image: -moz-linear-gradient(center top,#ffffff,#ffffff 40%, #e3e3e3 100%);
	background-image: linear-gradient(center top,#ffffff,#ffffff 40%, #e3e3e3 100%);
	-pie-background: linear-gradient(center top,#ffffff,#ffffff 40%, #e3e3e3 100%);
	border: #c7c7c7 1px solid;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover {
	color: #036c9e;
}

ul.pagenav li a, .pagination li .pagenav,  .pager li a {
    display: block;
	background: #ffffff;
	background-image: url("pagenavbuttonbody-gradient.svg");
	background-image: -o-linear-gradient(center top,#ffffff,#ffffff 50%,#f2f2f2 50%, #e1e1e1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ffffff),color-stop(50%,#ffffff),color-stop(50%,#f2f2f2), color-stop(100%, #e1e1e1));
	background-image: -moz-linear-gradient(center top,#ffffff,#ffffff 50%,#f2f2f2 50%, #e1e1e1 100%);
	background-image: linear-gradient(center top,#ffffff,#ffffff 50%,#f2f2f2 50%, #e1e1e1 100%);
	-pie-background: linear-gradient(center top,#ffffff,#ffffff 50%,#f2f2f2 50%, #e1e1e1 100%);
	border: #c7c7c7 1px solid;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.readmore a, .readmore .btn {
	background: #ffffff;
	background-image: url("readmorebuttonbody-gradient.svg");
	background-image: -o-linear-gradient(center top,#ffffff,#ffffff 40%, #e1e1e1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ffffff),color-stop(40%,#ffffff), color-stop(100%, #e1e1e1));
	background-image: -moz-linear-gradient(center top,#ffffff,#ffffff 40%, #e1e1e1 100%);
	background-image: linear-gradient(center top,#ffffff,#ffffff 40%, #e1e1e1 100%);
	-pie-background: linear-gradient(center top,#ffffff,#ffffff 40%, #e1e1e1 100%);
	border: #c7c7c7 1px solid;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
	padding: 5px;
}

.readmore a:hover {
	color: #036c9e;
}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: none;
	border: #e7e7e7 1px solid;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #bebebe;
	padding: 4px;
	text-align: left;
}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border: #b0b0b0 1px solid;
}

#wrapper3 > div.inner {
	background: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}
#blocks1 .n1 > .flexiblemodule { width: 100%; }
#blocks1 .n2 > .flexiblemodule { width: 50%; }
#blocks1 .n2 > .flexiblemodule + div { width: 50%; }
#blocks1 .n3 > .flexiblemodule { width: 25%; }
#blocks1 .n3 > .flexiblemodule + div { width: 50%; }
#blocks1 .n3 > .flexiblemodule + div + div { width: 25%; }

#blocks1 > div.inner {
	margin: 0px;
	padding: 0px;
}

#blocks1mod2 > div.inner {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#blocks1mod3 > div.inner {
	margin-top: 20px;
	text-align: center;
}

#block7 > div.inner {
	background: #ffffff;
	color: #444346;
	margin-top: 0px;
	margin-bottom: 0px;
}

#block7 a {
	color: #444346;
	font-weight: normal;
}


#block7 a:hover {
	color: #009ee0;
	font-weight: normal;
}

#block1 > div.inner {
	margin-top: 0px;
	padding: 0px;
}

#block11 > div.inner {
	margin-top: 0px;
}

#wrapper4 > div.inner {
	color: #444346;
}

#wrapper4 a {
	color: #009ee0;
}


#wrapper4 a:hover {
	color: #009ee0;
}

#block13 > div.inner {
	background: #e0e0e0;
}

#wrapper > div.inner {
	background: #ffffff;
}
#modulestop .n1 > .flexiblemodule { width: 100%; }
#modulestop .n2 > .flexiblemodule { width: 50%; }
#modulestop .n2 > .flexiblemodule + div { width: 50%; }
#modulestop .n3 > .flexiblemodule { width: 33.333333333333%; }
#modulestop .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#modulestop .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }
#modulestop .n4 > .flexiblemodule { width: 25%; }
#modulestop .n4 > .flexiblemodule + div { width: 25%; }
#modulestop .n4 > .flexiblemodule + div + div { width: 25%; }
#modulestop .n4 > .flexiblemodule + div + div + div { width: 25%; }

#modulestop > div.inner {
	background: #ffffff;
	background-image: url("blocmodulestop-gradient.svg");
	background-image: -o-linear-gradient(center top,#ffffff, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(100%, #ffffff));
	background-image: -moz-linear-gradient(center top,#ffffff, #ffffff 100%);
	background-image: linear-gradient(center top,#ffffff, #ffffff 100%);
	-pie-background: linear-gradient(center top,#ffffff, #ffffff 100%);
	border: #ffffff 1px solid;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-o-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin-top: 15px;
}

#mid1 > div.inner {
	background: #eceef1;
	height: 650px;
	margin: 30px;
}

#mid2 > div.inner {
	background: #f9f6f3;
	height: 650px;
	margin: 30px;
}

#mid3 > div.inner {
	background: #ebf1f5;
	height: 650px;
	margin: 30px;
}

#mid4 > div.inner {
	background: #ebf5fa;
	height: 650px;
	margin: 30px;
}
#modulesbottom .n1 > .flexiblemodule { width: 100%; }
#modulesbottom .n2 > .flexiblemodule { width: 50%; }
#modulesbottom .n2 > .flexiblemodule + div { width: 50%; }
#modulesbottom .n3 > .flexiblemodule { width: 33.333333333333%; }
#modulesbottom .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#modulesbottom .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }
#modulesbottom .n4 > .flexiblemodule { width: 25%; }
#modulesbottom .n4 > .flexiblemodule + div { width: 25%; }
#modulesbottom .n4 > .flexiblemodule + div + div { width: 25%; }
#modulesbottom .n4 > .flexiblemodule + div + div + div { width: 25%; }

#modulesbottom > div.inner {
	background: #;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-o-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}

#mid5 > div.inner {
	background: #f4f8f2;
	height: 650px;
	margin-right: 30px;
	margin-left: 30px;
}

#mid6 > div.inner {
	background: #fef8ef;
	height: 650px;
	margin-right: 30px;
	margin-left: 30px;
}

#mid7 > div.inner {
	background: #fcf2f0;
	height: 650px;
	margin-right: 30px;
	margin-left: 30px;
}

#mid8 > div.inner {
	background: #f0f0f0;
	height: 650px;
	margin-right: 30px;
	margin-left: 30px;
}
#blocks6 .n1 > .flexiblemodule { width: 100%; }
#blocks6 .n2 > .flexiblemodule { width: 50%; }
#blocks6 .n2 > .flexiblemodule + div { width: 50%; }
#blocks6 .n3 > .flexiblemodule { width: 33.333333333333%; }
#blocks6 .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#blocks6 .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }
#blocks6 .n4 > .flexiblemodule { width: 25%; }
#blocks6 .n4 > .flexiblemodule + div { width: 25%; }
#blocks6 .n4 > .flexiblemodule + div + div { width: 25%; }
#blocks6 .n4 > .flexiblemodule + div + div + div { width: 25%; }

#blocks6mod1 > div.inner {
	background: #f0f0f0;
	height: 700px;
	margin: 20px;
	padding: 5px;
}

#blocks6mod2 > div.inner {
	background: #f0f0f0;
	height: 700px;
	margin: 20px;
	padding: 5px;
}

#blocks6mod3 > div.inner {
	background: #f0f0f0;
	height: 700px;
	margin: 20px;
	padding: 5px;
}

#blocks6mod4 > div.inner {
	background: #f0f0f0;
	height: 700px;
	margin: 20px;
	padding: 5px;
}
#blocks2 .n1 > .flexiblemodule { width: 100%; }
#blocks2 .n2 > .flexiblemodule { width: 50%; }
#blocks2 .n2 > .flexiblemodule + div { width: 50%; }
#blocks2 .n3 > .flexiblemodule { width: 33.333333333333%; }
#blocks2 .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#blocks2 .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }
#blocks2 .n4 > .flexiblemodule { width: 25%; }
#blocks2 .n4 > .flexiblemodule + div { width: 25%; }
#blocks2 .n4 > .flexiblemodule + div + div { width: 25%; }
#blocks2 .n4 > .flexiblemodule + div + div + div { width: 25%; }

#blocks2mod3 > div.inner {
	color: #5ead25;
}

#blocks2mod3 a {
	color: #5ead25;
}


#blocks2mod3 a:hover {
	color: #5ead25;
}

#blocks2mod4 > div.inner {
	color: #ac4790;
}

#blocks2mod4 a {
	color: #ac4790;
}


#blocks2mod4 a:hover {
	color: #ac4790;
}

#blocks2mod4 ul.menu li a, #blocks2mod4 ul.menu li span.separator {

}

#blocks2mod4 ul.menu li a, #blocks2mod4 ul.menu li span.separator {
    display: block;
	color: #ac4790;
}

#blocks2mod4 ul.menu li:hover > a, #blocks2mod4 ul.menu li:hover > span.separator {
	color: #ac4790;
}

#blocks2mod4 ul.menu li.active > a, #blocks2mod4 ul.menu li.active > span.separator {
	color: #ac4790;
}
#blocks3 .n1 > .flexiblemodule { width: 100%; }
#blocks3 .n2 > .flexiblemodule { width: 50%; }
#blocks3 .n2 > .flexiblemodule + div { width: 50%; }
#blocks3 .n3 > .flexiblemodule { width: 33.333333333333%; }
#blocks3 .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#blocks3 .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }
#blocks3 .n4 > .flexiblemodule { width: 25%; }
#blocks3 .n4 > .flexiblemodule + div { width: 25%; }
#blocks3 .n4 > .flexiblemodule + div + div { width: 25%; }
#blocks3 .n4 > .flexiblemodule + div + div + div { width: 25%; }

#maincontent > div.inner {
	margin-top: 10px;
}

#left > div.inner {
	background: #ffffff;
	border: #c7c7c7 1px solid;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-o-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin-top: 15px;
	margin-right: 10px;
	padding: 10px;
	box-shadow: #c7c7c7 0px 2px 3px 1px;
	-moz-box-shadow: #c7c7c7 0px 2px 3px 1px;
	-webkit-box-shadow: #c7c7c7 0px 2px 3px 1px;
}

#left div.moduletable, #left div.module,
#left div.moduletable_menu, #left div.module_menu {
	margin-bottom: 15px;
}

#left div.moduletable h3, #left div.module h3,
#left div.moduletable_menu h3, #left div.module_menu h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}

#left ul.menu li a, #left ul.menu li span.separator {

}

#left ul.menu li a, #left ul.menu li span.separator {
    display: block;
	background:  url(../images/theme15_tick.png) left center no-repeat scroll;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 20px;
}

#maintopmodule > div.inner {
	border-top: #e7e7e7 1px solid;
	margin-top: 10px;
	padding: 10px;
}

#center > div.inner {
	background: #ffffff;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-o-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin-top: 15px;
	margin-right: 100px;
	margin-left: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Tahoma, sans-serif;
}

#centertopmodule > div.inner {
	border-top: #e7e7e7 1px solid;
	margin-top: 10px;
	padding: 10px;
}

#centerbottommodule > div.inner {
	border-top: #e7e7e7 1px solid;
	margin-top: 10px;
	padding: 10px;
}

#right > div.inner {
	background: #ffffff;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-o-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin-top: 15px;
	margin-left: 10px;
	padding: 10px;
}

#right div.moduletable, #right div.module,
#right div.moduletable_menu, #right div.module_menu {
	margin-bottom: 15px;
}

#mainbottommodule > div.inner {
	border-top: #e7e7e7 1px solid;
	margin-top: 10px;
	padding: 10px;
}
#blocks4 .n1 > .flexiblemodule { width: 100%; }
#blocks4 .n2 > .flexiblemodule { width: 50%; }
#blocks4 .n2 > .flexiblemodule + div { width: 50%; }
#blocks4 .n3 > .flexiblemodule { width: 33.333333333333%; }
#blocks4 .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#blocks4 .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }

#blocks4mod1 > div.inner {
	margin-right: 10px;
	margin-left: 10px;
}

#blocks4mod2 > div.inner {
	margin-right: 10px;
	margin-left: 10px;
}

#block6 > div.inner {
	text-align: center;
}

#block3 > div.inner {
	background: #102053;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 8px;
	font-weight: normal;
	line-height: 1px;
	font-size: 16px;
	font-family: Arial, sans-serif;
}

#block3 a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}


#block3 a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#block10 > div.inner {
	background: #102053;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 8px;
}

#block10 a {
	font-weight: normal;
}


#block10 a:hover {
	font-weight: normal;
}

#block4 > div.inner {
	background: #0084bf;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 8px;
}

#block4 a {
	color: #ffffff;
	text-decoration: none;
}


#block4 a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#blocks5 .n1 > .flexiblemodule { width: 100%; }
#blocks5 .n2 > .flexiblemodule { width: 50%; }
#blocks5 .n2 > .flexiblemodule + div { width: 50%; }
#blocks5 .n3 > .flexiblemodule { width: 33.333333333333%; }
#blocks5 .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#blocks5 .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }

#blocks5 > div.inner {
	background: #0084bf;
	color: #ffffff;
}

#blocks5mod1 > div.inner {
	color: #ffffff;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#blocks5mod1 a {
	color: #ffffff;
}


#blocks5mod1 a:hover {
	color: #ffffff;
}

#blocks5mod2 > div.inner {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#blocks5mod3 > div.inner {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}

#block5 > div.inner {
	background: #102053;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 20px;
	line-height: 12px;
}

#block5 a {
	color: #ffffff;
	text-decoration: none;
}


#block5 a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
