/* @group General Styles */

	
html {
    height: 100%;
    margin: 0;
}

body {
    height: 100%;
    margin: 0;
	font: 0.75em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	clear: both;
	color: #333333;
	background-image: url("/images/background.jpg");
	/* stops background scrolling */
	background-attachment: fixed;
	}


p {
}

.error {
font-weight: bold;
color: #C00;
}

b, strong {

}

a:link, a:visited {
}

a:hover, a:active {

}

img {
	border: none;
}

.phone{
	vertical-align: middle;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	
}
.image-center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 0 3px 3px;
	clear: both;
	
}

.image-list{
	float: left;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	vertical-align: middle;

}
/* @end */

/* @group Layout */

#container{
	width: 754px;
	background-color: white;
	border-color: green;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	
}

/* All the header items go in here*/
#container_top {
	width: 100%;
	border-color: red;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border: 0px;
	/*outline: red solid 1px;*/
}

#news {
    background-color:#eeeeee;
    width:200px;
    float:right;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;

}



#left_news {
	width:320px;
   float:left;
   padding-left: 10px;
   padding-right: 15px;
   padding-bottom: 25px;
   margin-top: 6px;
   margin-left: 10px;
   margin-bottom: 15px;
   border-right: 1px solid #E6E6FA;
  
}

#right_news {
	width:320px;
   float:right;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 25px;
   margin-top: 6px;
   margin-left: 5px;
   margin-bottom: 15px
}

#news h2{
text-align: left;
padding-top: 0px;
}

#news h3{
padding-bottom: 0px;
margin-top: 10px;
margin-bottom: 5px;
}
	

#content{
	max-width: 715px;
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	clear: both;
	margin: 0px auto;
	display: block;
	border-color: red;
	border-style: solid;
	border-width: 0px;
	background-color: white;
	padding: 0px,15px,15px,15px;
}

#content2{
	max-width: 650px;
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	clear: both;
	float: left;
	margin: 25px;
	display: block;
	border-color: red;
	border-style: solid;
	border-width: 0px;
	background-color: white;
	padding: 15px;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
   -moz-column-count: 3; /* Firefox */
   column-count: 3;
   -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
   -moz-column-gap: 40px; /* Firefox */
   column-gap: 40px;
}


#contentTop {
	height: 33px;
	display: block;
}

.clearer {
	clear: both;
}

#rule{
 border: 0; 
 height: 1px; 
 background: #E6E6FA;
 clear: both;
}

#pageHeader {
	height: 76px;
	margin: 0px auto;
	background: no-repeat url(../images/header.jpg);
	/*background: no-repeat url(../images/top.jpg);*/
}

#pageHeader img {
	margin-top: 8px;
}

#pageHeader h1 {
	margin: 0;
	font-size: 28px;
	color: #ffffff;
	letter-spacing: -1px;
	text-align: center;
}

#pageHeader h2 {
	margin: 0;
	font-size: 0.75em;
	letter-spacing: 2px;
	text-align: center;
}
#pageFooter{
	height: 76px;
	width: 755px;
	background: no-repeat url(../images/footer.jpg);
}

#contentContainer {
	margin-right: 8px;
	width: 510px;
	float: right;
}

#contentContainer #content {
	padding: 0 30px 20px 13px;
}

#container_data{
width: 700px;
height: 600px;
border: solid;
border-color: grey;
border-width: thin;
background-color: white;
overflow: auto;
margin-bottom: 15px;
margin-top: 15px;
}

#container_summary{
width: 705px;
height: 625px;
border: solid;
border-color: grey;
border-width: thin;
background-color: white;
overflow: auto;
margin-left: 0px;
margin-bottom: 15px;
margin-top: 15px;
padding: 5px;

}

/* Display all on one page*/
#onepage{
width: 705px;
height: 625px;
border: solid;
border-color: grey;
border-width: thin;
background-color: white;
overflow: auto;
margin-left: 0px;
margin-bottom: 15px;
margin-top: 15px;
padding: 5px;

}

#sidebarContainer {
	float: left;
	width: 222px;
}

#sidebarContainer #sidebar {
	padding-right: 20px;
	padding-left: 40px;
	padding-top: 10px;
}

#sidebarContainer .sideHeader {
	padding-top: 10px;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
}

#containerfooter{
margin: 0px auto;
padding: 0px
}

#footer {
	height: 76px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	background: no-repeat url(../images/footer.jpg);
	
	
}

#footer p {
	padding-top: 25px;
	text-align: center;
	margin: 0;
	color: white;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/* @end */

/*Forms*/


/*End forms*/




/*navbar styles*/
nav {
      
    	}
/*Main menue */

nav ul {
	background: #485e49; /*dark green*/
	padding: 0px; 
	list-style: none;
	margin: 3px;
	/*allows positioning of sub menues*/
	/*condense menue to fit*/
	display: inline-table;
	margin-left: 8px;
	position: absolute;
	/*stop menue wrapping*/
	min-width: 735px;
	
}

nav ul:after {
	/*clear floats without hiding sub menues not overflow: hidden*/
	content: ""; 
	clear: both; 
	display: block;
	}
    	
nav ul li:hover > ul {
	/*display sub menues on hover*/
	display: block;
	}
    	
#navbutton {
	background: #485e49; /*dark green*/
	padding: 0px; 
	list-style: none;
	color: white;
	font-size: 2em;
	margin: 3px;
	margin-left: 8px;
	display: none;
}
#navbutton a {
color: white;
}

	
/*Style individual items*/
nav ul li {
	float: left;
	font-size: 1em;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px;
	
	
}
nav ul li:hover {
	background: #a2b3a1;/*pale green*/
		
	}
nav ul li:hover a {
	/*main menue hover colour*/
	color: white;
		}
	
nav ul li a {
	display: block; 
	width: 104px;
	padding: 5px 0px;
	color: #eee; /*pale*/
	text-decoration: none;
	text-align:center;
  	border-left:1px solid #fff;
	}
	
/*Sub menu*/	
nav ul ul {	
	display: none; /*hide normally*/
	background: #485e49; 
	margin-left: 0px;
	margin-top: 0px;
	padding: 0;
	/*make sure fly out under main items*/
	position: absolute; 
	top: 100%;
	/*cancel inheritance*/
	min-width: 0px;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
		
		
	}
		
	nav ul ul li a {	
			
		}	
	nav ul ul li a:hover {
			background: #a2b3a1;
			color: #000;
			}
			
	nav ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}
#mobile_menu{
	display: none;
}

/* @end */






/* @group Global Classes */

blockquote, .standout {
	margin: 10px 0;
	padding: 0 10px;
	color: #2e56ad;
}

h1 {
}

h2 {
	margin-bottom: 3px;
}


h3 {
	margin-bottom: 3px;
	margin-top: 15px;
}

h4 {
	margin-bottom: 3px;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
	
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;

}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}



/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 0px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	display: inline-table;
	font-size: 1em;
	border: 1px solid black;
	padding: 5px;
	clear: both;
	table-layout: auto;
	width: 90%;
}

th {
	border: 1px solid black;
	background-color: #E0E0E0;
}
td {
	border: 1px solid black;

}

.publications{
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
  clear: both;
}

.publications td {
	border: 1px solid black;
	display: table-cell;
	border-color: grey;
}

/* Column widths are based on these cells */

.row-who {
  width: 20%;
}
.row-whoref {
  width: 5%;
}
.row-details {
  width: 60%;
  word-wrap: normal;
}
.row-what {
  width: 15%;
}


.buttonholder{
margin: 0 auto;
background-color: red;
text-align: center;

}

/* Social media icons */

.fa-brands {
  padding: 10px;
  font-size: 35px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  margin: 5px 5px;
}

.fa-brands:hover {
    opacity: 0.8;
}

.events_list h1 {
  font-size: 22px;
  padding: 10px 0 20px 0;
}

.events_list h2 {
  font-size: 18px;
  padding: 5px 0 10px 0;
}

.events_list hr {
  margin: 40px 0 0 0;
}

/* @end */
