/*
 * general style
 */
body {
	background-image: url("/images/bgStripe.gif");
  /*background: #EFEFEF;*/
  color: #454545;
	font-family: "Lucida Grande", "Lucida", "Verdana", sans-serif;
  font-size: 0.8em;
	text-align: center;
  margin: 0px;
}
a {
  text-decoration: underline;
	color: #284259;
}
#wrapper	{
	background: #ffffff;
	border: 1px solid #CCCCCC;
	margin: 10px auto;
	width: 776px;
}
h1, h2, h3, h4 {
  font-family:  "Trebuchet MS","Lucida Grande", "Lucida", "Verdana", sans-serif;
	color: #587993;
}
p {
  margin: 0 0 0.75em 0;
}
h1 {
  font-size: 1.2em;
  margin: 0 0 1em 0;
}
h2 {
  font-size: 1.2em;
  margin: 1.2em 0 0.25em 0;
}
h3 {
  font-size: 1.2em;
  margin: 0.8em 0 0.25em 0;
}
h4.figure {
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 0px;
}
li {
  margin-bottom: 0.5em;
}
dt {
  margin-top: 1em;
}
.company-name, .job-role{
  font-family:  "Trebuchet MS","Lucida Grande", "Lucida", "Verdana", sans-serif;
	color: #284259;
  margin-left: 1em;
  clear: both;
}
.job-role {
  font-weight: bold;
}
.job-date {
  float: right;
}
.company-name {
  font-style: italic;
}
.job-summary {
  margin: 0.5em 0 1em 3em;
}
img.image-right {
  margin-left: 1em;
  background: #282828;
  border: 1px solid #444;
  padding: 3px;
  float:right;
}
dt {
	color: #284259;
  font-weight: bold;
}
dd {
  margin-left: 2em;
}
div.code-sample {
  border: 1px dotted gray;
  margin: 0.5em 0 0.5em 0;
  padding: 0 0.5em 0 0.5em;
  font-family: courier, courier new, monospace;
  font-size: 1.1em;
  overflow: auto;
}
span.inline-code {
  font-family: courier, courier new, monospace;
}
/*
 * header styles
 */
div#header {
  background-color: #587993;
  margin: 0;
  padding: 1em 3em 1em 3em;
  position: relative;
	text-align: left;
  color: white;
}
div#header #title {
  font-size: 1.6em;
  font-weight: bold;
}
div#header #subtitle {
}

/*
 * top divide
*/
div#top-divide {
  margin-top: 5px;
  border-top:6px solid #E76F00;
  font-size: 11px;
  margin: 0;
}
/*
 * main body styles
 */
div#mainbody {
  text-align: left;
  margin: 10px 30px 20px 30px;
  min-height: 600px;
  /*padding: 10px 30px 10px 30px;*/
  position: relative;
  height: 600px;       /* ie5win fudge begins */
  voice-family: "\"}\"";
  voice-family:inherit;
}
html>body #mainbody {
  height: auto;
}

div#left {
  padding-top: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
}
div#middle {
  margin: 0px 0px 0px 170px;
  padding: 20px 10px 7px 10px;
	position: relative;
}
 /*
 * footer page style
 */
div#footer {
  width: 760px;
  color: #454545;
  font-size: 0.85em;
  text-align: center;
  margin: auto;
  margin-top: 10px;
}
div#footer a {
  color: #454545;
}
div#footer a:hover {
  color: #ababab;
}
/*
 * block styles
 */
.block {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 1px;
  margin:0px 15px 20px 0px;
  background: #ffffff;
}

.blocktitle {
  border-bottom: 1px solid #DDD;
    color: #284259;
    font-family: verdana, lucida, arial, helvetica, sans-serif;
    font-size: 0.85em;
    font-weight: bold;
    padding: 2px 2px 2px 5px;
    text-align: left;
}

.blockcontent {
  margin: 11px 10px 10px 10px;
  line-height: 140%;
}

/*
 * contact form styles
 */
form#contact td.label {
	color: #284259;
  width: 100px;
  font-weight: bold;
  vertical-align: top;
}
form#contact input.field,
form#contact textarea.field {
  width: 300px;
  vertical-align: top;
}
.link-title {
  font-weight: bold;
  margin-bottom: 0.5em;
}