html {height:100%;}
body  { color: #000; font-size: 62.5%; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ffc; background-repeat: no-repeat; background-position: left top; margin: 0; padding: 0; height: 100% }
#wrap   { background: #ffc url("images/bg216.gif") repeat-y left top; margin: auto; position: relative; min-height: 100% }
* html #wrap {height:100%}
#header     { color: #f30; background: #333 url("images/epiphyte.jpeg") no-repeat left top; margin: 0; padding-left: 216px; height: 288px }
#header h1  { font-size: 3.6em; font-weight: bold; color: #ccf; margin-top: 0; margin-bottom: 0; padding-left: .25em; padding-top: 220px  }
#left   { text-align: left; margin-left: 10px; width: 200px; float: left }
#main  { margin-left: 226px; position: relative; }
* html #main,
* html #inner-wrap {
height:1px;
}
#inner-wrap {
padding-bottom:80px;
}
#inner-wrap:after {
content:" ";
display:block;
clear:both;
}
#footer  { color: #ccf; background-color: #333333; position: absolute; bottom: 0; width: 100%; height: 80px }
#footer p   { font-size: 0.8em; text-align: left; margin: 0; padding-left: 1em }
#content  { margin: 0; padding: 1em }
#saxheader  { color: #f30; background: #333 url("images/promo_bw.jpg") no-repeat left top; margin: 0; padding-left: 216px; height: 288px }
#saxheader h1 { color: #ccf; font-size: 3.6em; font-weight: bold; margin-top: 0; margin-bottom: 0; padding-top: 220px; padding-left: 0.25em }
#worksheader { color: #f30; background: #333 url("images/blackboard.jpeg") no-repeat left top; margin: 0; padding-left: 216px; height: 288px }
#worksheader h1 { color: #ccf; font-size: 3.6em; font-weight: bold; margin-top: 0; margin-bottom: 0; padding-top: 220px; padding-left: 0.25em }
#bentheader { color: #f30; background: #333 url("images/circuitbent/bent_icon.jpg") no-repeat left top; margin: 0; padding-left: 216px; height: 288px }
#bentheader h1 { color: #ccf; font-size: 3.6em; font-weight: bold; margin-top: 0; margin-bottom: 0; padding-top: 220px; padding-left: 0.25em }
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		
/*typography*/
a { text-decoration: none; /* font-weight: normal; */ color: #f30; }
a:link { color: #f30 }
a:visited { color: #666666 /* background-color: #ccf */}
a:active { color: #f30 }
a:hover { text-decoration: underline; }
h1  { font-size: 3.6em; font-weight: bold; color: #333; margin-top: 0; margin-bottom: 0 }
h2  { font-size: 2.4em; font-weight: bold; color: #333; margin: 1.2em 0 }
h3  { font-size: 1.8em; font-weight: bold; margin: 1.2em 0 }
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 {
	font-size: 1.2em;
	line-height: 1.0em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
 li {font-size: 1.0em }

LI LI, LI P, BLOCKQUOTE P, UL UL {font-size: 1.0em}
/* TD P, { font-size: 1.0em}
*/
p  { font-size: 1.2em; margin: 1.2em 0 }
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;
	}

/* navigation list menu */
#navcontainer  { margin-left: 0 }
#navcontainer ul
 { margin: 0; padding: 0 }
#navcontainer li {
	font-size: 1em;
	font-weight: bold;
	list-style-type: none;
	margin: 0.5em 0.5em 0.5em 0.5em;
}
#navcontainer li li { font-size: 1.0em }
#navcontainer a
       {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.5em 0.5em 0.5em
}
#navcontainer a:hover
           { text-decoration: none; color: #f30; background-color: #ccf }
#navcontainer ul ul li  {
	font-size: 1em;
	margin: 0.5em 0.5em 0.5em 0.5em
}
#navcontainer ul ul a
        {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.5em 0.5em 1em /* larger left padding creates indent */
}
#navcontainer ul ul a:hover
           { color: #f30; text-decoration: none; background-color: #ccf }
		   
/* Digital Press Kit -- dpk */		   
		   
#dpk div.photo {
	float: left;
	margin-right: 10px;
	width: 150px;
	height: 175px;
	margin-bottom: 10px;
	background-color:#ECECEC;
}

#dpk div.photo p {
text-align: center;
font-size: 1em;
}

#dpk img {
border: 0px none;
margin-bottom: 5px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/*old stuff down here
.yellow { color: #ffcc00 }
a { text-decoration: none }
a:active { color: #c33 }
a:hover { background-color: #dcdcdc }
a:link { color: #c33 }
a:visited { color: #666666 }
h1 { color: #c33; font-family: arial }
h2 { color: white; font-family: arial }
p { color: black; font-family: times }
#nav { margin: 0; padding: 10px 10px 0; }
.title  { color: #c33; font-size: 36px; font-family: arial; font-weight: bold; padding-left: 5px }
.text  { padding-top: 5px; padding-left: 5px }
*/
