/*
Name: Default
Media: Screen,Projection
Version: 1
Created: 2006-05-17
Updated: 2006-08-18
Author: Daniel Conaghan
Intended for: http://www.fourthcorner.co.uk/
*/

/* Standard Elements */ 

a:link, 
a:visited,
a:active {
	/*text-decoration: none;*/
	text-decoration: underline;
	color:#0A1F62;
	
	}

a:hover {
	text-decoration: underline;
	color:#0A1F62;
	}

html {
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-base-color:#152062;
	scrollbar-face-color: #F7F7F7;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #F7F7F7;
	scrollbar-arrow-color: #152062;
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0A1F62;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	text-align:left;
	background: #EFF5F8
}
 hr {
 	border:0px;
 	color: #ccc;
	background-color: #ccc;
	height: 1px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0A1F62;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	text-align:left;
}


h1 {
	margin-top: 0;
	font-size: 16px;
	}

h2 {
	margin-top: 0;
	font-size: 12px;
	}


div.clearer {
	clear: both;
	line-height: 0;
	}


/* Layout */
	
#header {
	height:92px;
	}

#wrap {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding-bottom:10px;
	text-align: left;
	background: #fff;
	border: 1px solid #fff;
	}
	
#left {
	display: inline;
	float:left;
	margin-left: 17px;
	width:100px;
	/*width:125px;*/
	}
	
#content{
	padding: 2px 0 0 0;
	/*margin-top: 60px;*/
	margin-left: 140px;
	width: 535px;
	}
	
#hom #content{
	padding: 2px 0 0 0;
	margin-left:140px;
	width:630px;
	}

#header {
	height: 70px;
	text-align: center;
	margin-top:15px;
	margin-left:17px;
	vertical-align: bottom;
	background-image: url("../Images/header.jpg");
	background-repeat: no-repeat;
}
#date{
	color: #fff;
	top:60px;
	right:40px;
	position: absolute;
	text-align: right;
	font-size: 10px;
}
#footer {
	text-align: center;
	background-image: url("../Images/footer.jpg");
	background-repeat: no-repeat;
	margin-left: 17px;
	padding-top: 0px;
	font-size: 0.7em;
	border-top: #fff 1px solid; 
	border-bottom: #fff 1px solid; 
}
#footer p{
	font-size: 1.2em;
}
#copyright{
	color: #fff;
	margin-top: 4px;
	margin-left: 20px;
}





/* Menu */

#menu {
	margin: 2px 0 5px 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 35px/**/
	}

#menu ul, 
#menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	/*background: #9ea374;*/
	}

#menu ul {
	padding-left: 14px;
	}

#menu ul li {
	float: left;
	}

#menu ul li a:link, #menu ul li a:visited {
	width:86px;
	height:17px;
	display: block;
	padding: 1px 12px 2px;
	text-decoration: none;
	text-align: center;
	font-size: .95em;
	padding-left: 8px;
	background-image: url("../Images/wCurve.gif") !important; 
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 3px;
	}
	
#menu .hom a:link, #menu .wha a:link, #menu .rec a:link,  #menu .hea a:link, #menu .boo a:link{
	width:87px;
}
#menu .hom a:visited, #menu .wha a:visited, #menu .rec a:visited,  #menu .hea a:visited, #menu .boo a:visited{
	width:87px;
}

/* Individual Menu Colours */

#menu .hom a:link, #menu .hom a:visited { color:#ffffff; background-color: #0a1f62; border-color: #0a1f62; }
#menu .wha a:link, #menu .wha a:visited { color:#ffffff; background-color: #884c78; border-color: #884c78; }
#menu .rec a:link, #menu .rec a:visited { color:#ffffff; background-color: #005447; border-color: #005447; }
#menu .hea a:link, #menu .hea a:visited { color:#ffffff; background-color: #5279a9; border-color: #5279a9; }
#menu .boo a:link, #menu .boo a:visited { color:#ffffff; background-color: #5f5392; border-color: #5f5392; }
#menu .fre a:link, #menu .fre a:visited { color:#ffffff; background-color: #8f4b06; border-color: #8f4b06; }
#menu .con a:link, #menu .con a:visited { color:#ffffff; background-color: #b3b15e; border-color: #b3b15e; }

#menu .hom a:hover { color:#ffffff; background-color: #858FB1; border-color: #858FB1; }
#menu .wha a:hover { color:#ffffff; background-color: #AE8EA0; border-color: #AE8EA0; }
#menu .rec a:hover { color:#ffffff; background-color: #6A9287; border-color: #6A9287; }
#menu .hea a:hover { color:#ffffff; background-color: #93A4B8; border-color: #93A4B8; }
#menu .boo a:hover { color:#ffffff; background-color: #9791B1; border-color: #9791B1; }
#menu .fre a:hover { color:#ffffff; background-color: #AF8D6B; border-color: #AF8D6B; }
#menu .con a:hover { color:#ffffff; background-color: #D9D8AF; border-color: #D9D8AF; }




/*--other  -*/
.hide {
	display: none;
}


/* Homepage  */

#homeparagraph {
	padding: 0;
	margin: 0;
	width:360px;
	float:left;
	line-height:1.5em;
}
#homeparagraph p {
	width:360px;
	font-size: 1.2em;
	line-height: 1.4em;
}



/* Advert Column */

#adverts{
	padding: 0;
	margin: 0;
	width:230px;
	float:right;
	color:#536190;
}

#adverts p {
	margin: 0;
	font-size: 0.90em;
	color:#536190;
	line-height:1.5em;
}
.ad {
	padding: 0;
	margin: 0 0 1.5em 0;
	width: 230px;
}
.ad .image {
	float:right;
	padding: 5px 0 0 10px;
}
.ad .image p {
margin-top:-4px;
text-align: center;
}

#adverts .ad p.more {
/*margin-top:-.75em;*/
font-size: 0.90em;
text-align: right;
}

.ad .title a, 
.ad h2 a {

font-size: 1em;
color:#536190;
}

.ad .title a:link, .ad .title a:visited, 
.ad h2 a:link, .ad h2 a:visited {
color:#884c78;
text-decoration:none;
}

.ad .title a:hover, 
.ad h2 a:hover {
text-decoration:underline;
}

.ad h2 {
margin: 0;
}

.ad h2 em {
font-weight: normal;
}

.ad a img {
border: none;
}




/* Contextual (free advice) */

th {
padding: 10px 0 0 20px;
color: #8F4906;
text-align: left;
vertical-align: top;
border-width: 2px 0 1px 1px;
}

td {
padding: 10px 20px 0 0;
vertical-align:top;
border-width: 2px 1px 1px 0;
}

th, td {
background-color: #ecf1f4;
border-style: solid;
border-color: #b7b7b5;
border-top-color: #fff;
}

.first th, .first td {
border-top-color: #b7b7b5;
border-top-width: 1px;
}

.even th, .even td {
border-color: #ccc;
background-color: #f4f8f9;
border-top-color: #fff;
}

td p {
margin: 0 0 .5em;
}