html{	
	width: 100%;
	height: 100%;
	
}

body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}

* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	border: 0;
	font-family:Helvetica,Arial,sans-serif;
	
	/*list-style:none;*/
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Layout CSS */
#Main {
	margin:30px auto;
	width:800px;
	border:1px solid #999;
}

#HomeBanner{
	background-image:url(../images/fsbi_header_full.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:439px;

}

#HomeMain{
	
	/*padding-top:20px;*/

	background-image:url(../images/homegradient.jpg);
	background-repeat:repeat-y;

}

#HomeMain #JournalArea{
	padding-top:20px;
	padding-left:38px;
	width:133px;
	float:left;
}

#HomeMain #JournalArea #journal{
	margin-bottom:45px;
}

#HomeMain #JournalArea #copyright{
	margin-top: 20px;
	font-size:7pt;
	font-family: "Times New Roman", serif;
	color:#666699;
	/*margin-bottom: 30px;*/
}

#HomeMain #HomeContent{
	min-height:250px;
	/*height:210px;*/
	padding-top:20px;
	font-family: Helvetica,Arial,sans-serif;
	background-image:url(../images/blurredfish2.jpg);
	background-repeat: no-repeat;
	/*margin-right:200px;*/
	margin-left:209px;
}

#HomeContent h1,#HomeContent h2,#HomeContent h3 {
	margin:0;
	width: 400px;
}

#HomeContent h1{
	font-size: 11pt;
	line-height: 18pt;
	font-weight: bold;
	color: #003399;
	padding-top:3px;

}

#HomeContent h2{
	font-size: 11pt;
	line-height: 18pt;
	font-weight: bold;
	color: #CC9933;

}

#HomeContent h3{
	font-size: 9pt;
	line-height: 18pt;
	color: #CC9933;

}

#HomeContent #ArrowStrip{
	margin-top:20px;
}

#HomeContent #HomeColourBar{
	margin-top:20px;
	position:static;
}

#AdsSidebar{
	width:130px;
	margin-right:10px;
	float:right;
	padding-top: 20px;
	
}

#AdsSidebar .ad{
	padding: 0px;
	padding-top:10px;
	padding-bottom:0px;
	/*border: 1px solid #999999;*/
	margin-right: 10px;
	margin-bottom: 10px;
/*	height:75px; */
}

#AdsSidebar .ad img{
	display:block;
	margin-left: auto;
	margin-right: auto;
}

#AdsSidebar .ad p{
	padding-top:3px;
	text-align: center;
	color: #999999;
}


/*-------------------------------*/

#Banner{
	background-image:url(../images/fsbi_header.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:115px;
}

#HeaderMenu{
	padding-left:662px;
	padding-top:177px;
}

	#HeaderMenu ul.menu1, #HeaderMenu ul.menu2{
		list-style-type:none;
		padding:0;
	}
	
		#HeaderMenu ul.menu1 li{
			display:block;
			
		}	
			
			#HeaderMenu ul.menu1 li a, #HeaderMenu ul.menu1 li span{
				color: #003399;
				text-decoration:none;
				font-size:8pt;
				line-height:14pt;
				outline:none;
			}
			
			#HeaderMenu ul.menu1 li a:hover, #HeaderMenu ul.menu2 li a:hover{
				text-decoration:none;
				font-weight:bold;
				
			}
			
				
			#HeaderMenu ul.menu2 li a{
				color: #996600;
				text-decoration:none;
				font-size:7.5pt;
				line-height:12pt;
				outline:none;
			}


/*----------------------------------------------------------------------*/
			
	#SideMenu{
	clear:both;
	margin-top:30px;
}

	#SideMenu ul{
		list-style-type:none;
		padding:0 0 20px 0;
	}
	
		
	
		#SideMenu ul li{
			display:block;
			text-align: right;
		}	
			
			#SideMenu ul li a, #SideMenu ul li span{
				font-size:8pt;
				line-height:14pt;
				color: #999;
				
			}
			
			#SideMenu ul li a {
				text-decoration:none;
				/* color: #CC9933; */
			}
			
			#SideMenu ul li span {
				/*color: #CCCC66;*/
				font-weight: bold;
			}
			
			#SideMenu ul li a:hover{
				text-decoration:none;
				font-weight:bold;
			}
			
			#SideMenu ul li ul.menu2{
				margin-bottom:0px;
				padding: 0px;
			}
			
			#SideMenu ul li ul.menu2 li a,#SideMenu ul li ul.menu2 li span{
				font-size:7.5pt;
				line-height:12pt;
			}
	
			#SideMenu ul li ul.menu2 li a,#SideMenu ul li ul.menu2 li span{
				color: #003399;
			}
	
			#SideMenu ul li ul.menu2 li span{
				font-weight: bold;
			}
	
			#SideMenu ul li.link ul.menu2{
				display:none;
			}
			

/*---------------*/			
#ContentContainer{
	background-image:url(../images/gradient.jpeg);
	background-repeat:repeat-y;
	padding-top:20px;
	/*padding-left:38px;*/
}

#JournalSidebar{
	/* width:171px; */
	position: relative;
	width:163px;
	margin-right:45px;
	/*margin-top:30px;*/
	float:left;
}

	#JournalSidebar p{
		text-align: right;
	}
	
	.floatleft{
		clear: both;
		display:block;
		float:left;
	}

	.floatright{
		clear:both;
		display:block;
		float:right;
	}
		

	.img-right{
		display:block;
		float:right;
	}	

	.img-left{
		display:block;
		float:left;
	}



#Content, #Footer{
	margin-left:209px;
/*	margin-right:148px;*/
	margin-right:59px;

}

#Content {
	font-size:1.1em;
	line-height: 140%;
}

/*-------------------------------------*/
	h2{
		font-size:1.4em;
		color: #999999;
		margin-bottom: 7px;
		padding-top:5px;
	}
	
	h3{
		font-size:1.3em;
		/*color: #CC9933;*/
		color: #003399;
		text-transform: uppercase;
		margin-top: 20px;
		margin-bottom: 8px;
	}
	

/*-------------------------------------*/

	
	
	#BottomMenu ul{
		list-style-type:none;
		padding:0;
		padding-top:20px;
 		
	}
	
		#BottomMenu ul li{
			display:inline;
			background: url(../images/arrow-small-2.gif) no-repeat scroll center left;
		
		}
		
		.conference #BottomMenu ul li{
			background: url(../images/arrow-small-green.gif) no-repeat scroll center left;
		}
		
			#BottomMenu ul li a{
				padding-left: 10px;
				padding-bottom:5px;
				padding-right:5px;
				text-decoration: none;
				letter-spacing:0.1em;
				font-size:0.7em;
				color: #666666;
			}
			
			.conference #BottomMenu ul li a{
				font-size:0.9em;/*was 0.7*/
			}
						
			
			#BottomMenu ul li a:hover{
				text-decoration:none;
				font-weight:bold;
			}
			
			

		

#Footer{
	clear:both;
}

#Copyright{
	width:171px;
	float:left;
	color: #666699;

}

#Arrows{
	/*margin-left:209px;
	margin-right:20px;*/
	margin-top:20px;
	background-image:url(../images/arrow.gif);
	background-repeat:repeat-x;
}

#ContentArrow{
	padding:3px;
	border: 1px solid #999;
	position: absolute;
	margin-left:-30px;
}

#MenuArrow{
	padding:3px;
	border: 1px solid #CC9933;
	position: absolute;
	margin-left:-32px;
	margin-top:-17px;
}

div.breadcrumbs {
	margin-bottom:10px;
	font-size:2em;
	color:#666;
}

div.breadcrumbs a {
	text-decoration:none;
}

#Submenu {
	/*position:absolute;
	margin-top:-35px;*/
	margin-bottom:10px;
}

	#Submenu ul{
		list-style-type:none;
		padding:0;
		
 		
	}
	
		#Submenu ul li{
			display:inline;
			color:#CC9933;
		}
		
			#Submenu ul li a, #Submenu ul li span{
				font-style:bold;
				letter-spacing:0.1em;
				text-transform: uppercase;
			}
			
			#Submenu ul li a{
				text-decoration: none;
				color:#CC9933;
			}
			
			#Submenu ul li span{
				color: #CCC666;
			}
			
			#Submenu ul li a:hover{
				text-decoration:none;
				font-weight:bold;
			}

		
#BottomArrows {
margin-top:16px;
margin-bottom:30px;
}

#ColourBar {
	position: absolute;
	left:0;
	top:180px;
}

/*-------------------------------------------*/
#ChildHeader {
	margin-bottom:20px;
}

#ChildHeader .Intro {
	font-size: 11pt;
	line-height: 14pt;
	color: #CC9933;
}

#ChildHeader .Image {
	padding-left: 10px;
	padding-bottom: 10px;
	float:right;
}

/*--------------------------------------------*/



#StudentHeader .Project {
	font-family: Helvetica, Arial, sans-serif;
	font-size:10pt;
	line-height:14pt;
	color:#003399;
	text-transform:uppercase;
	margin-bottom:19px;
}

#StudentHeader .Name {
	font-size:10pt;
	line-height:12pt;
	color:#003399;
	font-weight:bold;
	margin-bottom:12px;
}

#StudentHeader .Institution {
	font-size:9pt;
	line-height:11pt;
	color:#996600;
	font-variant:small-caps;

}

#StudentHeader .Supervisors {
	font-size:9pt;
	line-height:11pt;
	color:#666666;
	margin-bottom: 17px;
        
}

.Supervisors {
text-align: leftt;
width: 27em;
}
/*-------------------------------------------------*/

#ContentBody {
	clear:right;
}

.plain {
  font-weight:normal;
}


.tinypadding {
	 padding-top: -1em;
}

.padding {
	 padding-top: .5em;
}

.bigpadding {
	padding-top: .5em;
	text-align: justify;
}

.imagetoppadding {
	margin-top: 3px;
}

.hugepadding {
	padding-top: 1.8em;
	text-align: justify;
}
.smallpadding {
	padding-bottom: .6em;
}

span.closelines {
        line-height: 1em;
}

/*----- CONFERENCE STYLES---*/

#ConferenceBanner{
	background-image:url(../images/conference_banner.jpg);
	background-repeat: no-repeat;
background-position:center top;
	width:100%;
	height:211px;
margin: 0;
padding:0;
}

#ConferenceTitle{
   padding-left:208px;
  padding-top:20px;
}

#ConferenceTitle .title1, #ConferenceTitle .title2{
  font-family: "Times New Roman", serif;
  font-variant:small-caps;
  color:#003399;
  letter-spacing:0.05em;/*changed from 0.1em by JM, 2/2/12*/
}

#ConferenceTitle .title1{
  font-size:16.5pt; 
} 

#ConferenceTitle .title2{
  	font-size:12.5pt;
}


#ConferenceSidebar{
	position: relative;
	width:168px;
	margin-right:40px;
	float:left;
}

#ConferenceSidebar p{
	text-align: right;
}

#ConferenceArrows {
	float:right;
}

#ConferenceLogo {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}

#ConferenceRightPanel{
	width:170px;
	margin-right:0px;
	float:right;
	padding-top: 0px;
}

#ConferenceC,#ConferenceLocation,#ConferenceDates,#ConferencePeople {
	padding-left:20px;
	padding-right:10px;
}

#ConferenceLocation {
  	font-size:8.5pt;
  	line-height:9pt;
	color: #666666;
	margin-top:4px;
	margin-bottom:4px;
}

#ConferenceDates {
  	font-size:10pt;
 	color: #336699;
	margin-top:4px;
	margin-bottom:4px;
}

#ConferencePeople {
    	margin-top:10px;
    	padding-top:5px;
	padding-bottom:10px;
	border-left:0.5pt solid #999;
	border-top:0.5pt solid #999;
	border-bottom:0.5pt solid #999;
}

#ConferencePeople p, #ConferencePeople h6{
   	font-size:7pt;
   	line-height:8.5pt;
	color: #339966;
 	margin-bottom: 0;
   	margin-top: 4px;
}

#ConferencePeople p + h6{
   	margin-top: 8px;
}


#ConferencePeople hr {
	border: 0; height: 1px; border-bottom: 1px dotted #999;
}

#Content.conference {
	margin-right:170px;
	padding-right:20px;
}

#Content.conference h2{
	font-weight:normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11pt;
	letter-spacing:0.1em;
	padding-top:0px;
	margin-bottom:10px;
}

#ConferenceSidebar {
	position: relative;
}


#Sponsors {
    width: 110px;
    height: 110px;
    border:1px solid #CCC;
  
}

#Sponsors img{
     margin-left:5px;
     margin-top:5px;
 
}


#ConferenceSidebar #copyright {
	margin-top:10px;
}

#ConferenceSidebar #copyright p{
	font-family:Times New Roman; 
	font-size: 7pt; 
	color: #666699;
}

#ConferenceSidebar .sponsored{
  margin-top:25px;
  font-size: 8pt; 
  margin-bottom:10px;
  color: #999999;/*was #666699*/
}
.twitter {
	margin-top: -20px;
}
.twitter2 {
	margin-top: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #HomeMain #HomeContent { margin-bottom: -10px; }
}
#HomeColourBar {display:none;}
#BottomMenu ul {margin-top: 150px;}
