/*

colors used:
olive for text-color and backgroundcolor header
limegreen for the mouseover of the links and text-color h1-h6
white for the links in the footer

*/

* { margin: 0px;	padding: 0px; outline-style: none; }

html, body {
	height: 100%;
  background: url(pics/bg_body.gif) top left repeat-x;  
}

a img { border: 0px solid #fff; }

#site {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	min-height: 590px;
	height: auto !important;
	height: 590px;
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #000;
}

/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

#print_header th.left { width: 280px; }
#print_header td.right { width: 150px; }

#header {
  padding: 0px 25px;
	width: 940px;
	height: 70px;
}

#header .logo { width: 125px; height: 70px; float: left; }
#header .logo a img {
	margin: 0px;
	border: 0px solid #fff;
}

/* ------------------------------------------------------------------------- Navigation */ 

#navigation {
  position: relative;
  width: 515px;
  float: left;
  z-index: 100;
}

#navigation ul {
  margin: 0px;
  list-style-type: none;
}

#navigation li { position: relative; float: left; display: inline;}
#navigation li.seperator { 
  margin: 0px 5px;
  width: 1px;
  height: 70px;
  background: url(pics/bg_navigation_seperator.gif) top left no-repeat;
}

#navigation li a:link, #navigation li a:visited {
  padding: 0px 5px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  float: left;
  display: inline-block; /* ie6 */
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#navigation li a:hover, 
#navigation li.current a:link, 
#navigation li.current a:visited,
#navigation li a.selected:link, 
#navigation li a.selected:visited {
  color: #f5d410;
}

/* Subnavigation */
#navigation .dropdown_content {
  position: absolute;
  width: 140px;
  top: 70px;
  left: 0px;
}

#navigation li.item_1 .dropdown_content { left: -45px; }
#navigation li.item_2 .dropdown_content { left: -10px; }
#navigation li.item_3 .dropdown_content { left: 8px; }
#navigation li.item_4 .dropdown_content { left: -32px; }

#navigation .dropdown_content img.icon {
  position: absolute;
  top: -27px;
  left: 16px;
  z-index: 100;
}

#navigation img.icon_current {
  position: absolute;
  bottom: 0px;
  left: 16px;
  z-index: 100;
}

#navigation li.item_1 img.icon_current { left: -28px; }
#navigation li.item_2 img.icon_current { left: 7px; }
#navigation li.item_3 img.icon_current { left: 20px; }
#navigation li.item_4 img.icon_current { left: -17px; }

#navigation .dropdown_content ul { list-style-type: none; }
#navigation .dropdown_content li {
  padding: 0px 5px;
  width: 130px;
  background: url(pics/bg_subnavigation_li.png) top left repeat-y;
}
#navigation .dropdown_content li.bg_bottom {
  height: 6px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  background: url(pics/bg_subnavigation_li_bottom.png) top left no-repeat; 
}

#navigation .dropdown_content li a:link,
#navigation .dropdown_content li a:visited {
  padding: 7px 10px;
  width: 110px;
  height: auto;
  color: #2b4a8f;
  font-size: 12px;
  line-height: normal;
}

#navigation .dropdown_content li a:hover,
#navigation .dropdown_content li.current a:link,
#navigation .dropdown_content li.current a:visited { color: #f5d410; }

/* ------------------------------------------------------------------------- Languages */ 

#languages {
  position: relative;
  padding: 0px 5px 0px 0px;
  width: 95px;
  float: left;
  z-index: 100;
}

#languages .icon {
  margin: 6px 5px 0px 3px;
  float: left;
}

#languages li { float: right; }

#languages a:link, 
#languages a:visited {
  margin: 23px 0px;
  padding: 4px 5px;
  display: block;
  color: #fff;
  text-decoration: none;
} 

#languages a.selected:link,
#languages a.selected:visited,
#languages a:hover {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 5px;
  color: #7292da;
  background: url(pics/bg_dropdown_language.png) top right repeat-y;
}

#languages ul.dropdown_content {
  position: absolute;
  top: 47px;
  right: 5px;
  list-style-type: none;
}

#languages ul.dropdown_content li {
  padding: 0px 5px;
  width: 85px;
  background: url(pics/bg_dropdown_language.png) top left repeat-y;       
}
#languages ul.dropdown_content li.bg_bottom {
  height: 6px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  background: url(pics/bg_dropdown_language_bottom.png) top left no-repeat;
}

#languages ul.dropdown_content li a:link,
#languages ul.dropdown_content li a:visited {
  margin: 0px;
  padding: 5px;
  color: #7292da;
  text-align: left;
  background: none;
}

#languages ul.dropdown_content li a:hover {
  color: #f5d410;  
}                

/* ------------------------------------------------------------------------- Search */ 

#search {
  position: relative;
  margin: 23px 0px;  
  width: 200px;
  height: 24px;
  float: left;
  background: url(pics/bg_search.gif) top left no-repeat;  
}

#search input.text { 
  padding: 0px 5px;
  width: 165px; 
  height: 24px; 
  line-height: 24px;
  color: #999999;
  border: 0px solid #fff;
  background: none;
} 

#search input.submit {
  position: absolute;
  top: 6px; 
  right: 5px;
} 

/* -------------------------------------------------------------------------  */

#navigation_extra {
  padding: 0px 25px;
  width: 940px;
  height: 25px;
  overflow: hidden;
} 

#navigation_extra ul { float: right; list-style-type: none; }
#navigation_extra li { float: left; }

#navigation_extra li a:link,
#navigation_extra li a:visited {
  padding: 0px 5px;
  line-height: 25px;
  text-decoration: none;
  color: #7e7e7e;
  font-size: 11px;
}

#navigation_extra li a:hover,
#navigation_extra li.current a:link,
#navigation_extra li.current a:visited {
  color: #2b4a8f;
}

/* ------------------------------------------------------------------------- Mediabar */      

#mediabar {
  position: relative;
  margin: 0px;
  padding: 0px 15px 0px 25px;
  width: 950px;
  height: 200px;
  float: left;
  z-index: 10;
  overflow: hidden;
  background: #ffffff url(/repos/transparent.gif) top left repeat;
}

#mediabar .slides { width: 950px; height: 200px; background: #ffffff url(/repos/transparent.gif) top left repeat; } 

#mediabar.home { margin: 0px 0px 15px 0px; height: 260px; }
#mediabar.home .slides { height: 260px; }

#mediabar #slider_pager { position: absolute; bottom: 15px; right: 35px; z-index: 50; }
#mediabar #slider_pager a { 
  margin: 0px 5px 0px 0px; 
  width: 12px; 
  height: 12px; 
  float: left; 
  display: block; 
  line-height: 0px; 
  font-size: 0px; 
  overflow: hidden; 
  background: url(pics/slideshow_navigation_inactive.png) top left no-repeat; 
}
#mediabar #slider_pager a.activeSlide { background: url(pics/slideshow_navigation_active.png) top left no-repeat; }
#mediabar #slider_pager a:focus       { outline: none; }

/* ------------------------------------------------------------------------- newsbar */

#newsbar {
  padding: 0px 25px;
  width: 940px;
  height: 35px;
  overflow: hidden;
}  

/* newsticker */
#newsbar .newsticker {
  position: relative;
  padding: 0px 10px;
  width: 700px;
  height: 35px;
  float: left;
  background: #d9dada url(pics/bg_newsbar_newsticker.gif) top left no-repeat;
}

#newsbar .newsticker #newsticker_prev,
#newsbar .newsticker #newsticker_next {  
  margin: 9px 0px 0px 0px;
  padding: 0px;
  width: 20px;
  float: left;
  line-height: 0px;
  font-size: 0px;
}
#newsbar .newsticker #newsticker_next { margin-right: 10px; }

#newsbar .newsticker #newsticker_prev a:link,
#newsbar .newsticker #newsticker_prev a:visited,
#newsbar .newsticker #newsticker_next a:link,
#newsbar .newsticker #newsticker_next a:visited { cursor: pointer; }

#newsbar .newsticker .items,
#newsbar .newsticker .item { width: 650px; height: 25px; overflow: hidden; }

#newsbar .newsticker .items { position: absolute; left: 60px; }

#newsbar .newsticker .item a:link,
 #newsbar .newsticker .item a:visited { 
  /*word-wrap: break-word;*/ 
  text-decoration: none;
}

#newsbar .newsticker .item span {   
  float: left; 
  line-height: 35px; 
  color: #2b4a8f;
} 

#newsbar .newsticker .item span.seperator { margin: 0px 10px; }  
#newsbar .newsticker .category { font-weight: bold; }
#newsbar .newsticker  a:link .message,
#newsbar .newsticker a:visited .message {
  float: left;
  color: #2b4a8f;
  text-decoration: none;
  border: 0px solid #fff;
  display: block;
  cursor: pointer;
}
#newsbar .newsticker a:hover .message  { text-decoration: underline; }
#newsbar .newsticker .item .date { color: #7e7e7e; }
/* END newsticker */

.newsletter {
  margin: 0px 0px 0px 1px;
  width: 219px;
  height: 35px;
  float: left;
}

#newsbar .newsletter a:link,
#newsbar .newsletter a:visited,
#content .newsletter a:link,
#content .newsletter a:visited {
  padding: 0px 0px 0px 8px;
  width: 211px;
  height: 35px;
  line-height: 35px;
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-decoration: none; 
  background: #d9dada url(pics/bg_newsbar_newsletter_inactive.gif) top left no-repeat; 
}

#newsbar .newsletter a:hover,
#content .newsletter a:hover {
  background: #d9dada url(pics/bg_newsbar_newsletter_active.gif) top left no-repeat;    
}


/* ------------------------------------------------------------------------- Homepage */

/*#home { padding-bottom: 115px; }*/

#home a:link,
#home a:visited {
  color: #2b4a8f;
  text-decoration: none; 
}
#home a:hover { color: #8cb63c; }

/* blocks */ 
#home .blocks {
  margin: 15px 0px;
  padding: 0px 25px;
  width: 940px;
  height: 225px;
  overflow: hidden; 
} 

#home .blocks .block {
  width: 220px;
  height: 225px;
  float: left;
  cursor: pointer;
  overflow: hidden;
}
#home .blocks .block.b_4 { cursor: auto; }

#home .blocks .block .head {
  width: 225px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  background: url(pics/bg_block_head.gif) top left repeat-x; 
} 

#home .blocks .block .head h1 { font-size: 17px; line-height: 30px;} 

#home .blocks .block .image {
  padding: 0px 0px 10px 0px;
  width: 220px;
  height: 155px;
}

#home .blocks .block.b_1 .image { background: url(pics/bg_block_1.gif) top left no-repeat; } 
#home .blocks .block.b_2 .image { background: url(pics/bg_block_2.gif) top left no-repeat; } 
#home .blocks .block.b_3 .image { background: url(pics/bg_block_3.gif) top left no-repeat; } 
#home .blocks .block.b_4 .tags { background: url(pics/bg_block_4.gif) top left no-repeat; } 
#home .blocks .block.b_4 .tags sub,
#home .blocks .block.b_4 .tags sup { font-size: 9px; line-height: 10px; }

#home .blocks .block .more { height: 40px; line-height: 40px; }
#home .blocks .block .more a:link,
#home .blocks .block .more a:visited {
  padding: 0px 20px 0px 0px;
  float: right;
}       

#home .blocks .block.b_1 .more a { background: url(pics/bg_block_1_more.gif) center right no-repeat; } 
#home .blocks .block.b_2 .more a { background: url(pics/bg_block_1_more.gif) center right no-repeat; } 
#home .blocks .block.b_3 .more a { background: url(pics/bg_block_1_more.gif) center right no-repeat; } 

#home .blocks .block .tags { padding: 10px; width: 200px; height: 145px; }
#home .blocks .block .tags .tag {
  position: relative;
  margin: 0px 8px 8px 0px;
  padding: 0px 7px;
  height: 20px;
  float: left;
  line-height: 19px;
  display: inline;
  white-space: nowrap;
  background: #fff url(pics/border_tag_left.gif) top left no-repeat;
}

#home .blocks .block .tags .tag span.bg_right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 7px;
  height: 20px;   
  font-size: 0px;
  line-height: 0px;                           
  background: url(pics/border_tag_right.gif) top left no-repeat;                        
}
/* END blocks */


/* info extra */  
#home .info_extra {
  margin: 15px auto;
  padding: 20px 0px; 
  width: 940px;
  min-height: 225px;  
  height: auto !important;
  height: 225px;
  background: url(pics/bg_info_extra.gif) top left repeat-x;
}

#home .info_extra span.green { color: #8cb63c; font-weight: bold; } 

#home .info_extra .free_items {
  margin: 0px 20px 0px 0px;
  width: 460px;
  float: left;
}

#home .info_extra .free_items h2 a:link,
#home .info_extra .free_items h2 a:visited {
  color: #2b4a8f;
  font-size: 16px;
  text-decoration: none;  
}
#home .info_extra .free_items h2 a:hover { color: #8cb63c; }

#home .info_extra .free_items .item { 
  padding: 10px 0px;
  min-height: 10px;
  height: auto !important;
  height: 10px;
  border-bottom: 1px solid #cdcece; 
}
#home .info_extra .free_items .item .image { margin: 0px 10px 0px 0px; width: 70px; float: left; }
#home .info_extra .free_items .item .description { width: 380px; float: left; }
#home .info_extra .free_items .item .description.big { width: 460px; }
 
 
 
#home .info_extra .quick_links {
  padding: 10px 0px;
  margin: 0px 20px 0px 0px;
  width: 220px;
  float: left;
} 
#home .info_extra .quick_links h2 { margin: 0px; padding-bottom: 7px; border-bottom: 1px solid #cdcece; }
#home .info_extra .quick_links ul { list-style-type: none; } 
#home .info_extra .quick_links li { 
  padding: 7px 0px;
  border-bottom: 1px solid #cdcece;
} 
 
#home .info_extra .video {
  padding: 10px 0px 2px 0px; 
  width: 220px;
  float: left;
  border-bottom: 1px solid #cdcece;  
}

#home .info_extra .video a:link strong, 
#home .info_extra .video a:visited strong { line-height: 30px; }
/* END info extra */

/* ------------------------------------------------------------------------- subnavigation left */ 

#subnavigation {
  padding: 50px 0px 0px 0px;
  width: 220px;
  min-height: 100px;
  height: auto !important;
  height: 100px; 
  float: left;
  background: url(pics/bg_subnavigation.gif) bottom left no-repeat;
}

#content #subnavigation ul { margin: 0px; padding: 0px; list-style-type: none; }
#content #subnavigation li { margin: 0px; padding: 0px; background: none; }
#content #subnavigation li.last { 
  padding: 0px 0px 1px 0px; 
  background: url(pics/bg_subnavigation_a.gif) bottom left no-repeat; 
}

#content #subnavigation li a:link,
#content #subnavigation li a:visited {
  padding: 10px 0px;
  width: 220px;
  display: inline-block; /* ie6 */
  text-decoration: none;
  background: url(pics/bg_subnavigation_a.gif) top left no-repeat;
}


#content #subnavigation li.current { background: url(pics/bg_subnavigation_li_current.gif) top right repeat-y; }
#content #subnavigation li.current a:link,
#content #subnavigation li.current a:visited { color: #8cb63c; }

/* ------------------------------------------------------------------------- Content */ 

#content {    
  /*padding: 0px 25px 30px 25px;*/
	padding: 0px 25px 15px 25px;
	width: 940px;
}

#text {
  padding: 25px 20px 15px 20px;
  width: 460px; 
  float: left;
  line-height: 20px;
}

#text sup { font-size: 10px; line-height: 10px; }
  
#text ul.news li        { background-position: 0px 8px; }
#text ul.news.withdate li { background-position: 0px 28px; }

#text ul.news li span.date,
#text ul.news li span.date { margin: 0px 5px 0px 0px; font-size: 11px; color: #B0B0B0; }
  
/* Dictionary */
#content #text .letter_container { margin: 0px 0px 20px 0px; }
#content #text .letter { padding: 3px 0px; margin: 0px 0px 10px 0px; font-size: 14px; font-weight: bold; color: #000000; border-bottom: 1px solid #d0d0d0; }
#content #text ul.dictionary { 
  margin: 15px 0px 22px 0px; 
  float: left;
  list-style-type: none; 
}
#content #text ul.dictionary li        { margin: 0px 12px 0px 0px; padding: 0px; float: left; font-weight: bold; background: none; }

#content #text #dictionay-content a:link,
#content #text #dictionay-content a:visited { padding: 0px 1px; color: #2b4a8f; }
#content #text #dictionay-content a:hover { color: #8cb63c; }

#content #text ul.dictionary li a:link,
#content #text ul.dictionary li a:visited { color: #2b4a8f; font-weight: bold; }

#content #text ul.dictionary li a:hover,
#content #text ul.dictionary li.current a:link,
#content #text ul.dictionary li.current a:visited {  color: #8cb63c; }

.glossary_detail .image,             .faq_detail .image             { margin: 0px 10px 0px 0px; width: 135px; float: left; }
.glossary_detail .description,       .faq_detail .description       { width: 560px; float: left; }
.glossary_detail .description.noimg, .faq_detail .description.noimg { width: 415px; }
/* END Dictionary */

/* item-list */
#content ul.item-list {
  margin: 0px;
  list-style-type: none;
}

#content ul.item-list li { 
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #e7e7e7; 
  background: none;  
}

#content ul.item-list li a:link,
#content ul.item-list li a:visited { 
  padding: 10px 0px; 
  display: block; 
  color: #2b4a8f;
  text-decoration: underline;
  border: 0px solid #fff;
}
#content ul.item-list li a:hover { color: #8cb63c; }
/* END item-list */

h1, td h1 {font: 19px arial, verdana, sans-serif; font-weight: bold; color: #2b4a8f; margin-bottom: 20px;}
h2, td h2 {font: 17px arial, verdana, sans-serif; font-weight: bold; color: #2b4a8f; margin-bottom: 7px;}
h3, td h3 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: #2b4a8f; margin-bottom: 7px;}
h4, td h4 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #2b4a8f; margin-bottom: 7px;}
h5, td h5 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: #2b4a8f; margin-bottom: 7px;}
h6, td h6 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #2b4a8f; margin-bottom: 7px;}

h1 sup { font-size: 11px; line-height: 10px; }
h2 sup { font-size: 11px; line-height: 10px; }
h3 sup { font-size: 11px; line-height: 10px; }
h4 sup { font-size: 10px; line-height: 10px; }
h5 sup { font-size: 10px; line-height: 10px; }
h6 sup { font-size: 10px; line-height: 10px; }

#content a:link, 
#content a:visited,
#fancybox-content a:link,
#fancybox-content a:visited {text-decoration: underline; color: #2b4a8f; }
#content a:hover,
#fancybox-content a:hover { color: #8cb63c; text-decoration: underline; }

#content a[name]:hover { color: #2b4a8f; text-decoration: none; }

table {margin: 5px 0px;}
td {
	font: 12px arial, verdana, sans-serif;
	line-height: 16px;
	color: #000;
}

#content img { margin: 10px 0px; }
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 10px; float: right; }

p { margin-bottom: 9px;}

#content ul { margin: 10px 0px 10px 0px; list-style-type: none;}
#content li { margin: 0px; padding: 5px 0px 5px 21px; background: url(pics/bg_li.gif) 0px 8px no-repeat; }
#content ol { margin: 10px 0px 10px 0px;}

#content span.file               { display: block; }  
#content ul.item-list span.file  { padding: 10px 0px; }
#content #text span.file         { padding: 5px 0px; }
#content span.file .icon img { margin: 2px 0px; }
#content span.file .icon     { padding: 0px; font-size: 0px; line-height: 0px; float: left; }
#content span.file .info     { margin: 0px 0px 0px 7px; padding: 2px 0px 0px 0px; width: 437px; float: left; }
#content span.file .info a:link,
#content span.file .info a:visited { 
  margin: 0px 5px 5px 0px; 
  padding: 0px; 
  display: block;
  float: left;
}

.floatLeft { float: left; }
.floatRight { float: right; }

.hide { display: none; }

.h_space_20 { width: 20px; height: 1px; float: left; }
      
/* ------------------------------------------------------------------------- sidebar */ 

#sidebar {
  padding: 29px 0px;
  width: 220px;
  min-height: 100px;
  height: auto !important;
  height: 100px; 
  float: left;
}

#sidebar .head {
  margin: 0px; 
  width: 220px;
  height: 30px;
  float: left;
  line-height: 30px;
  text-align: center;
  background: url(pics/bg_sidebar_head.gif) top left repeat-x;
}

#sidebar .head h2 { color: #6f6f6f; font-size: 14px; line-height: 30px; font-weight: normal; }

#sidebar .image img { margin: 0px; }

#content #sidebar .text { margin: 20px 0px; color: #6f6f6f; font-size: 11px; float: left; }

#content #sidebar ul { 
  margin: 0px 0px 0px 15px;
  list-style-type: disc; 
}
#content #sidebar ul li { padding: 0px 0px 0px 0px; background: none; } 
         
#sidebar .social { 
  margin: 30px 0px 0px 0px;
  width: 220px;
  float: left;
  overflow: hidden;
}
#fb-root iframe,
#sidebar .social { width: 220px !important; overflow: hidden; }


         
/* ------------------------------------------------------------------------- Contact */

#contact { 
  padding: 25px 0px 15px 0px;
  width: 940px;
  min-height: 100px;
  height: auto !important; 
  height: 100px;
  float: left; 
}

#contact .column_left,  
#contact .column_right {  
  width: 460px;
  float: left;
}
#contact .column_left { margin: 0px 20px 0px 0px; }


#contact .column_left .txt_block_2 { 
   margin: 20px 0px 0px 0px;
}


#contact .column_right,
#contact .column_map {
  position: relative;
  padding: 0px 0px 20px 0px;
  background: #f1f2f7 url(pics/bg_contact_column.gif) bottom left repeat-x;
}

#contact .column_right .social iframe { 
  position: absolute; 
  right: 20px;
  bottom: -155px;
}

#contact .column_map {
  width: 460px;
  height: 245px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
}
#content #contact .column_map img { margin: 0px; }

#contact #form_container,
#contact #msgcontainer {
  padding: 5px 20px;
}
#contact #form_container h3 { margin: 0px 0px 20px 0px; }
   
#contact .column_right .contactform_txt {
  padding: 30px 20px 0px 20px;
}
#contact .column_right .contactform_txt p { margin: 0px; } 
   
/* ------------------------------------------------------------------------- Footer */ 

#footer_container {
  /*
  position: absolute;
  bottom: 0px;  
  */
  margin: 0px auto; 
  width: 100%;
}

#footer {
  margin: 0px auto;
	padding: 10px 15px 30px 15px;
	width: 910px;
  height: 10px;
	font: 9px arial, verdana, sans-serif;
	color: #7e7e7e;
	background: url(pics/bg_footer_vervolg.gif) top left repeat-x;
}

#footer.home { margin: 0px auto; padding: 15px 15px 35px 15px; height: 145px; line-height: 14px;background: url(pics/bg_footer.gif) top left repeat-x; }
#footer.home a:link,
#footer.home a:visited { margin: 0px; }

#footer a:link, #footer a:visited {
  margin: 0px 0px 0px 10px;
  padding: 1px 0px;
	text-decoration: none;
	color: #7e7e7e;
}

#footer a:hover,
#footer a.current:link,
#footer a.current:visited { color: #2b4a8f; }

#footer .column {
  padding: 0px 15px 0px 0px;
  width: 107px;
  float: left;
}
#footer .column.copyright { width: 90px; line-height: 15px; }
#footer .column.last { padding: 0px; width: 73px; }
#footer .column h3 { margin-bottom: 5px; font-size: 10px; }
#footer .column h3 a:link, #footer .column h3 a:visited { color: #2b4a8f; }
#footer .column ul {
  list-style-type: none;
}

#footer .column ul li { margin: 0px 0px 2px 0px; }

#footer.home ul.socialmedia { margin: 0px; }
#footer ul.socialmedia { margin-top: -2px; float: right;  list-style-type: none; }
#footer ul.socialmedia li { float: left;display: inline; }

#footer ul.socialmedia li img { float: left; }     
#footer ul.socialmedia li span.description { margin: 0px 0px 0px 5px; float: left; line-height: 16px; }     

                             
br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }
