html                    { font: 75%/150% "Lucida Sans Unicode", "Lucida Grande", sans-serif; }

abbr                    { border-bottom: dotted 1px; border-color: inherit; cursor: help; }
address                 { margin: 1em 0; font-style: normal; }
.displayNone            { display: none; }
.hidden                 { position: absolute; left: -999em; }
.clear                  { display: block; clear: both; height: 1px; line-height: 1px; font-size: 1px; }


/* * * * * *  headings  * * * * * */
h1, h2, h3, h4, h5, h6  { margin: 32px 0 12px; font-size: 1em; }
h1                      { font-size: 2em; font-weight: normal; }
h2                      { font-size: 1.5em; border-bottom: solid 1px #eee; padding-bottom: 5px; }
h3                      { font-size: 1.25em; }


/* * * * * *  lists  * * * * * */
ul                      { margin: 1em 0; padding: 0 0 0 2em; list-style: square; }
ul li                   { padding-left: 0px; list-style: square; }
ol                      { margin: 1em 0 1em 2em; padding: 0; }


/* * * * * *  links  * * * * * */
a                       { color: #ef9800; text-decoration: underline; }
a:visited               { color: #b17816; }
a:hover                 { text-decoration: none; }
a:focus,
a:active                { background: yellow; }


/* * * * * *  images  * * * * * */
img                     { border: none; }


/* * * * * *  forms  * * * * * */
form                    { margin: 0; padding: 0; }
fieldset                { margin: 1em 0; padding: 1em; border: solid 1px #dadada; background: #f5f5f5; }
fieldset legend         { padding: 6px 12px; font-weight: bold; font-size: 1.09em; color: black; background: #d9d9d9; }
input,
textarea                { margin: 0; padding: 3px 3px; font-size: 1em; font-family: Arial, Helvetica, sans-serif; border: solid 1px #dadada; }
textarea                { font-size: 12px; }
select                  { font-size: 1em; font-family: Arial, Helvetica, sans-serif; }
input.submit            { padding: 4px 8px 3px; cursor: pointer; border: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif;
                          border: solid 1px #ffa969; color: black; background: #ffcc45 url(submit.gif) 0 0 repeat-x; }

html               { margin: 0; padding: 1em 0; color: #434343; background: #ffffff; }
body               { width: 900px; margin: 0 auto; color: black; background: white; }
body:after         { display: block; clear: both; content: " "; }


/* * * * * *  html 5 fix  * * * * * */
section,
article,
header,
footer,
nav,
aside,
hgroup             { display: block; }


/* * * * * *  layout  * * * * * */
#header            { }
#content           { display: inline; float: left; width: 620px; margin: 0 0 15px 0px; }
#sidebar           { display: inline; float: right; width: 248px; margin: 12px 0px 15px 0; position: relative; }


/* * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * *  HEADER AND FOOTER THINGS   * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * *  logo  * * * * * */
#header .logo                      { position: relative; border-bottom: solid 3px #666; width: 100%; height: 110px;}
#header .logo h1                   { position: absolute; top: 0px; left: 0px; margin: 0; }
#header .logo a:focus              { background-color: transparent; }
#header .logo h2                   { position: absolute; top: 66px; left: 290px; margin: 0; font-size: 1.25em; color: #aaa; border: none; }

/* * * * * *  footer  * * * * * */
#footer                            { width: 100%; font-size: 0.916em; color: #666; clear: both; }
#footer .width                     { position: relative; border-top: solid #eee 1px; }
#footer a                          { color: #d5d5d5; }
#footer p                          { margin: 0; }
#footer p small                    { font-size: 1em; }
#footer p.copyright                { display: inline; margin: 5px 0 10px; float: left; }


/* * * * * * * * * * * * * * * * * * * * */
/* * * * * *  SIDEBAR THINGS   * * * * * */
/* * * * * * * * * * * * * * * * * * * * */

#sidebar h1                        { font-size: 1.5em; margin: 20px 0 5px; padding-bottom: 8px; background: url(col_h2.gif) 0 100% no-repeat; }
#sidebar p.banner                  { margin: 17px 0; text-align: center; }

/* * * * * *  nav menu  * * * * * */
.navMenu                           {  }
.navMenu ul                        { margin: 0; padding: 0; list-style: none;}
.navMenu ul li                     { padding: 0; background: none; list-style: none;}
.navMenu ul li a                   { display: block; padding: 5px 15px 5px; text-decoration: none; font-weight: bold; border-bottom: solid 1px white;
                                     color: #333; background: #eee; }
.navMenu ul li ul li a             { padding-left: 40px; font-weight: normal; background-position: 28px 10px; }
.navMenu ul li a:hover             { background-color: #ddd; }


/* * * * * * * * * * * * * * * * * * * * * * */
/* * * * * *  MAIN CONTENT THINGS  * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * */

/* * * * * *  floats  * * * * * */
.floatBoxes                        { width: 100%; margin: 2em 0; }
.floatBoxes:after                  { display: block; clear: both; content: " "; }
.floatBoxes article                { display: inline; float: left; width: 298px; margin: 0 10px 10px 0; background: #eee; }
.floatBoxes article.last           { margin-right: 0; }
.floatBoxes article a              { display: block; padding: 20px 10px 10px; color: black; text-decoration: none; }
.floatBoxes article a:hover        { background: #ddd; }
.floatBoxes article a h1           { margin: 0 0 10px; font-size: 1.166em; font-weight: bold; text-align: center; border: none; }
.floatBoxes article a p            { margin: 0; }


/* * * * * *  news list  * * * * * */
.newsList article h1               { margin: 12px 0 3px; font-size: 1.166em; font-weight: bold; border: none; }
.newsList article p                { margin-top: 0; }

.floatBoxes h1,
.newsList h1                       { font-size: 1.5em; border-bottom: solid #eee 2px; padding-bottom: 5px;}

.newsList article { border-bottom: solid 1px #eee; margin-bottom: 0.5em;}
.newsList article header {color: #666; padding-bottom: 0.5em;}