body {
  margin: 0;
  background: url('bg/content.png') repeat-x 0px 220px #efefef;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#header {
  height: 220px;
  background: url('bg/headerbg.png') 0px -10px #eeeeee;
  border-bottom: 2px solid #9b999f;
  margin-bottom: 30px;
}
#logo {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  height: 49px;
  background/**/: url('bg/sslogo8bit.png') no-repeat 0px 30px;
}

#nav {
  font-size: 12pt;
  color: #2f2f25;
  margin-top: 90px;
  margin-bottom: 0px;
}
#nav ul {
  list-style: none;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: 50px;
  -webkit-padding-start: 0px;
}
h2 {
  margin-top: 0px;
}
a {
 font-weight: bold;
 color: black;
}
#nav ul li {
  float: right;
  width: 115px;
  height: 50px;
  display: block;
}
#nav ul li a {
  width: 110px;
  position: absolute;
  z-index: 2;
  height: 50px;
}
.menubutton {
  position: absolute;
  z-index: 1;
  
  float: left;
  margin-top: -10px;
}
.menulabel {
  position: absolute;
  z-index: 3;
  text-align: center;
  width: 110px;
  cursor: pointer;
}
.visible {
  display: block;
}
.current img {
  display: block;
}
#nav ul li.current img {
  display: block;
}

#nav a {
  color: #2f2f25;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 39px;
  padding-top: 11px;
  position: relative;
  z-index: 2;
  font-weight: normal;
}

#content {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 10pt;
  color: #2f2f25;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  text-align: justify;
}
.large {
  font-size: 14pt;
  font-weight: bold;
}
#leftcol {
  width: 400px;
  float: left;
  border-right: 1px solid #9b999f;
  float: left;
}
#leftcol p, #leftcol h2 {
  width: 360px;
}
#portfolioleftcol {
  width: 390px;
  float: left;
  padding-right: 10px;
  border-right: 1px solid #9b999f;
}
#rightcol, #portfoliorightcol {
  width: 390px;
  float: left;
  z-index: 2;
  border-left: 1px solid #9b999f;
  margin-left: -1px;
}
.decorativeimg {
  margin-left: 40px;
}
#rightcol form, #rightcolwrapper {
  margin-left: 40px;
}


.imagecontainer {
  background: #cccccc;
  width: 305px;
  font-size: 8pt;
  /*font-weight: bold;*/
  margin-bottom: 20px;
  padding: 5px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.vertical {
  height: 260px;
  background: url('bg/horzbg.png') no-repeat;
}
.vertical .caption {
  text-align: right;
  margin-top: 220px;
  padding-right: 20px;
  margin-left: 180px;
  position: absolute;
  z-index: 1;
  
}
.horizontal {
  height: 150px;
  background: url('bg/vertbg.png') no-repeat;
  
}
.horizontal .caption {
  text-align: left;
  margin-left: 310px;
  padding-right: 10px;
  margin-top: 110px;
  position: absolute;
  z-index: 1;
  width: 80px;
  
}

#footer {
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 9pt;
  color: #9b999f;
  margin-top: 50px;
  clear: both;
}
#footer a {
  color: #9b999f;
}

.icon {
  float: left;
  margin-right: 10px;
}
ul {
  list-style-type: square;
  padding-left: 20px;
}
ul li {
  width: 300px;
}
h3 {
  font-size: 12pt;
  text-align: left;
  margin-bottom: 2px;
}
.asterisk {
  float: left;
  margin-top: 4px;
  margin-right: 10px;
}
hr {
  margin-bottom: 16px;
}
.thumbblock {
  margin-top: 10px;
}
.thumbblock p {
  margin-left: 6px;
}
.thumblink .imagewrapper {
  width: 109px;
  display: block;
  height: 70px;
  overflow: hidden;
  float: left;
}
.thumblink .imagewrapper img {
  width: 109px;
  display: block;
}
a.thumblink:hover {
  border: 1px solid #e1a429;
}
a.thumblink {
  display: block;
  height: 70px;
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  width: 109px;
  padding: 2px;
  border: 1px solid #9b999f;
  margin: 2px;
  cursor: pointer;
  display: block;
}
img {
  border: none;
}
#selectgroup {
  width: 385px;
  font-size: 10pt;
  color: #2f2f25;
  background: white;
  height: 28px;
  overflow: hidden;
  border: 1px solid #9b999f;
  font-weight: bold;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.selectoption {
  padding: 5px;
  cursor: pointer;
}
.selectoption a {
  color: #2f2f25;
  text-decoration: none;
  font-weight: normal;
}
#selectgroup .selectoption a {
  font-weight: bold;
}
#dropdown {
  position: absolute;
  background: white;
  width: 385px;
  font-size: 10pt;
  color: #2f2f25;
  border: 1px solid #9b999f;
  font-weight: normal;
  border-top: none;
  overflow: hidden;
}
.highlight {
  background: #f8cc73 !important;
}
.icon {
  float: right;
  margin-top: 5px;
  cursor: pointer;
  width: 20px;
}
.hidden {
  display: none;
}

.closed {
  height: 0px;
  border: none;
  display: none;
}
#mainimage {
  width: 350px;
  margin-left: 40px;  
}
.imagedesc {
  width: 226px;
  background: url('bg/imagedesc.png');
  height: 26px;
  margin-top: 5px;
  padding: 12px;
  font-size: 8pt;
  overflow: hidden;
}
.imagebackground {
  position: absolute;
  z-index: 0;
}
.aboutbg {
  width: 216px;
  height: 460px;
}
.aboutimage {
  position: relative;
  z-index: 1;
  margin-left: 5px;
  margin-top: 8px;
}
input, textarea, select, label {
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
input[type="text"], textarea {
  width: 300px;
  border: 1px solid #a5acb2;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.submit {
  text-align: center;
}
.inputtext {
  width: 300px;
}
select {
  width: 300px;
}
#security_code {
  width: 100px;
  height: 27px;
  font-size: 16pt;
}
#captchatext {
  float: left;
  border: 1px solid #a5acb2;
  margin-right: 20px;
}
.error {
  background: #ffd8d8;
  display: block !important;
}
select.error {
	border-color: #A5ACB2;
}
#errormessage {
  display: none;
  background: url('bg/errordesc.png') no-repeat;
  height: 40px;
  width: 280px !important;
  padding: 5px;
  font-size: 8pt;
  padding-right: 20px;
}
#hint {
	font-size: 8pt;
}
.background {
	position: relative;
	margin-left: -5px;
	z-index: 1;
	margin-bottom: 20px;
}

#portfoliolistsubmit {
  display: inline;
}
#pid {
  display: inline;
  margin-right: 10px;
}
hr {
  clear: both;
  visibility: hidden;
}
.gutter {
  margin-left: 40px;
}
