﻿/* Standard Styles */
/* --------------- */
body {
	background-position: center center;
	background: url('../_images/background.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-repeat: repeat;
	background-attachment: fixed;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
p.normtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
p.normtexthover {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #fc6603;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

p.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}


p.popcursor:hover{
	cursor: pointer;
}

a.normtext {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #F9E79D;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
a.normtext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #fc6603;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
a.smalltext {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #F9E79D;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
a.smalltext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #fc6603;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}


p.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

a.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	/* background-color: #824821; */
}

a.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #F9E79D;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	/* background-color: #824821; */
}

a.h3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #fc6603;
	font-weight: bold;
	text-align: left;
}

.topjust{
	vertical-align: top;
	text-align: justify;
}

.botjust{
	vertical-align: bottom;
	text-align: justify;
}

.topleft{
	vertical-align: top;
	text-align: left;
	float: left;
}

.topcent{
	vertical-align: top;
	text-align: center;
}

.topright{
	vertical-align: top;
	text-align: right;
}

.botleft{
	vertical-align: bottom;
	text-align: left;
}

.botcent{
	vertical-align: bottom;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	right: auto;
	left: auto;
}

.botright{
	vertical-align: bottom;
	text-align: right;
}

.cent{
	vertical-align: middle;
	text-align: center;
}

.nobord{
	margin: 2px;
	border-style: none;
}

.floattopleft{
	/* vertical-align: text-top; */
	margin: 40px 10px 10px 10px;
	float: left;
}
.floattopright{
	/* vertical-align: text-top; */
	margin: 10px;
	float: right;
}



/* Links */
/* ----- */

a.gideon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #808080;
	text-align: center;
	font-weight: lighter;
	font-style: normal;
}

.email_link {
	border-width: 0;
	vertical-align: bottom;
	text-decoration:none;
	color:black
}

.email_link:hover {
	border-width: 0;
	vertical-align: bottom;
	text-decoration: underline;
}

				

/* Tables */
/*------- */
.tableprogs {
	margin-right: auto;
	margin-left: auto;
	/*margin-top: 80px;*/
	color: #C0C0C0;
	border-collapse: collapse;
	empty-cells: show;
	border-style: ridge;
	border-width: medium;
	width: 600px;
	/*clear: both;*/
}

.tableprogs th{
	padding: 3px;
	empty-cells: show;
	border-style: ridge;
	border-width: thin;
	text-align: center;
	background-color: #9a381d;
}

.tableprogs td{
	padding: 3px;
	empty-cells: show;
	border-style: ridge;
	border-width: thin;
	text-align: center;
}


.page{
	background-image: url('../_images/flame_wirral_logo.gif');
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	empty-cells: show;
}

.footer{
	margin-left: auto;
	margin-right: auto;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* Furniture Gallery */
/* ----------------- */

.l2_thumbnail{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	position: relative;
	z-index: 0;
	float: left;
}

.l2_thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.l2_thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FEE5AC;
	padding: 5px;
	left: -1000px;
	border: 2px solid #5c3317;
	visibility: hidden;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight:normal;
	text-align: left;
	text-decoration: none;
}

.l2_thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.l2_thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -90px;
	left: 150px; /*position where enlarged image should offset horizontally */
}


.r1_thumbnail{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	position: relative;
	z-index: 0;
	float: right;
}

.r1_thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.r1_thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FEE5AC;
	padding: 5px;
	left: -1000px;
	border: 2px solid #5c3317;
	visibility: hidden;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight:normal;
	text-align: left;
	text-decoration: none;
}

.r1_thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.r1_thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -50px;
	left: -330px; /*position where enlarged image should offset horizontally */
}


.r2_thumbnail{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	position: relative;
	z-index: 0;
	float: right;
}

.r2_thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.r2_thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FEE5AC;
	padding: 5px;
	left: -1000px;
	border: 2px solid #5c3317;
	visibility: hidden;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight:normal;
	text-align: left;
	text-decoration: none;
}

.r2_thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.r2_thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -190px;
	left: -220px; /*position where enlarged image should offset horizontally */
}