/* 
	Blue #013A81
    Teal #008C99
	width:955px
	
Reset all margins and padding to 0
*/

/**{margin:0; padding:0;}*/

* {
	padding: 0;
	margin: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


body {
	font:70% Verdana, Arial, Tahoma, sans-serif;
	/*font:80% Verdana,Arial,Tahoma,sans-serif;*/
	line-height:1.4em;
	text-align:center;
	background-color: #EBEBEB;
}



/* Basic Formatting */
a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
}

a img {
	border:none;
}
/*blockquote p
{
	float:left;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
blockquote
{
	padding:35px;
}*/
p {
	padding:0 0 1.6em 0;
}
p form {
	margin-top:0;
	margin-bottom:20px;
}
table {
	font:100% Arial, Verdana, Tahoma, sans-serif;
	line-height:1.4em;
	text-align:left;/* border: 0 1px 1px 0; */
	
}
td {
	border-bottom: 1px;
}
tr {
}
h1 {
	font-size:20px;
}
h2 {

}
h3 {
	/*font:Verdana, Arial, Tahoma, sans-serif;*/
	line-height:1.4em;
	/*font-size:14px;*/
	/*font-weight:bolder;*/
	
}

/* DIV Size layouts */
#container {
	width:955px;
}
#header {
	height:90px;
}
#nav {
	width:auto;
	height: 28px;
	background-image:url(../images/nav_back.jpg);
}
#content {
	margin-left:181px;
}
#submenul {
	width:181px;
	height: 262px;
	
}
#subcontentl {
	width: 181px;
	height:100%;
}
#subcontentr {
}

/* DIV format */

#container {
	padding:0 10px 0 10px;
	text-align:left;
	background-color: #FFFFFF;
	margin: 10px auto;
}
#header {
	margin:0px 1px 1px 1px;
}
#nav {
	padding:0 0 0 0;
	/*border-bottom:1px #999999 solid;*/
	/*border-color:#999999;*/
}
#navlist li {
	margin:0;
	padding:0;
	list-style-type:none;
	white-space:normal;
	display:inline;
}
#navlist a, #navlist a:visited {
	font-size:9px;
	float: left; /* sets horizontal menu */
	display:block;
	padding:3px 15px 7px 20px;
	/*padding:3px 15px 7px 25px;*/
	border-left:1px solid;
	border-right:1px solid;
	border-color:#CCCCCC;
	background-image:url(../images/l1_down.jpg);
	background-repeat:no-repeat;
	background-position: 1% 50%;
	text-decoration:none;
	color:#333333;
}
#navlist a:hover {
	background-image:url(../images/l1_up.jpg);
	display:block;
	background-color:#333333;
	color:#CCCCCC;
}
#submenul {
	/* Sub menu Left Hand Side */
	
	float:left;
	text-align: left;
	margin: 0 0 0 0;
	background-color: #333333;
	color: #FFFFFF;
}
#submenul a {
	font-size:9px;
	color:#CCCCCC;
	padding:5px 10px 1px 0;
}
#submenul a:hover {
	color:#FFFFFF;
}

	
#submenul li {
	list-style:none;
	padding:0px 0 1px 0;
	text-align: right;
	border-bottom-color: #FFFF33;
	border-bottom-width: thin;
	border-bottom-style: outset;
}
#flashbanner { /* Main Picture */
	float: right;
}
#content {
	font-size:0.9em;
	background-color: #FFFFFF;
}
#content h1 {
	margin:5px 0 15px 0;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#013A81;

}
#content h2 {
	/*display:block;*/
	margin:5px 0 15px 0;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#013A81;
	/*background-color:inherit;*/
}
#content h2 a {
	font-weight:normal;
}
#content h3 {
	padding:10px 0 10px 0;
	/*margin:10px 0 10px 0;*/
	/*font-size:0.25em;*/
	font-weight:normal;
	letter-spacing:-1px;
}
#content a:hover {
	text-decoration:underline;
}
#content ul, #content ol {
	margin:0 5px 16px 35px;
}
#content dl {
	margin:0 5px 10px 25px;
}
#content dt {
	font-weight:bold;
	margin-bottom:5px;
}
#content dd {
	margin:0 0 10px 15px;
}
#subcontentl {
	float:left;
	padding:0px 0px 0px 0px;
	line-height:1.4em;
	margin: 0px 0px 0px 0px;
}

#subcontentr { /* Main text right hand side */
	line-height:2em;
	/*line-height:1.4em;*/
	margin: 0 10px 0 0;
	padding:0 0 0 10px;
	border-left:#CCCCCC solid 1px;
}
#subcontentr a {
	color:#3366CC;
}
#subcontentl ul, #subcontentr ul {
	list-style: none;
}
#subcontentl h3, #subcontentr h3 {
	/*font-size:16px;*/
}
#subcontentl h3 span, #subcontentr h3 span {
	padding:0 0 0 20px;
}
/* Footer section */

#footer {
	text-align:center;
	clear:both;
	padding:5px 0;
	margin:0 1px;
	/*font-size:0.8em;*/
	width: auto;
	background-color: #CCCCCC;
	height: 13px;
}
#footer ul {
}
#footer li {
	margin:0;
	padding:0;
	list-style-type:none;
	white-space:normal;
	display:inline;
}
#footer p {
	padding:0;
	margin:0;
	text-align:center;
}
#footer a {
	font-weight:bold;
	color: #666666;
	padding:0 10px 0 10px;
}
#footer a:hover {
	color:#ffffff;
	background-color:inherit;
	text-decoration: underline;
}
/* page elements */


	


/* Class */

.listhead { /*sets padding at the start of a list */
	padding:30px 0 0 0;
	background-color:#333333
} 


.splitcontentleft { /* Split screen for images and text on news, management and accreitations page */
	float:left;
	width:25%;
}
.splitcontentright {
	float:right;
	width:70%;
	padding-right: 35px;
	
}
.clear {
	clear:both;
}
.small {
	font-size:0.8em;
	padding:0 2px 0 0; /* added for news list*/
	
}
.hide {
	display:none;
}
.textcenter {
	text-align:center;
}
.textright {
	text-align:right;
}
.important {
	color:#013A81;
	background-color:inherit;
	font-weight:bold;
	font-size:1.4em;
	letter-spacing:-1px;
}
.box {
	padding:10px;
	color:#000000;
	line-height:1.5em;
	margin: 0px 0px 10px 0px;
}
.news{ /* News Section */
	text-align: left;
	background-color: #333333;
	color: white;
}
.news a {
	color:#CCCCCC;
}
.news a:hover {
	color: white;
}
.newshoverclass {
	color: white;
	text-decoration: underline;
	}
.newsselectclass {
	color:#cccccc;
	}

.img-shadow { /* background shadow for images on News, management pages */
	float:left;
	
	background:url(../images/trans-shadow.png) no-repeat bottom right;
}


.img-shadow img {
	display: block; /* IE won't do well without this */
	position: relative; /* Make the shadow's position relative to its image */
	padding: 5px; /* This creates a border around the image */
	background-color: #fff; /* Background color of the border created by the padding */
	border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
	margin: -6px 6px 6px -24px;
}
.backgroundcolour{
	background-color: #DDD;
}
.bannertag {
	background-image:url(images/mis-testing.jpg);
	height: 530px;
	width: 774px;
	background-repeat: no-repeat;
}
#spantag  { /* Gives border to images */
	height: 100px;
	position: relative;
	float:right;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 36px;
	font-style: italic;
	width: 200px;
	padding-top: 165px;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 0;
}

.divcontainer { /*Stops floating div tags from overflowing*/
	/*overflow: auto;*/
	display: inline-block;
	}
	
	


.divcontainer:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
    }
	
 