


/* #A55245 --- darker red */
/* #B47070 --- lighter red */



body
{
  background: #ffffff;
  background-image: url(images/tex1.gif);
  color: #003333;
  font-family: Verdana, Sans-serif;
  font-size: 11pt;
  line-height: 1.6em;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

a
{
	color: #3333ff;
	text-decoration: underline;
}

a:visited
{
	color: #6666cc;
	text-decoration: underline;
}

a:hover
{
	color: #0000ff;
	text-decoration: underline;
}

a.external
{
  border-bottom: 1px dashed #3333ff;
	color: #3333ff;
	text-decoration: none;
}

a.external:visited
{
  border-bottom: 1px dashed #6666cc;
	color: #6666cc;
	text-decoration: none;
}

a.external:hover
{
  border-bottom: 1px dashed #0000ff;
	color: #0000ff;
	text-decoration: none;
}

div.floatright a.external
{
  border: none;
}

div.backlink
{
  margin-top: 18px;
  text-align: right;
}

div.backlink span
{
  margin-right: 25px;
}

div.backlink a
{
	color: #3333ff;
	text-decoration: none;
}

div.backlink a:visited
{
	color: #6666ff;
	text-decoration: none;
}

div.backlink a:hover
{
	color: #0000ff;
	text-decoration: underline;
}

em
{
  font-style: italic;
}

img
{
  border: 0;
}

#wrapper
{
  background: #FAF5E1 url(images/container_background.gif) repeat-y;

  margin: 0 auto 10px auto;
  padding: 0;
  text-align: left;
  width: 750px;
}

#container
{
  background-image: url(images/corrtear.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}


/* --- Navigation column --- */


#navcol
{
  margin: 0;
  padding: 0;
}

/* HACK: get rid of 3px margin in IE (hide from mac) \*/ 
* html #contentcol {margin-left: -3px;}
* html #navcol {margin-right: 0;} 
/* end hide */ 

#corrugate
{
  background-color: #C79359;
  background-image: url(images/logo.jpg);
  background-repeat: no-repeat;
  height: 256px;
  width: 237px;
}

#nav
{
  background: #A55245;
  list-style-type: none;
  margin: 15px 0 0 0;
  padding: 0;
  width: 237px;
}

#nav li
{
  background-image: url(images/bullet.gif);
  background-position: top left;
  background-repeat: no-repeat;
  border-bottom: 1px dashed #999999;
  padding: 3px 0 4px 50px;
}

#nav a
{
  color: #F9F5E0;
  font-family: Georgia, serif;
  font-size: 10pt;
  font-weight: normal;
  letter-spacing: 2px;
  list-style-type: square;
  text-decoration: none;
}

#nav a:hover
{
  color: #F9F5E0;
  list-style-type: square;
  text-decoration: underline;
}



/* --- Content column --- */


#contentcol
{
  float: right;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 512px;
}

#topright
{
  /* use background image border instead of CSS border to correct
   * problem with IE/Opera compatibility (the don't include border
   * in their measure of height of #container) */
  background-image: url(images/contentborder.gif);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-color: #B47070;  /* lighter red */
  height: 82px;
}

#content
{
  margin: 20px 25px 0 20px;
  padding-bottom: 190px;
}

#content h1
{
  color: #993333;
  font-family: Arial, sans-serif;
  font-size: 20pt;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
  padding: 0.2em 0 0.5em 0;
  text-decoration: none;
  text-indent: 0px;
}

#content h2
{
  color: #444444;
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin: 0;
  padding: 0.7em 0 0.2em 0.4em;
  text-decoration: none;
  text-indent: 0px;
}

#content h3
{
  color: #666666;
  font-family: sans-serif;
  font-size: 10pt;
  font-weight: bold;
  margin: 0;
  padding: 0.7em 0 0.2em 0.4em;
  text-decoration: none;
  text-indent: 12px;
}

#content p
{
  margin: 0;
  padding: 0.2em 0 0.7em 0.4em;
  text-align: justify;
  text-indent: 15px;
}


/* --- Content classes --- */


#content div.floatleft
{
  float: left;
  margin: 0 15px 15px 0;
  padding: 0;
}

#content div.floatright
{
  float: right;
  margin: 0 0 15px 15px;
  padding: 0;
}

#content p.caption
{
  color: black;
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: left;
  text-indent: 0;
}

#content p.note
{
  font-size:9pt;
  line-height: 1.2em;
  text-indent: 0;
}

#content img.inline
{
  border: 1px solid black;
}

#showImage
{
  margin-top: 20px;
  text-align:center;
}

#showImage img
{
  border: 1px solid black;
}

#content span.projinfo_label
{
  color: #A55245;  /* darker red */
  font-weight: bold;
  font-size: 8pt;
}

#content p.projinfo
{
  color: black;
  font-size: 8pt;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-indent: 25px;
}


/* --- Portfolio --- */


div.portfolio
{
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

div.portfolio div.row
{
  clear: both;
  padding-top: 10px;
}

div.portfolio div.row span.image
{
  float: left;
  text-align: right;
  width: 100px;
}

div.portfolio div.row img
{
  border: 1px solid black;
}

div.portfolio div.row span.info
{
  float: right;
  width: 300px;
  text-align: left;
}

div.portfolio div.row a.title
{
  color: black;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

div.portfolio div.row span.description
{
  color: black;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-indent: 0;
}


/* --- Forms --- */

input, textarea
{
  border: 1px solid #B47070;
}

textarea
{
}

div.form_row
{
  clear: both;
  padding-top: 10px;
}

div.form_row span.label
{
  color: black;
  float: left;
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: right;
  text-indent: 0;
  width: 100px;
}

div.form_row span.input
{
  float: right;
  width: 335px;
  text-align: left;
} 


/* --- Footer --- */


#footer
{
  clear: both;
  color: #333300;
  background-color: #bbaa99;
  background-image: url(images/footertex1.jpg);
  background-repeat: repeat-x;
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  height: 26px;
  letter-spacing: -1px;
  margin: 0;
  padding: 3px 10px 3px 10px;
  text-align: center;
}

#footer a
{
  color: #333300;
  text-decoration: underline;
}

#footer a:hover
{
  color: #333300;
  text-decoration: underline;
}