@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	background-image: url(../webMedia/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #DFDFDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	width: 910px; 
	background: #FFFFFF;
	margin: 0 auto;
	margin-top:15px;
	text-align: left;
}
#header {
	padding: 0 0px 0 0px;
	margin-bottom:-19px;
	height:199px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
#header h1 {
	margin: 0; 
	padding: 10px 0;
	display:none;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#133D54;
	font-size:40px;
	letter-spacing:-2px;
	padding: 5px;
	margin: 10px 0px 0px 55px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:normal;
	color:#333;
	letter-spacing:-2px;
	margin-top:0px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#133D54;
	font-size:40px;
	letter-spacing:-2px;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
}
img {
	border:none;
	padding:0px;
	margin:0px;
}

p {
	margin:0px;
	padding:0px 0px 0px 10px;
}
a:link {
	color:#133D54;
	text-decoration:none;
	}     
a:visited {
	color:#133D54;
	text-decoration:none;
	}  
a:hover {
	color:#133D54;
	text-decoration:underline;
	} 
a:active {
	color:#133D54;
	text-decoration:none;
	}  

.logo {
	margin: 40px 0px 0px 33px;
}
.telephone {
	margin: 50px 40px 0px 0px;
}

#mainContent {
	padding: 18px 25px;
	margin-bottom:-19px;
	background-color: #74ABC9;
	background-image: url(../webMedia/images/contentFade.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

.content {
	background-color:#FFF;
	border: 1px solid #D4D4D4;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding:0px 30px 0px 0px;
	
}


#footer {
	height:92px;
	background-color: #DDDDDD;
	background-image: url(../webMedia/images/footerFade.jpg);
	background-repeat: repeat-x;
}
#footer p {
	margin: 0;
	padding: 0px 0; 
}
.footerNav {
	padding: 30px 0px 0px 60px;
	font-size:10px;
	color:#FFF;
}
.footerNav a:link, .footerNav a:visited, .footerNav a:active{
	color:#FFF;
	text-decoration:none;
}

.footerNav a:hover {
	text-decoration:underline;
}
.freshLogo {
	padding: 24px 40px 0px 0px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.freshcentre #container #mainContent .content.editable {
	text-align: justify;
}
