@charset "UTF-8";
/* CSS Document */

body {
 color: #a7a9ac;
 font-family:Lucida Grande, Arial;
 font-size:70%;
 margin:0px;
 padding:0px;
 background-color:#d9d9d9;
} 

a img {
 border:0;
 padding:0;
}

p {
padding:0px 0px 8px 0px;
margin:0px;
line-height:1.4em;
}

ul {
line-height:1.3em;
}

/* Default link styles */

a {
 color:#009ddc;
 text-decoration:underline;
}

a:hover {
 color:#a7a9ac;
}

/* Accessible style*/

.accessible {
visibility:hidden;
display:none;
}

a.accessible {
visibility:hidden;
display:none;
} 
 
/* Positioning */

div#container {
margin:auto;
width:920px;
padding:20px;
background-color:#FFFFFF;
}

div#logoHeader {
width:920px;
height:55px;
background:url(../images/northandeast_logo.gif) no-repeat;
border-bottom:solid 1px #a7a9ac;
}

div#contentHolder {
width:930px;
padding:10px 0px 20px 0px;
}

div#contentSingleColumn {
float:left;
width:300px;
padding:0px 10px 0px 0px;
}

div#contentDoubleColumn {
float:left;
width:610px;
padding:0px 10px 0px 0px;
}

div#mainTitleHolder {
width:920px;
border-bottom:solid 1px #a7a9ac;
}

div#divider {
width:920px;
border-bottom:solid 1px #e4e5e6;
height:10px;
margin-bottom:5px;
}

/* Birthday */

div#blogNav {
width:auto;
float:right;/*
position:relative;
left:750px;
z-index:10;
*/background-color:#e4e5e6;
padding:10px;
margin-top:10px;
}

/* Headings & text styles */

h1 {
font-size:13pt;
margin:0px 0px 5px 0px;
font-weight:normal;
}

h2 {
font-size:13pt;
font-weight:normal;
margin:0px 0px 5px 0px;
}

h3 {
font-size:11pt;
color:#009ddc;
font-weight:bold;
margin:0px 0px 5px 0px;
}

.blue {
color:#009ddc;
font-weight:bold;
}

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

/*---- Header styling ---*/