body {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  overflow-y:scroll;
  width: auto;
  height: auto;
}

table
{
position:absolute;
left:300px;
top:100px;
width:60%;
height:auto;
opacity:1;
z-index:0;
}

#thumbtable
{
position:absolute;
left:0px;
top:100px;
width:auto;
height:auto;
opacity:1.0;
z-index:0;
background-color:#ffffff;
}

td
{
position:relative;
left:0px;
top:0px;
font-family:Arial,sans-serif;font-weight:normal;text-transform:uppercase;font-style:normal;font-size:11px;
}

a
{
text-decoration:none; color:#252525;font-weight:500;
}

a:visited
{
text-decoration:none; color:#252525; 
}

a:hover
{
text-decoration:none; color:#169a16; 
}

a:active
{
text-decoration:none; color:#169a16;
}

a:hover img
{
opacity:0.8;
}

h1 {color:#252525;text-decoration:underline;font-weight:500;font-family:Arial,sans-serif;font-weight:normal;text-transform:uppercase;font-style:normal;font-size:17px;}

#logobox
{
position:fixed;
left:0px;
top:0px;
width:100%;
height:78px;
padding:11px;
z-index:10;
overflow:hidden;
opacity:0.8; 
  background-color:#ffffff;
}

#mainnavbar
{
position:fixed;
right:0px;
top:0px;
width:415px;
height:28px;
padding:11px;
opacity:0.8; 
text-align:right; 
font-family:Arial,sans-serif;font-weight:normal;text-transform:uppercase;font-style:normal;color:#252525;font-size:16px;
z-index:15;
}

#projecttypebar
{
position:fixed;
right:0px;
top:50px;
width:415px;
height:28px;
padding:11px;
opacity:0.8; 
text-align:right; 
font-family:Arial,sans-serif;font-weight:normal;text-transform:uppercase;font-style:normal;color:#252525;font-size:16px;
z-index:15;
}

#practicebar
{
display:visible;
position:fixed;
right:0px;
top:50px;
width:415px;
height:28px;
padding:11px;
opacity:0.8; 
text-align:right; 
font-family:Arial,sans-serif;font-weight:normal;text-transform:uppercase;font-style:normal;color:#252525;font-size:16px;
z-index:15;
}

#All
{
  display:inline;


}

#Dev, #Res, #Con, #Com, #Wip
{
  display:none;


}

#textbox, #infobox
{
	position:fixed;
	left:0px;
	top:100px;
	width:278px;
 	height:90%;
	overflow:hidden;
	padding:11px;
	z-index:4;
	opacity:0.8;
	background-color:#ffffff;
  text-align:justify;
  	font-family:Verdana, sans-serif; color:#000000; font-size:16.0px; line-height:1.17em;
}

#col01, #col02, #col03, #col04
{
  	position:fixed;
	top:100px;
	width:21%;
 	height:90%;
	overflow:hidden;
	padding:2%;
	z-index:4;
	opacity:0.8;
	background-color:#ffffff;
  text-align:justify;
  	font-family:Verdana, sans-serif; color:#000000; font-size:16.0px; line-height:1.17em;
}

#col01
{
	left:0px;
}

#col02
{
	left:25%;
}

#col03
{
	left:50%;
}

#col04
{
	left:75%;
}

#smalltext
{
  	font-family:Verdana, sans-serif; color:#000000; font-size:11.0px; line-height:1.25em;
}

#smalltext2
{
  	font-family:"Verdana", sans-serif; color:#000000; font-size:11.0px; line-height:1.25em;
}

.thumbwrap
{
position: relative;
width:33%;
height:auto;
display:inline;
overflow:hidden;
margin:0%;
}

#thumb
{
width:33%;
height:auto;
}

.title
{
position: absolute;
width:94%;
height:0%;
bottom: 0px;
left: 0px;
padding:3%;
background-color: #ffffff;
visibility: hidden;
overflow:hidden;
opacity: 0;
font-family:Arial,sans-serif;font-weight:normal;text-transform:uppercase;font-style:normal;color:#169a16;font-size:16px;filter:difference;
text-align:left;
z-index:50;
}

.thumbwrap:hover .title
{
visibility: visible;
opacity: 1;
height:194%;
transition: height 1s;
z-index:50;
}

#mediumimage
{
border: 2px solid white;
width:100%;
height:auto;
padding:22px;
}

#largeimage
{
position:fixed;
left:0px;
top:0px;
float:left;
width:100%;
height:auto;
}

#map
{
	position:absolute;
	left:300px;
	top:100px;
	width:75%;
	height:75%;
	overflow:hidden;
	padding:0px;
	z-index:1;
	color:#ffffff;
	background-color:#000000;
	opacity:1.0;
  -webkit-filter: grayscale(1) invert(0%) opacity(1.0);
  filter: grayscale(1) invert(0%) opacity(1.0);
}

#arb-riba-logobox
{
	position:absolute;
	left:22px;
	top:475px;
	width:332px;
	height:75px;
	overflow:hidden;
	z-index:5;
	color:#ffffff;
	opacity:1.0;
	padding:0px;
}

#copyright
{
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	height:11px;
	padding:5px;
	overflow:hidden; 
	background-color:#000000;
	z-index:10;
	opacity:1.0;
  	font-family:Verdana, sans-serif; color:#ffffff; font-size:9.0px; line-height:1.17em;
}

