/*
  # Selects by id
  . Selects by class
*/

BODY {
  background: #999999;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size : 13px;
}

#Container {
  margin:0 auto; 
  background: #ffffff;
  width: 90%;
}/*
  # Selects by id
  . Selects by class
*/

#Header {
  background: #ffffff;
  width: auto;
  padding: 10px 10px 10px 10px;
  height: 100px;
  border-bottom: 2px solid #333399;
}

#HeaderGraphicLeft {
  width:50%;
  height:100%;
  float: left;
  vertical-align: middle;
  background: url(/_system/css/images/logo.png) no-repeat left;
}

#HeaderGraphicRight {
  width:50%;
  height:100%;
  float: right;
  vertical-align: middle;
  background: url(/_system/css/images/header_right.png) no-repeat right;
}

#HeaderContact {
    display:none;
}/*
  # Selects by id
  . Selects by class
*/

/* Navigation */

#Menu {
  font-size: 11px;
  float: left;
  width: 180px;
  margin-bottom: 1em;
  text-align: left;
}

.menuList {
  list-style-type: none;
  width: 180px;
  margin: 0px 0;
  margin-bottom: 1px;
  padding: 0;
  width: 170px;
  border: 1px solid #9A9A9A;
  border-bottom-width: 0;
  text-align: center;
  font-size: 90%;
}

.menuList li a {
  background: url(/_system/css/images/glossyback-blue.png) repeat-x bottom left;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  display: block;
  width: auto;
  padding: 3px 0;
  padding-left: 10px;
  text-decoration: none;
}

* html .menuList li a {
  /*IE only. Actual menu width minus left padding of A element (10px) */
  width: 160px;
}

.menuList li a:visited, .menuList li a:active {
  color: white;
}

.menuList li a:hover {
  background: url(/_system/css/images/glossyback-red.png) repeat-x bottom left;
  color: #ffffff;
}

.flag {
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

.flags {
  margin-bottom: 5px;  
}

.clear {
  clear: both;
}

.paddle_england_logo {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 170px;
    border-top: 2px solid #333399;
    border-bottom: 2px solid #333399;
}
/*
  # Selects by id
  . Selects by class
*/

#Main h1 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 22px;
  color: #333399;
}


#Main h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  color: #333399;
}

#Main h3 {
  margin-top: 10px;
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 14px;
  color: #333399;
}

#Main {
  width: auto;
  text-align: left;
  padding: 0px 10px 20px 10px;
  text-align: left;
  margin-left: 180px;
}

#Main p {
  font-size: 13px;
  color: #000000;
}

/* Links */
#Main a          { font-weight: bold; font-size : 13px; color: #cc3333; text-decoration:underline; }
#Main a:link     { font-weight: bold; font-size : 13px; color: #cc3333; text-decoration:underline; }
#Main a:visited  { font-weight: bold; font-size : 13px; color: #cc3333; text-decoration:none; }
#Main a:hover    { font-weight: bold; font-size : 13px; color: #cc3333; text-decoration:none; }
#Main a:active   { font-weight: bold; font-size : 13px; color: #cc3333; text-decoration:underline; }

/* Tables */
tr {
  vertical-align: top;
  text-align: left;
  border-width: 1px;
  border-color: black;
}

th {
  vertical-align: top;
  border-width: 1px;
  border-color: black;
  text-align: left;
}/*
  # Selects by id
  . Selects by class
*/

.block {
  margin-top: 1em;
  display: table;
}

.block .heading {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  color: #333399;
}

.block .title {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}

.block .blurb {
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  color: #000000;
}

.block .date {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  color: #606060;
}

.block .text {
  text-align: left;
  font-size: 12px;
  color: #000000;
}

.block img {
  float: left;
}

.block table tr th {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
}

.block table tr td {
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}
/*
  # Selects by id
  . Selects by class
*/

iframe {
  width: 99%;
  height: 600px;
  border: none;
  border-width: 0;
  scrolling: no;
  margin: 0;
}

.wideScreen {
  width: 670px;
  height: 400px;
}

object {
  width: 640px;
  height: 480px;
}

embed {
  width: 640px;
  height: 480px;
  display: block;
}

.noscriptHidden {
  display: block;
}

.noscriptVisable {
  display: none;
}/*
  # Selects by id
  . Selects by class
*/

#Footer {
  height:68px;
  width: 100%
  padding: 10px 20px 10px 10px;
  margin: 2px,2px,2px,2px;
  font-size: 10px;
  color: #999;
  background: #ffffff;
  text-align: center;
}

#Footer a {
  color: #888;
  text-align: left;
}