@charset "utf-8";
/* CSS Document */
body{
	background-color:#fcfff6;
	margin-bottom:20px;
}
h1{
	color: #194419;
	font-size: 1.8em;
	font-weight: 600;
	margin: 26px 0 10px 0;
}
div#homeHeader{
	width:100%;
	margin:0;
	padding:0;	
	height:400px;
	background-image:url(../images/HomeHead2/Common-Fence-Point-2.jpg);
	background-image:url(../images/HomeHead2/Brian-K-casino.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:absolute;
	top:0;
	left:0;
	border-bottom:3px solid #194419;
	display:none;
	z-index:50;
}
div#stdHeader{
	height:100px;
	width:100%;
	padding:0;
	background-image:url(../graphics/stdHeader.jpg);
	background-image:url(../graphics/stdHeader2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:absolute;
	top:0;
	left:0;
	display:block;
	cursor:pointer;
	z-index:50;
	border-bottom:2px solid #194419;
}
div#mainBody {
    padding: 100px 0 0 0;
    margin: 0 auto 0 auto;
    z-index: 50;
    max-width: 1140px;
    width: 98%;
    overflow: auto;
    text-align: left;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	z-index:60;
}
div#mainBody p{
	max-width:820px;
	font-size:1em;	
	text-align:justify;
}
div#logo{
	width:64px;
	height:102px;
	position:absolute;
	top:0;
	left:0;	
	background-image:url(../graphics/GIC_logo.png);
	background-size:contain;
	z-index:40;
	cursor:pointer;
}
div#gic-name{
	position:absolute;
	top:0;
	left:80px;	
}
div#gic-name a{
	text-decoration:none;
}
div#gic-name a:hover{
	color:#197D82;
}
div#gic-name h1{
	color: #098dac;
	font-size: 1.9em;
	font-weight: 600;
	margin: 12px 0 0 0;
	line-height: 1.13;
}
div#gic-name h1 a{
	color:#1b969c;
}
div#gic-name span#gic{
	font-weight:normal;
	color:#70ac00;
	color:#7ec100;
}
div#menu{
	width:calc(100% - 2px);
	margin-top:6px;
	border-bottom:1px solid #194419;
	border: 1px solid #87ae41;
	background-color:#cae49c;
	border-radius: 2px;
}
div.dropdown:first-child{
	margin-left:16px;
}
 /* Dropdown Button */
.dropbtn, .nodropbtn {
	background-color:#cae49c;
    color: #000;
    padding: 9px 16px 11px;
    font-size: 16px;
    border: none;
}
.dropbtn:hover {
	background-color: #ddf2b8;
	background-color: #eff1eb;
	background-color: #cae49c;
}
.nodropbtn a {
	text-decoration: none;
	color:#000;
}
.nodropbtn:hover {
	cursor:pointer;
	background-color: #ddf2b8;
	background-color: #e7f6cd;
	background-color: #cae49c;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ddf2b8;
	background-color: #eff1eb;
	background-color: #cae49c;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #e7f6cd;
	background-color: #cae49c;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #ddf2b8;
	background-color: #eff1eb;
	background-color: #cae49c;
} 
div#contactBox{
	background-color:#cae49c;
	float:right;
	padding:7px 9px;
	margin:35px 0 15px 25px ;
	border-radius: 2px;
	font-weight:normal;
	border:1px solid #87ae41;
	max-width:333px;
	width:50%;
	min-width:233px;
	text-align:center;
}
div#contactBox div.newsButton{
	padding:7px;
	background-color:#7da632;
	border-radius:4px;
	border:1px solid #0a5611;
	margin:8px 0;
}
div#contactBox div.newsButton:hover{
	background-color:#5e8c0a;
}
div#contactBox a{
	color:#0a5611;
	text-decoration:none;
}
div#contactBox div.newsButton a{
	color:#fcfff6;
	text-decoration:none;
}
div#contactBox p{
	font-size:0.9em;
	text-align:center;	
}
div#contactBox img{
	vertical-align:text-bottom;
	padding-left:4px;
	padding-top:4px;
	margin-bottom:-2px;
}
div#mainBody img{
	max-width:calc(100% - 2px);
	margin-top:12px;
}
div.imageBox{
	max-width:500px;
	width:43%;
	min-width:260px;
	font-size:0.8em;
	text-align:left;
	color:#414240;
}
div.imageBox img{
	padding:0;
	margin-bottom:4px;
	border:1px solid #414240;
}
div.imageBoxRight{
	float:right;
	margin:0 0 10px 15px;
}
div.imageBoxLeft{
	float:right;
	margin:0 15px 10px 0;
}
div.imageBoxFull{
	max-width:820px;
	width:100%;
	font-size:0.8em;
	text-align:left;
	color:#414240;
}
div#footer{
	width:calc(100% - 200px);
	background-color:#cae49c;
	background-color:transparent;
	color:#0a5611;
	padding:7px 15px 1px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
div#login{
	width:100px;
	float:right;
	text-align:right;	
	margin-top:10px;
	display:none;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	width:calc(100% - 235px);
	margin:25px 0 10px 233px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:980px) {
	.videoWrapper {
		width:calc(100% - 15px);
		margin-left:0;
	}
	div.dropdown:first-child{
		margin-left:0;
	}
}
@media screen and (max-width:550px) {
	div#gic-name h1{
		font-size: 1.5em;
	}
	div#mainBody p{	
		text-align:left;
	}
}
@media screen and (max-width:480px) {
	.dropbtn, .nodropbtn{
		padding: 9px 10px 11px;
	}	
	div#contactBox{
		width:calc(100% - 20px);
		margin:35px 5px 15px 0;
		float:none;
	}
	div.imageBox{
		width:100%;
	}
}
@media screen and (max-width:350px) {
	div#gic-name h1{
		font-size: 1.3em;
		margin-top:6px;
	}
}