
/*
// Lindmark
// Dark Red // Light Red 
*/

html{
min-height: 101%;
}


body{
font-family: "Trebuchet MS", verdana, tahoma, arial;
font-size: 0.8em;
background-color: #666;
padding: 0px;
border: 0px;
margin: 0px;
color: #4b4b4b;
background: #6b0200;
}

a{
text-decoration: none;
color: #363636;
}

a:hover{
text-decoration: none;
color: #a5a5a5;
}

h1{
font-family: "Trebuchet MS", Tahoma, Verdana;
font-size: 1.2em;
font-weight: lighter;
color: #882e25;
letter-spacing: 1px;
padding-top: 0px;
margin-top: 0px;
margin-left: 8px;
margin-bottom: 2px;
font-variant: small-caps;
}


h2{
font-family: "Trebuchet MS", Tahoma, Verdana;
font-size: 14px;
font-weight: lighter;
color: #c53e31;
letter-spacing: 2px;
margin: 0px 0px -5px 0px;
}

img{
border: none;
}

#container{
width: 900px;
text-align: left;
margin: 0px;
border-top: none;
}

#rightcol{
float: left;
width: 200px;
height: auto;
text-align: center;
}

#leftcol{
float: left;
width: 900px;
z-index: 95;
background: white;
background-image: url(images/bg.jpg);
background-repeat: no-repeat;
}




#sgallery img{
border: 5px solid #c53e31;
}





#header{
text-align: center;
width: 900px;
height: 154px;
margin: 0px;
padding: 0px;
background: white;
}

#banner{
width: 900px;
height: 60px;
margin-top: 10px;
}


#slideholder{
float: left;
width: 820px;
height: 150px;
border-bottom: 4px solid #c53e31;
}

#logoholder{
float: left;
height: 150px;
width: 80px;
border-bottom: 4px solid #c53e31;
line-height: 0px;
}






#content{
width: 880px;
text-align: justify;
padding: 10px;
font-size: 12px;
line-height: 14pt;
color: #4b4b4b;
}

#content p{
padding: 7px;
margin: 2px;
}



#footer{
clear: both;
width: 900px;
height: 30px;
color: #999;
font-size: 10px;
background: #882e25;
font-family: "Trebuchet MS", Tahoma, Verdana;
border-top: 3px solid #c53e31;
}

#footl{
float: left;
width: 400px;
text-align: left;
padding: 5px;
margin-top: 3px;
}


#footr{
float: left;
width: 470px;
text-align: right;
padding: 5px;
margin-top: 3px;
}

#footer a{
color: #999;
}

#footer a:hover{
color: #ccc;
}

#contleft{
float: left;
width: 280px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 20px;
margin-left: 100px;
text-align: center;
}



#contright{
float: left;
width: 320px;
margin-top: 10px;
margin-bottom: 10px;
}

#contright.infobar{
margin-bottom: 5px;
}


.infobar{
width: 370px;
background: #c53e31;
padding: 5px;
color: #c53e31;
}

.narrow{
width: 270px;
font-weight: lighter;
font-size: 1.2em;
}

.two{
width: 275px;
padding: 5px;
}


.formwide{
color: white;
}

.fullwidth{
font-weight: lighter;
font-family: "Trebuchet MS", Tahoma, Verdana;
width: 98%;
font-size: 1.3em;
}

.clear{
clear: both;
height: 0px;
width: 1px;
line-height: 0px;
background: white;
}

.nopad{
padding: 0px;
margin: 0px;
margin-bottom: 0px;
}

.testimonial{
width: 860px;
background: #e2e2e2;
overflow: auto;
margin-bottom: 6px;
}

.test2{
background: #d6d6d6;
}

.testpic{
width: 250px;
float: left;
}

.testbody{
float: left;
width: 600px;
padding: 5px;
}

    #sgallery {
    margin-left: 600px;
        width: 750px;
        font: 90% arial,helvetica,sans-serif;
        text-align: center;
        vertical-align: top;
        padding: 5px 5px 5px 5px;
        margin: 5px 5px 5px 5px;
        border: 5px solid #c53e31;
        background: #882e25;

    }

    #sgallery img{
    border: 5px solid #c53e31;
    }



    #navigation {
        width: 872px;
        padding-left: 30px;
        height: 32px;
        font-size: 0.8em;
        margin-bottom: 0px;
        font-family: "Trebuchet MS", Tahoma, Verdana;
        z-index: 99;
        background-image: url(images/navback2.gif);
        background-repeat: repeat-x;
    }
    #navigation a {
        display: block;
        float: left;
        width: 100px;
        height: 24px;
        padding-top: 8px;
        color: #e2e2e2;
        text-decoration: none;
        text-align: center;
        font-size: 1.1em;
        font-weight: bolder;
        background-image: url(images/aback2.gif);
        background-repeat: no-repeat;
        text-transform:uppercase;
    }
    #navigation a:hover {
        color: white;
        background-image: url(images/aback1.gif);
        background-repeat: no-repeat;
    }
    #navigation a.current {
        color: white;
        background-image: url(images/aback1.gif);
        background-repeat: no-repeat;
    }
    #navigation a.current:hover {
        color: #e2e2e2;
    }
