/* FILE:  default.css */

/* Color Scheme:
   #1e1e1e
   #d2d2d2
   #fff
   #08778e
   #84041f
   */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End - CSS Reset */


/* General Styles */
body {
   font: normal 82.5%/1.5em Verdana, Helvetica, Geneva, sans-serif;
   color: #333;
   background: #d2d2d2 url(../images/background_swirl.png) repeat-x;
}

a:link, a:visited {
   color: #08778e;
   text-decoration: none;
}
a:focus, a:hover, a:active {
   outline: none;
   color: #08778e;
}

h1, h2, h3, h4{
   color: #84041f;
   text-shadow: .05em .05em #ddd;
   font-family: Garamond, Palatino, serif;
   margin-bottom: 20px;
   line-height: 1em;
}

h1 {
   font-size: 2.7em;
   margin: 0;
}

h2 {
   font-size: 2.2em;
}

h3 {
   font-size: 1.7em;
}

h4 {
   font-size: 1.5em;
   letter-spacing: 0.2em;
}

p{
   margin-bottom: 10px;
}

.underline_text{
   text-decoration: underline;
}

.bold_text{
   font-weight: bold;
}

.italic_text{
   font-style: italic;
}

input { outline:none; }

.clear{
   clear: both;
}
/* End - General Styles */


/* Header */
#header {
   width: 900px;
   height: 170px;
   margin: 30px auto 0;
}

#header>h1{
   height: 120px;
   width:900px;
   background: #087288 url(../images/header.png);
}

#header>h1 a{
   float: left;
   margin: 32px 0 0 25px;
   padding: 0;
   width:  350px;
   height: 67px;
   background: url(../images/logo.png) no-repeat;
   _background-image: none;
   _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png',sizingMethod='scale');
   text-indent: -9999px;
   cursor: pointer;
   text-decoration: none;
}

@media screen and (max-width: 800px) {
   #header{
      height: auto;
      width: 90%;
   }

   #header>h1{
      width: 100%;
   }

   #header>h1 a{
      margin: 32px 0 0 20px;
      width: 240px;
      background: url(../images/logo_800.png) no-repeat;
   }
}
/* End - Header */


/* Main (top) navigation */
#mainNav,
#stickyMenu {
   height: 50px;
   background: #087288 url(../images/nav.png);
   font-size: 1.1em;
   line-height: 2em;
}

#mainNav a:active, #mainNav a:link, #mainNav a:visited,
#stickyMenu a:active, #stickyMenu a:link, #stickyMenu a:visited { 
   text-decoration: none;
   color: #fff;
}

#mainNav li,
#stickyMenu li {
   float: left;
   cursor: pointer;
}

#mainNav a,
#stickyMenu a {
   display: block;
   padding: 10px 30px;
}

#mainNav li:hover,
#mainNav li.current,
#stickyMenu li:hover,
#stickyMenu li.current {
   background: url(../images/menu_highlight.png) 0 0 repeat-x;
}

@media screen and (max-width: 800px) {
   #mainNav,
   #stickyMenu{
      height: auto;
   }
   #mainNav li{
      float: none;
      padding: 0;
      text-align: center;
      height:50px;
   }

   #stickyMenu{
      font-size: .8em;
   }

   #stickyMenu li{
      padding: 0 15px;
   }

   #mainNav li:hover,
   #mainNav li.current {
      background: url(../images/menu_highlight_mobile.png) 0 0 repeat-x;
   }
}

/* IE7 fix */
#mainNav li:hover, #mainNav li.sfhover { position: static; }

#stickyMenu{
   display:none;
   width: 100%;
   position:fixed;
   top: 0px;
   z-index: 9999;
}
/* End - Main (top) navigation */


/* Sidebar */
#sidebar{
   float: right;
   width: 25%;
   height: 400px;
   padding: 15px;
   border-width: 1px;
   border-style: solid;
   border-color: #ccc;
}

#sidebar h4{
   margin-bottom: 25px;
}

#sidebar .update{
   margin-bottom: 20px;
}

#sidebar .header{
   font-family: Verdana, Helvetica, Geneva, sans-serif;
   color: #84041f;
}

#sidebar .description{
   color: #333;
}

@media screen and (max-width: 800px) {
   #sidebar{
      display:none;
   }
}
/* End - Sidebar */


/* Content */
#content {
   margin: 0 auto;
   padding: 30px 50px;
   width: 800px;
   min-height: 500px;
   _height: 500px;
   text-align: left;
   background: #fff;
   -webkit-box-shadow: 0 2px 8px #777;
   -moz-box-shadow: 0 2px 8px #777;
   box-shadow: 0 2px 8px #777;
}

#main{
   float: left;
   width: 65%;
   position: relative;
   padding-bottom: 50px; /* space between here and the disclaimer */
}

.disclaimer{
   font-size: 0.8em;
   color: #999;
   line-height: 1.2em;
   text-align: justify;
}

@media screen and (max-width: 800px) {
   #content{
      width: 90%;
      padding: 0;
   }

   #main{
      margin: 30px;
      width: 80%;
      padding-bottom: 0;
   }

   #main a{
      border: 1px solid #999;
      display:inline-block;
      margin: 5px 0;
      padding: 10px;
   }

   .disclaimer{
      padding: 0 20px 20px;
   }
}
/* End - Content */


/* Page bottom */
#footer {
   margin: 0 auto 40px auto;
   padding: 10px 0 40px;
   background: #1e1e1e;
   width: 900px;
   color: #fff;
   text-align: center;
   font-size: 1em;
   letter-spacing: .03em;
   -webkit-box-shadow: 0 3px 8px #777;
   -moz-box-shadow: 0 3px 8px #777;
   box-shadow: 0 3px 8px #777;
}

@media screen and (max-width: 800px) {
   #footer{
      padding: 20px 0;
      width: 90%;
   }
   #footer a{
      padding: 0 2px;
      display:inline-block;
   }
}

#footer a:link, #footer a:visited {
   color: #fff;
}
#footer a:focus, #footer a:hover, #footer a:active {
   color: #fff;
   outline: none;
}
/* End - Page Bottom */
