body {
        font-family: arial, sans-serif;
        font-size: 9pt;
        background: url('images/background.jpg') #434449 no-repeat fixed;
        margin: 5px 0px;
        padding: 0px;
        color: #fff;
}

h1 {
                margin: 0;
                margin-top: 8px;
                margin-left: 12px;
                font-size: 24px;
                color: #A3B0FE;
}

h2 {
               font-size: 14pt;
}

#content {
        margin: 0px auto;
        padding: 0px;
        width: 780px;
        background-color: #202020;
}

#contentwrapper {
                float: left;
        border: solid 1px #000;
}

#header {
        background-image: url("images/header.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        width: 780px;
        height: 185px;
                margin: 0px auto;
}

#flashbanner {
                background-color: #202020;
                width: 780px;
                height: 40px;
}

#language {
       float: right;
       padding-right: 10px;
       margin-top: 160px;
       color: #fff;
}

#language a {
       font-size: 8pt;
       color: #fff;
       text-decoration: underline;
}

#language a:hover {
       color: #999;
       text-decoration: none;
}

/* ------------------------------- 
        Navigation
--------------------------------*/

#navbar {
        float: left;
        width: 780px;
        height: 40px;
        background: url('images/nav_bg.jpg') repeat-x;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  margin-left: 15px;
  border: 0 none;
  padding: 0;
  list-style: none;
  height: 24px;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: auto;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 38px;
  left: 0px;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 120px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
        padding: 12px 10px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #888 url("images/nav_bg.jpg") repeat-x top;
  color: #fff;
  font: 8pt Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background: #888 url("images/nav_bg2.jpg") repeat-x top;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  padding: 5px;
  background: #888 url("images/nav_bg.jpg") repeat-x top;
  border: 1px #0E0E0E solid;
  color: #fff;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #888 url("images/nav_bg2.jpg") repeat-x top;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #888 url("images/nav_bg.jpg") repeat-x top;
  border: 1px #0E0E0E solid;
  color: #fff;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #888 url("images/nav_bg2.jpg") repeat-x top;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #888 url("images/nav_bg.jpg") repeat-x top;
  border: 1px #0E0E0E solid;
  color: #fff;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #888 url("images/nav_bg2.jpg") repeat-x top;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 119px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

/* ----------------------------------- 
                Main
----------------------------------- */

#main {
        float: left;
        width: 760px;
        padding: 0 10px 20px 10px;
        margin: 0px;
        background-color: #202020;
        color: #ddd;
}

#main a {
                color: #fff;
                text-decoration: underline;
                cursor: pointer;
}


#main a:hover {
                color: #00A2C1;
                text-decoration: underline;
}

.heading {
                float: left;
                height: 40px;           
}

.section {
                clear: left;
                float: left;
}

.bottom {
                clear: left;
                float: left;
                height: 11px;
}

#mainPages {
                margin-top: 10px;
                margin-left: -2px;          
}

#mainPages .heading {
                width: 760px;
                background: url('images/main_top.jpg');
}

#mainPages .section {
                width: 740px;
                min-height: 300px;
                padding: 10px;
                background: #2F2F2F url('images/main_bg.jpg') no-repeat top;
}

#mainPages .bottom {
                width: 760px;
                background: #2F2F2F url('images/main_bottom.jpg') no-repeat;
}

#mainPages img {
                border: 5px #fff solid;
                margin: 10px;
}

#news {
                float: left;
                margin-top: 10px;
}

#news .heading {
                width: 300px;
                background: url('images/news_top.jpg');
}

#news .section {
                width: 300px;
                height: 230px;
                background: url('images/news_bg.jpg') no-repeat bottom;
}

.onenews {
                float: left;
                margin: 5px 0;
}

#news .onenews:first-child {
                margin-top: 10px;
}

.date {
                float: left;
                margin-left: 3px;
                text-align: center;
                width: 70px;
                font-weight: bold;
}

.text {
                float: right;
                width: 224px;
}

.text a {
                color: #ccc;
                text-decoration: none;
}

.text a:hover {
                color: #DDD;
                text-decoration: underline;
}

#more {
                float: right;
                margin-top: -10px;
                /*margin-left: 10px;*/
                padding-right: 10px;
                color: #00A2C1;
}

#more a {
                color: #00A2C1;
                text-decoration: underline;
                cursor: pointer;
}


#more a:hover {
                color: #fff;
                text-decoration: underline;
}

#flash1 {
                margin-top: 10px;
                float: right;
                padding-right: 10px;
                width: 433px;
                /*border: solid 4px #fff;*/
}

#aboutus {
                float: left;
                margin-top: 20px;
}

#aboutus img {
                border: solid 1px #ddd;
}

#aboutus .heading {
                width: 470px;
                background: url('images/about_top.jpg');
}

#aboutus .section {
                width: 470px;
                height: 210px;
                background: url('images/about_bottom.jpg') #3B3B3B no-repeat bottom;
}

#abouttext {
                float: left;
                margin-top: 15px;
                padding-left: 12px;
                width: 300px;
}

#aboutimage {
                float: right;
                margin-top: 20px;
                margin-right: 12px;
}

#events {
                float: right;
                margin-top: 20px;
                margin-left: 15px;
}

#events p {
                padding-left: 30px;
                margin-top: 15px;
}

#events p:first-child{
                margin-top: 25px;
}

#events .heading {
                width: 270px;
                background: url('images/events_top.jpg');
}

#events .section {
                width: 270px;
                height: 205px;
                padding-top: 5px;
                background: url('images/events_bg.jpg') #3B3B3B no-repeat bottom;
}

#events .abouttext {
                padding: 2px 12px;
}

#flash2 {
                float: left;
                margin-top: 20px;
                width: 459px;
                padding-left: 15px;
                /*border-top: solid 9px #fff;
                border-bottom: solid 9px #fff;
                border-left: solid 6px #fff;
                border-right: solid 6px #fff;*/
}

#poll {
                float: left;
                margin-top: 20px;
                margin-left: 15px;
}

#poll p {
                margin: 10px 0;
                padding-left: 10px;
}

#poll input {
                margin-left: 10px;
                margin-right: 15px;
}

#poll .heading {
                width: 270px;
                background: url('images/events_top.jpg');
}

#poll .section {
                width: 270px;
                height: 235px;
                background: url('images/poll_bg.jpg') center bottom no-repeat #3B3B3B;
}

.submit {
        float: left;
        height: 25px;
        cursor: pointer;
        border: 0;
        background: #999;
        color: #666;
        font-weight: bold;
        padding: 0px 15px;
        background: url('images/poll_submit_bg.gif') repeat-x left top; 
}

.leftedge a, .rightedge a {
                display: block;
                height: 25px;
                width: 6px;
}

.leftedge {
        float: left;
        margin-left: 85px;
        margin-right: -10px;
        width: 5px;
        height: 25px;
        background: url('images/poll_submit_left.gif') repeat-x left top;               
}

.rightedge{
        float: left;
        margin-left: -15px;
        width: 6px;
        height: 25px;
        background: url('images/poll_submit_right.gif') repeat-x left top;              
}

#tpoll {
        margin-left: 30px;
        margin-right: 30px;
}

#address {
                float: right;
                margin-right: 60px;
}

#contact {
                float: left;
                margin-top: 10px;
}


#address img {
                border: 0;
                vertical-align: middle;
}

#subscribe {
                margin-top: 5px;
                padding: 2px;
                background: #303030;
                text-align: center;
                font-size: 8pt;
}

#subscribe input {
                font-size: 8pt;
}

/* ----------------------------------- 
                Footer
----------------------------------- */

#footer {
        clear: both;
        height: 40px;
        width: 780px;
        background: url('images/footer_bg.jpg') repeat-x center;
        font-size: 12px;
        text-align: center;
        color: #fff;
}

#footer a:link, a:active, a:visited {
        color: #fff;
        text-decoration: none;
}

#footer a:hover {
        color: #fff;
        text-decoration: underline;
}

#copyright {
                float: left;
                padding-left: 10px;
                
}

#gloversure {
                float: right;
                padding-right: 10px;
}

.clear {
                clear: both;
}

/* Map Table */

.map {
               width: 100%;
}

.places {
               vertical-align: middle;
}

.mappic {
               text-align: right; 
}

img.mappic {
               border: 2px;
}
