/* CSS Document */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(../img/pagebg.gif) repeat-y center top;
}

#wrapper {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

h1 {
	background: url(../img/welch_logo.gif);
	width: 180px; height: 49px;
	text-indent: -9999px;
}

h2 {
	font-size: 175%;
	font-weight: bold;
	color: #5c5c5c;
}

h3 {
	font-size:  125%;
	font-weight: bold;
	margin-top: 25px;
}

h5 {
	font-size: 115%;
	font-weight: bold;
}

#navibar {
	position: fixed;
	float: left;
	width: 180px;
	margin: 10px 20px 0 20px;
	color: #868686;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

	#navibar a {
	color: #868686;
}

ul.navi {
	margin-top: 15px;
}

	ul.navi li {
	text-transform: uppercase;
	padding-top: 5px;
}

#navibar ul.navi li a {
	background-color: #a6a6a6;
	display: block;
	color: #cfcecf;
	padding-left: 3px;
	text-decoration: none;
}

	#navibar ul.navi li a:hover {
	color: #343434;
}

	#navibar ul.navi li li a {
	padding-left: 3px;
	background-color: inherit;
	color: inherit;
}

ul.navi ul.subnavi {
	font-size: 75%;
	
}

	ul.navi ul.subnavi li {
	text-transform: none;
	padding-top: inherit;
}

	ul.navi ul.subnavi li a {
	background: none;
}

#banner {
	margin-left: 220px;
}

#content {
	margin-left: 211px;
	padding: 10px;
	font-size: 12px;
	line-height: 175%;
}

#content p, #content ul {
	margin-bottom: 10px;
}

#content table {
	margin-top: 15px;
	width: 100%;
}

#content table td {
	width: 33%;
}

#content table p {
	line-height: 151%;
}

#content h4 {
	font-size: 115%;
	font-weight: bold;
}
.datasheet {
	width: 100%;
}

.datasheet li {
	line-height: 125%;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 5px;
}

dl {
	padding-top: 15px;
}

dt {
	font-size: 125%;
	font-weight: bold;
	line-height: inherit;
}

dd {
	color: #696969;
	padding-left: 25px;
	margin-bottom: 15px;
	font-size: 115%;
}

#content ul {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 15px;
}

.emphasis {
	font-weight: bold;
	color: red;
}

.project {
	clear: both;
}

.project img {
	margin-bottom: 15px;
	border: solid 1px #000;
}