html,body{
	height:100%;
	margin: 0;
	background-image: url(../images2/webpage/background.jpg);
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
	color: #00005C;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

div {
	padding: 0;
	border: 0;
	margin: 0;
}

/*div.tracks {
	padding-left: 50px;
}
*/
div.journals {
	padding-left: 150px;
}

.homeimage{
	background: #ccffcc;
	display: inline-block;
	vertical-align: middle;
	margin: 2px 2px;
	border-radius: 3px 3px 3px 3px;

}

.homeimage:hover {
	background: #b7e5b7;
}

p {
	border: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
}

p {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
}

li {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	margin-left: 30px;
}

li.page {
	margin-left: 0px;
	margin-bottom: 5px;
}

ul.page {
	margin-left: 10px;
	list-style-type: square;
	padding-left: 5px;
}

.phoneinfop {
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	font-weight: 600;
}

.lean {

	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	font-size: 12px;
}

.tight {
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
}

a {
	color: #00005C;
}

h1 {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	
	border: 0px;
	margin: 0px;
}

h2 {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 19px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	
	padding-top: 2px;
	padding-bottom: 2px;
		
	border: 0px;
	margin: 0px;
}

h3 {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	
	padding-top: 2px;
	padding-bottom: 2px;
		
	border: 0px;
	margin: 0px;
}

.small {
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	font-size: 9px;
}

.fineprint {

}





.wrap{
	width:100%;
	position:relative;
	max-width:1200px;
	min-height: 100%;
	margin: auto;
	display: block;
}

.headmenu{
	height:0;
	position: fixed	;
	margin: auto;
	top:0;
	left:0;
	right:0;
	max-width:1200px;	
	text-align: center;
	background-color: #006699;
	z-index: 1000;
}

.headmenu > div {

	display: inline-block;
	text-align: left;
	
}

.menudiv {
    width:100%;
    box-shadow:0px 1px 3px rgba(0,0,0,0.2);
    background:#3c7592;
}



.head{
	height:180px;
	position: relative;
	top:50px;
	left:0;
	width:100%;
}
.head{
/*	background-color:#438EA3;*/
  background: #438EA3; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #438EA3 , #B8C8C7); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #438EA3, #B8C8C7); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #438EA3, #B8C8C7); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #438EA3 , #B8C8C7); /* Standard syntax */
  background-size: cover;
}


.conflabels {
	
	position: relative;
	width: 750px;
	height: 120px;
	top: 20px;
	left: 20px;
	background:rgba(255,255,255,0.75);
	color: black;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.pioneering {

	position: absolute;
	bottom: 0px;
	right: 20px;
	top: 70px;
	vertical-align: bottom;
}

.slidecontainer {
	position: relative;
	width: 200px;
	height: 150px;
}

.mySlides {display:none;}

/* Slideshow container */
.slideshow-container {
  width: 200px;
  height: 150px;
  left: 0;
  position: relative;
  margin: auto;
/*  background-color: red; */
  display: inline;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

img.slideimg {
	height:150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



.dropbtn, .dropbtnspecial {
    background-color: #56AC62;
	border-radius: 5px;	
    border: none;
    color: white;
    padding: 10px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.dropbtnspecial {
    background-color: #4d9a58;
}

.dropbtnspecial:hover {
    background-color: #1774a2;
}

.mobilebtn {
	display: none;
	margin-left: 5px;
}

.submitbtn {
	font-size: 16px;
	font-weight: 600;
	margin-top: 0px;
}

.sidemenu {
	width: 195px;
	padding: 6px 24px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
	font-size: 14px;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.information {
	min-width: 250px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #1A81B5;
}

.red {
	color: crimson;
}

.redback {
	background-color: crimson;
}

.redback:hover {
	background-color: red;
}

.orange {
	color: indianred;
}


.contents {

	position: relative;
	top: 50px;
	left: 0;
	width:100%;
	height: 100%;
	display: inline-block;
	margin-top: 10px;

}

.first {

	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	height: auto;
	float: left;
}

.second {

	position: relative;
	top: 0;
	margin-left: 205px;
	height: auto;
	width: calc(100% - 205px);


  background: #A9CAC9; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #A9CAC9, white); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #A9CAC9, white); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #A9CAC9, white); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #A9CAC9, white); /* Standard syntax */
}

.secondindex {

	position: relative;
	top: 0;
	margin-left: 205px;
	height: auto;
	width: calc(100% - 205px);

}

.titledbox .content {
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 2px solid #56AC62;
}

.titledbox .centeredcontent {
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 2px solid #56AC62;
	text-align: center;
}

.endplacement {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	margin-left: 0px;
	position: relative;
	display: inline-block;
}

.titledbox .title {
    height:20px;
    line-height:20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background:#56AC62;
    font-size:14px;
    font-weight:bold;
    display:block;
    color:white;
    display:block;
    padding:5px;
    border: 2px solid #56AC62;
    border-bottom:none;
}










.titledbox .orangecontent {
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 2px solid #CE7B00;
}

.titledbox .orangecenteredcontent {
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 2px solid #CE7B00;
	text-align: center;
}

.titledbox .orangetitle {
    height:20px;
    line-height:20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background:#CE7B00;
    font-size:14px;
    font-weight:bold;
    display:block;
    color:white;
    display:block;
    padding:5px;
    border: 2px solid #CE7B00;
    border-bottom:none;
}














.titlebar {

    height:20px;
    line-height:20px;
    background:#3c7592;
    font-size:14px;
    font-weight:bold;
    display:block;
    color:white;
    display:block;
    padding:5px;
    border-bottom:none;
}

.messagebar {

	height:auto;
    line-height:20px;
    background:#f0bdbd;
    font-size:14px;
    font-weight:bold;
    display:flow-root;
    color:#eb3636;
    padding:5px;
	margin-top:5px;
	margin-bottom:5px;
    border-bottom:none;
	text-align: center
}

.bigmessagebar {

	height:auto;
    line-height:24px;
    background:#f0bdbd;
    font-size:16px;
    font-weight:bold;
    display:flow-root;
    color:#eb3636;
    padding:5px;
	margin-top:5px;
	margin-bottom:5px;
    border-bottom:none;
	text-align: center
}

.copyright {

	text-align: center;
	margin-top: 40px;
    height:20px;
    line-height:20px;
    background:#3c7592;
    font-size:14px;
    display:block;
    color:white;
    display:block;
    padding:5px;
    border-bottom:none;
}

.journalimg {

	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	width: 170px;
	height: auto;
}

.sponsorimg {
	
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
	height: auto;
	
}

.phoneinfo {
    overflow: hidden;
    border-radius: 5px;
	margin: 5px;
    border: 2px solid #56AC62;
	text-align: center;
	display: none;
}


@media only screen and (max-width : 800px) {

	.headmenu, .head, .first, .endplacement {
		display: none !important;
	}
	
	.second, .secondindex {
		top: 0px;
		left: 0px;
		margin-left: 0px;
		width: 100%;
	}
	
	.titledbox {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.contents {
		top: 0px;
		margin-top: 0px;
	}
	
	.dropbtn, .phoneinfo {
		display: block !important;
	}
	
	p {
		padding-top: 5px;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 2px;
		font-size: 12px;
	}
	
	li {
		font-size: 11px;
	}
	
}