@charset "utf-8";
/* CSS Document */

body {
}
a {
	text-decoration: underline;
}
.iframewrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.iframewrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#header {
	border-bottom: #666 3px solid;
}
#content {
	min-height: 400px;
}
strong	{
	font-weight:bold;
	font-style: inherit;
}
em {
	font-style:italic;
	font-weight: inherit;
}
#footer a {
	text-decoration: underline;
}
@media screen and (max-width: 480px) {
#header	{
	height:72px;
	background-image:url(/gcssi/images/banner19.jpg);
	background-repeat: no-repeat;
	background-size:100%;

}
}
@media screen and (min-width:481px) and (max-width:768px){
#header	{
	width: 768px;
	height:115px;
	background-image:url(/gcssi/images/banner19.jpg);
}
	#nav {
		border-bottom:1px solid #0082d4;
		height:35px;
	}
	#navbar li a {
   padding: 8px 12px;
   font-size:20px;
    }
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #666;
   border-bottom: 1px solid #fff;
   color: #dedede;
   text-decoration:none;
	font-size:15px;
    }
#navbar li li a:hover {
   background-color: #dedede;
   color:#666; }
	#search {
		margin-top:20px;
	}
}
@media screen and (min-width: 769px) {
#header	{
	width: 1000px;
	height:150px;
	background-image:url(/gcssi/images/banner19.jpg);
}
	#nav {
		border-bottom:1px solid #0082d4;
		height:35px;
	}
	#navbar li a {
   padding: 8px 20px;
   font-size:20px;
    }
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #666;
   border-bottom: 1px solid #fff;
   color: #dedede;
   text-decoration:none;
	font-size:15px;
    }
#navbar li li a:hover {
   background-color: #dedede;
   color:#666; }
	#search {
		margin-top:20px;
	}
}