@charset "utf-8";
/* Defaults / Desktop View */
body {
	font: normal 100%/180%  Tahoma; /* Main text font */
	color:#6E6E6E; /* This is font colour on main page */
	background-color:#F0F0F0; /* This is the overall background colour */
	/* background-image: url(images/background.jpg)  REM this line out to remove the background image and revert to the background colour above */
	}   

/* JJC additions  */
img.img0 {
    border: 0;
    width: 100%;
/*    vertical-align: middle; */
}

/* 
img {
   border: 0;
   }
   */

/* ---------------------------*/

/* Simple fluid media   
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	list-style-type: none;
	font-size: 1.4em;
	text-align: center;
}

h1 {
	color: #000000;
	text-align: center;
	font-size: 2.0em;
	line-height: 1.1;
}

h2 {
	color: #0066FF; /* This is the colour of the main text on the home page  - Providing.....*/
	text-align: center;
	font-size: 1.8em; /* This is the size of the main text on the home page  - Providing.....*/
	line-height: 1.1;
}
p.caption {
  text-align: left;
  border: 0;
  margin: 0 ;
  padding: 0 5px 5px 5px;
  color: #000000;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}







/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	5;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav ul li {
	background-color: #C2CFE2;
	padding: 0.4em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	border: 2px solid #FFF;
	border-radius: 1.5em 0px 1.5em 0px;
}

/* helmsdale */
#menu {
	padding: 0px;
	font:normal 18px/21px verdana,sans serif;
	float:left;
	margin: 0px;
	background-color:#F0F0F0; /* This is the colour of the bar under the buttons */
	width: 100%;
	border-radius: 10px 0px 10px 0px;
	}
#menu ul {
	margin: 0;
	padding:0;
	list-style-type:none;
	}
#menu ul li {
	display:block; 
   float: left;
 	padding: 4px 10px;
	margin:0 15px 5px 0;
	background-color: #A9D0F5; /* This is the colour of the menu boxes on the mainpage */
	border-radius: 10px 0px 10px 0px;

}
#menu a {
	color:#2E2EFE; /* This is the colour of the menu box text on the mainpage */
	display:block; 
	padding: 4px 10px;
	text-decoration:none;
}
#menu a:hover {
	color: #F0F0F0; /* This is the colour of the highlighted text on the mainpage */
	background: #0000FF; /* This is the colour of the highlighted menu box text on the mainpage */
	border-radius: 10px 0px 10px 0px;
}
.currenth a {
    background-color:#FFFFFF; /* This is the colour of the current selection on the mainpage */
    border-radius: 10px 0px 10px 0px;
}  

/* helmsdale  end*/

#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(images/idmfc1-480x78.png); 
/*	background-repeat: no-repeat; */
	text-align: right;
	height: 78px;
/*	height: 125px; */
	margin-bottom: 1em;
}
#banner h1 {
	font-size: 1.5em;
	line-height: 1.5em;
}


/* This section defines the gallery layout*/


#article1 {
	clear: both;
	float: left;
	margin-left: 10;
	width: 50%;
	display: block;
}
#article1 img {
	padding: 0.0em;
	float: right;
/*	margin-bottom: .8em;
	margin-left: .8em; */
}

#article2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#article2 img {
	padding: 0.0em;
	float: right;
/*	margin-bottom: .8em;
	margin-left: .8em; */
}

#article3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#article3 img {
	padding: 0.0em;
	float: right;
/*	margin-bottom: .8em;
	margin-left: .8em; */
}

#article4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#article4 img {
	padding: 0.0em;
	float: right;
/*	margin-bottom: .8em;
	margin-left: .8em; */
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 0.8em;
	background-color: #A9D0F5; /* This is the footer colour */
	text-align: center;
/*	border: 2px solid #FFF; */
	border-radius: 1.5em 0px 1.5em 0px;
}

.fullwidth {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 0.8em;
	background-color: #A9D0F5;
	text-align: center;
/*	border: 2px solid #FFF; */
	border-radius: 1.5em 0px 1.5em 0px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#nav ul li {
	display: inline;
	padding: 0.8em;
	margin-right: 0.4em;
	margin-top: 1em;
	float: left;
}

#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(images/idmfc1-768x125.png); 
/*	background-repeat: no-repeat; */
/*	height: 200px; */
height: 125px;
}
#banner h1 {
	font-size: 2em;
}

#article1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 45%;
	display: block;
}

#article1 img {
/* these settings are inherited from smartphone - as they are the same, do not need them - can switch off padding use Firefox tools to check */
	padding: 0.0em;
	float: right;
/*	margin-bottom: .8em;
	margin-left: .8em; */
}

#article2 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 45%;
	display: block;
}

#article2 img {
/* these settings are inherited from smartphone - as they are the same, do not need them - can switch off padding use Firefox tools to check */
	padding: 0.0em;
	float: right;
/*	margin-bottom: .8em;
	margin-left: .8em; */
}

#article3 {
/*	clear: none; */
	clear: both;	
	float: left;
	margin-left: 2.5641%;
	width: 45%;
	display: block;
}

#article3 img {
/* these settings are inherited from smartphone - as they are the same, do not need them - can switch off padding use Firefox tools to check */
	padding: 0.0em;
	float: right;
/*	margin-bottom: .8em;
	margin-left: .8em; */
}

#article4 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 45%;
	/* 23.0769%; */
	display: block;
}

#article4 img {
/* these settings are inherited from smartphone - as they are the same, do not need them - can switch off padding use Firefox tools to check */
	padding: 0.0em;
	float: right;
/*	margin-bottom: .8em;
	margin-left: .8em; */
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav ul li {
	font-size: 1.5em;
	margin-right: 1em;
}

#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(images/idmfc1-1232x201.png); 
/*	background-repeat: no-repeat; */
/*	height: 321px; */
height: 201px;
	margin-bottom: 2em;
}
#banner h1 {
	font-size: 3em;
}

#article1 {
	clear: both;
	float: left;
	margin-left: 0;
/* 	width: 48.9795%; */
width: 23.0769%;
	display: block;
}
#article1 img {
	padding: 0.0em;
	float: right;
/*	margin-bottom: .8em;
	margin-left: .8em; */
}

#article2 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
/* 	width: 48.9795%; */
width: 23.0769%;
	display: block;
}

#article2 img {
	padding: 0.0em;
	float: right;
/*	margin-bottom: .8em;
	margin-left: .8em; */
}

#article3 {
/*  two column	clear: both; */
 	clear: none;
	float: left;
/*	margin-left: 0; */
	margin-left: 2.5641%;
/*	width: 48.9795%; */
/* 	width: 48.9795%; */
width: 23.0769%;
	display: block;
}

#article3 img {
	padding: 0.0em;
	float: right;
/*	margin-bottom: .8em;
	margin-left: .8em; */
}

#article4 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
/* 	width: 48.9795%; */
width: 23.0769%;
	display: block;
}

#article4 img {
	padding: 0.0em;
	float: right;
/*	margin-bottom: .8em;
	margin-left: .8em; */
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
