/* 
	Blue #013A81
    Teal #008C99
	Blue Menu #183544
	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;
}

p {
	padding:0 0 1em 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;
	font:70% Verdana, Arial, Tahoma, sans-serif;
	/*padding:20px 0 5px 0;*/
	padding:2px 0 2px 0;
}
h2 {
	font:70% Verdana, Arial, Tahoma, sans-serif;
}
h3 {
	font:70% Verdana, Arial, Tahoma, sans-serif;
	/*font:100% Arial, Verdana, Tahoma, sans-serif;*/
	font-size:14px;
	font-weight:bolder;
}
address {
	font:100% Arial, Verdana, Tahoma, sans-serif;
	font-size:14px;
	font-weight:bolder;
	}

/* DIV Size layouts */
#container {
	width:955px;
}
#header {
	height:90px;
}
#nav {
	width:auto;
	height: 28px;
	background-color: #183544;
	/*background-image:url(../images/nav_back.jpg);*/
	/*background-image:url(../images/l1_upbk.jpg);*/
	line-height:1.6em;
}
#content {
	margin-left:181px;
	
}
#submenul {
	width:181px;
	height: 262px;
}
#subcontentl {
	width: 181px;
	height:100%;
}
#subcontentr {
}
#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;
	border-left:1px solid;
	border-right:1px solid;
	border-color:#666666;
	background-image:url(../images/l1_down.jpg);
	background-repeat:no-repeat;
	background-position: 1% 50%;
	text-decoration:none;
	color:#FFFFFF;
}
#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: #183544;
	/*background-color: #083a81;*/
	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:5px 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:0 0 10px 0;
	/*margin:5px 0 15px 0;*/
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#013A81;
}
#content h2 {
	/*display:block;*/
	/*padding:0 0 0 10px;*/
	margin:10px 0 15px 0;
	font-size:1.2em;
	/*font-size:1.7em;*/
	font-weight:bold;
	font-style:italic;
	letter-spacing:-1px;
	color:#333333;	/*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;*/
	margin:0 5px 16px 15px
}
#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:1.4em;
	/*line-height:1.4em;*/
	margin: 0px 10px 0 0;
	padding: 10px 0 0 10px;
	border-left:#CCCCCC solid 1px;
}
#subcontentr a {
	color:#3366CC;
}
#subcontentl ul, #subcontentr ul {
	list-style: none;
}
#subcontentr li {
	margin:0;
	font-weight:bold;
	list-style:square;
}

#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: #183544;
	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: #FFFFFF;
	padding:0 10px 0 10px;
	font-size:9px;
}
#footer a:hover {
	color:#ffffff;
	background-color:inherit;
	text-decoration: underline;
}
/* page elements */
/* Class */
/*sets padding at the start of a list */
/*.listhead { 
	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 { /* Split screen for images and text on news, management and accreitations page */
	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 { /* Hide div tags for printing */
	display:none;
}
.textcenter {
	text-align:center;
}
.textright {
	text-align:right;
}
.important { /* Used in conjunction with a span tag */
	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: -5px 5px 0px 0px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to */
}
.backgroundcolour{ /* sets the background colour and padding for a div tag */
	background-color: #F2F2F2;
	padding:10px 5px 5px 10px;
	margin-bottom:10px;
}
.contact_us {}
#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;
}
