body {
  margin: 0;
  background-color: #888888;
  font-family: Arial;
}
a:link{
  color: #ed5026;
}
a:visited {
  color: #ed5026;
}
a:hover {
  color: #888888;
  text-decoration: none;
}
a.rollover:link{
  color: #000000;
  text-decoration: none;
}
a.rollover:visited {
  color: #000000;
  text-decoration: none;
}
a.rollover:hover {
  color: #000000;
  text-decoration: none;
}
h1 {
  font-size: 24px;
}
h2 {
  margin: 0;
  font-size: 24px;
  text-align: center;
}
h3 {
  margin: 0;
  font-size: 20px;
  color: #ed5026;
  padding-bottom: 10px;
}
.sf_outer_wrapper {
  margin: 0 auto;
  width: auto;
  background-image: url(uploads/pic_topbkgd.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 510px;
  width: auto;
}
.sf_wrapper {
  position: relative;
  top: 97px;
}
div#content1 {
  overflow: auto;
  padding: 0;
  position: relative;
  width: 100%
}

/*-- HEADER --*/
.sf_main_header {
  display: none;
}
.sf_sub_header {
  display: none;
}

/*-- NAVIGATION --*/
.sf_navigation {
  display: none;
}
.navigation {
  margin: 0 auto;
  height: 52px;
  min-height: 52px;
  position: relative;
  width: 990px;
}
#nav_main {
  padding-left: 21px;
}
#nav_main img {
  padding-right: 10px;
}

/*-- CONTENT --*/
.sf_content {
  background-image: url(uploads/pic_midrptrbkgd.gif);
  background-position: center top;
  background-repeat: repeat-y;
  margin: 0 auto;
  position: relative;
  height: auto;
  min-height: 350px;
  overflow: auto;
  width: 949px;
  padding: 0px 13px 10px 13px;
}
.box_top {
  background-image: url(uploads/content_top.gif);
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 30px;
  height: auto;
  padding: 30px 30px 2px 30px;
}
.box_top2 {
  background-image: url(uploads/content_top.gif);
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 30px;
  height: auto;
  padding: 30px 30px 0px 30px;
}
.box_mid {
  width: 704px;
  background-image: url(uploads/content_rptr.gif);
  background-repeat: repeat-y;
}
.box_bot {
  width: 704px;
  background-image: url(uploads/content_btm.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 30px;
  height: 30px;
}
b {
  color: #ed5026;
}
.sol_desc {
  font-size: 14px;
}
.feature_copy {
  font-size: 14px;
}
.indent {
  padding-left: 15px;
  font-size: 12px;
  line-height: 18px;
}
/*-- FOOTER--*/
.sf_footer {
  clear: both;
  background-image: url(uploads/pic_footerbkgd.gif);
  background-position: center top;
  background-repeat: no-repeat;
  color: #c0c0c0;
  font-size: 11px;
  text-align: center;
  padding-top: 40px;
  height: 55px;
  min-height: 55px;
  width: auto;
}

/*-- BANNER --*/
.sf_banner {
  display: none;
}

/*-- POP-UP WINDOWS --*/
#fixedtipdiv {
  position: absolute;
  padding: 10px;
  border:1px solid #888888;
  font:normal 12px Arial;
  line-height: 18px;
  z-index: 100;
}

/*-- LOGIN FORM --*/
.login {
  background-image: url(uploads/loginbox_bkgd2.gif);
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  width: 238px;
  height: 217px;
  min-height: 217px;
}
form, div.container {
  position: relative;
  margin: 0 auto 20px;
  padding: 54px 0 0 28px;
  display: inline-block;
  text-align: left;
}
.form_desc {
  font-size: 12px;
  padding-bottom: 4px;
  
}
input {
  width: 180px;
  margin-bottom: 7px;
}
label {
  color: #000000;
  float: left;
  padding: 0px 0px 3px 0px;
  width: 175px;
}
.forgot {
  font-size: 10px;
  margin: 0px 0px 3px 85px;
}
button {
  background-color: transparent;
  position: relative;
  border: none;
  width: 190px;
  text-align: right;
}