@charset "utf-8";
/* CSS Document - scalar3-1.css */

body {
   margin: 0 auto;
   font-family: Arial, verdana, sans-serif;
}

#outerwrapper {
	width:1000px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/s3-leftbg-image-2.jpg); 
    background-repeat:repeat-x;
	min-height:500px;
	background-color:#E7EEF6;
}

#innerwrapper {
	width:100%;	
	background-image: url(../images/s3-rightbg-image-3a.jpg); 
    background-position:right top;
    background-repeat:no-repeat;
	min-height:500px;
}

#header {
	width: 100%;
	height:275px;
}

#toplogo {
	float: left;
	height: 220px;
	width: 375px;
	margin-left:20px;
	margin-top:20px;
}

#topbannertext {
	width:470px;
	height:190px;
	float:right;
	margin-top:40px;
}

#navbar {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	background-image: url(../images/navbar-bg-blue.jpg);
	background-repeat:repeat-x;
	margin-bottom:10px;
}

.navpad {
	width:10px;
}

ul.navtabs a.selected {
	background-color:#FFF;
}

ul.navtabs {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.navtabs li {
	float: left;
	margin: 0 2px;
	padding: 0;
}

ul.navtabs li a{
	display: block;
	width: 105px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-weight:bold;
	font-size:smaller;
}

ul.navtabs li a:visited {
	display: block;
	width: 105px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-weight:bold;

}

ul.navtabs li a:hover{
	display: block;
	width: 105px;
	height: 30px;
	line-height: 30px;
	background-color:#FFF;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #114296;
	font-weight:bold;
}


#maincontent {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}
.maintopbox {
	width: 900px;
	height:25px;
	background-image:url(../images/s3-sidebox-midblue-top.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.mainbottombox {
	width: 900px;
	height:30px;
	background-image:url(../images/s3-sidebox-midblue-bot.png);
	background-repeat:no-repeat;
	background-position:right top;
}

.maincontentinnerbox {
	width: 100%;
	background-image: url(../images/s3-main-bg-image-blue.jpg);
	background-repeat:repeat-y;
}


.leftcontentbox {
	float: left;
	width: 640px;
}

.leftcontentbox1 {
	float: left;
	width: 60%;
}

.rightcontentbox {
	float: right;
	width: 250px;
}

.rightcontentbox1 {
	float: right;
	width: 35%;
	margin-right:20px;
}

.rightcontenttext {
	width:230px;
	margin:0 auto;
}

.spaceright1 {
	margin-right:30px;
}

.privacypolicybox1 {
	padding: 10px 20px;
	text-align:right;
	font-size:small;
}

.clearfloat { 
     clear:both; 
     height:0;      
     font-size: 1px;
     line-height: 0px;
}

#footer {
	height:50px;
	width:100%;
	margin-right:auto;
	margin-left:auto;
	background-color:#82A5CF;
	margin-bottom:20px;
	margin-top:20px;
}

#footerleft {
  float:left;
  width: 250px;
  padding-top:10px;
  padding-left:10px;
  font-size: smaller;
}

#footerright {
  float: right;
  width:270px;
  padding-top:10px;
  padding-right:10px;
  font-size:smaller;
  text-align:right;
}


a:link {
  color: Black;
}

a:visited {
  color: black;
}

a:hover {
  color: #045DD3;
}

.enhancelist {
	 /*line-height:30px;*/
	 font-weight:bold;
	 padding-bottom:10px;
}

.testimonial {
	border: thin solid #000;
	background: #82A5CF;
	padding: 10px;
	font-size: x-small;
}

.testimonial2 {
	border: thin solid #000;
	background: #82A5CF;
	padding: 10px;
	font-size:small;
}

.testimonial3 {
	border: thin solid #000;
	background: #82A5CF;
	padding: 10px;
}


.centralise {
	text-align:center;
}

.ctatext {
	font-size:larger;
	font-weight:bold;
	text-align:center;
}

.ctatext2 {
	font-size:28px;
	font-weight:bold;
	text-align:center;
}

li {
	margin-bottom:5px;
}

.se-button {
	height:60px;
	width:200px;
	margin:0 auto;
	text-align:center;
	font-size:larger;
	font-weight:bold;
}

.se-button a:link {
	display:block;
	width:200px;
	height:45px;
	padding-top:20px;
	background-image: url(../images/scalar-button-dk-blue-200.png);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#fff;
}

.se-button a:visited {
	display:block;
	width:200px;
	height:45px;
	padding-top:20px;
	background-image: url(../images/scalar-button-dk-blue-200.png);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#fff;
}

.se-button a:hover {
	display:block;
	width:200px;
	height:45px;
	padding-top:20px;
	background-image:url(../images/scalar-button-lt-blue-200.png);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#000;
}

img {
	border:none;
}

.sidebartext {
	font-size: small;
	text-align:center;
}

.smallertext {
	font-size: smaller;
}

.imageleft1 {
	float:left;
}
	
.imageright {
	float:right;
	margin:0 0 20px 20px;
}

.alignicon1 {
	margin:10px 0 0 10px;
}

#recommend {
	text-align:center;
}

.footertag1 {
	font-size:smaller;
	text-align:center;
	font-style:italic;
	margin-bottom:20px;
}

.logocaps {
	font-size:48px;
	color:#000;
}

.logolower {
	font-size:48px;
	color:#0148A1;
}

.wicaps {
	font-size:34px;
	color:#000;
}

.wilower {
	font-size:34px;
	color:#0148A1;
}

.wicaps1 {
	font-size:16px;
	color:#000;
	font-weight:bold;
}

.wilower1 {
	font-size:16px;
	color:#0148A1;
	font-weight:bold;
}

.wibox {
	border:medium solid #669000;
	background-color:#FFF;
	padding:5px;
}

.wibuttonbox{
	background-image:url(../images/green-button.jpg);
	background-repeat:no-repeat;
	height:35px;
	width:175px;
	margin:0 auto;
	padding-top:7px;
	
}

.smbox1 {
	width:350px;
	float:left;
	margin-right:25px;
}

.mailinglistbox {
	width:70%;
	margin:0 auto;
}

.recentpostsbox {
	width:220px;
	font-size:small;
	margin-bottom:20px;
}

.example1class ul {
	padding-left:15px;
}

.slide-out-div {
	position:absolute;
	padding: 20px;
	width: 250px;
	background: #E0E7F1;
	border: #29216d 1px solid;
	font-size:small;
}

.ukmapbox {
	width: 60%;
	height: 100%;
	margin: 0 auto;
	border: medium solid #82A5CF;
	padding: 0 10px 10px 10px;
}

.testimonialbox1 {
	width: 70%;
	height: auto;
	margin: 0 auto;
	border: thin solid #000;
	background: #82A5CF;
	padding: 10px;
	font-style: italic;
	font-weight:bold;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 2px 2px #666;
	box-shadow: 2px 2px 2px 2px #666; 
}

.imageshadow {
	-webkit-box-shadow: 2px 2px 2px 2px #666;
	box-shadow: 2px 2px 2px 2px #666; 
}

.sharebox {
	width: 150px;
	height: auto;
	float: right;
	text-align: right;
}

.sharebox1 {
	width: 280px;
	height: auto;
	padding: 5px;
	float: right;
	border: thin solid #666;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.sharetitle {
	width: 125px;
	height: auto;
	float: left;
	margin-top: -3px;
}

.alignright {
	float: right;
}

.rounded {
	-webkit-border-radius: 10px;
    border-radius: 10px;
}

.boxshadow {
	-webkit-box-shadow:  2px 2px 2px 2px #999;
    box-shadow:  2px 2px 2px 2px #999;
}

.buttonbox1 {
	width: 50%;
	margin: 20px auto;
}

.buttonbox2 {
	width: 30%;
	margin: 20px auto;
}

.authorbox1 {
	width:44%;
	height:auto;
	margin:10px auto;
}

.yellowbutton1 {
	background: none repeat scroll 0 0 #FFD600;
	border: 0 none;
	border-radius: 10px 10px 10px 10px;
	color: #000000;
	padding: 10px;
	font-weight: bold;
	-webkit-box-shadow:  2px 2px 2px 2px #999;
    box-shadow:  2px 2px 2px 2px #999;
}