body{
    margin: 0;
    padding: 0;
    font-family: "Tahoma";
    font-size: 12px;
    text-align: center;
    background-color: #293825;
    background-image: url('../images/coastal-rags_01.jpg');
    background-repeat: repeat-x;
}

a {color: #333333; text-decoration: none; font-weight: bold;}
a:hover{color: #ffffff;}

h1
{
    font-size: 16px;
    border-bottom: 1px dotted #4A8334;
}
h2 { text-align: center;
font-style: italic;
font-size: 14px;

}

h1, h2, h3, h4
{
    color: #4A8334;
    margin-top: 0px;
}

#mainwrapper
{
    width: 902px;
    margin: 20px auto;
}

#header
{
    background-image: url('../images/coastal-rags_07.png');
    background-repeat: no-repeat;
    height: 172px;
    border-bottom: 1px solid #333333;
}
#footer
{
    background-image: url('../images/coastal-rags_23.png');
    background-repeat: no-repeat;
    height: 19px;
    margin: 0px;
}

#footer a {font-weight: normal;}
#footer a:hover {color: #60B840;}

#slogan
{
    font-size: 18px;
    font-style: italic;
    float: left;
    padding-top: 148px;
    padding-left: 150px;
}

#info
{
    text-align: right;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-top: 157px;
}
#maincontainer
{
    background-image: url('../images/coastal-rags_19.png');
    background-repeat: repeat-y;
    margin: 0px;
    padding: 1px;
    width: 100%;
    padding-bottom: 20px;
}
#sidebar
{
   
    width: 110px;
    margin-right: 10px;
}

#news
{
    clear: both;
}

#newsbox
{
    margin-left: 130px;
    padding: 5px;
    text-align: left;
    width: 83%;
    border-bottom: 1px dotted #4A8334;
border-top: 1px dotted #4A8334;
}
#navbar
{
    margin: 10px 5px 30px 0px;
}
#navbar ul li{
    display: block;
    list-style: none;
    margin: 0px 0px 10px 0px;
}
#navbar ul{
    text-align: right;
    margin: 0px;
    padding: 0px;
}

/* spam form in contact */
.special
{
    display: none;
}

.clear
{
    clear:both;
}
.floatL
{
    float: left;
    margin-right: 10px;
}

.floatR
{
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.panel a, .info a {color: #4A8334; font-weight:bold;}
.panel a:hover, .info a:hover {color: #000000;}

/* page rotator styling */

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 775px; /*Width of Carousel Viewer itself*/
height: 730px; /*Height should enough to fit largest content's height*/
margin: 10px 3px 30px 0px;
float: right;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 750px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
color: #333333;
text-align: left;
padding: 10px;
}

/* end page rotator styling*/
