html, body {
margin:0;
padding:0;
}
body {
    background-color:#41A7E1;
    background-repeat: repeat;
    font-family: Verdana, Tahoma, "Trebuchet MS", sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    margin-top:8px;
    margin-bottom: 8px;
}
/* body */
#wrap {
    width:94%;
    border: 5px solid #FFFFFF;
    background-color:#FFFFFF;
    margin: 0 auto;
}

#content td#top1 {
    background: url(images/toprepeat.jpg) repeat-x right;
    height: 96px;
}
#lowertoprepeat {
    background: url(images/beachfront2.jpg) no-repeat right top;
    margin: 0 0 10px 0;
    padding: 0;
    height:71px;
}
#lowertoprepeat h3 {
    /* line-height: 150%; */
    margin: 0 25px 0 20px;
    padding-top:5px;
    width:250px;
    font-weight:bold;
    font-size:14px;
    height:71px;
}
#contentdiv {
    padding: 0 15px 0 15px;
    clear:both;
    font-size:12px;
}

td {
vertical-align:top;
}
form {
margin: 0;
padding: 0;
}

h1, h2, h3, h4 {
margin: 0;
padding: 0;
}

a:link, a:visited {
color:#FFFFFF;
text-decoration: underline;
}
a:hover, a:active {
color:#99cc00;
text-decoration: underline;
}

#content {
line-height: 165%;
color: #1E2731;
}

#content h1 {
font-size: 24px;
font-weight: normal;
color:#FFFFFF;
background-color:#30BBD0;
border-top:3px solid #FFFFFF;
border-bottom:3px solid #FFFFFF;
padding: 5px 0 10px 20px;
line-height:110%;
}
#content h2 {
color: #FFFFFF;
background-color:#4CBEF0;
font-size:14px;
font-weight:bold;
padding: 5px 0 5px 20px;

}

#content h3 {
color: #0099CC;
font-size:14px;
font-weight:bold;
}

ul.boldli {
margin-top:5px;
width:380px;
}
ul.boldlinotop {
margin-top:8px;
}
ul.boldli li, ul.boldlinotop li {
font-weight:bold;
margin-bottom: 8px;
}
.topmgn {
    margin-top: 24px;
}






#home {
    background: url(images/toprepeat2.jpg) repeat-x left top;
}
#int {
width:100%;
padding: 20px;
}

/* nav */
#leftbg {
    border-right:4px solid #FFFFFF;
    padding: 0;
    background: #00c9fd url(images/blue_gradient2.jpg) repeat-x bottom;
width:226px;
}

#navbg {
    background-image:  url(images/nav_bg.gif);
    background-repeat: no-repeat;
    background-position: top left;
    color:#FFFFFF;
}

.whline {
padding: 5px 0;
background-image:  url(images/white_dot.gif);
background-repeat: repeat-x;
}

#bluebx {
    background:  #00CCFF url(images/blue_gradient.jpg) repeat-x top left;
    color:#FFFFFF;
    border-top:3px solid #FFFFFF;
    border-bottom:3px solid #FFFFFF;
    padding: 10px;
    width: 206px;
}

#bluebx h1 {
font-size: 14px;
font-weight: bold;
padding-bottom:2px;
}

#bluebx a:link, #bluebx a:visited{
color: #66ffff;
font-weight: bold;
}
#bluebx a:hover, #bluebx a:active{
color: #FFFFFF;
}

#nav {
padding: 20px 10px 60px 15px;
border-top:3px solid #FFFFFF;
}

#nav a {
    font-size:12px;
    line-height:12px;
    display:block;
    margin:0;
    text-decoration: none;
    font-weight: bold;
}

#nav a:link, #nav a:visited {
color: #ffffff;
padding: 8px 5px 8px 15px;
}
#nav a:hover, #nav a:active{
color: #66ffff;
border-bottom:1px solid #FFFFFF;
padding: 8px 5px 7px 15px;
}

/* footer*/

#footer {
    width:100%;
    color:#0050a7;
    font-size:10px;
    margin: 0 auto;
    margin-top: 5px;
    background: #fff266 url(images/footerbg.jpg) no-repeat right top;
    height: 80px;
}
#footer img {
    float:left;
}
#footer td {
    padding: 6px;
    vertical-align: bottom;
    line-height: 130%;
    text-align:right;
    white-space:nowrap;
}

#footer a:link, #footer a:visited{
color:#0050a7;
}
#footer a:hover, #footer a:active{
color: #41a7e1;
}

/* misc*/

.borderBT {
border-bottom:3px solid #FFFFFF;
}
.borderRT {
border-right:3px solid #FFFFFF;
}



.imageRT {
    float:right;
    margin: 5px 0 5px 18px;
    background-color:#FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 3px;
    clear: right;
}
.imageLT {
float:left;
margin: 5px 15px 5px 0;
background-color:#FFFFFF;
border: 1px solid #CCCCCC;
padding: 3px;
}
#rightpics {
    margin: 0 0 5px 18px;
    font-size: 10px;
    font-style: oblique;
    line-height: 140%;
    font-weight: bold;
    width: 230px;
    float: right;
}
#rightpics img {
    display: block;
}
#rightpics img.imageRT {
    margin:5px 0 0 0;
}



