/* Main structure */
#container {
  width: 1017px;
  margin: 10px auto;
  background-image: url(/images/border.jpg);
  background-repeat: repeat-y;
  background-position: top;
}

#content {
  min-height: 500px;
  margin-left: 254px;
  margin-right: 192px;
  padding: 30px 24px;
  background-image: url(/images/vertical_dashed.png);
  background-repeat: repeat-y;
  background-position: top;
}

#nav {
  height: 28px;
  margin: 0px 22px 0px 7px;
  padding: 0px 3px 0px 248px;
  background: #003366;
  color: #ffffff;
  border-bottom: 5px solid white;
}

#left {
  width: 239px;
  margin-left: 7px;
  float: left;
  border-bottom: 5px solid white;
}

#right {
  width: 165px;
  margin-right: 22px;
  padding-left: 5px;
  float: right;
  background: white;
  border-bottom: 5px solid white;
}

#footer {
  clear: both;
  background: #003366;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  padding: 8px 0px;
  margin: 0px 22px 0px 7px;
  border-top: 5px solid white;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
  font-style: normal;
}

/* Left navigation */
#left ul {
  list-style-type: none;
}

#left ul li {
  width: 239px;
  background-image: url(/images/button_bg.jpg);
  background-repeat: no-repeat;
  color: #003366;
  font-weight: bold;
}

* html #left ul li { display: inline; } /* IE6 workaround */
* + html #left ul li { display: inline; } /* IE7 workaround */

#left ul li a, #left ul li p {
  display: block;
  height: 22px;
  padding: 8px 0px 0px 30px;
  color: #003366;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

#left ul li a:hover {
  color: #ffffff;
}

#left ul li ul li {
  background: #e6e6e1;
}

#left ul li ul li a {
  height: 20px;
  padding: 5px 0px 0px 30px;
  font-weight: normal;
}

#left ul li ul li a:hover {
  color: #003366;
  background-image: url(/images/left_menu_rollover.jpg);
  background-repeat: no-repeat;
}

/* Box */
.box {
  border: thin solid #E6E6E1;
  padding: 10px;
  color: #032d56;
}

.box h2 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 5px;
}

.box ul {
  padding-left: 15px;
}

.box h1 a {
  display: block;
  margin-bottom: -10px;
  font-weight: normal;
}

/* Drop down navigation */
#cnk_sec_tree a {
  margin-top: -3px;
  display: block;
  text-decoration: none;
  font-style: normal;
  color: #ffffff;
  background: #003366;
  padding: 8px 10px 8px 10px;
  border-top: 1px solid #fff;
}

#cnk_sec_tree li {
  float: left;
  list-style: none;
}

#cnk_sec_tree li.sep {
  padding-top: 5px;
}

#cnk_sec_tree li ul {
  position: absolute;
  left: -999em;
  width: 12em;
  height: 1%; /* http://css-class.com/articles/explorer/sticky/ */
}

#cnk_sec_tree li ul a {
  margin-top: 0px;
  width: 12em;
}

#cnk_sec_tree li ul a:hover
{
  background-color: #369;
}

#cnk_sec_tree li:hover ul, #cnk_sec_tree li.sfhover ul {
  left: auto;
}

/* News page */
#news-left {
  float: left;
  width: 161px;
}

#news-left a {
  font-style: normal;
}

#news-right {
  float: right;
  width: 351px;
}

p.read-more {
  margin-top: -20px;
}

p.published {
  color: #999999;
  margin-top: -10px;
  font-size: 90%;
}

#news-right h1 a {
  padding-bottom: 2px;
  display: block;
  font-style: normal;
  background-image: url(/images/horizontal_dashed.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}

/* Picture gallery */
#gallery {
  width: 545px;
}

div.picture {
  float: left;
  width: 244px;
  margin-right: 27px;
}

div.picture p {
  margin: -10px 0 20px 0;
}

div.picture p a {
  float: right;
  margin-bottom: 20px;
}

/* Partners */

td { 
  padding: 20px 0px;
}

tr {
  background-image: url(/images/horizontal_dashed.jpg);
  background-repeat: repeat-x;
  background-position: top;
}

tr:first-child {
  background: none;
}

td + td {
  text-align: right;
  vertical-align: middle;
  padding-left: 5px;
}

/* Contacts */
.contact {
  width: 260px;
  float: left;
  padding-bottom: 20px;
}

.contact h4 {
  background-image: url(/images/horizontal_dashed.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 10px 0 10px 0;
  height: 1em;
}

.email {
  font-weight: bold;
}

.email a {
  font-weight: normal;
  font-style: normal;
}


/* Content-area styles */
#content ul {
  padding-left: 15px;
}

#content ol {
  padding-left: 20px;
}

/* Main styles - applicable to whole site */
body {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #003366;
}

p {
  padding: 10px 0px;
}

h3 {
  color: #0099cc;
  font-size: 14px;
  font-weight: bold;
  padding-top: 1em;
}

img.front {
  margin: -39px 0px 30px -24px;
  width: 571px;
}

a {
  color: #032d56;
  text-decoration: none;
  font-style: italic;
}

a:visited {
  color: #032d56;
}

a:hover {
  color: #0099cc;
}

h1.error {
  color: #ff3333;
  padding-bottom: 1em;
  font-size: 2em;
}
