/* World First Racing:  wfr.css */


html, body {
	/*background-color:white;*/
	text-align:center;    /* 'center' so as to centre #content. */
	color:rgb(20%,20%,20%);
	font-family:Helvetica, Trebuchet, Verdana, Arial, sans-serif;
	font-size:10pt;
	}

/*--- CONTENT div ------------------------*/
#content {
	position:relative;
	max-width:780px;
	margin:auto;
	background-color: white;
	text-align:left;
	/*border:1px dotted lightgrey;*/
	}

.green0   {color:#d3e4c9;}   /* Corporate background pale greenish d3e4c9 */
.green1   {color:#006F45;}   /* Corporate light green  006F45 */
.green1bg {background-color:#006F45;}   /* Corporate light green  006F45 */
.green2   {color:#004627;}   /* Corporate dark green 004627 */
.green2bg {background-color:#004627;}   /* Corporate dark green 004627 */

.grey1 {}  /* 919195 Pantone: cool grey 9 C */
.grey2 {}  /* 4C5B52 Pantone: 446 C */

.bigtext {font-size:20pt; font-weight:bold;}

h1, h2, h3, a {
	color:#006F45;
	}

h1 {
	font-size:22pt;
	font-weight:100;
	}

a > img {border:none;}


form fieldset label {
	display:block;
	background-color:#d3e4c9;
	padding:0.5ex;
	}

label+label {
	margin-top:1ex;
	}


/*--- HEADER div ------------------------*/
#header {
	position:relative;
	margin-top:32px;
	padding-bottom:2ex;
	/*border:1px dotted pink;*/
}


/*--- MENU ------------------------------*/
/*
 * Authors note, this menu CSS is more comlex than it needs to be.
 * Only one class need be used.*/

#header .menu {
	float:right;
	width:auto;
	/*border:1px dotted blue;*/
	margin:0;
	padding:0;
	font-size:smaller;
	z-index:4;
}

.menu ul {
	position:relative;
	/*border:1px solid green;*/
	margin:0;
	padding:0;
	list-style: none;
	}

.menu ul li {
        /*float:left;*/
	display:inline;
	/*border:1px solid magenta;*/
	margin:0;
	padding:0;
	padding-left:0.55ex;
	color:grey;
	}

.menu > ul li+li {
	border-left:2px solid #006F45;
	}

.menu ul li a {
	text-decoration:none;
	color:inherit;
	}

.menu ul li:hover,
.menu ul li a:hover {
	color:#004627;
	}
	
.menu ul li ul {
	position: absolute;
	display: none;
	width:100%;
	text-align:center;
        left:0;
	}

.menu ul.level2 li {
	background-color:#d3e4c9;
	border:1px solid white;
	}

.menu ul.level2 li:hover,
.menu ul.level2 li a:hover {
	color:white;
	background-color:#006F45;
	}


.menu ul.level1 li.submenu:hover ul.level2,
.menu ul.level1 li.submenu:hover ul.level2 li,
.menu ul li ul li a {
	display: block;
	}


/*--- MAIN div ---------------------*/
#main {
	/*position:relative;*/  /*Note setting this to 'relative' obscures the .menu'!.*/
	clear:both;
	height:404px;
	overflow:auto;
	/*border:1px dotted grey;*/
	}



#main table th, dt {
	color:#006F45;
	}

#main tr {
	vertical-align:top;
	}


/*--- FOOTER div -------------------*/
#footer {
/*
	position:fixed;
	width:780px;
	bottom:0px;
*/
	margin-top: 4px;
	border-top: 12px solid lightgrey;
	text-align:center;
	font-size:smaller;
	clear:both;
	}

#footer img {
	vertical-align:;left;
	}
	
#footer table {
	imrc: align left;
	width:100%;
	margin-top:6px;
	border-top:3px solid lightgrey;
	padding-top:1ex;
	}
