html, body, div, span, a, img, h1, h2, h3, h4, h5, h6, hgroup, p, dl, dialog, dt, dd, ol, ul, li, abbr, acronym, address, b, big, blockquote, cite, code, del, dfn, em, i, ins, kbd, pre, q, samp, tt, var, small, strong, sub, sup, object, iframe, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section, figure, menu, time, mark, audio, video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

textarea, input, select {
    font-family: inherit;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    white-space: normal;
    text-align: left;
    margin: 0;
    padding: 0;
}

article, aside, footer, header, nav, section, dialog, figure, hgroup, menu {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

del, ins {
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

nav ul {
    list-style-type: none;
}

body {
    font-family: "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    background: white;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: normal;
}

b, strong, th, thead, dt, legend {
    font-weight: bold;
}

big {
    font-size: 125%;
    line-height: 80%;
}

ul, ol {
    margin-left: 1.5em;
}

ul {
    list-style: disc outside;
}

ol {
    list-style: decimal outside;
}

body {
    font-size: 75%;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
}

h1, h2 {
    line-height: 40px;
    margin-bottom: 20px;
}

h1, h2, h3, h4 {
    margin-top: 20px;
}

h1 {
    font-size: 36px;
    top: 5px;
}

h2 {
    font-size: 28px;
    top: 8px;
}

p, pre, address {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: 5px;
}

ul, ol, dl, dialog {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
    margin-top: 0;
}

.page {
    width: 980px;
    position: relative;
    margin: 0px auto;
}

.page:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.column {
    margin-left: 20px;
    display: block;
    float: left;
}

.first {
    margin-left: 0;
    clear: left;
}

header, section, div {
    padding-bottom: 0px;
}

.width1 {
    width: 180px;
}

.width2 {
    width: 380px;
}

.width3 {
    width: 580px;
}

.width4 {
    width: 780px;
}

.width5 {
    width: 980px;
}

html, body {
	background-color: #E0E0E0;
}

a {
    text-decoration: none;
    color: #0a7bc1;
    font-weight: normal;
    border-bottom: 1px dotted #0a7bc1;
}

a:hover {
    border-bottom: none;
}

h2 {
    font-size: 36px;
    top: 5px;
}

h3 {
    font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h4 {
    font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 24px;
    color: #565552;
}

.clear {
    clear: both;
}

#header {
    padding-top: 20px;
    position: relative;
    z-index: 300;
}

#logo h1 {
    background-color: transparent;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin: 0 0 18px 0px;
}

#logo h1 a {
    background: transparent url(../img/header_logo.jpg) no-repeat scroll 0 0;
    border-bottom: medium none;
    display: block;
    overflow: hidden;
    width: 230px;
    height: 40px;
	text-indent: -9999px;
}

#main-menu ul {
    margin: 0 -15px 0 0;
    padding: 0;
    float: right;
}

#main-menu ul li {
    float: left;
    list-style: none;
    margin: 0 0;
}

#main-menu ul li a {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 15px;
    margin-left: 15px;
    display: block;
    font-weight: normal;
    color: #000;
    background: #eae9e4;
    border-bottom: none;
    -webkit-transition-property: background;
    -webkit-transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in-out;
}

#main-menu a:hover, #main-menu a.active {
    background: #000000;
	color: #FFFFFF;
}

#main-menu ul li a.nomargin {
    margin: 0;
}

#main-menu ul li a:hover, ul.navigation li a.active {
    color: #FFFFFF;
    border: none;
}

#content {
    padding: 80px 0;
}

#homewrapper {
    background-color: #ffffff;
}

#home {
    padding: 20px 0;
}

#home_footer_top p {
    font-size: 32px;
    line-height: 36px;
    color: #575651;
}

#home_footer_top {
    margin-bottom: 20px;
}

#homewrapper a {
    color: #0086c3;
}

#footerwrapper {
    width: 100%;
	height: 100%
    position: relative;
    z-index: 2;
	background-color: #e0e0e0;
}

#footer {
    padding: 20px 0;
}

#footer a {
    color: #000;
    font-weight: normal;
    border-bottom: none;
}

#footer p {
    color: #56554f;
}

#subfooter {
    border-top: 1px solid #c1c0b8;
    padding: 0px 0 40px;
    margin-top: 19px;
}

#subfooter p {
    color: #56554f;
}

#subfooter a {
    margin-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

#subfooter ul {
    float: left;
    margin: 0;
    padding: 0;
}

.unitx10 {
	width: 980px;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

p.twitter, p.copy {
    float: right;
    text-align: right;
    width: 568px;
}

#subfooter p.twitter a {
    padding-bottom: 3px;
    padding-left: 35px;
    margin-right: 0px;
}

#subfooter p.twitter a:hover {
}

p.twitter img {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
}

#bigwrapper {
    background-color: #FFF;
}

.front #bigwrapper {
    height: 160px;
	background: transparent url(../img/header_school.jpg) repeat-x scroll center center;
	background-color: #e88320;
}

.foot_col {
    margin-right: 40px;
    width: 215px;
    float: left;
    border-top: 1px solid #C1C0B8;
}

.foot_col_one {
    margin-right: 40px;
    width: 345px;
    float: left;
    border-top: 1px solid #C1C0B8;
}

.foot_col_two {
    margin-right: 40px;
    width: 340px;
    float: left;
    border-top: 1px solid #C1C0B8;
}

.last {
    margin: 0;
}

#footer_col {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    font-size: 110%;
}

#footer_col h2 {
    font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 24px;
    color: #56554F;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

#footer_col h3 {
    margin-top: 0;
    font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#footer_col h3.client a {
    color: #0086C3;
    font-weight: normal;
}

#footer_col h3 a {
    color: #000000;
    font-weight: bold;
}

#footer_col ul {
    padding: 0;
    margin-left: 0;
}

#footer_col ul li {
    list-style: none;
}

#footer_col p, #footer_col ul li {
    color: #494945;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

#footer_col a {
    color: #0086C3;
}

#footer_col span.date {
    font-size: 11px;
}

#footer_col_two .column {
    margin-left: 0;
}

.front #subfooter {
    border: 0;
    margin-top: 0;
}

p#strapline {
    font-family: "proxima-nova-1", "proxima-nova-2", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: lighter;
    line-height: 42px;
    color: #565552;
    margin: 20px 0 20px 0;
}

.hide {
    display: none;
}