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;}
	
p{	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin:0;
	padding:10px 0 0 0;
	}
h2{
    font-size: 1.5em;
	color: #000;
	font-weight: normal;
	line-height: 1em;
	margin: 10px 0 0 0;
	padding: 0px;}
.padding{
 padding-top: 15px;}	
	
.bio{
	float:right;
	padding: 0 0 8px 8px;
	}

.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:#CC3300;}
.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: #CC3300;
	font-weight: normal;
	line-height: 1em;
	margin: 0px;
	padding: 0px 0 10px 0;
}

.feature-title {
	font-size: 1.9em;
	color: #CC3300;
	font-weight: normal;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
.mission {
	font-size: 1.5em;
	color: #CC3300;
}
.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: #CC3300;
	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:#CC3300;}
.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: #CC3300;
}

#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*/
}

/* ######### 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;
}

