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

body 	{margin-top: 5px;
		margin-left: auto;
	  	margin-right: auto;
	  	width: 1024px;
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		background-color: #FFF;
		font-size: 18px;
	  	}

.banner {height: 125px; background-image:url(bannerp.png); background-repeat: no-repeat; box-shadow: 5px 5px 10px gray; border-radius: 5px;}
.bannertext {display: inline; font-size: 22px; margin-left:139px; margin-top: 18px; color: #FFF;}

.sub {border-radius: 5px; height: 33px; margin-top: 8px; margin-bottom:2px; background-color: #FF6600; box-shadow: 5px 5px 10px gray;
  background: -webkit-linear-gradient(orange, #FF7F00); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(orange, #FF7F00); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(orange, #FF7F00); /* For Firefox 3.6 to 15 */
  background: linear-gradient(orange, #FF7F00);} /* Standard syntax */

.leftbar {height: 662px; width: 186px;  float: left;  padding-top: 5px;  }

ul.navbar {list-style-type: none; /* Removes link bullets */
		   padding-left: 0px;
		   margin-top:2px; 
		   }
ul.navbar a {display: block; /* makes each button same width and entire area clickable */
			text-decoration: none; box-shadow: 5px 5px 10px gray;
			}
li a {
	background: -webkit-linear-gradient(purple, #5f3181); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(purple, #5f3181); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(purple, #5f3181); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(purple, #5f3181); /* Standard syntax */
	border-radius: 5px; background-color: orange; width: 165px; height: 33px; padding: 2px; color: white; margin-bottom:5px;}

li.ten a   {border-radius: 5px; background-color: orange; width: 165px; height: 33px; padding: 2px; color: white;}

li a:hover { opacity:0.8; filter:alpha(opacity=80); background-image: url(croclink.png); background-repeat: no-repeat; background-position: right;/*opacity is for Safari and modern browsers; alpha opacity is for ie8 etc*/}

.facebook {margin-right: 50px; margin-top: 3px; height: 50px; width: 50px; float: left;}
.facebook a:hover {opacity:0.9; filter:alpha(opacity=90); /*opacity is for Safari and modern browsers; alpha opacity is for ie8 etc*/}

.twitter {margin-top: 3px; margin-left:-25px; height: 50px; width: 50px; float: left;}
.twitter a:hover {opacity:0.8; filter:alpha(opacity=80); /*opacity is for Safari and modern browsers; alpha opacity is for ie8 etc*/}

.left:hover {background-image: url(teambwl.jpg); background-repeat: no-repeat;}

.left {margin-top: 8px; margin-left: -12px; float: left; height: 369px; width: 553px; background-image: url(teamcl20.jpg); border:3px solid purple; background-repeat: no-repeat; box-shadow: 5px 5px 10px gray;}
.right {float: left; height: 418px; width: 274px;  margin-top:7px;}
.bar {border-radius: 5px; box-shadow: 5px 5px 10px gray; width: 837px; height: 167px; float: left; margin-top:18px;
background: -webkit-linear-gradient(orange, #FF7F00); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(orange, #FF7F00); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(orange, #FF7F00); /* For Firefox 3.6 to 15 */
  background: linear-gradient(orange, #FF7F00);} /* Standard syntax */

.fb-like-box {margin-top:8px; margin-left: 10px; width: 280px; height: 408px; box-shadow: 5px 5px 10px gray; border-radius:5px;}

.smile {float: left; margin-top: -20px; margin-left:5px;  box-shadow: 5px 5px 10px gray; border:3px solid purple;}
.child {font-size: 16px; color: white; float: left; margin-left: 10px; width: 122px; padding: 5px;}
.ears {float: left; margin-top: 10px; margin-left: 5px; box-shadow: 5px 5px 10px gray; border:3px solid purple;}
.NHS {margin-top: 10px; margin-left:7px; box-shadow: 5px 5px 10px gray; border:3px solid purple;}

.copyright {float: left; height: 25px; width: 100%; background-color: purple; box-shadow: 5px 5px 10px gray; margin-top:-30px; border-radius: 5px;}
.update {text-align:center; margin-top: 0px; margin-left: 5px; color: white; font-size: 14px; }

