/* Presentation Stylesheet */ 

body{
    margin: 0 5px 0px 0px;
    padding:0;
    background:#fff url(../images/left-bg.gif) repeat-y;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
 }  

body a:link {
     color: #666666; 
}

body a:hover {
     color: #603; 
}

p {
    line-height: 1.4;
 }

 
h1 {
    font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #043636;
	font-weight: normal;
	margin: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	line-height: 100%;
}

/* H1 Modified */ 
h8 {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    color: #043636;
    font-weight: normal;
    margin: 0px;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    line-height: 18px;
    padding-top: 10px;
}

h2 {
    font-size: 11px;
    color: #043636;
    font-weight: bold;
    display: block;
    margin-top: 20px;
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

h3 {
    font-size: 11px;
    color: #043636;
    font-weight: bold;
    display: block;
    margin-top: 20px;
    padding: 0px;
    margin-right: 0px;
    margin-bottom: -6px;
    margin-left: 0px;
}

h4, h3 {
 margin:0; 
 padding: 5px 0;
 }


/* - unused */


.BodyText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999;
}
.BodyText a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted #666633;
    border-left: none;
}
.BodyText a:hover, .BodyText a:visited:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #660033;
    text-decoration: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted #660033;
    border-left: none;
}   
.BodyText a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted #666633;
    border-left: none;
}   

/* - unused - a.BodyText is same as .BodyText a --

a.BodyText:link, a.BodyText:visited:link, a.BodyText:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    border: none;
}

a.BodyText:visited:hover, a.BodyText:link:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #660033;
    text-decoration: none;
    border: none;
}

*/



#title {
    height: 30px;
    position: absolute;
    z-index: 15;
    line-height: 24px;
    left: 220px;
    right: 10px;
    top: 99px;
    visibility: visible;
}
#crumbs {
    /* 
	position: absolute;
    z-index: 20;
    left: 220px; 
    right: 10px;
    top: 88px!important;
    top: 100px;
	display: block;
    visibility: visible;

	*/
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #999999;
	width: 100%;
	float: right;
	margin: 0px;
	padding-top: 2px;
    
}

#crumbs a {
color: #999999; 
text-decoration: underline;
}

#crumbs a:hover, a:visited, a:visited:hover {
color: #603; }

/* - Used on Main Projects Page */
.newprojects, .newprojects a {
	font-size: 14px;
	color: #075555;
}

/* Addition of Project List added by TW */

/* Vertical Project List


#projectList{
	margin: 0px 0px 0px 20px;
	width: 360px;
}

#projectList ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 14px;
	width: 360px;
	display: block;
}	

#projectList li{
	height: 75px;
	line-height: 75px;
	color: #043636;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 360px;
}

#projectList li.civic a{
	background: url(../images/Project-Civ-A.jpg) no-repeat top right;
	display: block;
	width: 360px;
	color: #043636;
	text-decoration: none;
}

#projectList li.civic a:hover{
	background: url(../images/Project-Civ-B.jpg) no-repeat top right;
	display: block;
	color: #663333;
}

#projectList li.pub a{
	background: url(../images/Project-PS-A.jpg) no-repeat top right;
	display: block;
	width: 360px;
	color: #043636;
	text-decoration: none;
}

#projectList li.pub a:hover{
	background: url(../images/Project-PS-B.jpg) no-repeat top right;
	display: block;
	color: #663333;
}

#projectList li.res a{
	background: url(../images/Project-Res-A.jpg) no-repeat top right;
	display: block;
	width: 360px;
	color: #043636;
	text-decoration: none;
}

#projectList li.res a:hover{
	background: url(../images/Project-Res-B.jpg) no-repeat top right;
	display: block;
	color: #663333;
}

#projectList li.hos a{
	background: url(../images/Project-Hos-A.jpg) no-repeat top right;
	display: block;
	width: 360px;
	color: #043636;
	text-decoration: none;
}

#projectList li.hos a:hover{
	background: url(../images/Project-Hos-B.jpg) no-repeat top right;
	display: block;
	color: #663333;
}

#projectList li.health a{
	background: url(../images/Project-HC-A.jpg) no-repeat top right;
	display: block;
	width: 360px;
	color: #075555;
	text-decoration: none;
}

#projectList li.health a:hover{
	background: url(../images/Project-HC-B.jpg) no-repeat top right;
	display: block;
	color: #663333;
}

#projectList li.edu a{
	background: url(../images/Project-Edu-A.jpg) no-repeat top right;
	display: block;
	width: 360px; 
	color: #043636;
	text-decoration: none;
}

#projectList li.edu a:hover{
	background: url(../images/Project-Edu-B.jpg) no-repeat top right;
	display: block;
	color: #663333;
}

*/

#projectList{
	margin: 0px 20px 0px 0px;
	width: 250px;
	float: left;
}

#projectList2{
	margin: 0px 20px 0px 0px;
	width: 250px;
	float: left;
	
}

#projectList ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 14px;
	width: 250px;
	display: block;
}	

#projectList li{
	height: 75px;
	line-height: 75px;
	color: #043636;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 250px;
}

#projectList2 ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 14px;
	width: 250px;
	display: block;
}	

#projectList2 li{
	height: 75px;
	line-height: 75px;
	color: #043636;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 250px;
}


#projectList li.civic a{
	background: url(../images/Project-Civ-A.jpg) no-repeat top right;
	display: block;
	width: 250px;
	color: #043636;
	text-decoration: none;
}

#projectList li.civic a:hover{
	background: url(../images/Project-Civ-B.jpg) no-repeat top right;
	display: block;
	color: #663333;
}

#projectList li.pub a{
	background: url(../images/Project-PS-A.jpg) no-repeat top right;
	display: block;
	width: 250px;
	color: #043636;
	text-decoration: none;
}

#projectList li.pub a:hover{
	background: url(../images/Project-PS-B.jpg) no-repeat top right;
	display: block;
	color: #663333;
}

#projectList li.res a{
	background: url(../images/Project-Res-A.jpg) no-repeat top right;
	display: block;
	width: 250px;
	color: #043636;
	text-decoration: none;
}

#projectList li.res a:hover{
	background: url(../images/Project-Res-B.jpg) no-repeat top right;
	display: block;
	color: #663333;
}

#projectList2 li.hos a{
	background: url(../images/Project-Hos-A.jpg) no-repeat top right;
	display: block;
	width: 250px;
	color: #043636;
	text-decoration: none;
}

#projectList2 li.hos a:hover{
	background: url(../images/Project-Hos-B.jpg) no-repeat top right;
	display: block;
	color: #663333;
}

#projectList2 li.health a{
	background: url(../images/Project-HC-A.jpg) no-repeat top right;
	display: block;
	width: 250px;
	color: #043636;
	text-decoration: none;
}

#projectList2 li.health a:hover{
	background: url(../images/Project-HC-B.jpg) no-repeat top right;
	display: block;
	color: #663333;
}

#projectList2 li.edu a{
	background: url(../images/Project-Edu-A.jpg) no-repeat top right;
	display: block;
	width: 250px; 
	color: #043636;
	text-decoration: none;
}

#projectList2 li.edu a:hover{
	background: url(../images/Project-Edu-B.jpg) no-repeat top right;
	display: block;
	color: #663333;
}
.comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 4em;
	font-weight: bold;
	color: #666666;
	background-color: #E6E5D5;
	display: inline;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	text-align: center;
}
 
 .imagespace-rt {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
	float: left;
 }
 
.imagespace-lt {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	float: right;
}
#MainContent p.ss-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#MainContent p.ss-link a:link, a:visited {
	text-decoration: none;
}
#MainContentr p.ss-link a:hover {
	text-decoration: underline;
}
#biotext p, #biotext ul {
	margin-left: 160px;
}
#biotext ul li ul {
	margin-left: 0px;
	margin-top: 10px;
}
#biotext li {
	margin-left: 15px;
}
