
	/*
		default background:		#fff;
		default text color:		#646464;
		default link color:		#019fc4; (#019fc4)
	*/

body {
	margin: 10px;
	
	background: 0 18px url("../img/bodyBg.jpg") repeat-x #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	color: #646464;
}

a {
	color: #019fc4;
}
	a:hover {
		color: #019fc4;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
	
	color: #555555;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}
h2 {
	margin: 0 0 5px 0;
	font-size: 13px;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	font-weight: bold;
}
h4, h5, h6 {
	font-size: 11px;
	font-weight: bold;
}

p {
	margin: 0 0 5px 0;
}

.clear {
	clear: both;
}

	#top {
		position: relative;
		
		width: 1019px;
		margin: 0 auto;
		
		height: 77px;
	}
		#top .flag {
			position: absolute;
			display: block;
			
			top: 3px;
			right: 215px;
			
			width: 16px;
			height: 16px;
			
			text-indent: -9999px;
			outline: none;
			
			background: 0 0 no-repeat;
		}
			#top .flag.en {
				background-image: url('../img/flag_uk.png');
			}
			#top .flag.is {
				background-image: url('../img/flag_is.png');
			}
			
		#top #Search {
			position:absolute;
			right: -3px;
			top: 0px;
			
			width: 215px;
		}
			#top #Search .txt {
				float: left;
				padding: 4px 6px;
				
				font-size: 11px;
				font-family: tahoma;
				
				width: 140px;
				
				border: 1px solid #DDD;
				border-right: 0;
			}
			#top #Search .btn {
				float: left;
				padding: 4px 0;
				
				font-size: 9px;
				font-family: tahoma;
				color: #FFF;
				
				width: 60px;
				height: 23px;
				
				border: 1px solid #DDD;
				border-left: 0;
				
				background: center url('../img/searchbtn.gif') no-repeat #FFF;
			}
		
		#top #topleft a {
			position:absolute;
			left: 0;
			bottom: 20px;
			
			background: url("../img/nasdaqLogo.jpg") 50px 2px  no-repeat;
			width: 255px;
			height: 25px;
			display: block;
			float: left;
			text-indent: -9999px;
		}
		
		#navigation {
			position:absolute;
			right: -4px;
			bottom: 0;
			
			padding: 0px 0px 0px 0px;
		}
			#navigation ul {
				margin: 0px;
				list-style-type: none;
				float: left;
				padding: 0px 0px 0px 5px;
			}
				#navigation ul li {
					float: left;
				}
					#navigation ul li a {
						text-decoration: none;
						display: block;
						float: left;
						padding: 0px 0px 0px 10px;
						background: url("../img/tabs.gif") no-repeat left top;
						margin-left: -5px;
						z-index: 0;
						position: relative;
						color: #666666;
						cursor: pointer;
					}
						#navigation ul li a strong {
							font-weight: normal;
							display: block;
							float: left;
							background: url("../img/tabs.gif") no-repeat right top;
							padding: 3px 10px 7px 5px;
						}
						#navigation ul li a:hover, #navigation ul li a.selected {
							position: relative;
							z-index: 5;
							background: url("../img/tabs.gif") no-repeat left bottom;
							color: #019fc4;
						}
						#navigation ul li a:hover strong, #navigation ul li a.selected strong {
							background-image: url("../img/tabs.gif") no-repeat;
							position: relative;
							z-index: 5;
							background-position: right bottom;
						}
	#wrapper {
		background: url("../img/wrapBg.jpg") repeat-x #f5f5f5;
		width: 1019px;
		margin: 0 auto;
		padding: 4px;
	}
		#wrapper #wBorder {
			background: #ededed;
			margin: 1px;
			padding: 1px;
			border: 1px solid #fff;
			
		}
			#wrapper #wBorder #leftSide {
				border: 1px solid #fff;
				border-bottom: 0;
				
				background: #ededed;
				padding: 3px;
				width: 242px;
				float: left;
			}
				#wrapper #wBorder #leftSide #leftSideContent {
					border: 1px solid #e1e1e1;
					background: #fff;
					width: 240px;
					min-height: 500px;
					height: auto !important;
					height: 650px;
				}
					#wrapper #wBorder #leftSide #leftSideContent a.logo {
						background: url("../img/vbsiLogo.jpg") no-repeat #fff;
						width: 240px;
						height: 132px;
						text-indent: -9999px;
						display: block;
					}
					#wrapper #wBorder #leftSide #leftSideContent #subnav {
						border-top: 1px solid #ededed;
					}
						
						#subnav ul {
							margin: 0;
							padding: 0;
							list-style: none;
						}
							#subnav ul li {
								background: url("../img/subnavLi.gif") no-repeat;
							}
							#subnav ul li.haschild {
								background: url("../img/subnavLiPlus.gif") no-repeat;
							}
							
								#subnav ul li a {
									display: block;
									
									padding: 8px 0px 8px 45px;
									
									color: #7b7a7a;
									text-decoration: none;
									border-bottom: 1px solid #ededed;
								}
									#subnav ul li a.selected,
									#subnav ul li a:hover {
										font-weight: bold;
									}
									#subnav ul ul {
										border-bottom: 1px solid #ededed;
									}
									#subnav ul ul ul {
										border: 0;
									}
									#subnav ul ul li {
										background: #f7f7f7 !important;
									}
										#subnav ul ul a {
											border: 0;
											padding-left: 60px;
											
											background: 45px 14px url('../img/NavBullet.gif') no-repeat;
										}
										#subnav ul ul a.haschild {
											background-image: url('../img/NavPlus.gif');
										}
										
										
											#subnav ul ul ul a {
												padding-left: 70px;
												background: 55px 14px url('../img/NavBullet.gif') no-repeat;
											}
											#subnav ul ul ul a.haschild {
												background-image: url('../img/NavPlus.gif');
											}
											
											
					#wrapper #wBorder #leftSide #leftSideContent #searchbox {
						margin: 12px 5px 12px 5px;
						border: 1px solid #eeeeee;
						padding: 1px;
					}
						#wrapper #wBorder #leftSide #leftSideContent #searchbox #Search {
							border: 1px solid #ddd;
							padding: 1px;
							
							height: 19px;
						}
							#wrapper #wBorder #leftSide #leftSideContent #searchbox #Search input {
								font-family: arial, helvetica, sans-serif;
								font-size: 11px;
								color: #999;
								padding: 2px;
							}
							#wrapper #wBorder #leftSide #leftSideContent #searchbox #Search .txt {
								background: url("../img/searchicon.gif") 8px 6px no-repeat;
								padding-left: 25px;
								float: left;
							}
							#wrapper #wBorder #leftSide #leftSideContent #searchbox #Search .btn {
								margin: 0;
								padding: 3px 0 2px;
								
								background:  0 0 url("../img/searchbtn.gif") no-repeat;
								width: 57px;
								
								font-size: 9px;
								float: right;
								color: #fff;
								
								border: 0;
								
							}
					#wrapper #wBorder #leftSide #leftSideContent #leftextra {
						padding: 0px 8px 8px 8px;
					}
			#wrapper #wBorder #rightSide {
				border-left: 1px solid #e1e1e1;
				background: #fff;
				width: 760px;
				float: left;
				min-height: 660px;
				height: auto !important;
				height: 660px;
				padding: 1px;
			}
				#wrapper #wBorder #rightSide #topImg {
					width: 760px;
					height: 256px;
					overflow: hidden;
				}
				#wrapper #wBorder #rightSide #breadcrumbs {
					margin: 0 0 -10px -5px;
					padding: 15px 0px 0 20px;
					
					font-size: 11px;
					color: #CCC;
				}
					#wrapper #wBorder #rightSide #breadcrumbs a {
						padding: 0 5px;
						color: #999;
						text-decoration: none;
					}
						#wrapper #wBorder #rightSide #breadcrumbs a:hover, #wrapper #wBorder #rightSide #breadcrumbs a.selected {
							color: #019fc4;
						}
				#wrapper #wBorder #rightSide #rightSideContent {
					padding: 20px;
					width: 720px;
					overflow: hidden;
				}
					/*
					Flash Replacement (sifr)
						{
					*/

						#rightSideContent h1 {
							font-family: Helvetica, Arial, Verdana, sans-serif;
							font-weight: bold;
							letter-spacing: -.05em;
							margin: 0;
							padding: 0;
							line-height: 1em;
							border-bottom: 1px solid #ededed;
						}
						#rightSideContent h1 {
							text-align: left;
							font-size: 18px;
							padding: 0px 0 5px 0;
							margin: 0 0 10px 0;
						}

					/*
						}
						Flash Replacement (sifr)
					*/

					#wrapper #wBorder #rightSide #rightSideContent #rscLeft {
						float: left;
						width: 440px;
						overflow: hidden;
					}
					#wrapper #wBorder #rightSide #rightSideContent #rscRight {
						float: right;
						width: 260px;
						overflow: hidden;
					}
						#wrapper #wBorder #rightSide #rightSideContent #rscRight ul {
							margin: 0;
							padding: 0;
							list-style: none;
						}
							#wrapper #wBorder #rightSide #rightSideContent #rscRight ul li {
								background: url("../img/rightsideLi.gif") 7px 10px no-repeat;
								border-bottom: 1px solid #ededed;
								padding: 5px 0px 5px 20px;
							}
								#wrapper #wBorder #rightSide #rightSideContent #rscRight ul li a {
									text-decoration: none;
								}
	#footer {
		width: 1019px;
		margin: 0 auto;
		height: 20px;
		color: #c5c5c5;
		margin-top: 25px;
		line-height: 18px;
	}
		#footer a {
			color: #c5c5c5;
			text-decoration: none;
		}
			#footer a:hover {
				color: #019fc4;
			}
		#footer .left {
			width: 170px;
			height: 25px;
			display: block;
			float: left;
			margin-left: 10px;
		}
		#footer .right {
			float: left;
		}


table.data {
	margin: 10px 0;
	
	width: 100%;
	
	border-collapse: collapse;
}
	table.data td {
		padding: 5px 0;
		border-top: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
	}



.Events {
	margin: 10px 0;
}
	.Events .Item {
		margin: 5px 0 0 0;
		padding: 5px 0 0 0;
		border-top: 1px solid #EEE;
	}
	.Events .Item:first-child {
		margin: 0;
		padding: 0;
		border: 0;
	}
		.Events .Item .date {
			font-size: 9px;
			color: #999;
		}
		.Events .Item .title {
			font-weight: bold;
			
			text-decoration: none;
		}







#RotBanner {
	position: relative;
}
	#RotBanner .item {
		position: absolute;
		
		left: 0;
		top: 0;
	}





#leftSideContent {
	position: relative;
	
	padding-bottom: 160px;
}

.EventCal {
	position: absolute;
	
	padding: 10px;
	
	bottom: 0;
	left: 0;
	right: 0;
	
	height: 190px;
	overflow: hidden;
	
}
	













