@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/BananaBkgd.jpg);
}

.twoColFixLtHdr #container {
	width: 907px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat;
	color: #00633a;
	background-image: url(images/container_bkgd.jpg);
} 
.twoColFixLtHdr #header {
	padding: 0 0px 10 0px;
	border-bottom-width: 0px;
	background-image: url(images/ShipPat.jpg);
	color: #ffffff;
	margin: 0 0 0 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #ffffff;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px 10px 10px;
	background-repeat: repeat;
	color: #ffffff;
	background-image: none;
	font-size: 12px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #00633a;
	line-height: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 10 0px 10px 0px;
	border-top-width: 0px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	background-image: url(images/ShipPat.jpg);
	margin: 0 0px 0 0px;
	color: #ffffff;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.photoTallRtSm {
	padding: 0px;
	height: 184px;
	width: 140px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	margin-top: 10px;
}
.photoTallRt {
	float: right;
	width: 190px;
	height: 250px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.photoTallLt {
	float: left;
	margin-bottom: 10px;
	height: 250px;
	width: 190px;
	margin-right: 10px;
	padding: 0px;
}
#navigation li a {
	color: #ffffff;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	width: 170px;
	display: block;
	line-height: 35px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	font-size: 12px;
}
#navigation {
	width: 160px;
	margin-left: -25px;
}
#navigation li {
list-style-type: none;
}
#navigation li a:hover {
	color: #4f9777;
}
.bottomborder {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
}
.twoColFixLtHdr #navigationcontainer {
}
.style3 {
	font-size: 13px;
	font-weight: bold;
}
.specialstyle {
	font-size: 10px;
	font-style: normal;
	color: #996633;
	text-align: justify;
	margin-left: 275px;
	margin-right: 75px;
}
.style6 {
	font-size: 16px;
	font-weight: bolder;
}
.style7 {
	font-size: 18px;
	font-weight: bolder;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #4f9777;
}
a:active {
	text-decoration: none;
	color: #aac8b7;
}
.photoWideRt {
	float: right;
	height: 140px;
	width: 184px;
	margin-left: 10px;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}
.photoWideLgRt {
	padding: 0px;
	float: right;
	height: 190px;
	width: 250px;
	margin-left: 10px;
	margin-top: 10px;
}
.photoWideLgLt {
	margin: 10px;
	float: left;
	height: 190px;
	width: 250px;
}
.Bold {
	font-weight: bold;
}
.photo210x210 {
	float: right;
	height: 210px;
	width: 310px;
	margin: 10px;
}
.topborder {
	border-top-color: #FFFFFF;
	border-top-width: 5px;
}
.sidebarquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #00633a;
}

