body {
  background-color: #dfe3e6;
  color: #000;
  font-family: Verdana, Geneva, Sans-Serif;
  font-size: 12px;
  margin: 0;
  padding: 8px 0;
}

input {
  font-family: Verdana, Geneva, Sans-Serif;
  font-size: 12px;
}

textarea {
  font-family: Verdana, Geneva, Sans-Serif;
  font-size: 12px;
}

img {
  border:0px;
}

h1 {
  background-color: #ed6949;
  background-image: url('/images/layout/h1_background.gif');
  background-repeat: no-repeat;
  color: #FFF;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  letter-spacing: 4px;
  margin: 0;
  padding: 11px 10px 9px 25px;
  text-transform: uppercase;
}
.h1_surround {
  border-bottom: 1px solid #939598;
  margin: 30px 20px 10px 10px;
}
.h1_additional_text {
  float: left;
  font-size: 14px;
  height: 18px;
  margin: 0;
  padding: 10px 20px;
}

h2 {
  color: #000;
  font-family: Verdana, Geneva, Sans-Serif;
  font-size: 12px;
  margin: 0;
}

p {
  line-height: 18px;
  margin: 10px 20px;
}

a {
  color: #000;
  text-decoration: none;
}
#content a {
  text-decoration: underline;
}

ul {
  line-height: 18px;
  margin: 10px 20px;
}
ol {
  line-height: 18px;
  margin: 10px 20px;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  width: 0px;
}

#all {
  background-color: #FFF;
  border: 1px solid #000;
  margin: 0 auto;
  padding: 0;
  width: 948px;
}

#header {
  height: 159px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 948px;
}

#top_menu {
  left: 230px;
  position: absolute;
  top: 139px;
}

#center {
  background-image: url('/images/layout/body_background.gif');
  background-position: top left;
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
  width: 948px;
}

#left_column {
  float: left;
  margin: 0;
  padding: 0;
  width: 248px;
}

#login_container {
  background-image: url('/images/layout/login_background.gif');
  background-repeat: repeat-y;
  border-bottom: 1px solid #FFF;
}
#login_header {
  color: #FFF;
  float: left;
  padding: 5px 8px 10px 8px;
  width: 20px;
}
#login_body {
  color: #FFF;
  float: left;
  padding: 5px 10px 10px 10px;
  width: 190px;
}
#login_body a {
  color: #A3C5CC;
}

#username {
  width: 150px;
}
#password_holder, #sidebar_password {
  width: 105px;
}
#login_password {
  float: left;
  margin: 5px 0;
}
#login_go_button {
  float: left;
  margin: 5px;
}
#forgot_password {
  margin: 0 0 5px 0;
}


#logout_button {
  margin: 5px 0 2px 0;
}

#left_menu_container {
  background-image: url('/images/layout/login_background.gif');
  background-repeat: repeat-y;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  margin: 10px 0 0 0;
}
#left_menu_header {
  color: #FFF;
  float: left;
  padding: 10px 8px 10px 8px;
  width: 20px;
}
#left_menu {
  float: left;
  padding: 5px 10px 10px 10px;
  width: 190px;
}

#left_box_container {
  background-image: url('/images/layout/box_background.jpg');
  background-repeat: repeat-y;
  margin: 20px 0 0 30px;
  width: 175px;
}
#left_box_top {
  height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 175px;
}
#left_box {
  color: #000;
}
#left_box_bottom {
  height: 72px;
  margin: 0;
  overflow: hidden;
  padding: 10px 0 0 0;
  width: 175px;
}

#content {
  float: left;
  position: relative;
  width: 700px;
}

#footer {
  height: 100px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 948px;
}
#footer_link_text {
  color: #EA6949;
  font-size: 10px;
  left: 720px;
  position: absolute;
  text-transform: uppercase;
  top: 30px;
}
#footer_link_text a {
  color: #EA6949;
}
#footer_copyright_text {
  color: #FFF;
  font-size: 10px;
  left: 400px;
  position: absolute;
  text-align: right;
  top: 85px;
  width: 543px;
}

/* VM Ware fixes */
#idSVMainInner h1 {
  background-color: #FFF;
  background-image: none;
  float: none;
  height: auto;
  letter-spacing: normal;
  text-transform: none;
}

/* Login */
#loginSubmit {
  margin: 10px 20px;
}

/* Search */
#searchPageBoxText {
  margin: 0 20px;
}
.searchSummary {
  margin: 0 20px 10px 20px;
}
.searchPreviewCreatedDate {
  display: none;
}
.searchPreviewTitle {
  margin: 0 20px;
}
.searchPreviewContent {
  margin: 0 20px;
}
.searchPreviewLastModified {
  font-size: 10px;
  font-style: italic;
  margin: 0 20px 10px 20px;
}
.searchResults {
  margin: 0 20px;
}

/* Survey */
.surveyQuestion {
  margin: 2px 0;
}
.surveyQuestionNumber {
  clear: both;
  height: 0;
  overflow: hidden;
  width: 0;
}
.surveyQuestionQuestion {
  float: left;
  margin: 0 10px 0 20px;
  text-align: right;
  width: 200px;
}
.surveyQuestionRequired {
  float: left;
  width: 0;
}
.surveyAnswer {
  margin: 0 0 0 250px;
  width: 300px;
}
.surveyAnswer input[type="text"]  {
  width: 300px;
}
.surveyAnswer textarea {
  height: 80px;
  width: 300px;
}
.surveyFormSubmit {
  margin: 0 0 0 250px; 
}

/* Site Map */
.siteMapDepth0 {
  padding: 2px 10px;
}
.siteMapDepth1 {
  padding: 2px 30px;
}
.siteMapDepth2 {
  padding: 2px 50px;
}
.siteMapDepth3 {
  padding: 2px 70px;
}
.siteMapDepth4 {
  padding: 2px 90px;
}

/* Comment styles */
.pageCommentSubject {
  font-size:13px;
  font-weight:bold;
}
.pageCommentFrom {
  font-size:9px;
}
.pageCommentBody {
  padding-top:15px;
}
#pageCommentHeader {
  font-size:9px;
  padding-bottom:20px;
}
.pageCommentRequired {
  color:red;
}
.pageCommentField {
  width:100px;
  float:left;
  font-weight:bold;
  padding-right:10px;
  text-align:right;
}
.pageCommentInput {
  float:left;
}
#pageCommentComment {
  width:400px;
  height:80px;
}

.registerFieldLabel {
  float:left;
  width:140px;
  text-align:right;
  padding-right:10px;
  font: bold 14px Arial;
}
.registerField {
  float:left;
  width:350px;
  font:bold 14px Arial;
}
.registerFieldInput {
  width:330px;
  border:2px solid #8098bc;
  font:14px Arial;
  margin-bottom:5px;
}
.registerRequired {
  color:darkred;
  font:12px Arial;
}
.registerClear {
  clear:both;
  width:0px;
  height:0px;
}
