﻿/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html
{
    margin: 0;
    padding: 0;
    border: 0;
}
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, article, aside, dialog, figure, footer, header, hgroup, nav, section
{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section
{
    display: block;
}
body
{
    line-height: 1.5;
    background: white;
}
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
    float: none !important;
}
table, th, td
{
    vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
}
blockquote, q
{
    quotes: "" "";
}
a img
{
    border: none;
}
:focus
{
    outline: 0;
}

/* clearfix */
.clearfix:after, .container:after
{
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.clearfix, .container
{
    display: block;
}
.clear
{
    clear: both;
}

/* typography.css */
html
{
    font-size: 100.01%;
}
body
{
    font-size: 12px;
    color: #1c3f94;
    background: #fff;
    font-family: Arial, "Helvetica Neue" , Helvetica, sans-serif;
}
.cufon-loading body
{
    visibility: hidden;
}
h2, h3, h4
{
    color: #1c3f94;
    font-weight: bold;
}
h2
{
    font-size: 20px;
    margin-bottom: 10px;
}
h3
{
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px;
}
h4
{
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
    margin: 0;
}
p
{
    margin: 0 0 10px;
    line-height: 16px;
}
p.large
{
    font-size: 14px;
    line-height: 18px;
}
 

p a
{
    color: #0071d7;
    font-weight: bold;
}
p a:hover
{
    color: #1c3f94;
}
.left
{
    float: left !important;
}
p .left
{
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}
.right
{
    float: right !important;
}
p .right
{
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
}
a:hover
{
    color: #0071d7;
}
a
{
    color: #1c3f94;
    text-decoration: none;
}
a.external
{
    background: url("images/sprite.png") right bottom;
    color: #0071D7;
    padding: 0 16px 0 0;
}
a.external:hover
{
    color: #1c3f94;
}
blockquote
{
    margin: 1.5em;
    color: #666;
    font-style: italic;
}
strong, dfn
{
    font-weight: bold;
}
em, dfn
{
    font-style: italic;
}
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;
}

ul, ul li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

dl
{
    margin: 0 0 1.5em 0;
}
dl dt
{
    font-weight: bold;
}
dd
{
    margin-left: 1.5em;
}


/* wrapper */
body
{
    border-top: 5px solid #005cb9;
}

#wrapper
{
    width: 960px;
    margin: 0 auto;
}

/* header */

#wrapper
{
}
#header h1#title
{
    margin: 0px;
    float: left;
}
#header h1#title a
{
    background: url("images/sprite.png") no-repeat scroll 0 0 transparent;
    width: 251px;
    height: 50px;
    display: block;
    text-indent: -9999em;
}

/* navigation */

#main-menu
{
}
#main-menu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
#main-menu ul li
{
    padding: 0;
    margin: 0;
    float: left;
}
#main-menu ul li a
{
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding: 20px 15px;
    text-transform: uppercase;
}
#main-menu ul li.active a
{
    color: #0071d7;
}


/* content - TODO:addBear */

#content
{
    margin-left: 10px;
    min-height:700px;
}

.msie7 #content
{
    clear:both;
    
}




/* footer */
#footer
{
    background: url("images/sprite.png") no-repeat scroll left bottom transparent;
    clear: both;
    height: 86px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 165px;
    text-align: center;
}
#footer p.copyright
{
    font-size: 12px;
    text-transform: uppercase;
}
#footer p
{
    margin: 0 0 3px;
    font-size: 11px;
}
#footer p a
{
    text-decoration: underline;
    padding: 0 3px;
    color: #1c3f94;
}
