/* CSS Document Jane Reader Weaver */

html, body {
margin:0;
padding:0;
height:100%;

}
#wrapperdiv {
/*height:100%;*/
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 160%;
	color: #FFFFFF;
	background-color: #002B55;
	margin: 0px;
	padding: 0px;
	background-image:   url("images/caribbean_bg.gif");
	background-repeat: repeat-y;
	background-attachment: auto;

}

a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #99FFFF;
	text-decoration: underline;
}

h1, h2, h3 {
padding:0;
margin: 0;
}
h1 {
font-size: 18px;
}
h2 {
font-size: 14px;
}
h3 {
font-size: 12px;
}

form {
margin: 0;
padding: 0;
}

.strong {
font-weight: bold;
}

/* img float */
.imgright {
float:right;
margin: 5px 10px 5px 10px;
border: 4px solid #FFFFFF;

}
.imgleft {
float:left;
margin: 5px 10px 5px 10px;
border: 4px solid #FFFFFF;
}

/* img sidebyside */
.imgLT {
margin: 10px 5px 10px 10px;
border: 4px solid #FFFFFF;
}
.imgRT {
margin: 10px 10px 10px 5px;
border: 4px solid #FFFFFF;
}



.small {
font-size: 14px;
font-weight:normal;
}
.white {
color: #FFFFFF;
}
#captions  {
padding: 10px;
border-bottom: 1px solid #FFFFFF;
font-style: italic;
color: #FFFFFF;
margin: 0px;
}

#divide  {
padding:0px;
margin: 0px;
}



/* top */

#top {
background-image:   url("images/sanibel-waterfront.jpg");
background-repeat: no-repeat;
background-position: top left;
width: 315px;
}
#top p{
padding:0;
margin:0;

}

#top h1 {
font-size: 18px;
font-weight: bold;
color: #FF0099;
font-style: italic;
padding: 0px 15px 15px 0;
text-align:right;

}
#top h2 {
font-size: 15px;
font-weight: bold;
color: #40527B;
padding: 0 5px 0 0;
font-style:oblique;
text-align:right;
margin:0;
}


/* middle*/

#content {
vertical-align:top;
font-size: 10pt;
line-height: 165%;
color: #9CE7F3;
border-left: 2px solid #ffffff;
background-image:  url("images/content_top.gif");
background-repeat: no-repeat;
background-position: top left;
}
 
#content p {
padding: 5px 10px 5px 10px;
}

#content h1 {
font-weight: lighter;
color: #FFFFFF;
}

#content h2 {
background-color: #003366;
color: #FFFFFF;
padding: 20px 5px 5px 5px;
border-bottom: 3px solid #FFFFFF;
border-top: 1px solid #FFFFFF;

}
#bluebx {
background-color: #003366;
padding: 10px 0 0 10px;
border-bottom: 2px solid #FFFFFF;
margin-top: 30px;
}

#middle {
	border-right: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	height: 100%;
	background-color: #2667A8;

}
#bodyCT {
padding: 15px;
width:100%;
}

#profile {
width:490px; 
height:288px; 
padding:0px;
}





/* footer */

#footerbg {
border-top: 2px solid #FFFFFF;
background-image:  url("images/footerbg.gif");
background-repeat: repeat-x;
height:150px;
}
#footer {
padding: 10px;
width:100%;
}
#footer td {
text-align:right;
font-family: Verdana, "Arial", sans;
color: #94D1C8;
font-size: 9px;
}

#footer a:link, #footer a:visited {
color: #ADDCD5;
text-decoration: none;
}

#footer a:hover, #footer a:active {
color: #FFFFFF;
text-decoration: underline;
}


/* borders */

.borderWH {
border: 3px solid #FFFFFF;
}

.borderLR {
border-left: 3px solid #FFFFFF;
border-right: 3px solid #FFFFFF;
}
.borderBT {
border-bottom: 1px solid #FFFFFF;
}

/* nav area*/

#navtop {
background-image:   url("images/swoopbg.jpg");
background-repeat: no-repeat;
background-position: left top;
background-color: #10A3DA;
width: 240px;
height: 80px;
padding: 15px 0 10px 10px;
border-bottom: 2px solid #ffffff;

}

#navbg {
vertical-align:top;
background-color: #0FACC8;
}



table#nav {
width:240px;
background-color: #FFFFFF;
}
  
#nav a {
font-size: 12px;
text-decoration: none;
font-weight: bold;
padding: 7px 0px 7px 10px;
}
  
#nav a:link, #nav a:visited {
color: #FFFFFF;
display: block;
background-color: #00B6F2;
background-image:   url("images/navblue.jpg");
background-repeat: repeat;
border-bottom: 2px solid #FFFFFF;
}


#nav a:hover, #nav a:active{
color: #FFFFFF;
background-color: #FF3399;
background-image:   url("images/navpinkbg.jpg");
background-repeat: repeat;
border-bottom: 2px solid #FFFFFF;
} 
   

#navcontent {
padding: 25px 0 25px 10px;
width:100%;
}
