﻿/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
del {
	text-decoration:line-through;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}

/* Fix up nested lists */
ul li ul li 
{
    list-style: circle outside;
}
ul li ul li ul li
{
    list-style: square outside;
}
dl dd
{
    margin-left: 1em;
}
th,td {
	padding:.5em;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

p,fieldset,table,pre {
	margin-bottom:1em;
}
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"]
{
	padding:1px;
}
input[type="text"],
input[type="password"],
textarea
{
  font-weight: normal;
  font-family: "Courier New", Courier, monospace;
}

#hd #logo
{
  background: url('../images/sunshine_banner.png') no-repeat 80px top;
  height: 210px;
  cursor: pointer;
}
#hd #logo #stripe, #hd #logo #affil
{
  background-color: #00f;
  color: #fff;
  text-align: center;
  font-weight: bold;
  top: 190px;
  position: relative;
  width: 570px;
}
#hd #address
{
/*  width: 160px; */
  float: right;
  padding-top: 12px;
  color: #009;
  text-align: right;
}
#hd #motto
{
  display: none;
}
.sc
{
    font-variant: small-caps;
}

.pagenav
{
    color: #000099;
    font-weight: bold;
    text-align: center;
}
.thisnav
{
    color: #000099;
    text-align: center;
}

a:link
{
    color: #000099;
}
a:visited
{
    color: #000066;
}
a:active
{
    color: #FF0000;
}
h1, h2, h3, h4, h5, h6
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1
{
    color: #FF0000; /* font-size:large; */
    font-size: 182%; /* 24px */
}
h2
{
    color: #0000FF;
    font-weight: 400;
}
p.byline
{
    font-size: 85%; /* 10px */
    font-weight: bold;
    margin-top: 0;
}
p.fnote
{
    font-size: 77%; /* 10px */
}
div.pic_l
{
    float: left;
    clear: left;
    width: 112px;
    margin: 4px;
    text-align: center;
}
div.pic_l p
{
    clear: left;
    font-size: 77%; /* 10px */
    font-style: italic;
    margin-top: 0;
}
div.pic_r
{
    float: right;
    clear: right;
    width: 112px;
    margin: 4px;
    text-align: center;
}
div.pic_r p
{
    clear: right;
    font-size: 77%; /* 10px */
    font-style: italic;
    margin-top: 0;
}
.nobul, .nobul ul, .nobul li
{
    list-style: none;
}
.bp
{
  font-size: 77%;
  text-align: center;
  color: #900;
}
.errmsg
{
  color: #FF0000;
  display: none;
  font-weight: bold;
}
fieldset.formset, fieldset.formset div
{
  border: 2px groove #ccc;
  margin: .5em;
  padding: .5em;
}
