/* global */
html{height: 100%;}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	background-color: #E6E6E6;
	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;
	border-right: 1px solid;
	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:#93B948;
	border-top-color:#93B948;
}

#links{text-align: right;}

#footer{
	background: #FFFFFF;
	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
{
	margin-top: 0px;
	position: relative;
	padding: 5px 0px 0px 55px;
	background-color: #999999;
	font-weight: bold;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
}

/* main content */
#content
{
	width: 676px;
	overflow: hidden;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 1px solid #cccccc;
	color: #333333;
	vertical-align: top;
} 

/* 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: #93B948;
	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:  #93B948;
	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: #93B948;
	background-color: #C9DEB5;
} 


.sbilinks li a#selected

{
	color: #000066;
}



.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: 10px;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	border-bottom: 1px solid;
	border-bottom-color: #93B948;
	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
		{
	FONT-SIZE: 14px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	font-weight: bold;
	padding: 2px 8px 2px 10px;
		}
		a.MenuItemLink
		{
	COLOR:  #FFFFFF;
	FONT-SIZE: 14px;
	padding: 2px 8px 2px 10px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	margin: 0px;
	font-weight: bold;
		}
		
		a.MenuItemLink:link
		{
	COLOR:  #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	padding: 2px 8px 2px 10px;
		}
		a.MenuItemLink:visited
		{
	COLOR:  #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: None;
	padding: 2px 8px 2px 10px;
		}
		a.MenuItemLink:hover
		{
	COLOR: #93B948;
	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: #93B948;
	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;
	border-top-color:#999999;
	border-bottom-color:#999999;
	background-repeat: no-repeat;
}

#training
{
	color:#93B948;
	border-top-color:#000066;
	border-bottom-color:#93B948;
	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:#93B948;
	border-top-color:#000066;
	border-bottom-color:#93B948;
}

#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:#93B948;
	border-top-color:#000066;
	border-bottom-color:#93B948;
}

#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:#93B948;
	border-top-color:#000066;
	border-bottom-color:#93B948;
}

#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:#93B948;
	border-top-color:#000066;
	border-bottom-color:#93B948;
}

#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: left;
	width: 415px;
	float: left;
	padding: 2px 25px 15px 25px;
	border-right: 1px solid #999999;
	border-left: 0px solid #999999;
	color: #333333;
	background-color: #FFFFFF;
	border-bottom: 1px solid #333333;
}

#column2 h1
{
	font-family: Verdana, Arial, Helvetica, 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   /* 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: #93B948;
	font-weight: bold;
}


/* text colours */


html{height: 100%;}


.darkgrey {
	color: #000066
}
.midgreen {
	color: #93B948
}
.greyblue {
	color:#93B948
}

.subheading {
	color: #000066;
	FONT-SIZE: 9px;
	padding: 5px 0px 5px 20px;
 }
 
 .darkgrey_bold {
	color:#CEE0BB;
	FONT-SIZE: 10px;
	font-weight:bold;
 }
.midgreen_bold {
	color: #93B948;
	FONT-SIZE: 10px;
	font-weight:bold;
 }
 
 .newsheading {
	color: #000066;
	FONT-SIZE: 10px;
	line-height:12px;
	padding: 5px 0px 5px 0px;
 }
 
  .linkitem {
	color: #D1E3BF;
	FONT-SIZE: 9px;
	line-height:12px;
 }
content {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #333333;
}
.content a:hover {
	text-decoration: underline;
	color: #93B948;
}
.content a:link {
	text-decoration: underline;
	color: #666666;
}
.content a:visited {
	text-decoration: underline;
	color: #666666;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #CEE0BA;
	text-decoration: none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#flash {
	width: 400px;
	overflow: hidden;
	margin-left: 0px;
	margin-right: 0px;
	color: #336633;
	vertical-align: top;
	background-color: #CFE1BD;
	padding-left: 10px;
}
.table {
	color: #333333;
	border-bottom: 1px solid #333333;
}
.bg {
	background-color: #E7E7E7;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
