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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

html, body {
    height: 100%;
}

body {
    font-size: 15px;
    font-family: Arial, sans-serif;
    text-align: center;
    background: #0b4f8b;
    color: #d8d6d8;
	overflow-y: scroll;
}

.clearer {
    clear: both;
}

img {
    vertical-align: top;
}

a {
    color:#d8d6d8;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#top_shadow {
    background: url("../images/top_shadow.png") repeat-x left top;
    height: 8px;
    font-size: 0px;
    overflow: hidden;
    margin-bottom: -8px;
    position: relative;
    min-width: 830px;
    z-index: 2;
}

* html #top_shadow {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/top_shadow.png', sizingMethod='scale');
}

#container {
    margin: 0px auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 830px;
    position: relative;
    z-index: 1;
    text-align: left;
    overflow: visible;
}

#page {
    width:100%;
    padding:0 0 70px;
}

.push {
    height: 60px;
}

@media screen {
    body>div#footer {
        position: fixed;
    }
}

#footer {
    width:100%;
    height:60px;
    overflow:hidden;
    margin:-60px 0 0;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    background: #f4f3f5 url("../images/footer_bg.gif") repeat-x left top;
}

.top_images {
    float: right;
    margin-bottom: 5px;
}

.top_images .left_corner, .top_images .right_corner {
    width: 13px;
    height: 83px;
    float: left;
    font-size: 0px;
}

.top_images .left_corner {
    background: url("../images/image_shadow_left.png") no-repeat left top;
}

* html .top_images .left_corner {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/image_shadow_left.png', sizingMethod='crop');
}

.top_images .right_corner {
    background: url("../images/image_shadow_right.png") no-repeat left top;
}

* html .top_images .right_corner {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/image_shadow_right.png', sizingMethod='crop');
}

.top_images .images {
    text-align: center;
    float: left;
    height: 76px;
    padding-bottom: 7px;
    background: url("../images/image_shadow.png") repeat-x left top;
}

* html .top_images .images {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/image_shadow.png', sizingMethod='scale');
}

.top_images .images span {
    display: inline-block;
    padding: 4px 6px 0px;
    height: 72px;
    background: #d8d6d8;
}

.top_images .images span.first {
    padding-left: 0px;
}

.top_images .images span.last {
    padding-right: 0px;
}

.spacer {
    height: 60px;
}

h1 {
    font-family: "Myriad Pro";
    font-size: 29px;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h2 {
    font-family: "Myriad Pro";
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: normal;
}

p {
    line-height: 24px;
}

p big {
    font-size: 15px;
}

.home_leftcol {
    width: 340px;
    float: left;
}

.slidehow {
    width: 462px;
    overflow: visible;
    float: right;
    position: relative;
    z-index: 5;
}

.slides {
    list-style-type: none;
    width: 448px;
    height: 252px;
    position: relative;
    overflow: hidden;
    border: solid 7px #d8d6d8;
}

.slides li {
    width: 448px;
    height: 252px;
    position: relative;
    background: d8d6d8;
}

.slides li a {
    text-decoration: none;
}

.zoom {
    display: none;
    width: 100px;
    height: 35px;
    background: url("../images/zoom.png") no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -17px;
    cursor: pointer;
}

* html .zoom {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/zoom.png', sizingMethod='crop');
}

.zoom.visible {
    display: inline-block;
}

.arrow_slide {
    display: inline-block;
    width: 38px;
    height: 38px;
    cursor: pointer;
    overflow: hidden;
    text-indent: 1000px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    z-index: 11;
}

.arrow_slide.prev_slide {
    background: url("../images/arrow_left.png") no-repeat left top;
    left: -16px;
}

.arrow_slide.next_slide {
    background: url("../images/arrow_right.png") no-repeat left top;
    right: -16px;
}

* html .arrow_slide.prev_slide {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/arrow_left.png', sizingMethod='crop');
}

* html .arrow_slide.next_slide {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/arrow_right.png', sizingMethod='crop');
}

#footer_content {
    width: 830px;
    margin: 0px auto;
    text-align: left;
}

.bottom_nav {
    list-style-type: none;
}

.bottom_nav li {
    margin-right: 100px;
    float: left;
}

.bottom_nav li.last {
    margin-right: 0px;
}

.bottom_nav li a {
    display: inline-block;
    font-size: 17px;
    color: #191919;
    text-decoration: none;
    line-height: 50px;
    padding-top: 10px;
}

.bottom_nav li a:hover, .bottom_nav li a.active {
    background: url("../images/nav_arrow.gif") no-repeat center 1px;
}

.bottom_nav li a.active {
    color: #0b4f8b;
}

.text_column {
    width: 330px;
    margin-right: 10px;
    float: left;
}

.gallery_thumb {
    position: relative;
    display: inline-block;
}

.gallery_thumb img {
    border: solid 5px #d8d6d8;
}

.small_spacer {
    height: 60px;
}

.internal_text {
    padding: 10px 0px 30px;
}

.images_column {
    width: 250px;
    float: left;
}

.images_text_column {
    width: 570px;
    float: right;
}