@charset "UTF-8";
/* CSS Document */

body {
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 150%;
	background-image: url(../images/page/fowey_background_grad.png);
	color: #1689bb;
	background-repeat: repeat-x;
}
.one #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FFFFFF;
	text-align: justify;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 130px;
}
.one #header {
	height: 160px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/page/FMGH-SignsColourSpec.png);
	background-repeat: no-repeat;
	background-position: center;
}
h1 {
	padding: 0;
	font-size: 1.6em;
	font-weight: 600;
}

.one #mainContent {
	background: #FFFFFF;
	padding: 140px 80px 0 80px;
	background-image: url(../images/page/FMGH-SignsColourSpec.png);
	background-repeat: no-repeat;
	background-position: 5em 2.2em;
}
.one #footer {
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: 0px;
}
.one #footer p {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50;
}
.footersize {
	font-size: 90%;
}

a:link {
	color: #5BA9DA;
}
a:visited {
	color: #5BA9DA;
}
a:hover {
	text-decoration: none;
	color: #dfd4d1;
}
a:active {
}
.sideimageright {
	float: right;
	height: 270px;
	width: 350px;
	margin-top: -150px;
	margin-right: -120px;
	background-attachment: scroll;
	background-image: url(../images/page/iStock_000003902875XSmall.png);
	background-repeat: no-repeat;
}
.sideimageleft {
	float: none;
	height: 120px;
	width: 120px;
	border: 1px dotted #dfd4d1;
	margin-top: -120px;
	margin-left: -150px;
}
.links {
	line-height: 30%;
}
#my_slideshow {
}
.formframe {
}
.formnote {
	font-size: 90%;
	line-height: 300%;
}
