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;
  margin-left: auto;
  margin-right: auto;
left:0px;
top:100px;
width:auto;
height:auto;
opacity:1.0;
z-index:0;
}

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;
  	background-color:#ffffff;
z-index:10;
overflow:hidden;
opacity:1; 

font-family:Arial,sans-serif;font-weight:normal;text-transform:uppercase;font-style:normal;color:#252525;font-size:22px;

}

#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;
}

#All
{
  display:inline;


}

#Ill, #Car, #Cmm, #Ino, #Com
{
  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;
}

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

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

#thumb
{
width:31%;
height:auto;
Padding:2px;
filter:grayscale(0%);
border-radius: 44px;
  border-style: dotted;
border-width: 1px;
}

.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;
  border-radius: 22px;
  border-style: dotted;
border-width: 1px;
}

#thumb:hover
{
width:31%;
transition: width 1s;
}

#thumb:not(:hover)
{
width:31%;
transition: width 1s;
}

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

#mediumimageportrait
{
border: 0px solid white;
width:auto;
height:1080px;
padding:22px;
}

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

#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;
}

