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

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

.banner {height: 94px; background-image:url(bannerport.png); background-repeat: no-repeat; box-shadow: 5px 5px 10px gray; border-radius: 5px;}
.bannertext {display: inline; font-size: 16px; margin-left:150px; margin-top: 20px; color: #FFF;}

.sub {border-radius: 5px; height: 25px; margin-top: 5px; margin-bottom:10px; 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: 712px; width: 140px;  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;
			}
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: 130px; height: 25px; padding: 2px; color: white; margin-bottom:5px;}

li.ten a   {border-radius: 5px; background-color: orange; width: 130px; height: 25px; 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: 0px; height: 50px; width: 50px; float: left;}
.facebook a:hover {opacity:0.8; filter:alpha(opacity=80); /*opacity is for Safari and modern browsers; alpha opacity is for ie8 etc*/}

.twitter {margin-top: 0px; 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 {float: left; width: 330px; background-image: url(combo120.jpg); background-repeat: no-repeat; border:3px solid purple;}
.right {float: right; width: 290px; margin-top:8px; }
.bar {border-radius: 5px; box-shadow: 5px 5px 10px gray; width: 628px; height: 130px; float: left; margin-top: -35px;
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-left:7px; width:280px;}

.smile {height:140px; width:140px; float: left; margin-top: -8px; margin-left:5px;  box-shadow: 5px 5px 10px gray; border:3px solid purple;}
.child {font-size: 14px; color: white; float: left; margin-left: 10px; width: 125px; padding: 5px;}
.ears {height:99px; width:140px; float: left; margin-top: 10px; margin-left: -14px; box-shadow: 5px 5px 10px gray; border:3px solid purple;}
.NHS {height:80px; width:160px; margin-top: 10px; margin-left:16px; 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:-140px; border-radius: 5px;}
.update {text-align:center; margin-top: 0px; margin-left: 5px; color: white; font-size: 14px; }

