/* $Id: style.css,v 1.1.2.11 2009/03/13 00:58:30 psynaptic Exp $ */

/* Add your custom CSS here */

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #fff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

div.jqDrag {cursor: move;}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

.block, .node-page {
   border: 1px solid #306A8C;
   margin: 0 0 25px 0;
   padding: 4px 6px 0px 6px;
   }

.block-aggregator-content {
   padding-bottom: 10px;
}

.menuimage {
   vertical-align: text-top;
   float: left;
   margin-right: 5px;
}

.front {
   background-color: #306A8C;
}

.textstyle_01 {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  font-weight: normal;
  color: #333333;
}

 .textstyle_02 {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  font-weight: bold;
  color: #306a8c;
}

.textstyle_03 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  line-height: 1.2em;
  font-weight: normal;
  color: #333333;
}
.textstyle_04 {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
	color: #333333;
	text-decoration: none;
        margin-bottom: 0.2em;
}

.cleared {
  clear: both;
}

.aboutimg {
  float: left;
  margin-right: 12px;
  margin-bottom: 20px;
}

.centered {
  text-align: center
}

#centre p {
   margin-bottom: 0.6em;
}
.footerlink {
  display: inline;
  float: right;
  margin-left: 80px;
  vertical-align: top;
  line-height: 1.0em;
}
.footercopy {
  margin-top: 5px;
  display: inline;
  vertical-align: baseline;
  line-height: 1.0em;
}
.sharebutton {
  margin-bottom: 15px;
}
.bold {
  font-weight: bold;
}
.logbox_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin:  0px 0px 0px 0px;
	padding: 4px 2px 0px 4px;
}
.logbox_02 {
  font-size: 11px
}
.lastp {
        margin-bottom: 1.4em;
}
