@charset "utf-8";
/* CSS Document */


html, body {
    height:100%;
}
body {
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
	/*
	background: url(../Images/background.jpg) 0 0 repeat-x;
	*/
	
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;	
	
	
}
#container {
	
   min-height:100%;
   position:relative;
   min-width:100%;
  
	
}
.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: block;	
	background-color: white;
}
#header {
	height: 100px;
	padding-top: 5px;
	/*
	padding-left: 30px;
	*/
	display: block;
	position: relative;
	padding-bottom: 10px;
}
#logodiv {
	width: 50%;
	float: none;
}

#content {
	padding-bottom: 50px;
	width: 100%;
	min-height: 800px;
	/*
	background-image: url(../Images/feathernew.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	*/
	display: inline-block;
}
#main {
	overflow: auto;
	/*min-height: 300px; */
	font-size: 16px;
	display: inline-block;
	padding-bottom: 85px;/* must be same height as the footer */
	width: 100%;
	max-height: 999999px;
	
	
	
	
}

#innermain {
	/*min-height: 320px;*/
	background-image: url(../Images/feathernew2.png);
	width: 100%;
	background-size: contain;
	background-position: 50% 50%;
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 2px;
	max-height: 999999px;
}


#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-width: 960px;
	height: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #33336E;
	border-right-color: #33336E;
	border-bottom-color: #33336E;
	border-left-color: #33336E;
	background-color: #33336E;
}
#innerfooter1 {
	margin-right: auto;
	margin-left: auto;
	color: #33336E;
	text-align: center;
	background-color: #FFF;
	font-size: 18px;
	padding-top: 0px;
}


#navcont {
	width: 45%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #3F0;
	margin-left: 50px;	
}
#navcont ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #FFFFFF;	
	
}

#navcont li {
	float: right;
	}

#navcont li a {

	display: block;
	position: relative;
	color: #33336E;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
	padding-right: 16px;
}
/*
#navcont li a:hover:not(.active) {
	background-color: #6DC059;
	color: white;
}
*/
#navcont li a:hover {
	background-color: #6DC059;
	color: white;
}

#navcont li a.active {
	/*
    color: white;
    background-color: #6DC059;
	*/
}

#wideimage {
	width: 100%;
	height: 200px;
	min-width: 960px;
	background-color: #FFF;
	background-image: url(../Images/beachnew.jpg);
	background-repeat: no-repeat;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #33336E;
	border-right-color: #33336E;
	border-bottom-color: #33336E;
	border-left-color: #33336E;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	background-attachment: scroll;
	/*
	background-position: top right;
	*/
	background-position: 85% 0%;
}
#wideimage2 {
	width: 100%;
	height: 4px;
	min-width: 960px;
	background-color: #FFF;
	background-repeat: no-repeat;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #33336E;
	border-right-color: #33336E;
	border-bottom-color: #33336E;
	border-left-color: #33336E;
	background-attachment: scroll;
	/*
	background-position: top right;
	*/
	background-position: 88% 50%;
}


#wideimage3 {
	width: 100%;
	height: 50px;
	min-width: 960px;
	background-color: #FFF;
	background-image: url(../Images/beachnew.jpg);
	background-repeat: no-repeat;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #33336E;
	border-right-color: #33336E;
	border-bottom-color: #33336E;
	border-left-color: #33336E;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	background-attachment: scroll;
	/*
	background-position: top right;
	*/
	background-position: 85% 60%;
}
.paddivfoot{
	padding-top: 5px;
	padding-bottom: 5px;	
}
#innerfooter2 {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	color: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;	
}


.rightborder{
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
}
.greentext{
	color: #6DC059;	
}
#innerfooter2 a:link {
    color: white;
}

/* visited link */
#innerfooter2 a:visited {
    color: white;
}

/* mouse over link */
#innerfooter2 a:hover {
    color: #6DC059;
}

/* selected link */
#innerfooter2 a:active {
    color: white;
}
.slideshow{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


ul.no_bullet {
list-style-type: none;
padding: 0;
margin-left: 20px;

}
li.fea {
	background-image: url(../Images/featherbullet6.png);
	
	height: auto;
	min-height: 80px;
	padding-left: 70px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 8px;
	font-weight: bold;	
	
}
li.fea2 {
	
	background-image: url(../Images/featherbullet8.png);
	height: auto;
	min-height: 80px;
	padding-left: 70px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 8px;
	font-weight: bold;	
	
}
ul.list2 {
    list-style-type: disc;
		
}
li.l2 {
	padding-top: 8px;
	font-weight: normal;	
}
/*
#innermain2 ul {
	list-style-image:url(../Images/bullet1.png);
	
}
*/
#innermain2 {
	font-size: 14px;
	max-height: 999999px;
}
#container .container #main #innermain p {
	/*
	margin-right: 20px;
	margin-left: 20px;
	*/
	
	
}
#jopic {
	height: 391px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
}
#tablediv2{
	/*
	margin-right: 20px;
	margin-left: 20px;
	*/
	
	
}

#tablediv{
	/*
	margin-right: 20px;
	margin-left: 20px;
	*/
	
	width: 500px;
	float:left;
	margin-bottom:10px;
}
#container .container #main #innermain2 p {
	/*
	margin-right: 20px;
	margin-left: 20px;
	*/
}

ul.no_bullet2 {
list-style-type: none;
padding: 0;
margin-left: 10px;

}
.l3 {
	
}
.contactformfield {
	position: relative;
	color: #000;
	font-size: 14px;
	border-radius: 4px;
	width: 100%;
	height: 24px;
	border: 1px solid #aaa;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.contactformcomments {
	position: relative;
	color: #333;
	font-size: 14px;
	border-radius: 4px;
	width: 100%;
	height: 190px;
	border: 1px solid #aaa;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
}.centerthings {
	margin-right: auto;
	margin-left: auto;
}
.bigtext {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.space {
	height: 10px;
}
.bigtext2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.ml-button-2 {
	background-color: #D2D2D2;
	border: 1px solid #8e8e8e;
	-moz-box-shadow:inset 0px 0px 1px rgba(179,179,179,1);
	-webkit-box-shadow:inset 0px 0px 1px rgba(179,179,179,1);
	box-shadow:inset 0px 0px 1px rgba(179,179,179,1);
	background-image: -o-linear-gradient(90deg , rgb(207,207,207) 0%, rgb(233,233,233) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(207,207,207) 0%, rgb(233,233,233) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(207,207,207) 0%, rgb(233,233,233) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(207,207,207) 0%, rgb(233,233,233) 100%);
	background-image: linear-gradient(90deg , rgb(207,207,207) 0%, rgb(233,233,233) 100%);
	color: #545554;
	text-shadow: rgba(254,254,254,0.5) 0px 1px 0px;
	border-radius: 4px;
}

/*Hover*/
.ml-button-2:hover {
	background-color: #DFDFDF;
	background-image: -o-linear-gradient(90deg , rgb(219,219,219) 0%, rgb(243,243,243) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(219,219,219) 0%, rgb(243,243,243) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(219,219,219) 0%, rgb(243,243,243) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(219,219,219) 0%, rgb(243,243,243) 100%);
	background-image: linear-gradient(90deg , rgb(219,219,219) 0%, rgb(243,243,243) 100%);
}

/*Active*/
.ml-button-2:active {
	background-color: #A3A3A3;
	-moz-box-shadow:inset 0px 0px 5px rgba(179,179,179,1);
	-webkit-box-shadow:inset 0px 0px 5px rgba(179,179,179,1);
	box-shadow:inset 0px 0px 5px rgba(179,179,179,1);
	background-image: -o-linear-gradient(90deg , rgb(227,227,227) 0%, rgb(182,182,182) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(227,227,227) 0%, rgb(182,182,182) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(227,227,227) 0%, rgb(182,182,182) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(227,227,227) 0%, rgb(182,182,182) 100%);
	background-image: linear-gradient(90deg , rgb(227,227,227) 0%, rgb(182,182,182) 100%);
	text-shadow: none;
}
.redtext {
	font-size: 18px;
	color: #F00;
}
#tablediv a:link {
    color: black;
}

/* visited link */
#tablediv a:visited {
    color: black;
}

/* mouse over link */
#tablediv a:hover {
    color: #33336E;
}

/* selected link */
#tablediv a:active {
    color: #33336E;
}
ul.a {
    list-style-type: disc;
}
.padlist{
	padding-bottom: 2px;
	padding-top: 2px;
}
.boldtext
{
	font-weight: bold;
	padding-bottom: 50px !important;	
}
.padlist2{
	padding-top: 10px;
	padding-bottom: 2px;
	
}
.padlist3{
	padding-bottom: 10px;
	padding-top: 2px;
	
}
.bigtext3 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #33336E;
	font-weight: bold;
}
#rightimagecont{
	float: right;
	height: auto;
	width: 410px;
	
}
.imageposit{
	padding-top: 0px;
	margin-right: 50px;
}
.bigtext4 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #33336E;
	font-weight: normal;
}
.bigtext5 {
	font-size: 24px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #33336E;
	font-weight: bold;
}
#contactheading{
	padding-bottom: 5px;	
}
.normtext {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#tablediv2 li:not(:last-child){
	margin-bottom: 15px;		
}
#tablediv2 ul{
	margin-bottom:0;
}
.normtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}