/* CSS Document */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #0D1337;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #6F6F6F;
    background-position: center top;
}

#container {
    min-height: 100%;
    position: relative;
}

#header {
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    height: 493px;
}

#nav {
    padding-left: 28px;
    padding-top: 195px;
    width: 214px;
    float: left;
}

ul#navigation {
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 14px;
    margin: 0px;
}

ul#navigation li {
    padding-left: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

ul#navigation li a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding-left: 25px;
    margin: 0px;
    padding-top: 12px;
    display: block;
    width: 189px;
    line-height: 16px;
    padding-bottom: 12px;
    height: 15px;
    outline: none;
}

ul#navigation li a.on {
    background-image: url(images/nav_on.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}

ul#navigation li a:hover {
    background-image: url(images/nav_on.png);
    background-repeat: repeat-y;
    color: #FFFFFF;
    text-decoration: none;
}

#slideshow {
    width: 629px;
    padding-top: 173px;
    height: 305px;
    float: right;
    padding-right: 29px;
}

#body {
    background-repeat: repeat-y;
    margin-right: auto;
    margin-left: auto;
    width: 900px;
    background-image: url(images/body_bg.png);
}

#content {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 0px;
    background-image: url(images/right_top.png);
}

#frame {
    width: 840px;
    margin-right: auto;
    margin-left: auto;
}

#left {
    float: left;
    width: 220px;
}

#left_box {
    background-image: url(images/left_bg.png);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    border: 1px solid #D5D5D6;
    margin-top: 15px;
    padding: 10px;
}

#left_box blockquote {
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
}

#left iframe {
    border: 5px solid #CCCCCC;
}

#left_box ul {
    margin-top: 5px;
    padding-left: 25px;
}

#right {
    width: 585px;
    float: right;
    padding-left: 0px;
    padding-top: 17px;
    padding-right: 5px;
    padding-bottom: 0px;
}

#right iframe {
    border: 5px solid #CCCCCC;
}

#right ul {
    margin-top: 4px;
}

#footer {
    bottom: 0;
    width: 850px;
    height: 70px;
    background-image: url(images/footer.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-right: auto;
    margin-left: auto;
    color: #49453C;
    font-size: 11px;
    line-height: 13px;
    padding-top: 55px;
    padding-left: 50px;
}

#footer a {
    font-size: 11px;
    line-height: 13px;
    color: #49453C;
}

/*----- Classes--------*/

.item {
    padding: 10px;
    border: 1px dotted #CCCCCC;
    margin-bottom: 15px;
}

.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;
}

.contact table {
    width: 100%;
    border-collapse: collapse;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.contact td {
    color: #333333;
    padding: 0.5em;
    text-align: center;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    background-image: url(images/tablebg.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.contact .input {
    padding: 2px;
    background-color: #F2F2F2;
    color: #333333;
    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: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 97%;
}

.picright {
    float: right;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.picleft {
    float: left;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.header {
    font-size: 26px;
    font-weight: normal;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 30px;
}

.subheader {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 20px;
}

.galimg {
    background-image: url(images/tablebg.png);
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
    padding: 7px;
    margin: 5px;
}

.locations {
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
    text-align: center;
    padding: 5px;
    background-image: url(images/tablebg.png);
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
}

.locationsCopy {
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
    text-align: center;
}

.image {
    float: right;
    background-image: url(images/tablebg.png);
    background-repeat: no-repeat;
    padding: 8px;
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.logo {
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border: 1px solid #CCCCCC;
    margin-top: 10px;
}

.clear {
    clear: both;
}

a.gallery:link {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    background-color: #8B0000;
    margin-right: 100px;
    margin-left: 100px;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CC3300;
    border-right-color: #660000;
    border-bottom-color: #660000;
    border-left-color: #CC3300;
    font-style: italic;
}

a.gallery:hover {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    background-color: #D50000;
    margin-right: 100px;
    margin-left: 100px;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CC3300;
    border-right-color: #660000;
    border-bottom-color: #660000;
    border-left-color: #CC3300;
    font-style: italic;
}

a.gallery:active {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    background-color: #EC0000;
    margin-right: 100px;
    margin-left: 100px;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #660000;
    border-right-color: #CC3300;
    border-bottom-color: #CC3300;
    border-left-color: #660000;
    font-style: italic;
}

a.gallery:visited {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    background-color: #8B0000;
    margin-right: 100px;
    margin-left: 100px;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CC3300;
    border-right-color: #660000;
    border-bottom-color: #660000;
    border-left-color: #CC3300;
    font-style: italic;
}

/*------------ Elements -------------*/

h1 {
    font-weight: normal;
    font-size: 14px;
    display: inline
}

h2 {
    font-weight: normal;
    font-size: 14px;
    display: inline
}

h3 {
    font-weight: normal;
    font-size: 14px;
    display: inline
}

h4 {
    font-weight: normal;
    font-size: 14px;
    display: inline
}

img a {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

a:link {
    color: #49453c;
    text-decoration: underline;
}

a:visited {
    text-decoratoin: underline;
    color: #49453c;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

tr td {
    vertical-align: top;
}

.prj {
    background-image: url(images/prj_bg.png);
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    margin-top: 5px;
    margin-bottom: 5px;

}

.prjbox {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    background-color: #F4F8FB;
    border: 1px solid #E1ECF4;
    padding-top: 10px;
}

img {
    border: none;
}

.image2 {
    background-image: url(images/tablebg.png);
    background-repeat: no-repeat;
    padding: 9px;
    border: 1px solid #CCCCCC;
    margin: 0px;
}

a.request:link {
    display: block;
    text-align: center;
    padding: 10px;
    border: 2px solid #CCCCCC;
    background-color: #E6E6E6;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 22px;
    outline: none;
}

a.request:hover {
    background-color: #F4F4F4;
    border: 2px solid #DBDBDB;
    text-decoration: none;
    outline: none;
}

a.request:visited {
    display: block;
    text-align: center;
    padding: 10px;
    border: 2px solid #CCCCCC;
    background-color: #E6E6E6;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 22px;
    outline: none;
}

a.request:active {
    background-color: #F4F4F4;
    border: 2px solid #DBDBDB;
    text-decoration: underline;
    outline: none;
}

.noshow {
    display:none;
}
.contact  table {
    width:90%;
    border-collapse:collapse;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.contact td {
    color:#333333;
    padding:0.5em;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
}

.contact .input {
    padding: 2px;
    background-color: #F2F2F2;
    color: #333333;
    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: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 97%;
}
.contact .textarea {
    padding: 2px;
    background-color: #F2F2F2;
    color: #333333;
    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: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 97%;
    height:100px;
}
.input {
    border:1px solid #666;
}