/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5; background-color: #0c2548;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:12px; background: #0c2548 url(/images/bg.gif) repeat-x; color:#000; font-family: Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:30px; color: #183661; line-height:1; padding: 0px; margin-bottom:0.5em;}
h2 {font-size:24px; color: #183661; line-height:1;margin-bottom:0px;}
h3 {font-size:21px; color: #999775; margin-bottom:0.75em; border-bottom: 1px solid #999775;line-height: 25px;}
h4 {font-size:18px; color: #183661; line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#23366d;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 2.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* grid.css */
.container {width:960px;margin:0 auto;}
.middle {background: #fff;}
.showgrid {background:url(src/grid.png);}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
.last, div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {width:950px;margin:0;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box { padding:1em;margin-bottom:1.5em;background:#E5ECF9; font-size: 1em;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0px;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {}
.error {background:#F9F7BA;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

label.error {
background-color: transparent;
color:#8a1f11;
display:block
}

.v11 {
width: 80px;
text-align:right;
vertical-align:top;
}

/**********
 * SIDEBAR
 ***********/

.sidebar {
width: 344px;
margin-bottom: 40px;
z-index: 100;
}

.sidebar .head {
 height: 55px;
 background-image: url(/images/sidebartop.png);
 padding: 0px 30px;
}

.sidebar h2 {
 height: 24px;
 padding-top: 30px;
}

.sidebar .body {padding: 0px 30px; background: url(/images/sidebar.png) repeat-y; }
.home .sidebar .foot{height: 15px; background-image: url(/images/sidebarfoot.png);}
.sidebar .foot{height: 227px; background-image: url(/images/fpsidebarfoot.jpg);}
/**** MENU
***************/


#badge {
 position:absolute;
 top:370px;
 right:950px;
 display:block;
 width: 150px;
 height: 150px;
 background-image: url(/images/badge.png);
}

* html #badge {
 background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/badge.png', sizingMethod='scale');
}
 
 #header {height:180px; background: url(/images/header.png) repeat-x #fff; width: 100%; text-align:center;}
 
 .home #header {height:490px; background: url(/images/fpheader.png) repeat-x #000; width: 100%; text-align:center;}
 
 #logo {position:relative; margin: 0; height:120px; float:left}
 
 #logo a {text-indent: -9999px; height:120px; width:450px; display:block;}
 
 ul#topnav {list-style: none; left:430px; padding-top:20px; z-index: 20000, color:#94b3d7; height: 25px;}
 #topnav li {display: inline; color: #94b3d7; padding: 3px 6px 3px 6px; }
 #topnav li a {display: inline; margin: 0 0 10px 0; text-decoration: underline; color: #94b3d7}


 
 
 
 /****************************
 MENU
  ****************************/
  
  #menuWrapper{

  z-index: 10000;
  }
  #menu {margin-left:190px}
  
  #header .home-menu {height:3.8em;}
  
  .last_item { border-right:    none; }
  
  
  #search {}
  #search form, #search input {margin:0; padding:0}
  input#keywords {color:#999; background-color: #eee; width: 160px; font-size: 1em; padding:3px}
  #search .submit {text-transform: uppercase; background-color: #ccc; padding:3px}
  
  /****************************
  MAIN SECTION
   ****************************/
   
   #homeText {width:400px; height: 330px;  margin:-45px 0 28px 0; padding-left:540px; color: #eeecce; text-align:left;}
   #homeText h1 {margin:0; color:#fffac1; background: none; font-size: 36px; display: block; border-bottom: none}
   #homeText p, #homeText ul {margin:0; padding:10px 10px 0 20px;  font-size: 13px}
   #homeText li {margin-left: 35px}
   #homeText a:link, #homeText a:visited {color:#fff; text-decoration: underline}
   #homeText a:link, #homeText a:visited {color:#fff; text-decoration: none}
   html > .homespacer {height: 546px; width: 100%; display: block}
   
   
   #breadcrumbs {padding: 0 0 .5em .5em; margin: 0 0 1em 0; border-bottom: 1px solid #eee}
   
   
   .coltitle { 
     text-transform: uppercase; 
       font-size:1em;
         line-height:22px;
   font-weight:bold;
     padding:0 0 2px 20px;
       margin: 0 0 10px 0;
         border-bottom: 1px solid #ccc;
 }
 
 .image {float:left; margin: 0 1em .25em 0; padding: 3px; border: 1px solid #ccc;}
 
 #titlearea {padding-top:1em; padding-left:1em}
 .titlearea h1 {margin-top:.5em}
 .date_location {}
 .titlearea h4.date_location, .titlearea h4.author {margin-bottom:.2em}
 
 .entry {margin:0 0 15px 0; border-bottom: 1px solid #ddd}
  {font-size:1.5em;line-height:1;margin-bottom:1em;}
 .entry ul {list-style: none}
 .entry li {list-style-type: none}
 
 
 .rightcol li {margin-left: 2em}
 
 #leftcol ul, #leftcol li {list-style: none; margin: 0}
 #leftcol li {display: block}
 #leftcol li a {display: block; padding:5px; color: #fff; text-decoration:none; margin-bottom:1px}
 #leftcol li a:link, #leftcol li a:visited {background-color:#273f6e; border-left:4px solid #779fce  }
 #leftcol li a:hover, #leftcol li a:active {background-color:#779fce }
 
 
 /****************************
 FOOTER
  ****************************/
  #footer {
   clear: both;
   text-align: center;
   margin:  0px 0px 0px 0px;
   padding: 20 0px 1px;
   color:#fff;    
   background: #21355B url(/images/footer.gif) repeat-x;
   filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#21355b', endColorstr='#0c2548');
   background: -webkit-gradient(linear, left top, left bottom, from(#21355b), to(#0c2548));
   background: -moz-linear-gradient(center top , #21355b, #0c2548) repeat scroll 0 0 transparent;
  }
  #footer ul {
    padding:  20px 0 0px 0;
    margin: 0px;
  }
  #footer li {
   list-style-type: none;
   display: inline;
   border-right: 1px solid #999;
   padding:  0 10px 0 10px;
  }
  #footer li.last_item { border-right:    none; }
   #footer a {passing:3px}
   #footer a:link, #footer a:visited {
      color:  #fff; 
   }
   #footer a:hover, #footer a:active {
      color:  #000;
      background-color: #fff;
   }
   
   .center{
   text-align:center;
   }
   
   #copy {
    text-align:center;
    padding: 10px 0 50px 0;
   }
   
   
   
   