/* CSS Document */


 
 #sidebar {
	width: 182px;
	font-size: 10px;
	vertical-align: top;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-left: 5px;

 }

#sidebar a {
		/*/*/padding: 7px 0px 7px 15px;
	display: block;
	border: 1px solid #FFF;
	text-decoration: none;
	line-height: 1em;
	width: 150px;
	margin: 3px 9px 3px 2px; /* */
 } 
 
 #sidebar a:link, #sidebar a:visited {
	color: #FFF;
	font-size: 12px;
	background: #3399CC;
 }
 
 #sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	background: #009900;
	border-top: 1px solid #FFF;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #FFF;
 }
 
 #sidebar ul {
		/*/*/padding-left: 1px;
 	margin-left: 1px;
 	list-style-type: none; /* */
 }
 
 #sidebar li {
	margin: 0px 0px 3px;
 }
.small {

	font-size: 9px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#home, #about, #services, #projects, #contact, #testimonials, #publications{
	height: 250px;
	padding: 5px;
	margin: 3px 0px 0px;
	top: 50px;
}

#home {
	background: #FFFFFF url(../images/0512h0019.jpg) no-repeat;
}

#about {
	background: #FFFFFF url(../images/1900h0037.jpg) no-repeat;
}

#services {
	background: #FFFFFF url(../images/0800h3059.jpg) no-repeat;
}

#projects {
	background: #FFFFFF url(../images/1573h0014.jpg) no-repeat;
}
 #contact {
	background: #FFFFFF url(../images/0800h3006.jpg) no-repeat;
}

#publications {
	background: #FFFFFF url(../images/1974h0262.jpg) no-repeat;
}

#testimonials {
	background: #FFFFFF url(../images/0800h0057.jpg) no-repeat;
	height: 250px;
	padding: 5px;
	margin: 3px 0px 0px;
	top: 50px;
}

#nav {
	background: #DBEDF0 no-repeat center;
	height: 125px;
	padding: 5px;
	border-top: 20px solid #009900;
	border-bottom: 20px solid #009900;
	width: 150px;
	float: right;
	margin: 0px;
}

#nav ul {
	list-style: url(../../none) none;
	margin: 0;
	float: left;
	visibility: visible;
	padding: 4px 0 0;
}
 
 #nav a:link {
	text-decoration : none;
	color: #000000;
	padding: 3px 10px 2px;
}

#nav a:active{
	text-decoration : none; color: #996600; padding: 3px 10px 2px;
}

#nav a:visited {
	text-decoration : none; color: #C0954B; padding: 3px 10px 2px;
}

#nav a:hover {
	text-decoration : underline; color: #000000; padding: 3px 10px 2px;
}


