/* CSS Document */
html {
    height: 100%;
    background: url(images/bg.png) repeat-x top left #FFF;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: url(images/cloudsbg.jpg) no-repeat top center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    text-align: center;
    color: #6F6F6F;
}

/*------------ Elements -------------*/
h1 {
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    font-weight: normal;
    color: #3f6893;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}

h1 .small {
    font-size: .6em;
    font-style: italic;
}

h2 {
    font-size: 1.1em;
    font-weight: bold;
    color: #3f6893;
    margin: 0;
    padding: 0;
}

h3 {
    margin: 0;
    padding: 0;
    color: #3f6893;
    font-size: 1.4em;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
}

img, a img {
    border: none;
}

ul {
    line-height: 1.5em;
}

hr {
    width: 100%;
    height: 1px;
    background: none;
    border: none;
    border-top: 1px dotted #666;
    margin: 15px 0 15px 0;
}

a:link {
    color: #3f6893;
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
    color: #3f6893;
}

a:hover {
    text-decoration: none;
    color: #3f6893;
}

a:active {
    text-decoration: none;
}

#container {
    position: relative;
    width: 900px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#header {
    position: relative;
    background: url(images/header.jpg) no-repeat top left;
    width: 900px;
    height: 308px;
    margin: 0;
    padding: 165px 0 0 0;
}

#nav {
    position: absolute;
    top: 168px;
    left: 15px;
    width: 230px;
    height: auto;
    margin: 0;
    padding: 0;
}

ul#navigation {
    list-style: none;
    padding: 0;
    margin: 0px;
}

ul#navigation li {
    padding: 0;
    margin-bottom: 8px;
}

ul#navigation li a {
    color: #2c333c;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    margin: 0px;
    display: block;
    width: 216px;
    height: 22px;
    background: url(images/nav_off.png) no-repeat top left;
    padding: 6px 0 0 14px;
}

ul#navigation li a.on, ul#navigation li a:hover {
    background: url(images/nav_on.png) no-repeat top left;
    color: #3174b8;
    text-decoration: none;
}

#slideshow {
    width: 600px;
    height: 288px;
    padding: 0;
    margin: 0 0 0 268px;
}

#body {
    position: relative;
    width: 885px;
    height: auto;
    background: url(images/body_bg.png) repeat-y top left;
    margin: 0;
    padding: 0 0 0 15px;
}

#content {
    width: 870px;
    height: auto;
    background: url(images/right_top.png) repeat-x top left;
    margin: 0;
    padding: 0;
}

#left {
    position: absolute;
    top: 0;
    left: 30px;
    width: 220px;
    height: auto;
    margin: 0;
    padding: 0;
}

#lefttext {
    width: 190px;
    height: auto;
    background: url(images/left_bg.png) repeat-x top left #FFF;
    border: 1px solid #D5D5D6;
    border-top: none;
    padding: 20px 15px 20px 15px;
    font-size: 1.3em;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
}

#right {
    width: 565px;
    height: auto;
    padding: 35px 0 10px 0;
    margin: 0 0 0 270px;
    font-size: 1.3em;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.4em;
    color: #6F6F6F;
}

#footer {
    clear: both;
    width: 900px;
    height: 60px;
    background: url(images/footer.png) no-repeat top left;
    margin: 0;
    color: #4c759f;
    font-size: 1.1em;
    padding: 35px 0 0 0;
    text-align: center;
}

#footer p {
    font-size: .9em;
    text-align: right;
    margin-top: 20px;
    padding-right: 15px;
}

#footer a {
    color: #4c759f;
    text-decoration: none;
    margin: 0 5px 0 5px;
}

#footer .nomargin {
    margin: 0;
}

#footer a:hover {
    text-decoration: underline;
}

/*----- Classes--------*/
.item {
    margin-left: 7px;
    padding: 10px;
    background-color: #F7F9FB;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #D8E1EB;
    border-left-color: #D8E1EB;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D8E1EB;
}

.itemheader {
    background-color: #EDF0F3;
    display: block;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #CCD5DD;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    font-size: 16px;
    font-weight: bold;
}

.item ul {
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.item li {
    list-style-image: url(images/carat.gif);
}

.item blockquote {
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.floatright {
    float: right;
    margin: 5px 0 10px 15px;
}

.floatleft {
    float: left;
    margin: 5px 15px 10px 0;
}

.pic, .gallery img {
    border: 1px solid #333;
}

.locations {
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
    text-align: center;
    padding: 10px;
    background-color: #F7F9FB;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #EBF0F5;
    border-right-color: #D8E1EB;
    border-bottom-color: #D8E1EB;
    border-left-color: #EBF0F5;
}

.locations h2 {
    display: inline;
    font-size: 1em;
    font-weight: normal;
    color: #3f6893;
    margin: 0;
    padding: 0;
}

.imageRight {
    float: right;
    margin: 5px 0 10px 15px;
    border: 1px solid #cbcccd;
    background: #f2f2f2;
    padding: 6px;
}

.imageLeft {
    float: left;
    margin: 5px 15px 10px 0px;
    border: 1px solid #cbcccd;
    background: #f2f2f2;
    padding: 6px;
}

.clear {
    clear: both;
}

.noshow {
    display: none;
}

.show {
    display: block;
}

.redtext {
    font-weight: bold;
    color: #F00;
}

.bluetext {
    font-weight: bold;
    color: #00F;
}

.input {
    border: 1px solid #999;
}

.smaller {
    font-size: 11px;
    font-style: italic;
    line-height: 1.3em;
    font-weight: normal;
}

.products {
    width: 100%;
    height: auto;
    border: 1px solid #666;
    border-collapse: collapse;
}

.products td, .products th {
    border: 1px solid #666;
    padding: 5px;
}

.products th {
    font-weight: bold;
    font-size: 1em;
    background: #b9d6f3;
    color: #2c333c;
}

.products tr.even {
    background: #eeeeee;
}

ul#navigation li a.small {
    text-decoration: none;
    font-size: 13px;
}

.estimatebutton {
    background: #f4f4f4;
    border: 1px solid #bbbbbb;
    width: 190px;
    height: 56px;
    margin: 40px auto;
    position: relative;
    padding: 4px;
}

.download {
    position: absolute;
    right: 4px;
    bottom: 4px;
}