/* CSS Document */

html {
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
background-color: #666666;

}




table {
border-style: none; border-width: 0px;
}
a {text-decoration:none;}
a:link {color: #6ea2cb;}
a:visited {color: #6ea2cb;}
a:hover {
	color: #8ca23b;
	text-decoration: bold;
}



#indexbar1 {
top: -1px;
left: -1px;
position:fixed;
}
#indexbar2 {
top: 57px;
left: 188px;
position:fixed;
}
#indexbar5 {
top:57px;
left:357px;
position:fixed;
}
#indexbar3 {
top: 57px;
left: 760px;
position:fixed;
}
#indexbar4 {
top: 57px;
left: 591px;
position:fixed;
}


#logo {
top: -1px;
left:188px;
position:fixed;
}
#logo img{
height: 58px;
border:0px;
}

#arch {
top: 60px;
left: 195px;
position: fixed;
}
#arch img {
width: 86px}

#navbar {
	position: fixed;
	top:30px;
	left:490px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#content {
	text-align:left;
	position: absolute;
	top:163px;
	left:319px;
	width:821px;
	height:391px;
	overflow:auto;
}
#contact {
	text-align:justify;
	position:fixed;
	top:450px;
	left:150px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;	
}

#projectmenu {
top: 120px;
left: 88px;
position:fixed;

}
#projectmenu img {
width:280px;
margin-right:15px;
margin-left:15px;
margin-bottom:5px;
}
#projectmenu p {

font-size:18px;
font-family:Geneva, Arial, Helvetica, sans-serif;
text-align:center;
}

#orangebar {
top: 80px;
left: 722px;
position:fixed;
}

#largeimage {
top: 80px;
left: 410px;
position:fixed;
}
#largeimage img {
width:300px;
}
#projectnav {
top: 60px;
left: 725px;
position:fixed;
}
#projectnav p {
color:#FFFFFF;
font-size:14px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

#projectnav img {
margin-bottom:5px;
}




#thumbnails {

position:fixed;
top:385px;
left:402px;
width:510px;
height:202px;
}

#thumbnails img {
margin-right:5px;
margin-left:5px;
width:80px;
}

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}



/* FIN - ZY and JJ support magnanimity! */
