@charset "UTF-8";
/* CSS Document */












body{
	margin:0px;
	background-color:#FFFFFF;
}




#container{
width:auto; height:800px; font-family:Arial, Helvetica, sans-serif; margin-left:30px; margin-top:30px;}

#menucontainer {
width:200px; height:800px; padding:0px; float: left; position:fixed;}

#rightcolumnhome { width: 450px; height:2300px; float:right; margin-right:30px;}
#rightcolumnistd { width: 450px; height:1371px; float:right; margin-right:30px;}
#rightcolumnrethink { width: 450px; height:2539px; float:right; margin-right:30px;}
#rightcolumnrethinkpage2 { width: 450px; height:1763px; float:right; margin-right:30px;}

#rightcolumnearth { width: 450px; height:2601px; float:right; margin-right:30px;}
#rightcolumnuca { width: 450px; height:1192px; float:right; margin-right:30px;}




#info {
 font-size:12px; font-weight:bold;}
#comingsoon {
 font-size:12px; font-weight:bold;}



p{
font-size:12px; font-weight:bold;}




a:link {
color: #000000;text-decoration: none;
}


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


a:hover {
	color: #000000;
	text-decoration: underline;
}


a:active {
color: #000000;text-decoration: underline;
}

a img {border: none; }



#projectinfo{
font-size:12px; font-weight:bold;}


#projects{
width:200px; height:400px; padding:0px; font-size:12px; font-weight:bold;}

a.submenu:link {
color: #999999;text-decoration: none;
}


a.submenu:visited {
color: #999999;text-decoration: none;
}


a.submenu:hover {
	color: #999999;
	text-decoration: underline;
}


a.submenu:active {
color: #999999;text-decoration: underline;
}

#projectsmenu
{list-style:none; line-height:14px;padding-left:15px;margin-left:15px;text-indent:-30px; display: block;}
.submenu{display:block; color:#000000;}

.hide{
display: none;
}

.show{
display: block;
}

