		/*Site wide style rules*/


html, body{	/*zero margins and padding, set the default line-height*/
	margin: 0;
	padding: 0;
	line-height: 150%;
	}
body{		/*Set background colour, font, font-size and default text colour*/	
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #070c0f;
	}
#wrapper{
	width: 96%;
	margin: 0 auto;
}
#top{
	background: #9dc6da url(../imgs/h2span.jpg) repeat-x top left;
	background: #444;
	height: 35px;
	border-bottom: 1px solid #eee;	
	}
#top h1{
	position: relative;
	float: left;
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
}
#top h1 span{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background: url(../imgs/h2pan.jpg) no-repeat;
	cursor: pointer;
}
#top h1 a{
	color: #fff;
	text-decoration: none;
	line-height: 35px;	
	}

#head{
	height: 48px;	
	border-top: 1px solid #070c0f;
	margin: 0;	
}


#headl{
	float: left;
	width: 50%;
	position: relative;
	left: 0;
}
#headl h2{
	font-size: 140%;
	}
	
#headr{
	float: right;
	background-color: #ccc;
	height: 48px;
	width: 403px;
	background: url(../imgs/logo.jpg) no-repeat top right;
	margin-bottom: 1.5em;
		
}
#main{
	width: 75%;
	float: right;
	}
#menu{
	width: 20%;
	float: left;
	
}
.contentl, .contentr{
	width: 48%;
	margin-bottom: 1.5em;
}
.contentl{
	float: left;
}
.contentr{
	float: right;
}
#foot{
	clear: both;
	margin-top: 5em;
	text-align: center;
	}
#menu ul{
	list-style: none;
	margin: 0;
	
}
#menu li a{
	display: block;
	text-decoration: none;
	text-align: left;
	padding: .25em 0.5em;
	width: 100%;
	margin: 0 .5%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #8F8F8F;
	
	font-weight: 600;
	
	background-color: #d2e2f1;
	color: #070c0f;
	
}
#menu li a:hover{
	background-color: #84adcc;
	color: #070c0f;
}

.box{
	background: #d2e2f1 url(../imgs/box.gif) no-repeat bottom left;
	
}

.boxout{
	background: url(../imgs/boxout.gif) no-repeat bottom right;
	padding-bottom: 1.5em;
	}
.boxin{
	background:  #1d679f  url(../imgs/boxin.gif) no-repeat top left;
	
}
.box h3{
	background: url(../imgs/h3.gif) no-repeat top right;
	color: #fff;
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	}
.box p{
	margin: 0 5% 1.5em 5%;
	text-align:justify;
}
.box a, .box a:link{
	color:  #1d679f;
	text-decoration: none;
	border-bottom: 1px dashed  #1d679f ;
}

.box a:hover{
	color: #070c0f;
	border-bottom: 1px dashed #070c0f;	
}


.clearboth{
	clear: both;
}
.b{
	font-weight: 600;
}
.profile{
	margin: 0 auto;
	margin-top: 1.5em;
	}
.profileimg{
	float: left;
	padding: 1.5%;
	}
address{
	font-style: normal;
	margin-left: 5%;
}
ul.s{/*Square bulleted list is now default for all lists in content boxes unless otherwise stated*/
	list-style: square;
	margin-left: 10%;
}

