@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1{	/*headlines*/
	font-family: Georgia, 'times new roman', serif;
	font-style:normal;
	font-size: 1.8em;
	margin: 0px;
	color:#9b641c;
	
}
h2{	/*sub head*/
	font-family: tahoma, verdana, sans-serif;
	font-size: 1.3em;
	color:#636363;
	margin: 0px;
	
}
h3{	/*sub head*/
	font-family: tahoma, verdana, sans-serif;
	font-size: 1em;
	color:#636363;
	margin: 0px;
	
}
.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #676767;
}
a.bodytxt:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #676767;
	text-decoration:underline;
}
a.bodytxt:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #676767;
	text-decoration:underline;
}
a.bodytxt:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #676767;
	text-decoration:underline;
}

.projectsbkgd {
background-image: url('../imgs/home_projectsbkgd_b.gif');
background-repeat: no-repeat;
background-position: bottom center;

}
.intsubnavbkgd {
background-image: url('../imgs/intsubnav_bkgd_b.gif');
background-repeat: no-repeat;
background-position: bottom center;

}
.subnavbkgdbtnoff {
background-image: url('../imgs/subnavbkgd_off.gif');
background-repeat: no-repeat;
background-position: center;

}
.projectstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
} 
.subnavtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #676767;
} 
a.subnavtxt:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #676767;
	text-decoration:none;
}
a.subnavtxt:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #676767;
	text-decoration:underline;
}
a.subnavtxt:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #676767;
	text-decoration:none;
}

.cssnav
{
position: relative;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: url(images/subnavbkgd_off.gif) no-repeat;
white-space: nowrap;
display: block;
width: 201px;
height: 35px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #ffffff;
font-size: 10px;
background: url(images/subnavbkgd_on.gif) no-repeat;
width: 201px;
height: 35px;
display: block;
float: left;
color: #676767;
font-weight:bold;
text-decoration: none;
}
.cssnav a:hover
{
display: block;
color: #676767;
font-size: 10px;
width: 201px;
height: 35px;
display: block;
float: left;
text-decoration: none;
}

.cssnav img
{
width: 201px;
height: 35px;
border: 0;
}

* html a:hover
{
visibility:visible;
}

.cssnav a:hover img
{
visibility:hidden;
}

.cssnav span
{
	position: absolute;
	left: 15px;
	top: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 200;
}
