/* Start of CMSMS style sheet 'Tools' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	.menu_horiz:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	* html>body .menu_horiz{
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
	* html .menu_horiz{
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
/* end accessibility */
/* End of 'Tools' */

/* Start of CMSMS style sheet 'Typography' */
/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
  body {
    text-align: left;
    font-family: sans-serif, Verdana, Arial, Helvetica, Sans;
    font-size: 0.79em;
    line-height: 1.5em;
  }

  div {
  }

  img {
    display: inline;
    border: 0;
  }
	
/* LINKS */
	a,
	a:link 
	a:active, a:visited {
		text-decoration: none;
	}

	a:hover {
	text-decoration: underline;
	}
/* END LINKS */
	
/* HEADINGS */
	h1 {
border: 0px solid #000000;
		font-size: 130%;
	             FONT-WEIGHT: bold; 
		line-height: 1.25em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h2 {
border: 0px solid #000000;
		font-size: 120%;
	             FONT-WEIGHT: bold; 
                          line-height: 1.25em;
		margin: 0 0 0.25em 0;
		padding: 0;
                          xPADDING-BOTTOM: 0.17em; 
                          xBORDER-BOTTOM: 1px solid #a0a0a0;
	}
	h3 {
		font-size: 1.3em;
	             FONT-WEIGHT: bold; 
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
                          PADDING-BOTTOM: 0.17em; 
                          BORDER-BOTTOM: #aaa 1px solid
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
/* END HEADINGS */

/* TEXT */
	p {
border: 0px solid #000000;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	blockquote {
		border-left: 10px solid #ddd;
		margin-left: 10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
	
/* LISTS */
	#main ul {
        line-height:1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	#main ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {
        font-size: 1em;
		margin: 0 0 0 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
	}
/* END TABLE */	
	
	hr {
                          border-style: solid;
                          border-color: gray;
                          border-width: 1px;
		margin: 0px 0px 4px;
                          padding: 0px;
		xborder-top: 1px solid gray;
		   
	}
	div.hr {
		margin: 0px;
                          padding: 0px;
		xborder-top: 1px solid gray;
	}

	
/* END TYPOGRAPHY */	
/* End of 'Typography' */

/* Start of CMSMS style sheet 'Forms' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
border: 1px solid #a0a0a0;
		margin:5px auto 10px auto;
                          padding: 15px 10px 5px 10px;
                          background-color: #f0f0f0;
	}
	form div,
	form p {
		font-size: 1em;
                          line-height: 1em;
		margin: 0 0 0 0;
		padding: 0;
	}
	#form h4 {
		font-size: 1em;
		font-weight: normal;
		color: red !important;
		line-height: 1em;
		margin: 0 0 0 0;
		margin-left: 12px;
		padding: 0;
		padding-bottom: 4px;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	input, select, textarea {
		margin: 0 0 0.5em 0;
                          width: 70%;
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
		padding: 1px;
		margin-top: 1px;
		margin-bottom: 10px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		height: 8em;
	}
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	.radio input {
		width: auto;
		height: auto;
		margin-top: 10px;
                          margin-bottom: 10px;
                          margin-left: 8px;
	}
	.check {
		margin-top: 4px;
                          margin-bottom: 16px;
                          margin-left: 2px;
	}
	.check input {
		width: auto;
		height: auto;
                         margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	.ffsubmit {
		width: 10em;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
             form div.submit {
		margin: 1em 0;
	}

             form div.submit input {
		height: 2em;
		width: 15em;
	}

/* END FORM ELEMENTS */
		
/* End of 'Forms' */

/* Start of CMSMS style sheet 'Colours' */
/* Layout sections */
	body {
		background: #F2F2F2;
		color: black;
		}
		
	div#page {
		border: 1px solid #c0c0c0;
		background: #fff;
	    }
		
	div#header {
		color: #fff;
		}
		
	div#footer {
		color: #fff;
		background-color: #E76321;
		}
		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: #196F9E;
                          text-decoration: none;
	}

             a:hover {
                          text-decoration: underline;
             }
        
 


/* Headings */	
	h2, h3, h4, h5, h6 {
		color: #000;
	}
	h1{
		color: #196F9E;
	}

h2{
		color: #196F9E;
	}
/* End of 'Colours' */

/* Start of CMSMS style sheet 'Menu' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* MENU_VERT */

#menu_vert {         /* zie layout stylesheet */
  }

#menu_vert ul {
  width: 100%; /* Width of Menu Items */
  font-size: 93%;
  margin: 14px auto 140px auto;
  padding: 0px;
  list-style: none;
  border-top: 1px solid #ffffff;
  }

#menu_vert li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  border-top: 1px solid #3791B4;
  xborder-left: 1px solid #3791B4;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
   background-color: #3791B4;
  padding: 4px 8px;
  margin: 0px;
  }

#menu_vert li a:hover {
             color: #ffffff;
	background-color: #4FC2D6;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu_vert li { float: left; height: 1%; }
* html #menu_vert li a { height: 1%; }
/* End */

    div#menu_vert ul ul  {
      border: none;
    }

    div#menu_vert ul ul li a, 
    div#menu_vert ul ul li a:link, 
    div#menu_vert ul ul li a:visited  {
    padding: 2px 0px 0px 10px;
    }

    div#menu_vert ul ul ul i a, 
    div#menu_vert ul ul ul li a:link, 
    div#menu_vert ul ul ul li a:visited  {
    }
    div#menu_vert ul ul ul  {
    }

#menu_vert li ul li a { 
  } /* Sub Menu Styles */

/* fixed image flicker by adding .cssmenu-vertical ul */

div#menu_vert .menuactive a,
div#menu_vert .menuactive a:link,
div#menu_vert .menuactive a:active,
div#menu_vert .menuactive a:visited

{
	xlist-style-type: square;
	xdisplay: inline;
             color: #ffffff;
        font-weight: 800;
	xbackground-color: #D5D3D3;
}

/* END MENU_VERT */



















/* MENU_HORIZ */

    * html div#menu_horiz {
        /* hide ie/mac \*/
        xheight: 1%;
        /* end hide */
    }

    div#menu_horiz {
       background-color: #ffffff;
       xborder-top: 1px solid #808080;
       xbackground-image: url("uploads/images/menu-back.gif");  
       xborder-bottom: 1px solid #808080;
    }

    div#menu_horiz ul {
        text-align: right;
        height: 28px;
        margin: 0;
        padding: 0x 0px 0px 5px;
        list-style: none;
        border-top: 1px solid #808080;
        border-bottom: 1px solid #808080;
    }
    div#menu_horiz ul li {
        float: left;
        display: inline;
        list-style: square;
        margin: 150 ;
        xborder-bottom: 1px solid #808080;
    }
    div#menu_horiz ul li a {
        font-size: 90%;
        font-weight: 800;
        color: #666666;
        
        border-lft: 1px solid #808080;
    }

    div#menu_horiz ul li a,
    div#menu_horiz ul li a:link,
    div#menu_horiz ul li a:active,
    div#menu_horiz ul li a:visited {
        font-size: 90%;
        font-weight: 800;
        color: #196F9E;
        list-style-type: square;
        padding: 4px 32px 4px 25px; 
        float: left;
        display: inline;
        margin: 200 ;

        /* hide from ie/mac \*/
        display: block;
        /* end hide */

        text-decoration: none;
        margin: 0;
        xcolor: #808080;
        xbackground-color: #ffffff;
    }

    div#menu_horiz ul li a:hover {
        xbackground-color: #ffffff;
        color: #4FC2D5;
    }

    div#menu_horiz .active {
        display: inline-block;

        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        
        xbackground-color: #ffffff;
    }

    div#menu_horiz .menuactive a,
    div#menu_horiz .menuactive a:link,
    div#menu_horiz .menuactive a:active,
    div#menu_horiz .menuactive a:visited
    {
	color: #F3B000;
    }

    div#menu_horiz .current a:hover,
    div#menu_horiz .active a:hover 
    {
	xbackground-color: #ffffff;
    }

/* END MENU_HORIZ */





/* End of 'Menu' */

/* Start of CMSMS style sheet 'News' */
        .actionnews1 a {
            font-size: 1.1em;
            font-weight: bold;
            color: #FFE75A;
       }

        .actionnews1 a:visited {
            font-size: 1.1em;
            font-weight: bold;
            color: #FFE75A;
       }

        .actionnews1 p {
            margin: 0;
            padding: 0px 4px 5px 4px;
            font-weight: bold;
            font-size: 1.1em;
            font-variant: small-caps;
            color: #FDEDF0;
       }

       .actionnews1 {
            margin: 0;
            margin-bottom: 10px;
            padding: 0;
            padding-bottom: 5px;
            width: 168px;
            background-color:  #D21831;
            text-align: center;
            border: 1px solid #909090;
       }

        .news a {
            font-weight: bolder;
       }

        .news a:visited {
            font-weight: bolder;
       }

        .news {
            border: 1px solid #b0b0b0;
            margin-bottom: 10px;
       }

        .newshead h1 {
            margin: 0;
            padding:0;
            font-size: 1.1em;
            font-weight: bolder;
            color: #ffffff;
       }

        .newshead {
            margin: 0;
            padding: 4px 0px 4px 0px;
            background-color:  #1578AA; /* #FFE75A; */
            xbackground-image: url(images/newshead.gif);            
            xbackground-repeat: no-repeat;
            xbackground-position: left top;
       }

        .newsfoot {
            xmargin-bottom: 4px;
            xpadding: 0;
            xheight: 0px;
            xbackground-image: url(images/newsfoot.gif);            
            xbackground-repeat: no-repeat;
            xbackground-position: left top;
       }

       .newsbox {
            margin: 0;
            padding: 5px 10px 5px 10px;
            width: 158px;
            xborder-left: 1px solid #B5B5BD;
            xborder-right: 1px solid #B5B5BD;
       }

        .newspagenews {
            border: 0px solid #b0b0b0;
            margin-bottom: 20px;
       }

        .newspagenewsfoot {
            xmargin-bottom: 14px;
            xpadding: 0;
            xheight: 0px;
            xbackground-image: url(images/newsfoot.gif);            
            xbackground-repeat: no-repeat;
            xbackground-position: left top;
       }

.NewsSummaryTitle {
  font-size: 90%;
  font-weight: bold;
  color: #666666;
  line-height: 1.3em;
  margin: 0 0 0 0;
  padding: 3px 3px 4px 0px;
}

.NewsSummaryLink a {
  font-size: 100%;
  font-weight: normal;
  line-height: 130%;
  padding: 12px 14px 0px 0px;
            color: #E76221;
 }

.NewsSummaryMorelink {
  font-size: 90%;
  padding: 0px 0px 0px 0px;
            color: #689DA6;
 }


.NewsSummaryCategory {
  font-style: italic;
 }

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: nornal;
 }

.NewsSummarySummary, .NewsSummaryContent {
  font-size: 90%;
  padding: 0px 0px 0px 0px;
 }

#NewsPostDetailDate {
  font-style: italic;
  }

#NewsPostDetailTitle{
  margin-top: 5px;
  }


#NewsPostDetailSummary {
  xfont-size: 1.06em;
  font-weight: bolder;
  xfont-style: italic;
  margin-bottom: 10px;
  }

#NewsPostDetailContent {
  }


/* End of 'News' */

/* Start of CMSMS style sheet 'Layout' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */

/* #myframe { height: 1000px; } was noodzakelijk voor de embed label die op de portal pagina's wordt gebruikt */

    body {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    div#page {
        width: 780px;                       /* de inhoud van 'page' is 'content' die op zijn beurt 760 breed is */
        margin: 10px auto auto auto;
        padding: 0;
        text-align: center;
        height: 100%; 
    }
    

    /* HEADERS */

       div#topheader {
        clear: both;
        color: #fff;
        background-color: #E76321;
        border-top: 0px solid #666666;
        border-bottom:  0px solid #E76321;
       }

       div#topheader p {
           font-size: 0.8em;
           margin: 0;
           padding: 8px;
           text-align: center;
       }

        div#header {
            border-top: 0px solid #EB8553;            
            margin: 0;
            padding: 0;
            height: 140px;
            background-color: #ffffff;
            background-image: url(uploads/images/header.png);            
            background-repeat: no-repeat;
            background-position: 0px 0px;
            text-align: center;
       }

        div#header_organisatie  {
            border-top: 0px solid #EB8553;            
            margin: 0;
            padding: 0;
            height: 140px;
            background-color: #ffffff;
            background-image: url(uploads/images/header.png);            
            background-repeat: no-repeat;
            background-position: 0px 0px;
            text-align: center;
       }

        div#header_dienstverlening  {
            border-top: 0px solid #EB8553;            
            margin: 0;
            padding: 0;
            height: 140px;
            background-color: #ffffff;
            background-image: url(uploads/images/header.png);            
            background-repeat: no-repeat;
            background-position: 0px 0px;
            text-align: center;
       }

        div#header_kandidaten  {
            border-top: 0px solid #EB8553;            
            margin: 0;
            padding: 0;
            height: 140px;
            background-color: #ffffff;
            background-image: url(uploads/images/header.png);            
            background-repeat: no-repeat;
            background-position: 0px 0px;
            text-align: center;
       }

        div#header_vacatures {
            border-top: 0px solid #EB8553;            
            margin: 0;
            padding: 0;
            height: 140px;
            background-color: #ffffff;
            background-image: url(uploads/images/header.png);            
            background-repeat: no-repeat;
            background-position: 0px 0px;
            text-align: center;
       }

        div#header_nieuws {
            border-top: 0px solid #EB8553;            
            margin: 0;
            padding: 0;
            height: 140px;
            background-color: #ffffff;
            background-image: url(uploads/images/header.png);            
            background-repeat: no-repeat;
            background-position: 0px 0px;
            text-align: center;
       }
 
    /* END HEADERS */
    
    /* MENU */

       div#menu_vert h1 {
           color: #F3B000;
           text-align: right;
           margin-bottom: 10px;
       }

       div#menu_vert {
           xbackground-color: #E76321;
           border: 0px solid #000000;
           float: left;
           width: 180px;
           margin-top: 15px;
           padding-left: 5px;
           padding-right: 10px;
      }

      div#menu_horiz {
           color: #808080;
           padding: 0px 0px 8px 0px;
      }


    /* END MENU */
    
    /* CONTENT */

    /* home main:         | <- 540+5=545 -> |    */
    /* home content2:   | <- 180+5=185 -> |    */

    /* other menu_vert: | <- 140+5+10=155 -> |  */
    /* other content1:   | <- 400+5=405 -> |     */
    /* other content2:   | <- 180+5=185 -> |     */

        div#content {
border: 0px solid #000000;
           width: 760px; 
           margin: auto auto auto 8px;
           text-align: left;
       }

       div#content1 {                   /*content deel van vervolg pagina (met menu links) */
border: 0px solid #000000;
           float: left;
           width: 450px;
           margin: 10px auto auto auto;
           padding: 0px 0px 0px 5px;
       }

       div#content2 {                     /* rechterkolom */
border: 0px solid #000000;
           clear: right;
           float: right;
           font-size: 0.91em;
           line-height: 150%;
           color: #404040;
           width: 180px;
           margin: 15px auto auto auto;
           padding: 0px 5px 0px 0px; /* 5 uit de rechterrand van de de content style */
       }

       div#content_organisatie {                   /*content deel van vervolg pagina (organisatie) */
border: 0px solid #000000;
           float: left;
           width: 550px;
           margin: 15px auto auto auto;
           padding: 0px 0px 0px 5px;
       }

       div#content_dienstverlening {                   /*content deel van vervolg pagina (organisatie) */
border: 0px solid #000000;
           float: left;
           width: 550px;
           margin: 15px auto auto auto;
           padding: 0px 0px 0px 5px;
       }


       div#content_kandidaten {                   /*content deel van vervolg pagina (organisatie) */
border: 0px solid #000000;
           float: left;
           width: 550px;
           margin: 15px auto auto auto;
           padding: 0px 0px 0px 5px;
       }


       div#content_vacatures {                   /*content deel van vervolg pagina (organisatie) */
border: 0px solid #000000;
           float: left;
           width: 550px;
           margin: 0px auto auto auto;
           padding: 0px 0px 0px 5px;
       }

       div#content_nieuwsoverzicht {                   /*content deel van vervolg pagina (organisatie) */
border: 0px solid #000000;
           float: left;
           font-size: 111%;
           width: 550px;
           margin: 15px auto auto auto;
           padding: 0px 0px 0px 5px;
       }

       div#content_nieuws {                   /*content deel van vervolg pagina (organisatie) */
border: 0px solid #000000;
           float: left;
           width: 550px;
           margin: 15px auto auto auto;
           padding: 0px 0px 0px 5px;
       }

       div#main {                        /* content deel van de home page */
           float: left;
           width: 755px; 
           margin: 15px auto auto auto;
           padding: 0px 0px 0px 5px;  /* 5 uit de linkerrand van de de content style */
       }

    /* END CONTENT */

    /* HOMEPAGE */
       div#homebox_left {
           clear: left;
           float: left;
           width: 500px;
       }

         div#homebox_right {
           clear: right;
           float: right;
           width: 220px;
       }

       div#homebox h1 {
            font-size: 1.2em;
            color: #ffffff;
            margin: 0;
            padding: 3px 11px 4px 10px;
            xbackground-color: #E76321;
       }


       div#welcome {
           clear: left;
           float: left;
           width: 500px;
           border: 0px solid #d0d0d0;
           background-color: #FFFFFF;
           background-image: url(uploads/images/figuurtjehome1.gif);            
           background-repeat: no-repeat;
           background-position: 0px 0px;
       }

       div#welcome h1{
            font-size: 1.4em;
            color: #196F9E;
            margin: 0;
            padding: 3px 3px 4px 40px;
            xbackground-color: #ffffff;
       }

div#welcome p{
            padding: 3px 3px 4px 0px;
       }

       div#welcomefoot {
       }

       div#top5 {
           clear: right;
           float: right;
           width: 220px;
           border: 2px solid #196F9E;
           background-color: #4FC2D5;
       }

       div#top5_content {
      font-size: 12px;
      color: #000000;
      text-align: left;
      padding: 5px 5x 5px 5px;
      }


       div#top5 h1 {
            font-size: 1.2em;
            font-weight: normal;
            text-transform: uppercase;
            color: #ffffff;
            margin: 0;
            padding: 3px 11px 4px 4px;
            background-color: #196F9E;
            text-align: center;
       }

       div#top5 h3 {
            font-size: 1.2em;
            color: #FFD133;
            margin: 0;
            padding: 3px 0px 4px 4px;
            border: 0;
       }

       div#top5 p {
            font-size: 12px;
            color: #404040;
            margin: 0;
            padding: 0px 0px 4px 4px;
}

       div#top5 a {
            color: #FFD133;
            margin: 0;
       }

       div#top5foot {
       }

       div#top3news {
           clear: left;
           float: left;
           width: 500px;
           background-image: url(uploads/images/figuurtjehome2.gif); 
           background-repeat: no-repeat;
           background-position: 0px 0px; 
           xborder: 0px solid #d0d0d0;
           xbackground-color: #FFFFFF;        

       }

       div#top3news h1 {
            font-size: 1.2em;
            color: #4FC2D5;
            margin: 0;
            padding: 3px 3px 4px 40px;
            xbackground-color: #ffffff;
       }

       div#top3newsfoot {
       }

       div#homecontact h1 {
            font-size: 1.2em;
            font-weight: normal;
            text-transform: uppercase;
            color: #ffffff;
            margin: 0;
            padding: 3px 11px 4px 10px;
            background-color: #4FC2D5;
            text-align: center;
      }

       div#homecontact h2 {
            font-size: 1em;
            color: #196F9E;
            margin: 0;
            padding: 3px 11px 4px 10px;
      }

       div#homecontact p {
            font-size: 1em;
            margin: 0;
            padding: auto auto auto 10px;
      }

       div#homecontact {
           clear: right;
           float: right;
           margin: 10px auto auto auto;
           width: 220px;
           border: 2px solid #4FC2D5;
           background-color: #FFD133;
       }

       div#homecontactfoot {
       }

    /* HOMEPAGE */

        
    /* END CONTENT */
 
    
    /* FOOTER */

       div#footer {
        clear: both;
        background-color: #3791B4;
        border-top: 2px solid #4FC2D6;
        border-bottom:  5px solid #F3B000;
        margin: 10px auto auto auto;
       }

       div#footer p {
           font-size: 0.8em;
           margin: 0;
           padding: 2px;
           text-align: center;
       }

       div#aftertext p {
           font-size: 81%;
           line-height: 1.2em;
           color: #a0a0a0;
           padding: 10px 10px 0px 20px;
           text-align: left;
       }

    /* END FOOTER */

/* END LAYOUT */





          

/* End of 'Layout' */

