/* 
NLDA Home Page

Primary colors:

dark blue: #000066
light blue: #9999ff
yellow: #ffcc33
red: #cc3333
*/

html {
background: #9999ff;
}

ul, li, img, body, html {
margin: 0; padding: 0;
}

body {
font-size: 100%;
font-family: georgia, helvetica, arial, serif;
text-align: left;
color: #000066;
}

a { 
text-decoration: none;
color: #ffcc33;
}

a:hover {
text-decoration: underline;
}

a img {
border: none;
}

#container {
width: 760px;
height: 120px;
margin: auto;
}

#header {
 width: 760px;
 height: 120px;
 padding: 0px;
 margin: 0px 0px 5px 0px;
 }

#header h1 {
display: none;
}

#header p {
display: none;
}

/*DROPDOWNFUN*/
#nav li {
  /*float the main list items*/
  position: relative;
  margin: 2px;
  float: left;
  display: block;
  font-size: 105%;
  color: #FFCC33;
  background: #000066;
}

#nav li a {
  /*for all links in the list*/
  color: #FFCC33;
  display: block;
  height: 15px;
  width: 112px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 10px;
}

#nav li ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
  top: 25px;
  left: 0px;
  height: 15px;
  padding-top: 10px;
}

#nav li.on a {
  /*change border color for active topic area*/
  border: 1px solid #FFCC33;
}

#nav li.on ul a, #nav li.off ul a {
  /*  cancel inherit of border
      on subnav of active topic */
  border: 0;
}

#nav li.on ul a, #nav li.off ul a {
  display: none;
  float: left;
  border: 0;
  color: #FFCC33;
  width: 112px;
  margin-right: 15px;
}

#nav li.on:hover ul, #nav li.off:hover ul, #nav li.over ul {
  /*  display the other topics when
      their parent is hovered */
  display: none;
  z-index: 6000;
}

#faux {
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
}

#main {
 float: left;
 color: #000066;
 margin-top: 5px;
 margin-bottom: 5px;
 padding-top: 3px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 5px;
 width: 465px;
 height: 805px;
 background: white;
 display: block;
 position: relative;
}

#main h2{
 font-family: georgia, times, serif;
 font-weight: normal;
 font-size: 1.3em;
 color: #cc3333;
 text-align: center;
}

#main p{
 font-family: helvetics, arial, san-serif;
 font-size: .8em;
}

#sidebar {
 position: relative;
 display: block;
 color: #000066;
 margin-top: 5px;
 margin-bottom: 5px;
 padding-top: 1px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 5px;
 width: 248px;
 height: 807px;
 background: white;
 float: right;
}

#sidebar h3 {
 font-family: georgia, times, serif;
 font-weight: normal;
 font-size: 1.3em;
 text-align: center;
 color: #cc3333
 }
 
#sidebar a {
font-family: helvetica, serif;
font-size: .9em;
color: #000066;
text-decoration: none;
padding: 5px 0 5px 5px; 
}

#sidebar ul { 
 list-style: none;
}

/*FEEDBURNER WIDGET*/
div.feedburnerFeedBlock {
border: 2px solid #cc3333;
background: white;
padding-top: 2px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
}

.feedburnerFeedBlock p.feedTitle {
font-weight: bold;
font-size: 99%;
text-align: center;	
}

.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none;
font-size: 89%;
}

.feedburnerFeedBlock ul li {
padding-top: 0px;
padding-left: 1px;
padding-left: 1px;
padding-bottom: 1px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #E0E0E0;
}

.feedburnerFeedBlock ul li span.headline a {
color: #990000;
text-decoration: none;
display: block;
}

.feedburnerFeedBlock ul li span.headline a:hover {
color: #535353;
}

#creditfooter {
display: none;
}

#footer { 
 width: 760px;
 clear: both;
 position: relative;
 color: #ffcc33;
 background: #000066;
 margin-top: 2px;
 padding: .2em 0em .2em 0em;
 text-align: center;
 font-size: .8em;
}

.clear { clear: both; background: none; }