body {
    margin: 0;
    padding: 0;
    background-color: #91bfd4;
}

#wrapper {
    position: relative;
    z-index: 1;
    top: -64px;
    width: 982px;
    background: url(/images/background.png) repeat-y;
    margin: 0 auto;
}

#headbar {
    position: relative;
    left: 11px;
    width: 961px;
    height: 10px;
    background-color: #3b7283;
}

#header {
    width: 962px;
    padding-left: 20px;
    height: 150px;
}

*html #header {
    height: 170px;
}


#navbar {
    position: relative;
    top: 165px;
    background: url(/images/nav_outer.jpg) repeat-x;
    height: 64px;
}

#navleft, #navright {
    position: absolute;
    z-index: 2;
    height: 64px;
    background: url(/images/nav_leftright.png) repeat-x;
    display: inline;
}

#navleft {
    top: 165px;
    width: 14px;
}

#navright {
    top: 165px;
    width: 17px;
    left: 960px;
}

#nav {
    position: absolute;
    top: 165px;
    left: 11px;
    background: url(/images/nav_inner.png) repeat-x;
    width: 960px;
    height: 64px;
    color: #fff;
    font-family: Trebuchet, "Trebuchet MS", sans-serif;
    font-size: 18px;
}

#nav a {
    text-decoration: none;
    color: #fff;
}

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

#nav li {
    text-align: center;
    margin: 20px 0 0 0;
    float: left;
    padding-left: 40px;
}

#nav_home, #nav_about, #nav_photogallery, #nav_testimonials, #nav_faq, #nav_blog, #nav_contact {
    position: absolute;
    top: 46px;
    width: 56px;
    height: 18px;
    background: url(/images/nav_rollover.jpg) no-repeat;
}

#nav_home {
    left: 33px;
}

#nav_about {
    left: 135px;
}

#nav_photogallery {
    left: 260px;
}

#nav_testimonials {
    left: 405px;
}

#nav_faq {
    left: 510px;
}

#nav_blog {
    left: 590px;
}

#nav_contact {
    left: 690px;
}

#maincontent {
    position: relative;
    top: 64px;
    padding: 20px 40px 20px 40px;
    font-family: Trebuchet, "Trebuchet MS", sans-serif;
    font-size: 15px;
    line-height: 22px;
}

*html #maincontent {
    top: 0;
}

#maincontent h1 {
    color: #3b7283;
    font-size: 22px;
    line-height: 22px;
}
    
    
#main_left {
    font-size: 18px;
    line-height: 28px;
    width: 325px;
    float: left;
}

#main_left h4 {
    border-top: 1px solid #c6c6c6;
    text-transform: uppercase;
    color: #9f2214;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    font-size: 22px;
    line-height: 24px;
}

#main_left ul {
    padding-top: 0;
    margin-top: 0;
}

#main_right {
    float: right;
}

#contact_area {
    position: relative;
    top: 64px;
    padding-left: 11px;
}

#contact_area img {
    margin: 0 0 0 30px;
    padding: 0;
}

#maincontact {
    position: relative;
    top: -6px;
    width: 960px;
    background-color: #d9edf6;
    border-top: 1px solid #9f2214;
    color: #4a4a4a;
    font-family: Trebuchet, "Trebuchet MS", sans-serif;
}

#maincontact_content {
    padding: 20px;
}

#maincontact_content a {
    color: #9f2214;
}

.input {
    border: 1px solid #4a4a4a;
    padding: 5px;
    width: 280px;
}

.fname {
    border: 1px solid #4a4a4a;
    padding: 5px;
    width: 80px;
}

.lname {
    border: 1px solid #4a4a4a;
    padding: 5px;
    width: 170px;
}

#maincontact_content textarea {
    border: 1px solid #4a4a4a;
    width: 500px;
    height: 150px;
}

.submitbutton {
    border: 0;
    background: url(/images/button_send.gif) no-repeat;
    width: 93px;
    height: 30px;
}

#contact_left {
    float: left;
    width: 605px;
    border-right: 1px solid #4a4a4a;
    padding: 0 30px 0 0;
}

#contact_right {
    float: right;
    font-size: 15px;
}

#contact_right a {
    color: #9f2214;
}

#name_column {
    float: left;
}

#email_column {
    float: left;
    padding: 0 0 0 20px;
}

#message_column {
    float: left;
    padding: 20px 0 0 0;
}

#submit_column {
    float: left;
    padding: 40px 0 0 10px;
}

/* Slideshow on home page */


#slide-images {
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:552px;
    height:436px;
    overflow:hidden;
}

*html #slide-images{
    top: -140px;
    left: -50px;
}

#slide-images li {
    position: absolute;
    display: block;
    list-style-type: none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
}

#slide-images li img{
    display:block;
    background-color:#FFFFFF;
    border: 4px solid #91bfd4;
}

/* Photo Gallery */

#photo_chooser {
width: 935px;
margin: 0;
height: 150px;
}

#photo_outer {
position: relative;
overflow: hidden;
float: left;
width: 800px;
height: 150px;
}

#photo_nav_left {
float: left;
cursor: pointer;
margin: 0 10px 0 0;
position: relative;
top: 55px;
}

#photo_nav_right {
margin: 0 0 0 10px;
float: left;
cursor: pointer;
position: relative;
top: 55px;
}

#photo_slides {
height: 120px;
width: 4000px;
overflow: hidden;
}

#photo_slides ul {
position: relative;
top: 20px;
list-style: none;
position: relative;
margin: 0 0 0 0;
padding: 0;
}

#photo_slides li {
float: left;
}

#photo_slides img {
margin: 5px 4px 0px 4px;
border: 1px solid white;
cursor: pointer;	
}

.contact_comment {
    width: 200px;
    height: 200px;
}

#footbar {
    position: relative;
    top: -64px;
    margin: auto;
    left: 1px;
    width: 960px;
    height: 64px;
    background-color: #3b7283;
}

