/* global */
html{height: 100%;}

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	background-color: #EEF3EA;
	color: #333333;
}


p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  font-size: 108%;
  letter-spacing: 0em;
  font-weighgt: bold;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img{border: 0px;}

a{
	text-decoration: underline;
	color: #666666;
}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 20px px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

ul li
{ 
  margin: 20px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
}

/* ordered list */
ol
{ margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

ol li
{ margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #home, #menu, #content, #training, #research, #facilities, #about, #contact
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{
	width: 676px;
	border-left: 1px solid #89A9A3;
	border-right: 1px solid #89A9A3;
	background: #ffffff;
}

/* copyright, footer */
#links, #footer, #copyright
{
	width: 676;
	height: 69px;
	font-size: 88%;
	text-transform: none;
	padding: 0px;
	line-height: 6pt;
	border-top: 1px solid;
	border-bottom: 1px solid;
	color:#89A9A3;
	border-top-color:#89A9A3;
}

#links{text-align: right;}

#footer{
	background: #FFFFFF;
	background-image: url(images/logos.jpg);
	background-repeat: no-repeat;
}

.copyright
{
	text-align: left;
	width: 150px;
	height: auto;
	float: right;
	margin:50px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	background: #FFFFFF;
	
}

/* navigation menu */
#menu
{
	height: 15px;
	width: 650px;
	margin-top: 0px;
	position: relative;
	background: #ffffff;
	color: #004B3E;
	padding: 5px 0px 0px 25px;
}

/* main content */
#content
{
	width: 676px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 1px solid #89A9A3;
	color: #333333;
} 

/* column 1 - contains sidebar items */
#column1
{
	width: 185px;
	margin: 20px 0px 0px 0px;
	float: right;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

/* column side*/
#columnside
{
	width: 185px;
	height: auto;
	margin: 0px 0px 0px 0px;
	float: right;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border-left: 0px solid;
	border-left-color: #89A9A3;
	border-right: 0px solid #89A9A3;
}

/* sidebar item*/
.sidebaritem
{ text-align: left;
  width: 130px;
  float: left;
  margin: 0px 0px 0px 0px;
  border: 1px solid #89A9A3;
  padding: 5px 0px 5px 0px;
  background: transparent;
  color:  #FFFFFF;
  border-color:  #89A9A3;
  border-bottom: 0px solid;
}

.sidebaritem h1
{ margin: 0px; 
  font-weight: normal;
  padding: 0px 0px 16px 0px;
  text-transform: none;
}

.sidebaritem p
{ line-height: 16px; 
   width: 80px;
  padding: 0px 0px 0px 0px;
}
.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 0px 20px;
  text-decoration: none;
}

/* sidebar menu*/
.sbilinks{
padding: 5px 0px 5px 0px;
}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{
	margin: 0px;
	float: left;
	list-style: none;
	background-color: #F6F6F6;
} 

.sbilinks li a , .sbilinks li a:hover
{
	float: left;
	height: auto;
	text-decoration: none;
	padding: 5px 0px 5px 20px;
	width: 149px;
	color: #89A9A3;
	background-color: #D6ECE0;
} 


.sbilinks li a#selected

{
	color: #004B3E;
}



.sbilinks li a, .sidebaritem a
{
	background: transparent url(file:///Macintosh%20HD/Users/louisenolan/Clients/cbas-website/CBAS-new/arrow_off.jpg) no-repeat left center;
	color:  #666666;
	FONT-SIZE: 11px;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	border-bottom: 1px solid;
	border-bottom-color: #89A9A3;
	padding: 5px 0px 5px 20px;
} 

.sbilinks li a:hover, .sidebaritem a:hover, .sidebaritem a:selected
{ background: transparent url(arrow_on.jpg) no-repeat left center;
  color: #D6ECE0;
  border-color:  #89A9A3;
  font-weight: bold;
  border-bottom: 1px solid;
  border-bottom-color: #89A9A3;
  padding: 5px 0px 5px 20px;
} 

.MenuItem
		{
	COLOR:  #004B3E;
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	font-weight: bold;
	padding: 2px 8px 2px 10px;
		}
		a.MenuItemLink
		{
	COLOR:  #004b3e;
	FONT-SIZE: 11px;
	padding: 2px 8px 2px 10px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	margin: 0px;
	font-weight: bold;
		}
		
		a.MenuItemLink:link
		{
	COLOR:  #004B3E;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	padding: 2px 8px 2px 10px;
		}
		a.MenuItemLink:visited
		{
	COLOR:  #004B3E;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	padding: 2px 8px 2px 10px;
		}
		a.MenuItemLink:hover
		{
	COLOR: #89A9A3;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	padding: 2px 8px 2px 10px;
		}
		.myMenu {
			position: absolute;
			visibility: hidden;
			z-index: 8;
			padding: 0px 0px 0px 0px;
		}	


/* newsletter*/
.newsletter
{
	text-align: left;
	width: 185px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	background: #ffffff;
}

/* News*/

#news
{
	float: right;
	border-color: #89A9A3;
	border: 0px solid;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 180px;
	background: #fff;	
	
}

/* header and sidebar images*/

#home, #training, #research, #facilities, #events, #info
{
	width: 676px;
	height: 166px;
	border-top: 10px solid;
}

#home
{
	background: #FFFFFF;
	color:#89A9A3;
	border-top-color:#89A9A3;
	border-bottom-color:#89A9A3;
	background-repeat: no-repeat;
}

#training
{
	color:#89A9A3;
	border-top-color:#003A3A;
	border-bottom-color:#89A9A3;
	background-image: url(images/home.gif);
}

#training_pict
{
	background: #FFFFFF;
	float: none;
	background-image: url(images/pipette.jpg);
	background-repeat: no-repeat;
}

#research
{
	background: #FFFFFF url(file:///Macintosh%20HD/Users/louisenolan/Clients/cbas-website/images/research.jpg) no-repeat;
	color:#89A9A3;
	border-top-color:#003A3A;
	border-bottom-color:#89A9A3;
}

#research_pict
{
	background: #FFFFFF url(file:///Macintosh%20HD/Users/louisenolan/Clients/cbas-website/images/research_pict.jpg) no-repeat;
	float: none;
}

#facilities
{
	background: #FFFFFF url(file:///Macintosh%20HD/Users/louisenolan/Clients/cbas-website/images/facilities.jpg) no-repeat;
	color:#89A9A3;
	border-top-color:#003A3A;
	border-bottom-color:#89A9A3;
}

#facilities_pict
{
	background: #FFFFFF url(file:///Macintosh%20HD/Users/louisenolan/Clients/cbas-website/images/facilities_pict.jpg) no-repeat;
	float: none;
}

#events
{
	background: #FFFFFF url(file:///Macintosh%20HD/Users/louisenolan/Clients/cbas-website/images/n_events.jpg) no-repeat;
	color:#89A9A3;
	border-top-color:#003A3A;
	border-bottom-color:#89A9A3;
}

#events_pict
{
	background: transparent url(file:///Macintosh%20HD/Users/louisenolan/Clients/cbas-website/images/n_events_pict.jpg) no-repeat;
	float: none;
}

#info
{
	background: #FFFFFF url(file:///Macintosh%20HD/Users/louisenolan/Clients/cbas-website/images/contact.jpg) no-repeat;
	color:#89A9A3;
	border-top-color:#003A3A;
	border-bottom-color:#89A9A3;
}

#info_pict
{
	background: #FFFFFF url(file:///Macintosh%20HD/Users/louisenolan/Clients/cbas-website/images/contact_pict.jpg) no-repeat;
	float: none;
}

#training_pict, #research_pict, #events_pict, #facilities_pict, #info_pict
{
	float: centre;
	text-align: left;
	padding: 0px 0px 0px 0px;
	width: 170px;
	height: 180px;
	border: 1px solid #89A9A3;
}
#column2, column2/* column 2 - page content */

{
	text-align: justify;
	width: 415px;
	float: left;
	padding: 2px 25px 15px 25px;
	border-right: 1px solid #89A9A3;
	border-left: 0px solid #89A9A3;
	border-top: 0px solid #89A9A3;
	color: #333333;  
}

#column2 h1
{ font-family: arial, sans-serif;
  padding: 16px 10px 5px 0px; 
  margin: 0px 00px 12px 0px; 
  border-bottom: 0px solid;
  font-size: 150%;
  text-transform: none;
  font-weight: normal;
}
#column2 img
{
	float: right;
	margin-left: 15px;
	padding-bottom: 10px;
}
#column2   /* MENU LINK IN PAGE HOVER */
a, column2 a   
{
	text-decoration: underline;
	font-color:#D6ECE0;
	color: #666666;
	font-weight: bold;
}
#column2 a:hover, column2 a:hover {
	text-decoration: underline;
	font-color:#D6ECE0;
	color: #89A9A3;
	font-weight: bold;
}


/* text colours */


html{height: 100%;}


.darkgrey {color: #004B3E}
.midgreen {
	color: #89A9A3
}
.greyblue {
color:#89A9A3
}

.subheading {
color: #004B3E;
FONT-SIZE: 9px;
padding: 5px 0px 5px 20px;
 }
 
 .darkgrey_bold {
color:#D6ECE0;
FONT-SIZE: 11px;
font-weight:bold;
 }
.midgreen_bold {
	color: #89A9A3;
	FONT-SIZE: 11px;
	font-weight:bold;
 }
 
 .newsheading {
color: #004B3E;
FONT-SIZE: 11px;
line-height:12px;
padding: 5px 0px 5px 0px;

 }
 
  .linkitem {
color: #D6ECE0;
FONT-SIZE: 9px;
line-height:12px;

 }
content {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #333333;
}
.content a:hover {
	text-decoration: underline;
	color: #89A9A3;
}
.content a:link {
	text-decoration: underline;
	color: #666666;
}
.content a:visited {
	text-decoration: underline;
	color: #666666;
}
