/*
------------
Lundstrom + Associates
Author: Stephan Barrett
Company: SBI Interactive
Version 1.0 11/18/05
------------*/

/* Page Structure
------------------------------------*/
body, p, td, th, ul, a {
	color: #000;
	font-size: 10pt;
	line-height: 18pt;
	font-family: Arial, Helvetica, sans-serif;
}

/* Things to hide
------------------------------------*/

#nav, .noprint, #header span, #printtop, #nav_projects, #nav_about, object, embed{
	display: none;
	}
	 
/* Container
------------------------------------*/

#container {
	margin: 0;
	padding: 0;
	}

/* Header
------------------------------------*/

#header {
	height: 93px;
	width: 371px;
	margin: 0;
	padding: 0;
	display:block;
	}
 
/* Content area
------------------------------------*/

#content {
	margin: 0;
	padding: 2em;
}

img {
border: 1px solid #000;
}

.noborder {
border: none;
}

	/* Type
------------------------------------*/

h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 1em 0 0;
	}
	
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
.alert {
	color: #CC0000;
	font-weight: bold;
}