﻿
/* Must be at the top of your stylesheet*/
html {
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}


/* Basics */
/*========*/

/* forces the vertical scrollbar for a consistent page width */
html {
	overflow-y:scroll; 
}

/* allows LT IE9 to style HTML5 elements */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
#images {
height: auto;
}
#images1 img {
/* position: absolute;*/
max-width: 50%;
width: auto\9;
padding-top: 10px;
}

#images2 img {
/* position: absolute;*/
max-width: 90%;
width: auto\9;

}

#images3 img {
/* position: absolute;*/
max-width: 90%;
width: auto\9;

}

/* use em for font sizing to cater for different mobile screen densities */

body {
	font-size:1.0em;
	font-family:Arial;
	color:#000000;
}

nav {
	height:auto; 
	
}
#news		{
	float:left; 
	width:45%; 
	height:auto; 
	z-index:1; 
	left:90px; 
	top:358px;
	border:0;
	padding-top: 35px;
	}


.video-container {

	position: relative;

    padding-bottom: 35.25%;
    padding-right: 50%;
	padding-left: 5%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;

}


.video-container iframe,
.video-container object,
.video-container embed {
   position: absolute;
    top: 60px;
    left: 50px;
    width: 80%;
    height: 75%;
}


img {
	border:0;
}
div.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  font-family:arial;
  text-align: center;
  font-weight: normal;
  margin: 2px;
  font-size:0.5em;
}


/*=========================================================*/
/* Mobile-first: the default styles are for mobile devices */
/*=========================================================*/


section p {
	margin:1em 0;
	line-height:140%;
}

section h1  {
	
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
	margin:1em 0;
	font-size:1.5em;
	font-family:Arial;
}

section h2, section h3 {
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
	margin:1em 0;
	font-size:1.2em;
}

section ol {
	margin-left:25px;
	line-height:150%;
}


section ul {
	margin-left:10px;
	line-height:100%;
	font-family:Arial;
	list-style-type:square;
}

header h1 {
	margin-top:0.25em;
	margin-bottom:0.25em;
	margin-left:0px;
	font-family:Arial;
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
	}


nav a {
	display:inline-block;
	margin-bottom:8px;
	margin-right:5px;
	border:1px solid gray;
	padding:2px;
	font-size:100%;
	color:#000;
	text-decoration:none;

}

nav a.active {
	background-color:#99CCFF;
}

nav a:hover {
	color:#cc6600;
}


h1 {
	font-size:1.5em;
	font-family:Arial;
}

h2	{

	font-size:0.8em;
	font-weight:900;
	}


h4 {
	font-size:1.5em;
	color:#000066;
}

h5 {
	font-size:1.2em;
	
}

h7 {
	font-size:1.2em;
	
}

ul.indent   {
	List-style-position:inside;
}

ul.none   {
	List-style-type:none;
	List-style-position:inside;
}


footer {
	font-size:0.8em;
}



.proj   {
	font-size:1.2em;
	line-height:200%;
}

.tables	{
	width:100%;
	padding-top:15px;
	padding-left:20px;
	padding-right:20px;
	border-collapse:collapse;
	border:0;
	border-style:solid;
	border-width:1px;
	font-size:1.0em;
	font-family:Arial;
	tr-height:20px;
		
}	

.tablefont	{
	font-size:1.0em;
	color:#000066;
}	


td.a	{
	min-width:80px;
	border-style:solid;
}	

td.b	{
	min-width:100px;
	border-style:solid;
}	

td.c,td.d	{
	min-width:40px;
	text-align:center;
	border-style:solid;
	
}	
.align	{
	text-align:center;
}	
.div	{
	position:static; 
	width:560px; 
	height:488px; 
	z-index:1; 
	left:90px; 
	top:358px;
	id="layer1;
}

#sectionp	{
	font-size:0.8em;
}


/* Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

#wrap {
		width:95%;	
	}
}

/* Tablet (Portrait) and upwards */
@media only screen and (min-width: 768px) {

section ul, section ol {
	margin-left:30px;
}

header h1 {
	margin-left:0px;
}

nav a {
	color:#8E9090;
	text-decoration:none;
	padding-right:15px;
	font-size:90%;
	display:inline;
	border:0;
	background-color:transparent;
	line-height:2.2em;
}

nav a.active {
	color:#000000;
	font-weight:bold;
}

nav a:hover {
	color:#CC6600;
}

img			{
height: auto;
max-width: 100%;

}
	

}