/* Cascading Style Sheet, for egfm.co.uk - created: Aug 2009
   includes layers menu styles
*/
/* http://www.egfm.co.uk/ */

/* White             FFFFFF R:255 G:255 B:255 */
/* Black             000000 R:0   G:0   B:0   */




body	{
	color: #000000;
	background: #fff;
        background-image:url(../images/poolbg.jpg);
	margin: 0;
	padding: 0;
	border:0;	
        width:100%;
	min-width:600px; 
        font-family: Tahoma, Verdana, sans-serif;
        font-size:90%;
}

      #contwrapper{
       margin-left: 5%;
       margin-right: 5%;
       margin-top: 50px;
}

	a {
		color:#000000;
		text-decoration:none
	}
	a:hover {
		text-decoration:none;
	}

	.greybg:link,.greybg:active,.greybg:visited {
		color:#000000;
		text-decoration:underline;
		background:#eee;
                padding: 2px;
	}
	.greybg:hover {
		color:#fff;
		background:#3538b8;
		text-decoration:underline;
                padding: 2px;
	}

	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}

	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}

       .greybgnd{
              background:#eee;
              padding : 4px 4px 4px 4px;
}
	.indentl20_t20_fl {
        padding: 20px 0px 0px 20px;
	float: left;
        }

	.indentr20_t20_fl {
        padding: 20px 20px 0px 0px;
	float: right;
        }

        .leftindent_40 {
        padding-left : 40px;
        }

        .leftindent_45 {
        padding-left : 45px;
        }

        .leftindent_70 {
        padding-left : 70px;
        }

        .leftindent_80 {
        padding-left : 80px;
        }

        .leftmargin_80 {
        margin-left : 80px;
        }

        .lm_80_rm40 {
        margin-left : 80px;
        margin-right :40px;
        }

        .leftindent_float {
	float: left;
	background: #fff;
        margin : 10px 10px 10px 20px;
	padding : 15px; 
	border:1px solid #357229;
        }

        .left_float_rm{
	float: left;
        margin-right : 20px;
        }

        .left_float {
	float: left;
        }

        .right_float {
	float: right;

       }

        .right_float_lm {
	float: right;
        margin-left : 100px;
        }

        .rightindent {
        margin-right : 20px;
        }

        .clearpara {
        clear : both;
	}

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

	.white_bg {
	background: #fff;
	border:1px solid #357229;
	}

	.emph_blue_13	{
        font-family: Tahoma, Verdana, sans-serif;
	text-decoration: none;
	color: #3538b8;
	font-size: 13px;
        font-weight: bold;
	}

	.emph_green_13	{
        font-family: Tahoma, Verdana, sans-serif;
	text-decoration: none;
	color: #20cb00;
	font-size: 13px;
        font-weight: bold;
	}

	.emph_blue_16	{
        font-family: Tahoma, Verdana, sans-serif;
	text-decoration: none;
	color: #3538b8;
	font-size: 16px;
        font-weight: bold;
	}

	.emph_blue_18	{
        font-family: Tahoma, Verdana, sans-serif;
	text-decoration: none;
	color: #3538b8;
	font-size: 18px;
        font-weight: bold;
	}

	.footer_blue_16	{
        font-family: Tahoma, Verdana, sans-serif;
	text-decoration: none;
	color: #3538b8;
	font-size: 16px;
        font-weight: bold;
        padding: 10px 0px 0px 0px;
	}

	.smalltext {
	font-size: 10px;
	color: #000000;
	}

	TABLE.numData {
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 11px;
  	line-height: 1.5;
  	border-collapse: collapse;
  	padding: 2px;
  	border : 1px solid #000000;
  	}

	TABLE.numData td{
	vertical-align : top;
        text-align : center;
	border: 1px solid #9a9a9a; 
	padding: 5px;
	}

	TABLE.numData tr{
	background: #efffec;
	}

	TABLE.numData th{
	border: 1px solid #9a9a9a; 
	font-weight: bold;
	}

	TABLE.greyBg {
        background:#eee;
        padding : 4px 4px 4px 4px;
	color: #20cb00;
	font-size: 13px;
        font-weight: bold;
  	}

	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
                background:#e4ffdf;
	}
	#header {
		border:1px solid #357229;
		margin-bottom : 10px;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;

	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
		border: 1px solid #9a9a9a; 
	}
	#header ul li a:hover {
		background:#3538b8;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#20cb00;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}

	#headerRight {
  	float:right;
   	width: 380px;
  	margin :10px 20px 0 0; 
	padding:0;
        }

       #headerRight img{
       float: left;
       padding: 0 10px 0 10px;
       border: 0;
       }

 
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;				/* width of whole page */
		border:1px solid #357229;
		overflow:hidden;			/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column blog style settings */
	.blogstyle {
		background:#eee;			/* right column background colour */
	}
	.blogstyle .colmid {
		right:25%;				/* width of the right column */
		background:#f4f4f4;		/* center column background colour */
	}
	.blogstyle .colleft {
		right:25%;				/* width of the middle column */
		background:#fff;			/* left column background colour */
	}
	.blogstyle .col1 {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:52%;				/* 100% plus left padding of center column */
	}
	.blogstyle .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:56%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.blogstyle .col3 {
		width:21%;				/* Width of right column content (column width minus padding on either side) */
		left:60%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Full page settings */
	.fullpage {
		background:#fff;		/* page background colour */
	}
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
	}

	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#eee;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
                background:#e4ffdf;
		border:1px solid #357229;
		margin : 10px 0px 10px 0px;
	}
	#footer p {
		padding:10px;
		margin:0;
	}

