body { background-color:#FFFFFF;margin: 0px;padding: 0px;}

body, table, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;}
	
.t12_grey {  font-family: tahoma; font-size: 12px; color: 7A7A7A}
.a12_grey {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: 4F4F4F}
.bottom {  font-family: tahoma; font-size: 12px; color: A5A5A5; text-decoration: none}
.topnav { font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;font-size: 13px; color: #555555;padding-left: 10px;padding-right: 6px;padding-top: 2px;}
.topnav-link {color:#555;font-size:13px;text-decoration: none;}
a.topnav-link:hover {color:#3C5E50;}
.fineprint { color: #555; font-size: 10px; margin: 5px 5px 5px 5px;}
.dot-h { background-image: url(img/common/dot.gif);background-repeat: repeat-x;}
.dot-v { background-image: url(img/common/dot.gif);background-repeat: repeat-y;}

.bgL { background: url(img/common/bgbL.gif) top right repeat-y;}
.bgR { background: url(img/common/bgbR.gif) top left repeat-y;}


B {
	font-size: 1.9em;
	color: #3C5E50;
	font-weight: normal;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
.feature-title {
	font-size: 1.9em;
	color: #3C5E50;
	font-weight: normal;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
.mission {
	font-size: 1.5em;
	color: #3C5E50;
}
.mission-text {
	font-size: 1.1em;
	color: #555555;
	padding-left: 20px;
	padding-right: 15px;
	text-indent: -5px;
	line-height: 18px;}

.projectlist-title {
	font-size: 1.5em;
	color: #3C5E50;
	line-height: 1em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.projectlist-text {
	font-size: 1.1em;
	color: #555;
	padding-left: 0 15px 0 20px;
	text-indent: 5 px;
	line-height: 16px;}

.projectlist-link {color:#555;font-size:1.2em;text-decoration: none;}
a.projectlist-link:hover {color:#3C5E50;}
.project-name {color:#555;font-size:1.5em;text-decoration: none;}

ul {
	font-size: 11px;
	list-style: square; /* wide image for the bullet */
	list-style-position: outside;
	margin: .5em .5em 0 10px;  /* bullet image is in left margin */
	padding: 0 0 0 1.5em;
	line-height: 11pt;
}
ul li {
	font-size: 11px;
  	margin-left: 0;
  	padding-left: 0;     /* distance between marker and text */
  	margin: 0 0 .6em 0; /* a little spacing between list items */
	line-height: 11pt;
}



/* NAV */
.navbg { background-image: url(img/common/nav-bg.gif);background-repeat: repeat-x;}


#chromemenu{
width: 760px;
font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px solid #BBB;
width: 100%;
background: ; /*Theme Change here*/
padding-bottom: 0 0 0 24px;
margin: 0;
float: left;
font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #666666;
padding: 0px 13px 0px 12px;
text-decoration: none;
background: url(img/common/navdiv.gif) center right no-repeat; /*Theme Change here*/
font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}

#chromemenu ul li a:hover{
color: #3C5E50;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


#chromemenu ul li a.daddy {
	background: url(img/common/rightarrow2.gif) center right no-repeat;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin: 10px 0 0 0;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 250px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 5px 5px 5px, 5px;
margin: 0 0 0 0;
text-decoration: none;
color: black;
font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #E0E0E0;
}

/* NEW DROP DOWN */
#nav, #nav ul {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 36em;
	list-style: none;
	line-height: 18px;
	background: white;
	padding: 0;
	border: 1px solid #BBB; /*Theme Change here*/
	border-width: 1px 0;
	margin: 0 0 1em 0;
	}

#nav a {
	display: block;
	width: 10em;
	color: #000;
	text-decoration: none;
	padding: 5px 5px 5px, 5px;
	margin: 0 0 0 0;
	border-bottom: 1px solid #BBB; /*Theme Change here*/
	}

#nav a.daddy {
	background: url(img/common/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #E0E0E0;
}


