@import url("menu.css");
@import url("navigation.css");

body { text-align:center; background:#DBE6EC url(/images/mainbg.jpg) repeat-x top; height:100%;}
#site { display: block; background:#fff url(/images/site_bg.jpg) repeat-x  419px 0; min-width:960px;}
  
#header{ display:block; background:transparent url(/images/header_logo.jpg) no-repeat left top; height:95px; position:relative; z-index:100; border-bottom:1px solid #fff; overflow:hidden; }
  #header .logotype a { position:absolute; top:14px; left:18px;}

/* WRAPPER ONLY */
#wrapper { display:block; clear:both; text-align:left; background:url(/images/wrapper.jpg) repeat-x 0 0; margin:0 auto; padding:0 0 1em 0; border-top:5px solid #DCE7ED }

h1, h2, h3, h4, h5, h6 { 
    color: #034460;
}

h1, h2 { padding-bottom:.5em; border-bottom:2px solid #D2E1E8;}

#container {
  width: 100%;
  float: right;
  margin-left: -330px; 
}

#content {
  margin: 0px 20px 0px 350px;
  }

#secondary {
  float: left;
  width: 300px;
  padding: 0px 0px 0px 20px;
  position:relative;  background:#fff url(/images/secondary.jpg) no-repeat right top; 
}

#footer{ height:70px; display: block; width:100%; text-align:center; background:transparent; padding:1em 0 0 0}
	#footer .wf{ float:right; height:35px; width:100px; background:url(/images/wf.gif) no-repeat left 0px; padding-left:50px;  text-align:left; line-height:1.2em; color:#444;}
	#footer .wf:hover { color:#777} 
	#footer .copy{ float:left; width:250px; padding-left:20px; text-align:left; display:block; color:#034460}	
	#footer .counters{ text-align:center; margin:0px 150px 0 150px; display:block; }

#globalnav {
  display:block;
  padding:15px 0 5px 0px;
  color: #444;
  font-size:em;
  }

#globalnav p {
  font-size: .87em;
  } 
  
#globalnav a {
  /*color: #eee;*/
  } 

#globalnav strong {
  font-weight: bold;
  color: #555;
  }

#globalnav a:hover {
  /*color: #fff;*/
  }   

#sidenews {
     margin:1em; 
}
#sidenews .nitem, 
#news .nitem {margin:0 0 2.5em 0; display:block; clear:both;}

#sidenews .nitem img, 
#news .nitem img { background:#eee}

#sidenews .nitem p, 
#news .nitem p{
    margin:0 0 1.5em 0 !important; line-height:1.4em; color:#444;
}
#sidenews .ntitle, 
#news .ntitle { font:bolder 1.1em/1.5em Arial, Helvetica, sans-serif; padding:0}

#sidenews .newsdate,
#news .newsdate {
    color:#999; display:block; font:bold .9em/1em Arial, Helvetica, sans-serif;    padding:.3em 0;
    margin-bottom:0em;
} 
#news .descript { margin:1em 0 0 0}
.allnews { text-align:center; font-style:italic;}


/* CLEARFIX */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size:0;}
.clearfix {display: inline-block;} /* for IE/Mac */
html[xmlns] .clearfix {  display: block; }

/* IMG ALIGN */
img[align=left] {float:left; margin:0 1em 1em 0}
img[align=right] {float:right; margin:0 0 1em 1em}
  