/* PRESETS */
html {
   height: 100%;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #585858;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    background: url("../../assets/images/bg-top4.gif") repeat-x scroll center top transparent;
    height: 100%;
}

a {
    color: #0071BC;
    text-decoration: none;
}

a img {
    border: 0px;
}

ul {
    margin:0; 
    padding:0; 
    list-style:none
}

li  {
    background:url(../../assets/images/a1.gif) no-repeat; 
    background-position:0px 4px; 
    margin: 0px 0px 0px 0px; 
    padding:0px 0px 0px 18px
}

li a  {
    font-family: Tahoma, sans-serif;
    line-height:20px; 
    color:#0F659C
}

li ul li {
    list-style-type: circle;
    background: none;
    margin-left: 20px;
    padding-left: 0;
}

h1 {
    font-size: 24px;;
    font-weight: bold;
    margin: 0;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
}

h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #D15900;
    line-height: 14px;
    font-weight: bold;
}
/* END PRESETS */

/* TEMPLATE STYLES */
#header_content_wrapper {
    height: 155px; 
    background:url(../../assets/images/bg2.jpg) no-repeat;
}

.testimonial_title {
    padding: 15px 0 0 41px; 
    font-size: 1.6em;
    font-weight: bold;
    margin: 0px;
}

#container {
   min-height:100%;
   position:relative;
   text-align: center;
}

#logo { 
    float: left;
    width: 288px;
    background-color: white;
    height: 127px;
}

#logo img { 
    margin-top: 0px;
}

#header-buttons {
    float: left;
    margin-top: 29px;
}

#header_column_left {
    float: left;
}

#header_column_right {
    float: left;
}

#slogan {
    margin-top: 50px;
    height: 68px;
    padding-top: 5px;
    color: white;
    font-size: 2em;
    font-weight: bold;
}

#est {
    font-size: .7em;
}

#header_wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    text-align: left;
}

#content_wrapper {
    margin-top: 10px;
    padding-bottom: 74px;
    width: 900px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.wrapper_divider {
    background: url("../../assets/images/bg-wrapper-line.gif") repeat-y scroll left center transparent;
}

.left_column_wrapper_divider {
    background: url("../../assets/images/bg-left-column-line.gif") repeat-y scroll left center transparent;
}

#footer_wrapper {
    left: 0;
    background: url("../../assets/images/bg-bot.gif") repeat-x scroll center top transparent;
    height: 74px;
    position:absolute;
    bottom:0;
    width: 100%;
}

#copyright {
    margin-top: 20px;
}

#backlink {
    margin-top: 10px;
}
/* END TEMPLATE STYLES */

/* NAVIGATION */
ul#navigation {
    padding-top: 0px;
}

ul#navigation li {
    padding-left: 0;
    margin-left: 0;
    float: left;
    background: none;
}

#navigation li a {
    display: block;
    background: url(../../assets/images/button_border.gif) no-repeat;
    width: 105px;
    height: 52px; text-decoration: none;
    color: #cf5900;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 0px;
    line-height: 57px;
    overflow: hidden;
}

#navigation li ul li a {
    border-bottom: 1px solid #9EA09F;
    border-right: 1px solid #9EA09F;
    border-left: 1px solid #9EA09F;
}

#navigation li a:hover {
    background: url(../../assets/images/button_background.gif) no-repeat;
    color: white;
}

#navigation li ul  {
    position: absolute;
    left: -999em;
}
    
#navigation li:hover ul, #navigation li.sfhover ul {
    left: auto;
    border-width: 4px 0 0 0;
}

#navigation li ul li {
    float: none;
    width: 23em;
    list-style-type: none;
}
#navigation li ul li.indent a {
    padding-top: 0;
    text-indent: 20px;
    width: 250px;
}
#navigation li ul li a {
    background: #fff;
    background-image: none;
    display: block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 0 0 10px;
    border-top: #324b65;
    color: #324b65;
}
#navigation li ul li a:hover {
    background: #cf5900;
    color: white;
    background-image: none;
}
/* END NAVIGATION */

/* MAIN CONTENT */
.news_title{
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
}

.left_column {
    float: left;
    width: 330px;
    padding: 20px 20px 20px 0;
}

.right_column {
    float: left;
    width: 500px;    
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
}

.left_column_main {
    float: left;
    width: 500px;    
    padding: 20px 20px 20px 0;
}

.right_column_non_main {
    float: left;
    width: 350px;
    padding-left: 20px;
    padding-top: 31px;
}

.testimonial {
    padding-left: 41px;
    width: 500px;
}

#quote {
    text-align: left;
    width: 900px;
    height: 54px;
    margin: 0 auto;
}

.big_button {
    float: left;
    display: block;
    text-align: center;;
    text-decoration: none;
    line-height: 30px;
    color: #585858;
    background: url('../../assets/images/bg-button-hover.jpg') no-repeat; 
    width: 147px; 
    height: 30px;
    cursor: pointer;
    margin: 13px 38px 0 38px;
    font-size: 1em;
    font-weight: bold;
}

.big_button:link, .big_button:visited {
    background: url('../../assets/images/bg-button.jpg') no-repeat; 
}

.big_button:hover, .big_button:active {
    background: url('../../assets/images/bg-button-hover.jpg') no-repeat; 
}

/* END MAIN CONTENT */

.clear {
    clear: both;
    margin-top: 0px;
    height: 0px;
    line-height: 0px;
}

.error {
    color: red;
}

#contact_form .label {
    display: inline-block;
    width: 78px;
    text-align: right;
    margin-right: 10px;
}

#contact_form div {
    margin-top: 10px;
}

#contact_form textarea {
    height: 100px;
    width: 400px;
    vertical-align: top;
}

.thumb {
    float: left;
    width: 197px;
    height: 137px;
    text-align: center;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 7px;
    padding: 24px 0 0 0;
    background: url("../../assets/images/frame.gif") no-repeat;
}

.thumb_text {
    line-height: 22px;
}

.thumb_img img {
    vertical-align: middle;
}

.thumb_img {
    height: 113px;
}

.single_column {
    padding: 20px 0 20px 0;
}

#contact_phone {
    float: left;
}

#contact_address {
    float: right;
    text-align: right;
}

#portfolio {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 840px;
}

