/* (c) visarc 2008 */

*
{
  font-family: Arial, Verdana, Sans-Serif;
}

html, body
{
  height: 100%;
}

body
{
  font-size: 9pt;
  background: #3B3B3B url(/_images/bg.jpg) no-repeat top center;
  background-attachment: fixed;
  text-align: center; /* ie */
  color: #8C8C8C;
  padding: 0;
  margin: 30px;
}

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: 200%;
  color: #de5f1e;
  text-transform: uppercase;
  background: #3B3B3B url(/_images/line.jpg) no-repeat bottom left;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

h2
{
  font-size: 150%;
  color: #ffffff;
  text-transform: uppercase;
}

h3
{
  font-size: 120%;
  color: #ffffff;
}

img
{
  border: none;
  margin: 0;
  padding: 0;
}

p
{
  padding: 0;
  margin: 0 0 10px 0;
  text-align: justify;
  line-height: 1.4em;
}

label
{
  color: #ffffff;
}

a, a:hover
{
  text-decoration: none;
  font-weight: bold;
  color: #de5f1e;
}

a:hover
{
  color: red;
}

th, td
{
  vertical-align: top;
}

th
{
}

/* */

#page
{
  position: absolute;
  top: 0px;
  left: 50%;
  width: 828px;
  text-align: left;
  margin: 0 0 0 -426px;
  padding: 0 8px 0 8px;
}

#header
{
  width: 828px;
  height: 152px;
  margin-bottom: 2px;
}

#nav
{
  width: 828px;
  text-align: right;
}

#nav ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li
{
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 29px;
}

#primary
{
  width: 828px;
  height: 29px;
  background: transparent url(/_images/nav-bg.jpg) repeat-x top left;
}

#primary a
{
  color: #ffffff;
  line-height: 29px;
  padding: 8px;
}

#primary a:hover, .active
{
  background: transparent url(/_images/nav-button-hl.jpg) repeat-x top left;
}

#secondary
{
  width: 828px;
  height: 29px;
}

#secondary a
{
  color: #de5f1e;
  padding: 8px;
}

#content
{
  float: left;
  width: 551px;
}

#content p, #content h2, #content h3
{
  width: 545px;
}

#content h3
{
  text-transform: uppercase;
}

#content ul
{
  list-style-type: none;
  padding: 0 !important;
  margin: 0 0 0 10px !important;
}

#content li
{
  background: transparent url(/_images/button-round.png) no-repeat top left;
  margin: 0 0 10px 0;
  padding-left: 30px;
  padding-top: 1px;
}

#right
{
  width: 270px;
  float: right;
  min-height: 600px;
}

#right .button
{
  margin-bottom: 8px;
}

#latestNews
{
  width: 270px;
  background: #121210 url(/_images/box-news.jpg) no-repeat top left;
}

#latestNewsInner
{
  padding: 70px 0 10px 18px;
  width: 237px;
}

#latestNewsInner h3
{
  font-size: 120%;
  margin-left: 1px;
  text-transform: uppercase;
}

#latestNewsInner .date
{
  color: #ffffff;
  font-style: italic;
}

#footer
{
  width: 828px;
  height: 80px;
  clear: both;
  position: relative;
  top: 20px;
  z-index: 200;
}

#footer ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer li
{
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 20px;
  padding: 0 8px 0 8px;
}

#footer a
{
  color: #8C8C8C;
}

#links
{
  width: 828px;
  height: 80px;
  background: transparent url(/_images/footer-bg.jpg) repeat-x top left;
  text-align: center;
  padding-top: 5px;
}

/* general columns */

.leftCol
{
  clear: both;
  float: left;
  width: 49%;
}

.rightCol
{
  float: right;
  width: 49%;
}

.leftCol p, .rightCol p
{
  width: 98% !important;
}

.bottomImage
{
  position: absolute;
  bottom: 81px;
  left: 8px;
}

/* floating links */

.sectionLink
{
  text-align: right;
  line-height: 22px;
  margin-right: 0px;
}

.sectionLink img
{
  position: relative;
  top: 6px;
}

/* image list ul */

.imageList
{
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.imageList li
{
  display: inline;
  padding: 0 !important;
  background: none !important;
}

.imageListVert
{
  list-style: none;
  margin: 0 0 0 3px !important;
  padding: 0 !important;
}

.imageListVert li
{
  margin: 0 !important;
  padding: 0 0 5px 0 !important;
}

/* form stuff */

fieldset
{
  width: 400px;
  margin: 0 0 20px 50px;
  padding: 20px;
  border: none;
  background-color: #666666;
  position: relative;
  top: 30px;
}

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: 240px;
  height: 16px;
  margin-top: 10px;
  margin-right: 20px;
  display: block;
  border: solid 1px #de5f1e;
  background-color: #ffffff !important;
}

fieldset select
{
  float: right;
  width: 240px;
  height: 20px;
  margin-top: 10px;
  margin-right: 20px;
  display: block;
  border: solid 1px #de5f1e;
  background-color: #ffffff !important;
}

fieldset input[type="submit"], fieldset input[type="button"], fieldset button, fieldset .button
{
  display: block;
  clear: left;
  float: right;
  margin-right: 0px;
  margin-top: 10px;
}

.errorBox
{
  float: right;
  width: 20px;
  height: 20px;
  background-color: transparent;
  margin-top: -20px;
  margin-left: 380px;
}

fieldset .error
{
  background: transparent url(/_images/error.png) no-repeat top left;
  display: block;
  width: 16px;
  height: 30px;
  position: absolute;
  margin-left: 2px;
  margin-top: 1px;
}

/* fieldset with table layout */

fieldset table th
{
  width: 12em;
  line-height: 1em;
  padding-top: 10px;
}

fieldset table select
{
  margin-left: 10px;
}

/* buttons */

input[type="submit"], input[type="button"], button
{
  cursor: pointer;
}

.paging
{
  clear: both;
}

.paging img
{
  position: relative;
  top: 6px;
}

.paging td
{
  padding-right: 10px;
}

.disabled
{
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
