html, body
{
  height: 100%;
}
body
{
  margin: 0;
  padding: 0;
  background: url(../images/cad_bg.png);
  background-repeat: repeat-y;
  font-family: Trebuchet MS, Arial;
  text-align: center;
}

h1, h2, h3, h4, p, a, img, ul, li
{
  color: #133368;
  padding: 0;
  margin: 0;
}

h1
{
  font-size: 32px;
}

h2
{
  font-size: 24px;
  margin-bottom: 10px;
}

h3
{
  font-size: 18px;
  margin-bottom: 10px;
}

h4
{
  font-size: 14px;
  margin-top: 10px;
}

h4.success
{
  text-align: center;
}

p
{
  font-size: 13px;
  margin-bottom: 10px;
}

p.caption
{
  font-size: 11px;
  display: block;
  float: right;
  width: 350px;
  text-align: center;
  margin: 0;
}

.footer, .mapcontrol
{
  font-size: 10px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.disclaimer
{
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
  padding: 0;
  color: #999999;
}

.footer img
{
  padding: 0 25px 10px 25px;
}

.slogan
{
  font-size: 16px;
  margin: 0;
  padding: 0;
}

span.date
{
  font-size: 10px;
  font-style: italic;
  padding-left: 25px;
}

span.filesize
{
  color: #990000;
}

a
{
  color: #0444BF;
  text-decoration: none;
  font-weight: bold;
}

a img
{
  border: none;
}

a:hover
{
  text-decoration: underline;
}

a.reduce
{
  display: none;
}

#container
{
  width: 750px;
  background: url(../images/main_bg.png);
  background-repeat: repeat-y;
  min-height: 100%;
  height: auto !important;
  padding-left: 59px;
  padding-right: 59px;
  margin: 0 auto;
  text-align: left;
  overflow: auto;
}

* html #container
{
  height: 100%;
}

ul.standard, ul.files
{
  list-style-type: none;
  padding-left: 25px;
  padding-right: 25px;
}

ul.standard
{
  margin: 25px;
  border-left: 3px solid #133368;
  border-right: 3px solid #133368;
}

ul.standard li, ul.files li
{
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px dotted black;
}

ul.files li a
{
  display: block;
  width: 100%;
}

ul#topmenu
{
  text-align: right;
  border: none;
  margin: 0;
}

ul#topmenu li
{
  display: inline;
  font-size: 12px;
}

ul#topmenu li a
{
  color: #133368;
  margin-left: 20px;
}

ul#topmenu li a:hover
{
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  border-bottom: 3px solid #133368;
}

p.formerror
{
  color: #990000;
  font-size: 14px;
}

ol
{
  list-style-type: decimal;
  margin-bottom: 25px;
  font-size: 12px;
}

ol.l_alpha
{
  list-style-type: lower-alpha;
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
  margin-right: 50px;
}


ol ol
{
  list-style-type: lower-roman;
}

ol li
{
  margin-bottom: 10px;
}

ol.terms li
{
  margin-bottom: 0;
  margin-left: 40px;
  font-size: 14px;
}

ol.termswrap
{
  margin-right: 50px;
  text-align: justify;
}

a.selected
{
  border-bottom: 3px solid #133368;
}

.t_margin
{
  float: left;
  width: 750px;
  margin-top: 25px;
}

.t_margin_xl
{
  float: left;
  width: 750px;
  margin-top: 70px;
}

div.newsitem
{
  padding-bottom: 10px;
  border-bottom: 1px solid #133368;
  margin-bottom: 25px;
}

ul#ifade
{
  width: 750px;
  height: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div.l_col
{
  width: 375px;
  float: left;
}

div.r_col
{
  width: 375px;
  float: left;
  text-align: right;
}

div.details
{
  text-align: center;
}

div.details p
{
  text-align: justify;
  margin-bottom: 15px;
}

div.details ul
{
  list-style-type: none;
  text-align: left;
  margin-left: 125px;
}


div.details ul li
{
  font-size: 14px;
  font-weight: bold;
}

div.details ul ul
{
  margin-bottom: 10px;
  margin-left: 0;
}

div.details ul ul li
{
  font-size: 12px;
  font-weight: normal;
}

div.rhinos
{
  width: 350px;
  float: right;
}

div.rhinos img
{
  padding-bottom: 5px;
}

.bold
{
  font-weight: bold;
}

#map
{
  width: 740px;
  height: 190px;
  border: 5px solid #133368;
}


#gallery ul
{
  list-style-type: none;
  margin-bottom: 10px;
}

#gallery ul li
{
  display: inline;
}

#gallery ul li img
{
  border: 3px solid #133368;
}

#gallery ul a:hover img
{
  border: 3px solid #0444BF;
}

label
{
  display: block;
  color: #133368;
}

input, textarea
{
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
}

input
{
  width: 300px;
  font: 24px Trebuchet, Arial;
}

input.submit
{
  width: 150px;
  font: 16px Trebuchet, Arial;
}

textarea
{
  width: 350px;
  font: 18px Trebuchet, Arial;
}

input:focus, textarea:focus
{
  border: 1px solid #133368;
}

#urgent h2, #urgent p
{
  color: #CC0000;
}

#urgent p
{
  font-size: 16px;
}

.t_notice
{
  float: left;
  width: 710px;
  margin-top: 70px;
  background-color: #FFFFCC;
  border: 3px solid #CC0000;
  padding: 17px;
}

.bold_underline
{
  text-decoration: underline;
  font-weight: bold;
}

#job_notice
{
  border: 2px groove #133368;
  background: #ececec;
  margin-top: 50px;
  padding: 20px;
}

#job_notice h3
{
  margin-bottom: 10px;
}

#twitter_feed
{
  margin-top: 25px;
}

#twitter
{
  font-size: 12px;
}

ul#twitter_update_list
{
  list-style-type: none;
  width: 350px;
  height: 120px;
  background: url(../images/twitter_bg.png) no-repeat;
}

ul#twitter_update_list li
{
  margin-left: 25px;
  margin-top: 50px;
}
