@charset "utf-8";
/* CSS Document */
#Header {
	margin: auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	height: auto;
}
#headermaintitle {

}
#footerright {
	text-align: center;

}
.photopadded {
	padding: 10px;
	width: auto;margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#footerright p {
	margin-left: 60px;
}

.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 20px;
}
.childlinks {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.childlinks {
	text-align: left;
}


.childlinks:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #360;
	text-decoration: none;
}
#Footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 200px;
	height: 15px;
}
#Footer a:hover, Footer a:active {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 10px;
}

#Footer ul li {
	float: left;
}

#Footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


.floatright, .floatleft {
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
}
.imagecentre {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: thick solid #FFF;
}
.centreimgtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	color: #000;
}
.imagecentrefooter {
	border-top-style: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #F0CFA8;
}

#Nav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #090;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 150px;
	height: 20px;
}
#Nav ul li {
	float: right;
}

#Nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Footer {

}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 70%; }
.span_1_of_3 { width: 30%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
.redfont {
	color: #C00;
}
