/* CSS Document */

/* CSS Document */

body{
background: #222 url(images/body_bg.jpg) no-repeat center top;
margin-top:0;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#aaaaaa;
}

.projecttitle {
font-size:13px;
color:#42c0b9;
}

.projdescription{
background:url(descriptionbg.png); background-repeat:no-repeat; background-position:center; height:405px; width:230px;
}

.projinfo{
width:180px; padding-top:10px; padding-right:10px; margin-left:30px; text-align:left;
}

h4{
color:#CCCCCC;
font-size:16px;
}

.whiteContent{
width:800px;
background-color:#FFFFFF;
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #999999;
padding-top:0;
}

.logoNav{
width:800px;
background-color:#222222;
padding-bottom:0;
}

img {
border:none;
};

.nav{

}

.nav img{
padding-left:5px;
padding-right:3px;
}

.thumbs div {
	display:inline;
	text-align:center;

	
}

.thumbs div img {
	margin-left:7px;
	margin-right:7px;
	margin-bottom: 10px;
	margin-top: 5px;
}

table {
border:none;
}

.extlink a {
	float: left; height: 10px; margin-right: 7px; margin-top: 4px; padding-bottom:4px; text-transform: uppercase; text-decoration: none; color: #656565;
	font-size:12px;
	background-image:url(images/arrow2.gif); background-repeat:no-repeat; background-position:left; text-indent: 20px; font-weight:bold;
}
	
.extlink a:hover {
	float: left; height: 10px; margin-right: 7px; margin-top: 4px; text-transform: uppercase; text-decoration: none; color: #cccccc;
	font-size:12px;
	background-image:url(images/arrow_on2.gif); background-repeat:no-repeat; background-position:left; text-indent: 20px;
}
	
.construction {
	float: left; height: 10px; margin-right: 7px; margin-top: 4px; text-transform: uppercase; text-decoration: none; color: #cccccc;
	font-size:11px;
}
.thumbprops{
	border:medium;
	border-color:#CCCCCC;
	border-style:solid;
}
.hidden {
  display: none;
}

a.option:link,
a.option:visited {
text-decoration:none;
  display: block;
  color: #333;
  line-height: 140%;
  padding: 5px;
  margin: 6px 0;
  font-size:13px;
}
a.option:link:hover,
a.option:visited:hover {
  text-decoration: none;
  color: #666;
}
a { color:#339999; }