html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
	margin-bottom: 2em;
}

a, a:visited {
	color: #008;
}

a:hover {
	color: #003;
}


#topbar {
	background-color: #003;
	color: #fff;
	padding: 25px;
	padding-bottom: 0px;
	margin-bottom: 50px;

	height: 80px;
} 

* html #topbar {
	height: 105px; /* Aiiiiieeeeeee! IE Bug fix. */
}

#toplogo {
	float: left;
}

#topnav {
	margin-left: 220px;
}

#content {
	margin-left: 245px; /* Add 25 for the padding on the top bar. */
	width: 350px; /* width: 520px; */

	font-size: 8.5pt;
	line-height: 1.75em;

	padding-bottom: 2em; /* Add a little air. I hate butting text. */
}

#content p {
	margin-bottom: 1em;
}

#topnav img {
	display: none;
	margin-right: 40px;
}

.jsenabled #topnav img {
	display: inline; /* Undo if JS */
}

#sidebar {
	clear: both;
	float: left;
	width: 205px;
	text-align: left;
}

	#sidenav {
		padding: 0px;
		margin: 0px;
		
		margin-left: 25px;		
		list-style-type: none;
		
		text-align: left;
		
		font-size: 8pt;
		font-weight: bold;
	}

		#sidenav li {
			background-image: url("../nav/side_b.gif");
			background-position: center left;
			background-repeat: no-repeat;
			padding-left: 30px;
			margin-left: 0px;
			margin-bottom: 12px;
			
			padding-top: 13px;
			padding-bottom: 13px;
		}	
		
			#sidenav li:hover, #sidenav .mouseover {
				background-image: url("../nav/side_b_over.gif");
				background-position: center left;
				background-repeat: no-repeat;
			}

	#sidenav a, #sidenav a:visited {
		color: #000;
		text-decoration: none;
	}
	
		#sidenav a:hover {
			color: #005;
			text-decoration: underline;
		}

#captions {
	position: relative;
	font-size: 8pt;
	margin-top: 10px;
}

	#captions a, captions a:visited {
		color: white;
		text-decoration: none;
	}
	
	#captions a:hover
	{
		text-decoration: underline;
	}
	
	.jsenabled #captions a:hover
	{
		text-decoration: none;
	}

	#captions div {
		display: inline;
		margin-right: 15px;
	}

	.jsenabled #captions div {
		/* Undo previous if JS is enabled */
		margin-right: 0px;
		position: absolute;
		visibility: hidden;
	}
	
#thumbnails {
	position: relative;
}

	#thumbnails img {
		position: absolute;
		top: 20px;
		left: 35px;
		visibility: hidden;
	}

#big_b {
	margin-left: 20px;
}


img.visit_site_headline {
	float: right;
}

img.header {
	margin-bottom: 1em;
}

img.project_img {
	padding: 2px;
	border: 1px solid black;
	margin-top: 1em;
	margin-bottom: 1em;
}

.specialties_ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}


h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	
	line-height: 14pt;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

address {
	font-style: normal;
}