@charset "utf-8";
/* CSS Document */

#hdrimage {					/* Layout for RNLI Lifeboats logo on each page, top left */
		float: left; 
		border: 3px solid #808080;
		 }

#mainhdr { 					/* Consistent page heading - same for all pages */
		font-family :Arial, Helvetica, sans-serif;
		font-size: 36px ;
		/*
		font-size:2em ; */
		color: #ffffff;  	/* White */
		text-align: center; 
		background-color: #191970;  /* Blue background */
		border: 1px thin; 
		padding: 10px; 		/* Centres text vertically */
		height: 40px}

.menu{						/* Page menus - same for all pages */
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Arial", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, 		    sans-serif;
	font-size:16px;			/* Main menu font size */
	font-weight:bold;
	}

.menu ul{ 					/* underlying menu background */
	background:lightgrey; 	/* colour matches header background */
	height:32px;
	list-style:none;
	margin:0;
	padding:0px;
	}

	.menu li{
		float:left;
		padding: 0px;
		}

	.menu li a{   		/* Primary Menu boxes*/
		background:lightgrey ;
		color: blue; 	/* Primary font colour */
		display:block;
		font-weight:normal;
		line-height:30px;
		margin:0px;
		padding: 0px 5px 0px 5px;
		text-align:center;
		text-decoration:none;
		width: 144px; /* menu elements box width */
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #2580a2 ;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:blue;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		display:block;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:30px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{position:absolute; clear:left;}

#Home 		a#Homelink,		/* Identifies the menu item for the current page and ties it to menu item*/
#News 		a#Newslink,		/* Dependent on the correct ID being set in the Body */
#Calendar 	a#Calendarlink,
#Weather	a#Weatherlink,
#Contacts	a#Contactslink,
#History	a#Historylink,
#Callout	a#Calloutlink,
#Crew		a#Crewlink,
#Boats		a#Boatslink,
#Tractors	a#Tractorslink,
#Links		a#Linkslink,
#Gallery	a#Gallerylink
		{
		font-style:italic;			/* causes menu text for current page to be italicised */
		text-decoration:underline ;	/* causes menu text for current page to be underlined */
		color:#006633;
/*		background-color: grey; */
		}

body {background-image:url('images/bluefade3.jpg');background-repeat:repeat-y;}  	
/* creates a standard background which fades from blue to white left to right */

/* Standard Header 1 and Paragraph settings for all pages */
h1 {font-size: 18pt; font-weight: normal; color: midnightblue; font-family: Arial, Helvetica, sans-serif;}

p {color: midnightblue; font-family: Arial, Helvetica, sans-serif;}
p a:hover {color: darkcyan; font-style: italic;}
/* Class to mirror standard paragraph setting */
.stdfont {color: midnightblue; font-family: Arial, Helvetica, sans-serif} 
.stdfont a:hover {color: darkcyan; font-style: italic;}
