@charset "UTF-8";

body {
	margin: 0px;
	color: #17365D;
	font-size: 14px;
	font-weight: normal;
	font-family: 'century gothic',verdana,arial,helvetica,sans-serif;
	background-color: #FFF;
}

.oldfont {
	background-image: url(paper.png);
	background-repeat:no-repeat;
	font-family: 'Old English Text MT',verdana,arial,helvetica,sans-serif;
	font-size:18px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
}

h1 { font-family: 'cataneo BT' ,verdana,arial,helvetica,sans-serif; color: #fff; font-size: 34px; font-weight: bold; margin: 0px 0px 25px 0px; }
h2 { color: #17365D; font-size: 16px; font-weight: bold; margin: 0px 0px 15px 0px; }

.container {
	width: 100%;
	background-color: #FFF;
	background-image:url(everton.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	background-position: 0px top;
}

/* BANNER AREA */
.bannerArea {
	width: 980px;height: 520px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	background-color: #4F81BD;
   	text-align: center;
}

.toplogo {
	padding-top: 0px;
}

/* MENU AREA */
div#hmenu {
	background: #FFF;
	width: 980px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#nav {
	width: 640px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
 	text-align: center;
    overflow: hidden;
}
#nav ul {
    float: left;
    height: 55px;
    width: 640px;
    opacity: 0.95;
    border-radius: 5px;
    list-style-type: none;
    box-shadow: 0 250px 150px rgba(0,0,0,.2);
    margin: 0;
    padding: 0;
}
#nav ul li {
    float: left;
    height: 55px;
}
#nav ul li a {
    font: bold 21px/52px "Lato","Trebuchet MS", Arial, Helvetica, sans-serif;
    display: block;
    height: 55px;
    border-bottom: 5px solid #143157;
    background-color: #0f6fb2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(15, 111, 178)), to(rgb(34, 65, 112)));
    background-image: -webkit-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: -moz-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: -o-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: -ms-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0f6fb2', EndColorStr='#224170');
    color: #fff;
    text-decoration: none;
    box-shadow: inset 0 1px 0 #0081bd,inset 0 2px 0 #0078b0,inset 0 3px 0 #0070a3, 0 0 10px rgba(0,0,0,0.2);
    box-sizing: border-box;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
#nav ul li a { width: 160px }
#nav ul li:first-child a {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#nav ul li:last-child a {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#nav ul li a:hover {
    box-shadow: inset 0 1px 0 #0070a3,inset 0 0 30px 0 #142a4a;
    text-shadow: 0 1px 3px #143157;
    border-bottom: 5px solid #0e223d;
}
#nav ul li a:active,
#nav ul li a.active {
    border-bottom: 1px solid #0e223d;
    height: 55px;
    padding-top: 2px;
    box-shadow: inset 0 1px 0 #0070a3,inset 0 0 40px 0 #0d1b30;
}
#nav ul li a span {
    border-left: 1px solid #143157;
    border-right: 1px solid #1563a3;
    height: 100%;
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
#nav ul li:first-child a span { border-left: none }
#nav ul li:last-child a span { border-right: none }

/* CONTENT AREA */

.contentArea {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 15px 0px;
	height: 1700px;
	margin-bottom: 10px;
	background-image: url(images/box_bkgd.gif);
	background-repeat: no-repeat;
	background-color: #DCE6F2;
	border-top: solid;
	border-color: #4F81BD;
}

.contentleft {
	width: 470px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	padding-top: 20px;
}

.contentright {
	width: 470px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	padding-top: 20px;
}

.contentcentre {
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	padding-top: 20px;
}

/* REMOVE IMAGE BORDER BUG IN INTERNET EXPLORER */
a img {
    border: 0;
}

/* FOOTER AREA */
.footerArea {
	width: 100%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border-top: solid;
	border-color: #4F81BD;
}

.footercontent {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.footernav {
	padding-top: 10px;
	padding-right: 52px;	
	float: right;
	color: #000000;
	font-size: 10px;
}

.copyright {	
	border-width: 2px;
	margin-right: 30px;
	padding-top: 12px;
}
