/* STYLES FOR SCREEN
Giles Charter, www.squidinkdesign.co.uk, 30/11/2005 */

body {
	font-size: 69%; /* For best results set to 60%, 69% or 76%. All following font sizes must be set to em's and must always be 1.0em or more*/
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background-color: #39364d;
	color: #e2e2e7;
	margin: 0;
	text-align:center;
}

p {}

a {outline:none;}

li {
	list-style-type: square;
	margin: 0;
	margin-bottom: 10px;
}

ul {
/* browser hack */
	margin-top: 5px !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	margin-top: 10px; /* affects IE 5.x/win */
	margin-top/**/:/**/ 10px; /* affects IE6/win */
/* end browser hack */
/* browser hack */
	margin-left: 0 !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	margin-left: 30px; /* affects IE 5.x/win */
	margin-left/**/:/**/ 30px; /* affects IE6/win */
/* end browser hack */
	margin-bottom: 15px;
	margin-right: 0;
		
}

#container {
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align:left;
	
}

#print_only img{
	width: 0;
	height:0;
	display: none;
	
}

/* HEADER STYLES */

#header {
	width: 750px;
	height: 98px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	color: #000;
	border: 0px;
}

#nav_box {
	height: 19px;
	width: 608px;
	float: right;
	margin-top:2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
/*	background-color: #700; */ /*DIAGNOSTIC COLOUR*/
}

img {
	border-width: 0; 
}


#home_link {
	background-image: url(../images/home_link_1.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 59px;
	float: right;
	border: 0px;
}

#home_link a:hover {
	background-image: url(../images/home_link_2.gif);
	background-repeat: no-repeat;
	float: right;	
}

#areas_link {
	background-image: url(../images/areas_link_1.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 140px;
	float: right;
	border: 0px;
}

#areas_link a:hover {
	background-image: url(../images/areas_link_2.gif);
	background-repeat: no-repeat;
	float: right;
}

#experts_link {
	background-image: url(../images/experts_link_1.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 71px;
	float: right;
	border: 0px;

}

#experts_link a:hover {
	background-image: url(../images/experts_link_2.gif);
	background-repeat: no-repeat;
	float: right;
}

#projects_link {
	background-image: url(../images/projects_link_1.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 130px;
	float: right;
	border: 0px;

}

#blog_link a:hover {
	background-image: url(../images/blog_link_2.gif);
	background-repeat: no-repeat;
	float: right;
	}
	
#blog_link {
	background-image: url(../images/blog_link_1.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 55px;
	float: right;
	border: 0px;

}

#projects_link a:hover {
	background-image: url(../images/projects_link_2.gif);
	background-repeat: no-repeat;
	float: right;
	}

#contact_link {
	background-image: url(../images/contact_link_1.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 96px;
	float: right;
	border: 0px;

}

#contact_link a:hover {
	background-image: url(../images/contact_link_2.gif);
	background-repeat: no-repeat;
	float: right;
}

#conference_link {
	background-image: url(../images/conference_link_1.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 96px;
	float: right;
	border: 0px;

}

#conference_link a:hover {
	background-image: url(../images/conference_link_2.gif);
	background-repeat: no-repeat;
	float: right;
}

#title {
	text-indent: -100em;
	display:none;
}

/* END OF HEADER STYLES */

/* BANNER STYLES */

#banner {
	width:750px;
	height: 29px;
	padding: 0;
}

#banner_left {
	float: left;
	background-color: #2a2a2f;
	color: #d3d0db;
	text-align: center;
/* browser hack */
	width: 251px !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	width: 253px; /* affects IE 5.x/win */
	width/**/:/**/ 251px; /* affects IE6/win */
/* end browser hack */
/* browser hack */
	height: 22px !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	height: 26px; /* affects IE 5.x/win */
	height/**/:/**/ 22px; /* affects IE6/win */
/* end browser hack */
	border: 1px;
	border-style: solid;
	border-color: #585472;
	margin-left: 0;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	padding-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
}

#banner_middle {
	float: left;
	text-align: center;
	color: #d3d0db;
	background-color: #2a2a2f;
/* browser hack */
	width: 239px !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	width: 241px; /* affects IE 5.x/win */
	width/**/:/**/ 239px; /* affects IE6/win */
/* end browser hack */
/* browser hack */
	height: 22px !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	height: 26px; /* affects IE 5.x/win */
	height/**/:/**/ 22px; /* affects IE6/win */
/* end browser hack */
	border: 1px;
	border-style: solid;
	border-color: #585472;
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	padding-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	
}

#banner_right {
	float: left;
	text-align: center;
	color: #d3d0db;
	background-color: #2a2a2f;
	width: 254px;
/* browser hack */
	width: 250px !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	width: 252px; /* affects IE 5.x/win */
	width/**/:/**/ 250px; /* affects IE6/win */
/* end browser hack */
/* browser hack */
	height: 22px !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	height: 26px; /* affects IE 5.x/win */
	height/**/:/**/ 22px; /* affects IE6/win */
/* end browser hack */
	border: 1px;
	border-style: solid;
	border-color: #585472;
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 2px;
	padding-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
}

.banner_text  {
	vertical-align: middle;
	font-size: 1.3em;
}
/* END OF BANNER STYLES */

/* COPY STYLES */
#copy {
/* browser hack */
	width: 748px !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	width: 750px; /* affects IE 5.x/win */
	width/**/:/**/ 748px; /* affects IE6/win */
	height: auto;
/* end browser hack */
	border: 1px;
	border-style: solid;
	border-color: #8b8a9d;
	background-color: #6c6980;
	color: #000;
} 

/* END OF COPY STYLES */

/* SQUARES STYLES */
#squares {
	width: 748px;
	height: /* 262px; */ 273px;
	background-color: #6d6980;
	color: #000;
	padding: 0;
	margin: 0;

}

#square_pic_left {
	width: 223px;
	height: 235px;
	background-color: #43414c;
	background-image: url(../images/home_background_1.gif);
	color: #e2e2e7;
	float: left;
/* browser hack */
	margin-left: 20px !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	margin-left: 10px; /* affects IE 5.x/win */
	margin-left/**/:/**/ 10px; /* affects IE6/win */
/* end browser hack */
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	
}

#square_pic_left p {
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 1.40em;

}

		/* Mac IE fix \ inserted here to fix text margins*/
		
#square_pic_left p {
	margin-left: 17px;
/* browser hack */
	margin-top: 10px !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	margin-top: 8px; /* affects IE 5.x/win */
	margin-top/**/:/**/ 8px; /* affects IE6/win */
/* end browser hack */
	margin-right: 8px;
	margin-bottom: 0;
}		
				 /* end Mac IE fix */

#square_pic_centre {
	width: 223px;
	height: 235px;
	background-color: #2b2a30;
	background-image: url(../images/home_background_2.gif);
	color: #e2e2e7;
	float: left;
	margin-left: 0; 
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
}

#square_pic_centre p {
	margin-left: 27px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 1.40em;
}

		/* Mac IE fix \ inserted here to fix text margins*/
		
#square_pic_centre p {
	margin-left: 17px;
/* browser hack */
	margin-top: 10px !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	margin-top: 8px; /* affects IE 5.x/win */
	margin-top/**/:/**/ 8px; /* affects IE6/win */
/* end browser hack */
	margin-right: 8px;
	margin-bottom: 0;
}		
				 /* end Mac IE fix */

#square_pic_right {
	width: 223px;
	height: 235px;
	background-color: #43414c;
	background-image: url(../images/home_background_1.gif);
	color: #e2e2e7;
	float: left;
	margin-left: 0; 
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	
}

#square_pic_right p {
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 1.40em;
}

		/* Mac IE fix \ inserted here to fix text margins*/
		
#square_pic_right p {
	margin-left: 17px;
/* browser hack */
	margin-top: 10px !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	margin-top: 8px; /* affects IE 5.x/win */
	margin-top/**/:/**/ 8px; /* affects IE6/win */
/* end browser hack */
	margin-right: 8px;
	margin-bottom: 0;
}		
				 /* end Mac IE fix */


/* END OF SQUARES STYLES */

/* HOME_TEXT STYLES - main text on home page */
#home_text {

	background-color: #6d6980;
	color: #fff;
	font-size: 1.2em;
	margin-left: 20px;
/* browser hack */
	margin-top: -2px !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	margin-top: -6px; /* affects IE 5.x/win */
	margin-top/**/:/**/ -6px; /* affects IE6/win */
/* end browser hack */
	margin-right: 22px;
/* browser hack */
	margin-bottom: 15px !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	margin-bottom: 0px; /* affects IE 5.x/win */
	margin-bottom/**/:/**/ 0px; /* affects IE6/win */
/* end browser hack */
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 1px;
/* browser hack */
	padding-bottom: 4px !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	padding-bottom: 12px; /* affects IE 5.x/win */
	padding-bottom/**/:/**/ 12px; /* affects IE6/win */
/* end browser hack */
}

#home_text h2 {
	font-size: 1.1em;
	font-weight: normal;
}


/* END OF HOME_TEXT STYLES */

/* COPY STYLES - internal pages */

#copy_holder {
	width: 705px;
	/* height: 410px; */
	
	background:#e8e8ec url(../images/copy_background.gif) repeat-y left top;
	color: #000;
	margin-left: 21px;
	margin-top: 21px;
	margin-right: 21px;
	margin-bottom: 18px;
	
}

#copy_image {
	float:left;
	height:341px;
}


#copy_text {
	float: right;
	width: 518px;
/* browser hack */
	width: 518px !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	width: 550px; /* affects IE 5.x/win */
	width/**/:/**/ 518px; /* affects IE6/win */
/* end browser hack */
	padding: 16px;
	padding-bottom: 8px;
	font-size: 1.1em;
}

#copy_text h1 {
	font-size: 1.5em;
	width: 518px;
	border-style: solid;
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-color: #000;
	color: #625d84;
	font-weight: bold;
	/* background-color: #0e0; */ /* diagnostic colour */
	margin: 0;
	margin-bottom: 8px;
	padding-bottom:3px;
}

#copy_text h2 {
	font-size: 1.1em;
	/* background-color: #00f; */ /* diagnostic colour */
	margin: 0;
	padding-top: 2px;
	padding-bottom: 3px;
	
}

#copy_text p {
	/* background-color: #e00; */ /* diagnostic colour */
	margin: 0;
	padding-bottom: 4px;
	line-height: 1.1em;
}

#copy_text a {
	color: #39364d;
	text-decoration: underline;
}

#copy_text a:hover {
	color: #1916cd;
	text-decoration: underline;
}

 #clear {
   clear:both;
   height:1px;
   overflow:hidden;
}

/* END OF COPY STYLES */

/* FOOTER STYLES */

#footer_box {
	width: 708px;
	clear: right;
}
#footer1 {
	width: 708px; 
	height: 23px;
	background-color: #6d6980;
	color: #e2e2e7;
	margin-left: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	border-style: solid;
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 2px;
	border-color: #670101;
}

#footer2 {
	width: 708px; 
	height: 30px;
	background-color: #6d6980;
	color: #e2e2e7;
	margin-left: 20px;
/* browser hack */
	margin-top: -5px !important; /* affects standards compliant browsers  - 
	Alternate Box Model Hack No: 2 - http://css-discuss.incutio.com/?page=BoxModelHack */
	margin-top: 7px; /* affects IE 5.x/win */
	margin-top/**/:/**/ 7px; /* affects IE6/win */
/* end browser hack */	
	margin-right: 0;
	margin-bottom: 0;
	font-size: 1.1em;
}

#footer3 {
	width: 708px; 
	height: 13px;
	background-color: #6d6980;
	color: #e2e2e7;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 3px;
	font-size: 0.9em;
}

.copyright {
	float: left;
}

.squidink {
	float: right;
}

#footer_box a {
	color: #e2e2e7;
	text-decoration: none;
}

#footer_box a:hover {
	color: #e2e2e7;
	text-decoration: underline;
}

/* END OF FOOTER STYLES */

.presentations_container {
	float:left;
	clear:both;
	width:518px;
	margin-bottom:20px;
}

.presentations_time {
	float:left;
	width:40px;
	margin-bottom:5px;
}

.presentations_detail {
	float:left;
	width:478px;
	margin-bottom:5px;
}
