/*
// Draft Seal
: #
: #

*/




html{
min-height: 101%;
}


body{
font-family: tahoma, verdana, arial;
font-size: 0.8em;
background-color: #363636;
padding: 0px;
border: 0px;
margin: 0px;
color: #323b28;
}

a{
text-decoration: none;
color: white;
font-size: 15px;
}

a.nopad{
padding: 0px;
}

a:hover{
text-decoration: none;
color: #43241f;
}

h1{
font-family: Rockwell, "Trebuchet MS", Tahoma, Verdana;
font-size: 14px;
font-weight: lighter;
color: white;
letter-spacing: 1px;
padding-top: 0px;
margin-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
}


h2{
font-family: Rockwell, "Trebuchet MS", Tahoma, Verdana;
font-size: 14px;
font-weight: lighter;
color: #2b50a5;
letter-spacing: 2px;
margin-top: 10px;
}

img{
border: none;
}




#container{
width: 900px;
text-align: left;
margin: 0px;
border-left: 5px solid #e2e2e2;
border-right: 5px solid #e2e2e2;
border-top: 5px solid #e2e2e2;
margin-top: 5px;
background: white;
}

#rightcol{
float: left;
width: 500px;
min-height: 500px;
}

#leftcol{
float: left;
width: 400px;
}





#header{
text-align: left;
width: 900px;
height: 150px;
margin: 0px;
padding: 0px;
background: white;
}


#headerl{
float: left;
width: 600px;
}

#headerr{
float: left;
width: 300px;
color: #e2e2e2;
font-family: Rockwell, "Trebuchet MS", Tahoma, Verdana;
}

#headerr span{
padding: 4px 14px;
background: url(images/whiteback2.png);
}


#content{
clear: both;
width: 480px;
text-align: justify;
padding: 10px;
font-size: 12px;
line-height: 14pt;
min-height: 500px;
}

#content p{
padding: 7px;
margin: 2px;
}

#imgholder{
width: 600px;
text-align: justify;
background-color: #f1f1f1;
height: 250px;
background-position: center;
background-repeat: no-repeat;
margin-left: 20px;
}

#footer{
clear: both;
width: 910px;
height: 30px;
color: #363636;
font-size: 10px;
background: #e2e2e2;
font-family: Rockwell, "Trebuchet MS", Tahoma, Verdana;
}

#footl{
float: left;
width: 400px;
text-align: left;
padding: 5px;
}


#footr{
float: left;
width: 480px;
text-align: right;
padding: 5px;
}

#footer a{
color: #363636;
}

#footer a:hover{
color: #999;
}

#contleft{
float: left;
width: 220px;
margin-left: 40px;
margin-right: 100px;
}

#contright{
float: left;
width: 390px;
}

#contright.infobar{
margin-bottom: 5px;
}


.infobar{
width: 370px;
background: #880026;
padding: 5px;
color: white;
}

.narrow{
width: 270px;
font-weight: lighter;
font-size: 1em;
}

.two{
width: 190px;
padding: 5px;
}

.white{
color: white;
}

.formwide{
background-image: url(images/redback2.png);
}

.fullwidth{
font-weight: lighter;
font-family: Rockwell, "Trebuchet MS", Tahoma, Verdana;
width: 98%;
font-size: 1.3em;
}

.bookingwide{
width: 655px;
}

#mainwrap{
background: white;
background-image: url(images/glassback.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}


#sideholder{
width: 200px;
height: 270px;
color: white;
font-size: 1.1em;
background: #6fad2b;
margin-bottom: 3px;
}

#sideholder p{
padding: 3px;
font-size: 1.1em;
font-weight: lighter;
margin: 0px;
margin-bottom: 5px;
color: white;
}

.clear{
clear: both;
height: 0px;
width: 1px;
line-height: 0px;
}

p.testimonial{
background: #d60a0e;
color: white;
}


    #sgallery {
        width: 750px;
        font: 90% arial,helvetica,sans-serif;
        background: #cccccc;
        text-align: center;
        vertical-align: top;
        padding: 2.5px 10px 2.5px 10px;
        margin: 5px 5px 5px 5px;
        border-top: 4px double #cccccc;
        border-right: 4px double #cccccc;
        border-bottom: 4px double #cccccc;
        border-left: 4px double #cccccc;

    }

    #sgallery img{
    border: none;
    }















#navholder{
        width: 900px;
        margin-bottom: 0px;
        background: white;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
}

    #navigation {
        width: 900px;
        height: 30px;
        border-bottom: 3px solid white;
    }
    #navigation a {
        display: block;
        float: left;
        padding: 5px 15px 5px 15px;
        color: #666;
        text-decoration: none;
        vertical-align: middle;
        text-align: center;
        font-size: 12px;
        font-variant: small-caps;
        font-size: 1em;
        letter-spacing: 2px;
        border-right: 1px solid #999;
    }
    #navigation a:hover {
        color: #222222;
        background: #7cc9eb;
    }
    #navigation a.current {
        color: white;
        background: #880026;
    }
    #navigation a.current:hover {
        color: white;
    }


