@import url(reset.css);
@import url(grid.css);

body{
  background: #0068b1 url(background.jpg) top left repeat-x;
  font: 12px Arial, Verdana, sans-serif;
}

h1{
  display: none;
}

img.float-right{
  margin: 10px 0 10px 10px;
  float: right;
}

img.float-left{
  margin: 10px 10px 10px 0;
  float: left;
}

img.contentimage {
  border: 1px solid #41587C;
  padding: 7px;
}

#container{
  min-height: 700px;
  margin-top: 20px;
}

#header{
  border: 1px solid #ffffff;
  margin-bottom: 20px;
  color: #ffffff;
  height: 225px;
  background: url(menu-background.gif) repeat-x;
  overflow: hidden;
}
#header h2{
  display: none;
}
#header ul{
  float: left;
  padding-left: 15px;
}
#header li{
  float: left;
  position: relative;
}
#header li a{
  line-height: 40px;
  margin-right: 15px;
  color: #ffffff;
  text-decoration: none;
}
#header li a:hover{
  text-decoration: underline;
}
#header ul li ul{
  display: none;
  position: absolute;
  z-index: 10;
  top: 36px;
  left: 0px;
  width: 250px;
  border-left: 1px solid #cccccc;
  padding-top: 3px;
}

#header ul li ul.open{
  display: block;
}
#header ul li ul li{
  float: none;
  margin-bottom: 5px;
}
#header ul li ul li a{
  line-height: 14px;
  color: #000000;
  padding: 0 3px;
}

#logo{
  width: 960px;
  height: 185px;
}

#sidebar{
  color: #ffffff;
}
#sidebar h2{
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  margin-left: 10px;
}
#sidebar h3{
  font-weight: bold;
  font-size: 13px;
  line-height: 35px;
  margin-top: 20px;
  margin-left: 10px;
  color: orange;
}
#sidebar p{
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}
#top-news{
  height: 520px;
}
#top-news, #old-news{
  background: #242c37 url(sidebar-background.gif) repeat-x;
}

#content{
  background: #ffffff url(content-background.gif) repeat-x;
  height: 520px;
  overflow: hidden;
  position: relative;
  width: 672px;
}
#content .wrapper{
  width: 4705px;
}
#content .section {
  margin: 0;
  padding: 0;
  position: relative;
  width: 672px;
  height: 520px;
  float: left;
}
#content .section .sub {
  background: #ffffff url(content-background.gif) repeat-x;
  height: 520px;
  position:relative;
  width: 672px;
}
#content .section .sub h2 {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-top:5px;
}
#content .section .sub h3{
  font-weight: normal;
  font-size: 12px;
  line-height: 35px;
  margin-top: 20px;
  margin-top: 20px;
  margin-left: 10px;
  color: #32569c;
}
#content .section .sub h4{
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 2px;
  margin-left: 10px;
  color: #32569c;
}
#content .section .sub h5{
  font-weight: normal;
  font-size: 8px;
  line-height: 5px;
  margin-top: 5px;
  margin-bottom: 3px;
  margin-left: 10px;
}

/* THIS does not work on Firefox 2/3 on windows
#content .section .text{
  height: 470px;
  overflow: auto;
}
*/
#content .section .sub p{
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 5px;
  margin-top: 0px;
}


#content .section .sub ul {
	list-style-type: square;
	margin-left: 25px;
	margin-right: 10px;
	margin-bottom: 5px;
	}

#content .section .sub a{
  color: #32569c;
}
#content .section .sub a:hover{
  text-decoration: none;
}  

/* Language Switch */
#content a.lang_link {
  display: block;
  position: absolute;
  right: 5px;
  top: 7px;
}

a:link, a:visited, a:active {
   color: orange;
   }

/* Accordian */                            
#content div.section li.without_title_margin h2{
  margin-bottom: 0;
  font: 12px Arial, Verdana, sans-serif;
}
#content div.section div.accordion_wrapper{
  margin-left: 8px;
  margin-right: 10px;
}              
#content div.section div.accordion h3 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-weight: bold;
}  
#content div.section div.accordion h3 a {
  color: #000;
  font-weight: bold;
}

#footer{
  margin-top: 20px;
  text-align: center;
  color: #cccccc;
  border: 1px solid #ffffff;
  border-bottom: 0;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  background: url(menu-background.gif) repeat-x;
  overflow: hidden;
}
