@charset "UTF-8";
/* CSS Document */
* { 
	padding: 0; 
	margin: 0;
}
.clearboth { clear: both; }
body {
	font-size: 80%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #E8E8E8;
}
h1 {
	font-size: 1.6em;	
}
h2 {
	font-size: 1.4em;
	color: #009;
}
.training {
	color: #009;	
}
p.article:first-letter {
	color: #009;
	font-weight: bold;
    font-size:400%;
    display: block;
    margin: 0.06em 0 0;
    height:3.5em;
  }
.divInner1, .divInner2, .divInner3{
	float:left;
	width:46%;
	height:130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 10px;
	color: #006;
    }
.box {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fff;
	border: 1px solid #aaa;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
    color: #666;
    }
.css-grd {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #aaa;
	padding: 10px;
	font-size: 1.1em;
	/* default background colour, for all layout engines that don't implement gradients */
background: #A0A0A0;
	/* gecko based browsers */
background: -moz-linear-gradient(top, #F0F0F0, #D8D8D8);
	/* webkit based browsers */
background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#D8D8D8));
	color: #006; /* text colour */
	height: 115px; /* gradient uses the full height of the element */
}
.banner {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
	border: 1px solid #aaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	vertical-align: top;
	font-weight: bold;
	color: #363;
	width: 96%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
    }


a, a:link {
	color: #009;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background-color: #006;
}
#content p{
	margin-bottom: 10px;
}
#container {
	font-size: 0.8em;
	background-color: #E8E8E8;
	padding-bottom: 20px;
}
#header {
	background-image: url(Images/headerbg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bolder;
	padding: 0px;
	text-align: right;
	text-indent: 100%;
	margin-bottom: 20px;
}

#navigation {
	float: left;
	width: 200px;
	background-color: #E8E8E8;
	list-style: none;
	text-align: left;
	color: #006;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #006;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-style: solid;
}
#additional {
	float: right;
	width: 200px;
	background-color: #E8E8E8;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #006;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	color: #006;
	padding: 10px;
	height: 500px;
}
#content {
	margin-left: 221px;
	background-color: #FFF;
	margin-right: 221px;
	padding: 20px;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #006;
}
#footer {
	padding: 10px;
	margin-top: 20px;
	text-align: center;
	background-image: none;
	background-color: #FFF;
	font-size: 80%;
	color: #006;
}

/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	padding: 4px;
	border: 0px none #FFF;
	margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}


div.logo {
	width: 900px;
	background-repeat:no-repeat;
	background-image: url(Images/NRHCoaching.png);
	height: 100px;
}

.t {
	width: 100%;
	background-image: url(Images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.b {
	background-image: url(Images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
.l {
	background-image: url(Images/dot.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
.r {
	background-image: url(Images/dot.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
.bl {
	background-image: url(Images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.br {
	background-image: url(Images/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tl {
	background-image: url(Images/tl.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tr {
	padding:10px;
	background-image: url(Images/tr.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	text-align: left;
	list-style-position: outside;
	margin-left: 1em;
	color: #808080;
}
.topnav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
}

/*Top level list items*/
.topnav ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #F3F3F3; /*overall menu background color*/
	text-align: left;
}

/*Top level menu link items style*/
.topnav ul li a{
	display: block;
	width: 110px; /*Width of top level menu link items*/
	padding: 1px 8px;
	border-left-width: 0;
	text-decoration: none;
	color: navy;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: A0A0A0;
	border-right-color: A0A0A0;
	border-bottom-color: A0A0A0;
	border-left-color: A0A0A0;
	text-align: center;
}
	
/*1st sub level menu*/
.topnav ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.topnav ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.topnav ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.topnav ul li ul li a{
	display: block;
	width: 160px; /*width of sub menu levels*/
	color: navy;
	padding: 1px 5px;
	border: 1px solid #ccc;
}

.topnav ul li a:hover{
background-color: #000066;
color: white;
}

/*Background image for top level menu list links */
.topnav .mainfoldericon{
	background-color: #F3F3F3;
	background-image: url(Images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: right;
}

/*Background image for subsequent level menu list links */
.topnav .subfoldericon{
	background-color: #F3F3F3;
	background-image: url(Images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right;
}

/*Embedded divs with text wrapping */

#imageDivLeft {
	font-size:80%;
	width: 205px;
	float: left;
	margin-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #009;
	padding-bottom: 10px;
}
#imageDivRight {
	font-size:80%;
	width: 205px;
	float: right;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #009;
	padding-bottom: 10px;
}
