

/*CSS for Jarcat Marine Site*/

/*Default styles*/
body {font-family:Verdana,Helvetica,sans-serif; line-height:1.25em; padding:0; margin:0;} /*Default body style*/
p {font-family: Arial,sans-serif;color: Black; font-size: medium; font-weight: lighter; margin-top:0.25em;} /*Default paragraph style*/
li {font-family: Arial,sans-serif;color: Black;font-size: 1.125em;font-weight: lighter;} /*Default list style*/
h1,h2,h3,h4 {font-family: 'Segoe UI',Segoe,'Trebuchet MS',Arial,sans-serif;color: #000066; margin:0; } /*Default heading style*/
Ul {list-style-position: outside; color: Red; }
Li {font-size: medium; margin:0 0 1em 0; color: Black;}
ph {font-family: Arial,sans-serif;color: Black;font-size: 1.125em;font-weight: lighter; margin:0;}
img {max-width: 100%;}

/*Individual heading style modifications*/
h1 {font-size: 2em; font-weight: bold; padding-top:5em;}
h2 {font-size: 1.5em; padding-top:3em; padding-bottom:0.625em;}
h3 {font-size: 1.125em; padding-top:.5em;}
h4 {font-size: 1.125em;}


/*Table style modifications*/
.tg  {border-collapse:collapse;border-spacing:0;border-color:#aaa;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aaa;color:#333;background-color:#fff;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aaa;color:#fff;background-color:#f38630;}
.tg .tg-s6z2{text-align:center}


/*Context based styles*/
#page {margin-top:1.5em; margin-left:auto; margin-right:auto; width:70%; padding: 0 0 9.8em;}
#sitebranding h1 {width:100%; padding: 5em 0 0.1; }
#tagline  h2 {padding: 1em; text-transform: uppercase;}
#bodycontent p {width:100%; text-align:justify; text-justify: inter-word;}
#imagecarousel {max-width: 100%; margin: 0 0 2em; position:relative; padding:0;}
#phototext p {width:80%; margin:0 0 2.45em; overflow: auto; padding:0.625em 0 0;}



/*Link state styles*/ 
a {font-weight: lighter; font-size: 0.8em;}
a:link {color: black;}
a:visited {color: grey;}
a:hover {color: blue;}
a:active {color: aqua; background-color: navy;}

/***********************************************************************************************************************/
/*tooltip menu style*/

/* menu block - used to position menu (float right)*/
#menublock {display: block; float: left; padding-top:.4em; position: relative; z-index:1000;}

/* drop down menu block*/
#ddmenu {
  display: block;
  width: 480px;
  height:45px;
  margin: 0; 
  padding:  5em 0 0.1;
  background: white;
  border-radius: 4px;
  border: 2px solid #000066;
  box-shadow: 0 0px 0px rgba(20, 20, 40, 0.2);
  cursor: pointer;
  outline: none;
  font-weight: normal;
  color: #000066;

}

/* controls main menu list blocks within main menu block*/
#ddmenu li { display: block; position: relative; float: right; font-size: medium; text-shadow: 1px 1px 0 #fff; border-right: none;}


/* controls submenu list within tooltip*/
#ddmenu li a {
  display: block;
  float: left;
  padding: 0 14px;
  line-height: 45px;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  color: #000066;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#ddmenu li:hover > a { color: #7180a0; background: #d9e2ee; }

#ddmenu ul {
  position: absolute;
  top: 40px;
  width: 180px;
  background: #fff;
  display: none;
  margin: 0;
  padding: 7px 0;
  list-style: none;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* tooltip arrow */
#ddmenu ul:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 8px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #fff transparent; 
}

#ddmenu ul:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 4px;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;  
}

#ddmenu ul li { 
  display: block; 
  width: 100%; 
  font-size: 0.9em; 
  text-shadow: 1px 1px 0 #fff;
}

#ddmenu ul li a {
  display: block;
  width: 100%;
  padding: 6px 7px;
  line-height: 1.4em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#ddmenu ul li a:hover {
  background: #e9edf3;
}

/************************************************************************************************************************/
/*center the carousels on the pages*/

.center1 img {
  display: block;
  margin: 0 auto;
}

.center2 img {
  display: block;
  margin: 0 auto;
}

.center3 img {
  display: block;
  margin: 0 auto;
}

.center_table {
  padding-top: 20px;
}

/***************************************************************************************************************************/

/*CSS Menu Style*/

.slicknav_menu {
	display:none;
}

@media screen and (max-width:50em) {
	/* #menu-main-menu is the original menu */
	#ddmenu {
		display:none;
	}

	.slicknav_menu {
		display:block;
	}
}

/***************************************************************************************************************************/
/*Temporary border for site layout

#header, #tagline, #sitebranding, #navigation, #bodycontent, #ddmenu, #footer, #phototext {border: 1px solid red; padding: 2px; margin-bottom: 2px;}


/***************************************************************************************************************************/


html {
    overflow-y: scroll;
    position: relative;
    min-height: 100%;
    margin-left: 
}

