@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0%;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
}
#gdntop {
position: static;
width: 100%;
height: auto;
margin-left: 0;
background-color: #689DC2;
background-image: -webkit-linear-gradient(270deg,rgba(104,157,194,1.00) 0%,rgba(178,205,224,1.00) 99.48%);
background-image: -moz-linear-gradient(270deg,rgba(104,157,194,1.00) 0%,rgba(178,205,224,1.00) 99.48%);
background-image: -o-linear-gradient(270deg,rgba(104,157,194,1.00) 0%,rgba(178,205,224,1.00) 99.48%);
background-image: linear-gradient(180deg,rgba(104,157,194,1.00) 0%,rgba(178,205,224,1.00) 99.48%);
}
#menu {
	width: 83.0508%;
	margin-left: 10.1694%;
clear: both;
}
.menuitem {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	background-color: #4883A8;
	color: #C0C0C0;
	border-radius: 5px;
	display: block;
	width: 100%;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0;
}
.menuitem a:visited {
	color: #C0C0C0;
}
.menuitem a:hover {
	color: #12FFFF;
	text-decoration: none;
}
#div1 {
position: static;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
#gdntop {
position: static;
width: 100%;
height: auto;
margin-left: 0;
}
#menu {
	width: 87.1794%;
	margin-left: 12.8205%;
clear: both;
}
.menuitem {
width: 41.1764%;
clear: none;
margin-left: 2.9411%;
display: block;
}
.menuItem a:visited {
	color: #FFFFFF;
}
.menuItem a:hover {
	color: #12FFFF;
}
#div1 {
position: static;
}
.zeroMargin_tablet {
margin-left: 0;
}
.hide_tablet {
display: none;
}
}

/* Desktop Layout: 769px to a max of 9999px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: 9999px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#gdntop {
	display: block;
	margin-left: 0;
	margin-right: auto;
	position: static;
	width: 100%;
	height: auto;
}
#menu {
	width: 83.0508%;
	margin-left: 10.1694%;
	clear: none;
}
.menuitem {
width: 28.5714%;
margin-left: 2.0408%;
clear: none;
display: block;
}
#div1 {
position: static;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
