@charset "utf-8";
body {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#CDFEFC', gradientType='0');  /* graduate background colour  (IE only)*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #E6FFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#container {
	width: 900px;
	position: relative;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	background: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, color='#bbbbbb'";    /* For IE 8 - this filter must come first */
 	filter: progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction=135,strength=10);   /* drop shadow on webpage (IE only)*/
	-moz-box-shadow:8px 8px 5px #888,8px 8px 30px rgba(0,0,0,0.4);      /* drop shadow on webpage firefox 3.5+*/
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,.4);
}	
p{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
}
a:focus {
	outline:0
} 
#header1 {
	height: 300px;
	width: 900px;
}

#header2 {
	height: 250px;
	text-align: center;
	padding-top: 25px;
 	}
#navigation {
	height: 35px;
	width: 900px;
	text-align: center;
	font-size: 12px;
	background-color: #33CCFF;
	position: relative;
}
#navigation ul {
	margin: 0px;
	list-style-image: none;
	padding: 10px;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
#navigation  a:hover   {
	color: #CC6600;
}
#navigation  a:active   {
	color: #CC6600;
}

#navigation a.selected {
	font-weight: bolder;
	color: #CC6600;
}
#mainContent {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	font-weight: bold;
	position: relative;
} 

.header1 {
	font-size: 22px;
	color: #33CCFF;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
.header2 {
	font-size: 14px;
	color: #CC6600;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.header3 {
	color: #CC6600;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.list {
	list-style-type: disc;
	color: #CC6600;
}
#padding {
	padding-left: 200px;
}



#Pictures {
	height: 250px;
	text-align: center;
}

.table {
	text-align: center;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}
.cols1and3 {
	font-size: 12px;
}
.cols2and4 {
	padding-right: 30px;
	text-align: right;
	font-size: 12px;
}
#multimap {
	font-weight: bold;
}

#footer  {
	background-color: #33CCFF;
	height: 35px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
} 
#footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 12px;
	margin: 0;
}
#container #footer a {
	text-decoration: none;
	color: #FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.linkColour {
	color: #0000FF;
	font-size: 18px;
}

