/* DOS CSS Evolution: Heron - index            DAR       */
/* Version 1.0                                Aug 2010   */

/*------ index page style sheet                     ----*/


/*------------------- strap stuff -------------------------------*/

.strapline {
  display: block;
  padding: 0 0 1em 0;
  margin: 50px 0 0 0;
  font-size: 150%;
  font-family: Arial;
  font-weight: bold;
  color: #0059BC;
}

/*------------------- info bar stuff -------------------------------*/

.infobarwrapper {
    color: #999999;
   	float: left;
	margin-right: 1%;
    margin-top: 1.5em;
	height: 150px;
	width: 960px;
	background: #ffffff url("../images/img/info_bar_image.gif") repeat-x;
}

#block_1
	{
	float: left;
	width: 32%;
	margin-left: 33%;
	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
	float: left;
	width: 30%;
	margin-left: -65%;
    padding-left: 1%;
   	}
#block_3
	{
	float: left;
	width: 32%;
    padding-left: 1%;
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the necessary height (unless fixed)*/
#wrapper
	{
    /* Normally a Holly-style hack height: 1% would suffice but that causes IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
	float/**/: none;  /*IE hack*/
	}
    /* easy clearing */
#wrapper:after
	{
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}

/*------------------- info bar list stuff -----------------------*/

#infonavtitle {
    color: #5BADFF;
    padding: 0.25em;
    width: 90%;
    font-size: 120%;
    background: url("../images/img/dotted.gif") repeat-x bottom;
}

#infonav {
    float: left;
    padding: 0 0.5em;
    width: 100%; /*relative to block size not page*/
    font-size: 90;
}

#infonav a:hover {
    color: #333;
    cursor: hand;
}

#infoimg {
    float: left;
    padding: 0 0.5em;
}

/*------------------- info bar version 2 ---------------------------*/

#infolist {
    width: 100%;
    color: #777;
}

#infolist ul {
    margin-left: 2em;
}

#infolistjustify {
  text-align: justify;
  display: block;
}


#inavtitle {
    color: steelblue;
    padding: 0.25em;
    margin-top: 1em;
    width: 90%;
    font-size: 120%;
    font-weight: bold;
    background: url("../images/img/dotted.gif") repeat-x bottom;
}

#inav {
    float: left;
    padding: 0 0.5em;
    width: 100%; /*relative to block size not page*/
    font-size: 90%;
}

#ileftcolumn {
    display: inline;
    margin: 0px;
    padding: 0px;
    width: 22%;
    height: 85em;
    float: left;
    font-family: Arial;
    font-size: 90%;
    background: #eeeeee;
}

#imiddlecolumn {
    display: inline;
    margin-left: 10px;
    padding: 0px;
    width: 28%;
    float: left;
    font-family: Arial;
    font-size: 90%;
}

#irightcolumn {
    display: inline;
    margin-left: 10px;
    padding: 0px;
    width: 46%;
    float: left;
    font-family: Arial;
    font-size: 90%;
}

#inav li {
    font-weight: bold;
}

#inav a:hover {
    color: #333;
    cursor: hand;
}

#inavimg {
    float: left;
    padding: 0 0.5em;
}
/*------------------- end info bar stuff ---------------------------*/

/*------------------- headline and link line -----------*/

#message {
  padding-left:5px;
  font-weight: bold;
  font-size: 90%;
  color: #0059BC;
}

#message a {
  font-size: 100%;
  color: #0059BC;
}

#message b {
  color: #000;
  font-weight: normal;
}

#messagecontent {
  color: #c00;
}

/*------------------- weather line -----------------*/

#weather {
  color:#000000;
  font-size:10px;
  width:120px;
  text-align:center;
  margin-left:0.1em;
}

#weatherframe {
  width:120px;
  height:400px;
  background:#D9DEFF;
}

#weatherdiv {
  height:14px;
  width:120px;
  text-align:left;
  background-color:#D9DEFF;
}

#weatherdiv a {
  text-decoration: none;
  color:#000000;
  font-family:Arial,Verdana,Tahoma,Times New Roman;
  font-weight:normal;
  font-size:10px
}

