* {
	margin: 0;
	padding:  0;
}

body {
   background: white;
   color: black;
   font-family: Geneva, Arial, Verdana, Helvetica,sans-serif;
   font-size: 12px;
   line-height: 14px;
   margin:  0;
   padding:  0;
}

/* center wrapper, min max width */
div#pagewrapper {
   color: black;
   	width:  960px;
	margin:  0;
}


/*** header ***
we will hide text and replace it with an image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 120px;    /* adjust according your image size */
   background: #604F6D /*#385C72*/ url(images/cms/header_bkg2.png) repeat-x 0 50%;
   vertical-align: middle;
}

div#header h1 a {
/* you can set your own image here */
   background: transparent url(images/cms/header_logo2.png) no-repeat 30px 2px;
   color: #2B143C; /*#2A133B;*/
   font: bold 18px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
   display: block;
   height: 119px;             /* adjust according your image size */
   line-height: 119px;
   vertical-align: middle;
   padding-top: 1px;
   text-indent: 200px;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}


.logo_img img {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 0;
}
.logo {
  float: right;
  margin: 15px 10px 0 0;
  position: relative;
  width: 307px;
  height: 62px;
  padding: 0;
}
.logo * {
  margin: 0px;
  position: relative;
  z-index: 1;
}
* html .logo_img {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/cms/header_floete2.png', sizingMethod='scale');
}
* html .logo_img img {
  display: none;
}
* html .logo {
    position:static;
}

div#search {
   float: right;
   width: 26em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}
input.button { color:grey; }

#main2 ul li { line-height:1.5em; }
#main2 ul { margin-bottom: 1em; }

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 0.9em;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
}

.noprint, .noprint:hover { border:0 !important; background-color: transparent !important; }
.noprint img { padding:0 !important; margin:0.3em 0.4em 0 0 !important; }

div#content {

}

td, th {
   text-align: left;
   line-height: 1.5em;
   vertical-align: top;
}

.ak { font-size: 1.2em; }
.small {
   font-size: 9pt;
}

#main div.box {
	border-left: 2px dotted #e7ab0b;
	margin: 0 0 2em 0;
}
#main div.box p { padding:.5em 0 0 1.5em !important; }

/* default link styles */
/* set all links to have underline and bluish color */

#content a, .breadcrumbs a, .left49 a, .right49 a, #content a:link, .breadcrumbs a:link, .left49 a:link, .right49 a:link, #content a:active, .breadcrumbs a:active, .left49 a:active, .right49 a:active {
   text-decoration: none;

/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #796727;    letter-spacing: 1px; font-weight: bold; 
}
a.tm, a:link.tm, a:visited.tm {
   text-decoration: none;
}
a:hover.tm, a:active.tm {
   text-decoration: none;
   border-bottom: 1px solid #18507C;
}

#content a:visited, .breadcrumbs a:visited, .left49 a:visited, .right49 a:visited {
   text-decoration: none;
   background-color: inherit;
   color: black;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
#content a:hover, .breadcrumbs a:hover, .left49 a:hover, .right49 a:hover {
   text-decoration: none;
   background-color: black;
   color: white;
}

#footer { font-size: 0.9em; }
#footer a, #footer a:link, #footer a:active, #footer a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #000000;
}
#footer a:hover {
   text-decoration: none;
   background-color: inherit;
}

/* IMAGES */
div#content .picliob {
   float: left;
   margin: 0 1em 1em 0;
}

div#content .piclimi {
   float: left;
   margin: 1em 1em 1em 0;
}

div#content .picreob {
   float: right;
   margin: 0 0 1em 1em;
}

div#content .picremi {
   float: right;
   margin: 1em 2em 1em 1em;
}
div#content .pic {
   float: none;
   margin: 1em 0 1em 0;
}
.picliob, .piclimi, .picreob, .picremi, .pic {
   font-size: 8pt;
   color:#000;
   line-height:1.2em;
}
.picliob img, .piclimi img, .picreob img, .picremi img, .pic img {
	display: block;
	margin-bottom: 2px;
	border: 1px solid #000;
}
.picbox {
	width: 280px;
	height: 315px;
	float:left;
	margin:2em .9em;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	background-color: #e3e6f5;
}
.picbox div { width: 100%; text-align: center; line-height: 276px; }
.picbox p {
	margin: 0 4px 0 4px;
	background: #efefef;
	height: 3em;
	font-size: .85em !important;
	line-height: 1.4em !important;
	padding: .1em .3em !important;
}
.picbox div span { visibility: hidden; }

.picbox img {
	display: inline;
	margin-top: 44px;
	margin-bottom: 4px;
}
.picbox img.a1 {
	margin-top: 0px;
}

/* END IMAGES */

/* FOOTER */
div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #000000;

}

div#footer p {
   font-size: .9em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
   line-height:1.25em;
}

div#footer p a {
   color: #000000; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em 0;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 45%;  /* 50% for both left and right might lead to rounding error on some browser */
  padding-left: 1em;
}

div.right49 {
  float: right;
  width: 45%;
  text-align: right;
  padding-right: 1em;
}

div.left49 p, div.right49 p {
   margin-bottom: .8em;
   font-size: .9em;
   line-height:1.5em;
}

/* END FOOTER */

/* HEADINGS */
div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5 {
   font-family: Geneva;
   font-weight: normal; 
   line-height: 1.3em; 
   color: #000000; 
   margin: 0 0 0.5em 0;
}

div#content h1 {
	font-size: 17px;
	letter-spacing: 1px; 
	line-height: 1.2em; 
	   font-weight: bold; 



}

div#content h1#sitetitle {
   font-size: 17px;
   letter-spacing: 1px; 
    font-weight: bold; 
    margin-top: 1.2em;
}

div#content h2 {
    font-size:  12px; 
    font-weight: bold; 
    letter-spacing: 1px; 
	color: #8A8268;
}
div#content h3 {
   letter-spacing: 1px; 
   font-size: 12px;
   font-weight: bold; 
   line-height: 17px; 
}
div#content h4 {
   font-size: 17px;
    letter-spacing: 1px; 
    font-weight: bold; 
    color:  #8A8268;
}
div#content h5, table th {
   font-size: 17px;
   letter-spacing: 1px; 
   font-weight: bold; 
}
h6 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#main h6 {
   color: black; 
   font-size: 11px;

}
/* END HEADINGS */


#mainBoxes ul {
	list-style: disc;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainBoxes ol {
	list-style: decimal;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}


div#searchresults ul {
   margin-left: 3em;
   margin-bottom: 2em;
   line-height: 1.6em;
}

.hide {display:none;}


/* START FEUser INTERFACE */

#m6moduleform_2 {
   border: thin solid black;
   background: white;
   padding: 1em;
   margin: 0 1em 2.5em 0;
}

#m6moduleform_2 label {
/*todo*/
}
#m6moduleform_2 input.signin_button {
   padding: 0 .5em;
   color:grey;
}

/* END FEUser INTERFACE */



/********************
CONTENT STYLING
*********************/
div#content {
   margin: 0;
   padding-top: 40px;
}

div#sidemenu {
   border:thin solid;
   margin-right:.7em;
   padding:1em;
   background:#fb7;
}

/* TEXT */

div#main p, div#main2 p {
   text-align: left;
   padding-right:3em;
   margin-bottom: .8em;
   line-height:1.6em;
}

div#sidebar ul, div#sidebar ol {
   padding:0;
   margin-bottom: 1.5em;
}
div#sidebar ul li, div#sidebar ol li {

}
 p {
   margin: 0 0 1.5em 0;  
   line-height:1.6em;
   padding: 0;
}
div#main2 p {
   line-height:1.6em;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */



/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 0;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
