/******************************************************************************/
/*                                                                            */
/*   BASE FOR SCREENS SMALLER THAN 80 EM 1340px                               */
/*                                                                            */
/*   BASE COLOURS                                                             */
/*      grey            #498092                                               */
/*      glight          #72a1b1                                               */
/*      gdark           #2d677a                                               */
/*      glight+         #aacad5                                               */
/*      gdark+          #195265                                               */
/*                                                                            */
/**************************************************************** SB 20130803 */


/*  BODY **********************************************************************/

body {
	width:980px;
	margin: 0 auto;
	padding:0;
    font-size:1.0em;
 /*   background-color:#59993d; */
/**/
    background-image: url('../images/bkgflowvs.jpg');
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top left;
/**/
}

div#page_wrapper{
    background-color:#ffffff;
    z-index:10;	
}

/* HEADER  ********************************************************************/

div#branding {
	width:30%;
    float: left;
}

div#motto {
	width:40%;
    float: right;
    text-align:right;
    font-size:0.80em;
    line-height:1.2em;
}


ul#navigationA li {
	  display:block;
	  text-align:center;
	  width:16.66%;
    float:left;
    border:0; 
}

ul#navigationA li:nth-child(3n+1) {
    clear:none;
}

ul#navigationA a {
    text-align:center;
	  color:#aacad5;
    background:#195265;
    display:block;
    text-decoration:none;
}

ul.thumbs li h3 {
    font-size:1em;
}

ul.col_4 li {
	width:22.375%;
}
ul.col_4 li:nth-child(2n+1) {
	clear:none;
	margin-left:3.5%;
}
ul.col_4 li:nth-child(4n+1) {
	margin-left:0;
	clear:both;
}

/* FOOTER  ********************************************************************/
}
div#footer ul{
    font-size: 0.75em;
}
div#footer ul li{
    font-size: 0.75em;
}

/*  CONTACT FORM **************************************************************/
div#contactform {
	width: 60%;
}
