﻿
/* 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;
}

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

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

nav {
	height:auto;
	text-align: center;
	
}

img {
	border:0;
}
p	{
	padding-left:15px;
}
#carousel	{
	align:	center;
	}
}

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


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

section h1  {
	padding-left:15px;
	margin:1em 0;
	font-size:1.5em;
	color:#008000;

}

section h2, section h3 {
	padding-left:15px;
	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:0px;
	margin-left:0px;
	font-family:Arial;
	text-align: center;
	
}

footer {
	font-size:0.8em;
}


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

}

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

nav a:hover {
	color:#cc6600;
}



header h1 {
	vertical-align:middle;
	padding-top:15px;
	padding-bottom:15px;
	font-size:1.8em;
	color:#008000;
	text-transform:uppercase;
	font-family:Arial;
}

header h2 {
	vertical-align:middle;
	padding-bottom:15px;
	font-size:1.2em;
	color:#008000;
	padding-left:15px;
	font-family:Arial;
	text-align: center;
}


h4 {
	font-size:1.0em;
	padding-bottom:15px;
	padding-left:15px;
}

h5 {
	font-size:1.2em;
	color:#008000;
	padding-bottom:15px;
	padding-left:15px;
	padding-top:15px;
	
}

h7 {
	font-size:1.2em;
	
}


.tables	{
	width:100%;
	padding-top:80px;
	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:100px;
		
}	

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


#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:20px;
}

nav a {
	color:#008000;
	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;
}



}