*
{
  font-family: Arial, Verdana, Sans-Serif;
}

html, body
{
  width: 100%;
  height: 100%;
}

body
{
  font-size: 9pt;
  background: #ffffff url(/_images/bg.jpg) repeat-x top left;
  color: #ac9571;
  margin: 0;
  padding: 0;
}

p, a, td, label, h1, h2, h3, input, select, textarea, label
{
  font-size: 100%;
}

p, h1, h2, h3
{
  margin: 0 0 10px 0;
}

h1
{
  font-size: 120%;
  font-weight: bold;
  line-height: 120%;
}

h2
{
  font-size: 120%;
  font-weight: bold;
}

h3
{
  font-size: 110%;
  font-weight: normal;
}

img
{
  border: none;
  margin: 0;
  padding: 0;
}

p
{
  line-height: 1.5em;
}

a, a:hover
{
  text-decoration: none;
  color: #ac9571;
}

a:hover
{
  text-decoration: underline;
}

th, td
{
  vertical-align: top;
}

th
{
}

/* stuff */

#curtain
{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
}

#frame
{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: transparent url(/_images/header.jpg) no-repeat top center;*/
  text-align: center;
}

#page
{
  width: 910px;
  margin-left: -455px;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: left;
}

#header
{
  width: 910px;
  height: 137px;
  clear: both;
}

#nav
{
  width: 910px;
  height: 35px;
  clear: both;
}

#nav ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#nav li
{
  display: inline;
  margin-right: 20px;
  line-height: 35px;
}

#nav a
{
  color: #ffffff;
  font-size: 110%;
}

#contentHeader
{
  position: absolute;
  top: 175px;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  height: 250px;
  overflow: hidden;
  text-align:center;
  /*background: #ffffff url(/_images/headers/blank.jpg) no-repeat top center;*/
}

#content
{
  width: 910px;
  margin-top: 280px;
  min-height: 200px;
  height: 100%;
  clear: both;
  background: transparent url(/_images/bg-columns.jpg) repeat-y top left;
}

#content ul
{
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}

#content li
{
  margin: 0;
  padding: 5px 0 5px 25px;
  background: transparent url(/_images/bullet.jpg) no-repeat 0px 4px;
  text-indent: 0;
}

#contentFooter
{
  clear: both;
  width: 910px;
  height: 135px;
  background: #ffffff url(/_images/content-footer.jpg) no-repeat bottom left;
}

#footer
{
  width: 910px;
  height: 35px;
  margin-top: 30px;
  clear: both;
  /*background: transparent url(/_images/footer.jpg) no-repeat center center;*/
}

/* forms */

fieldset
{
  width: 540px;
  border: none;
  padding: 0px;
}

legend
{
  display: none;
}

fieldset label, fieldset span
{
  width: 130px;
  height: 20px;
  margin-top: 10px;
  line-height: 20px;
  clear: left;
  float: left;
  display: block;
}

fieldset input[type="text"], fieldset input[type="password"], fieldset textarea
{
  float: right;
  width: 380px;
  height: 16px;
  margin-top: 10px;
  display: block;
  border: solid 1px #ac9571;
  background-color: #ffffff !important;
}

fieldset select
{
  float: right;
  width: 380px;
  height: 20px;
  margin-top: 10px;
  display: block;
  border: solid 1px #ac9571;
  background-color: #ffffff !important;
}

fieldset input[type="submit"], fieldset input[type="button"], fieldset button, fieldset .button
{
  display: block;
  clear: both;
  float: right;
  margin-top: 10px;
}

fieldset .error
{
  background: transparent url(/_images/error.png) no-repeat top left;
  display: block;
  width: 16px;
  height: 16px;
  float: right;
  clear: right;
  margin-bottom: -2px;
  margin-left: 4px;
  margin-right: -20px;
}
  
.buttons
{
  float: right;
  padding-top: 10px;
}

.buttons img
{
  margin-bottom: -5px; 
}

/* columns */

#columns
{
  width: 910px;
  min-height: 250px;
}

#leftCol, #middleCol, #rightCol, #doubleLeftCol
{
  margin-right: 30px; 
  padding-left: 10px;
}

#leftCol
{
  width: 260px;
  clear: left;
  float: left;
}

#middleCol
{
  width: 260px;
  clear: none;
  float: left;
}

#doubleLeftCol
{
  width: 550px;
  clear: left;
  float: left;
}

#rightCol
{
  width: 230px;
  clear: right;
  float: left;
  padding-left: 30px;
}

/* dropdown */

#dropdown
{
  position: absolute;
}

#dropdownTab
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  cursor: pointer;
  z-index: 100;
}

#dropdownTabInner
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 290px;
  height: 45px;
  z-index: 110;
  padding-top: 8px;
  padding-left: 30px;
  font-size: 110%;
  cursor: pointer;
}

#dropdownTabInner img
{
  margin-bottom: -6px;
}
  
#dropdownBody
{
  display: none;
  position: absolute;
  top: 1px;
  left: 0px;
  z-index: 20;
}

#dropdownBodyInner
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 40;
  padding: 55px 0 0 18px;
}

#dropdownBodyInner img
{
  z-index: 55;
  position: absolute;
}

.dropdownBodyInnerInfo
{
  position: absolute;
  width: 220px;
  height: 85px;
  z-index: 56;
  background-repeat: no-repeat;
  background-position: center right;
  padding-left: 20px;
  padding-top: 20px;
  font-size: 110%;
  cursor: pointer;
}

.dropdownBodyInnerSpacer
{
  height: 115px;
  z-index: 40;
}

.project
{
  height: 130px;
}

.desc
{
  height: 120px;
  float: left;
  font-size: 110%;
  vertical-align: bottom;
}

.thumbnail
{
  background: transparent url(/_images/box-thumbnail.jpg) no-repeat top left;
  width: 143px;
  height: 120px;
  padding: 2px 0 0 2px;
  float: right;
}

.largeThumbnail
{
  background: transparent url(/_images/box-large-thumbnail.jpg) no-repeat top left;
  width: 260px;
  height: 203px;
  padding: 1px 0 0 1px;
  clear: both;
}

#backButton
{
  float: right;
}

#backButton img
{
  margin-bottom: -5px;
}    
  
