/* clearfixer */
.infoblock:after,
.clearfix:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

.infoblock,
.clearfix {
   display:inline-block;
}

/* Hides from IE-mac \*/
* html .infoblock,
* html .clearfix {display: block;}
/* End hide from IE-mac */
/* End Clearfixer */


* {
   padding: 0;
   margin: 0;
}

body {
   font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
   background-color: #fff;
   background-color: #ecf0f2;
   color: #000000;
}

table, td, th, input, select, option, textarea {
   font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
}

form {
   display: inline;
}

a img {
   border: 0;
}

a {
/*   color: #990000;   
   background-color: #fff; */
   color: #1E2089;
}

h1 {
   padding: 0.3em 0 0.3em 0;
   margin: 5px 0px 10px 0px;
   line-height: 110%;
}

h1, h2, h3 {
   color: #990000;
   color: #333;
}

h3.mtop {
   margin-top: 20px;
}

table {
   border-collapse: collapse;
/*   margin: 5px 0px 5px 0px; */
}

th, td {
   padding: 2px;
   vertical-align: top;
}

td.nowrap {
   white-space: nowrap;
}

#container {
	padding-bottom: 30px;
}

#header {
   padding: 1em;
   background-color: #fff;
}

#middle {
   padding-top: 10px;
   padding-bottom: 10px;
}


#content p {
   margin-bottom: 10px;
   margin-top: 10px;
}

#title {
   margin: 0;
   background-color: #3F77BA;
   color: #fff;
   font-size: 1.2em;
   padding: 0.3em 0 0.3em 1em;
}

#sidebar {
   display:none;
}
#content {
   padding: 0 10px 10px 10px;
}

#content ul {
   margin-left: 20px;
}

#service_and_news {
   display:none;
}

#footer {
   border-top: 1px solid #3F77BA;
   padding: 4px;
   text-align: right;
   font-size: 85%;
}

#footer a {
   color: #000;
   font-weight: bold;
   text-decoration: none;
}

#footer a:hover {
   text-decoration: underline;
}

div.message,
div.error {
   padding: 0.5em;
   margin: 1em 0 1em 0;
   cursor:  pointer;
}


div.message {
   background-color: #ECF3E1;
   border: 1px solid #C5DEA1;
}

div.error {
   border: 1px solid #b80000;
   background-color: #ebcacb;
}

td.error {
   background-color: #ebcacb;   
   color:  #b80000;
}

div.error h3 {
	color:  #b80000;
}

div.error a {
	color: #b80000;
	background-color: #f7f7f7;
	padding: 3px;
	font-weight: bold;
}

div.error ul {
	list-style: none;
}

div.error ul li {

}

div.error ul li a {
	border: 1px solid #333;
   background-color: #f7f7f7;
   cursor: pointer; 
   padding: 0.3em; 
   margin: 0.5em; 
   display: block;
   text-decoration:  none;
   color: #000;
}

div.error ul li a:hover {
	text-decoration:  none;
	color: #fff;
	background-color: #333;
}

/* Start Zebra Table ------------------------------------------------------- */

table.zebra {
	margin: 10px 0 20px 0;
	width: 98%;
	border-collapse: collapse;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

table.zebra th,
table.zebra td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

table.zebra th {
   font-size: 90%;
	
}

table.zebra th a {
   color: #1E2089;
   background-color: transparent;
   text-decoration: none;
}

table.zebra th a:hover {
   text-decoration: underline;
}

table.zebra td {
	vertical-align: top;
   padding: 0.3em 0.3em 0.3em 0.6em;
}

tr.even,
tr.even td {
   background-color: #FCF6EF;
   background-color: #f5f5fe;
}

tr.uneven,
tr.uneven td {
	background-color: #fff;

}

tr.hover,
tr.hover td {
   background-color: #F5F5F5 !important;
}

table.zebra th {
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   letter-spacing: 0.2em;
   text-transform: uppercase;
   text-align: left;
   padding: 0.2em 0.4em 0.2em 0.6em;
   background-color: #cbd0e5;
   color: #333;
}

.th_first {
   border-left: 1px solid #999;
}


td.even_first {
   border-left: 1px solid #999 !important;     
}

td.uneven_first {
   border-left: 1px solid #999 !important;   
}

/* End Zebra Table ------------------------------------------------------- */

/* Start Global styles */
.right {	text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.fleft {	float: left; }
.fright { float: right; }
.none { display: none; }
.bold { font-weight: bold;}
.italic { font-style: italic;}
/* End Global styles */


/* article styles */
div.paragraph {
/*   background-color: #fff; */
}

div.paragraph h1.article_title {
   font-size: 1.6em;
}

div.paragraph div.alinea {
   margin-bottom: 20px;
}

div.paragraph img {
   border: 1px solid #eee;
}

div.paragraph img.image_right {
   float: right;
   margin-left: 10px;
   margin-bottom: 10px;
   
}

div.paragraph img.image_left {
   float: left;
   margin-right: 10px;
   margin-bottom: 5px;
}


.contact_form {
   padding: 10px 5px;
   background-color: #F5F5F5; 
   margin-top: 25px;
   border: 1px solid #3F77BA;
   
}

.contact_form .submit {
   text-align: right;
}

.contact_form .form_row {
   width: 90%;
}

.form_row {
   margin-left: 10px;
   margin-bottom: 10px;
}

.form_row label {
   display: block;
   font-weight: bold;
   margin-bottom: 10px;
}


.form_row .textfield {
   width: 100%;
   display: block;
}

.form_row input.textfield,
.form_row textarea.textfield,
.form_row select.textfield option {
   padding: 2px;
}

.form_row textarea.textfield {
   height: 200px;
}