@charset "UTF-8";
/* CSS Document */

/* Mobile Layout: 480px and below. */
/*    Mobile Menu Core Style  */

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a:link { display: block }
.slicknav_nav .slicknav_item a:link,
.slicknav_nav .slicknav_parent-link a:link { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size: 1.7em;
}

/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    background-color: #0E0E47;
}

/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #F5F5F5;
}
.slicknav_menu {
    background: #2F3F6A;
    padding: 5px;
}
.slicknav_nav {
    color: #333;
    margin: 0 0 6% 5px;
    padding: 0;
    font-size: 1em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}
.slicknav_nav ul {
    padding: 0;
    margin: 0 0 5% 5%;
}
.slicknav_nav .slicknav_row {
    padding: 15px 10px;
    margin: 2px 5px;
}
.slicknav_nav a:link {
    padding: 8px 10px;
    margin: 4px 5px;
    text-decoration: none;
    color: #FFF;
}
.slicknav_nav .slicknav_item a:link,
.slicknav_nav .slicknav_parent-link a:link {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#CCC;
    color:#FFF;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#D1D1D1;
    color:#222;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}



/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #333;
	background-color: #999;
}
  
.gridContainer {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	clear: none;
	float: none;
	background-color: #FFFFFF;
}

/* header items on all pages */

#breadcrumb-box {
}

#masthead {
	width: 100%;
	background-image: url(/graphics/GOES-header.jpg);
	background-repeat: no-repeat;
}

	#goes-title-m {
		margin-left: 2%;
	 	display: block;
	}
	
	#goes-title {
		display: none;
	}

#below-masthead-box {
}

	.home-links a {
	}
	
	.home-links a:hover { 
	}

	#search-form {
	}

#menu-container {
	}

	#menu {
	}
	
	#menu ul {
	}
	
	#menu li {
	}
	
	#menu a:visited, #menu a:link  {
	}
	
	#menu li:hover {
	}
	
	#menu a:hover {
	}
	
	#menu a:active  {
	}

#content-container {
	margin-left: 0;
	width: 100%;
	background-color: #FFF;
	text-align: center;
	overflow: auto;
}

#footer {
	background-color: #2F3F6A;
	width: 100%;
}

	#footer-logo {
		margin: 4% auto;
	}

	.footer-text-box {
		text-align: center;
		margin-top: 5%;
		}
	
	.footer-links {
		font: inherit;
		font-size: 1.2em;
		line-height: 1.5em;
		padding-bottom: 1em;
		color: #97A9BF;
	}
	
	.footer-links a:link {
		text-decoration: none;
		color: #FFF;
	}
	
	.footer-links a:visited {
		text-decoration: none;
		color: #FFF;
	}
	
	.footer-links a:hover {
		text-decoration: underline;
		color: #b7a98b;
	}
	
	.smaller {
		font-size: 1em;
		line-height: 1.9em;
	}

	.footer-date {
		font-size: .9em;
		font-style: oblique;
		padding-top: .6em;
		color: #97A9BF;
	}

.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
display: none;
}

#content {
clear: none;
float: left;
margin-left: 5.2631%;
width: 100%;
display: block;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.slicknav_menu {
	display: none;
}

.gridContainer {
	width: 100%;
	padding: 0;
	clear: none;
	float: none;
	margin: auto;
	background-color: #FFF;
	overflow: hidden;
}

#breadcrumb-box {
	margin: 0 auto;
	background-color: #415B7C;
	height: 30px;
}

	.breadcrumb-links {
		font-size: .95em;
		color: #FFF;
		word-spacing: .5em;
		padding-top: .8%;
		padding-right: 2%;
		text-align: right;
	}
	
	.breadcrumb-links a:link {
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
	}
	
	.breadcrumb-links a:visited {
		color: #FFF;
	}
	
	.breadcrumb-links a:hover, a:active {
		text-decoration: underline;
	}

#masthead {
	width: 100%;
	height: 105px;
}

	#goes-title-m {
		display: none;
	}
	
	#goes-title {
		margin-left: 1.5%;
		display: block;
	}

#below-masthead-box {
	margin: 0 auto;
	background-color: #415B7C;
	height: 35px;
	clear: both;
}

	#search-form {
		margin-right: 2%;
		float: right;
		margin-top: .5em;
	}
	
	.inputtext {
		height: 1em;
	}
	
#menu-container {
	width: 25%;
	padding-bottom: 5em;
	background-color: #EEE;
	float: left;
}

	#menu {
		margin: 10% 0 0 13%;
		padding: 0;
	}
	
	.main {
		padding-bottom: .8em;
	}
	
	#menu li {
		font-size: 1em;
		font-weight: bold;
		list-style: none;
		line-height: 1.3em;
	}
	
	#menu li ul {
		list-style-type: none;
		margin: 0;
		padding: 0 0 1.3em 0;
	}
	
	#menu li ul li {
		font-size: .9em;
	}
	
	#menu a:visited, #menu a:link  {
		font-weight: normal;
		color: #426E9F;
		text-decoration: none;
	}
	
	#menu a:hover {
		color: #96845C;
		text-decoration: underline;
	}
	
	#menu a:active  {
		font-weight: normal;
		color: #96845C;
		text-decoration: none;
	}

#content-container {
	width: 70%;
	margin: 0 auto;
	padding: 0 1.5%;
	display: block;
	clear: none;
	text-align: center;
	border-left: thin solid #EEE;
	box-sizing: border-box;
		-moz-box-sizing: border-box; /* Firefox */
		-webkit-box-sizing: border-box;
}

#footer {
	background-color: #415B7C;
	overflow: visible;
	clear: both;
}
	
	#footer-logo {
		float: right;
		margin-top: -5%;
	}

	.footer-text-box {
		margin: 2% 3% 0% 3%;
		text-align: left;
		}
	
	.footer-links {
		padding-bottom: .7em;
		font-size: 1.1em;
		line-height: 1.3em;
		padding-bottom: .7em;
	}

	.footer-links a:link {
	}
	
	.footer-links a:hover {
	}
	
	.smaller {
		font-size: .9em;
	}	
	
	.footer-date {
	}
	
.hide_tablet {
	display: none;
}

.hide_mobile {
	display: block;
}

.zeroMargin_tablet {
	margin-left: 0;
}

}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 89%;
	max-width: 1050px;
}

#breadcrumb-box {
}

	.breadcrumb-links {
	}
	
	.breadcrumb-links a:link {
	}
	
	.breadcrumb-links a:visited {
	}
	
	.breadcrumb-links a:hover, a:active {
	}

#masthead {
}

	#goes-title-m {
		display: none;
	}

	#goes-title {
		display: block;
	}

#below-masthead-box {
}

#menu-container {
	width: 22%;
}

	#menu {
		padding-bottom: 2em;
	}
	
	#menu li {
		font-size: 1.1em;
	}
	
	#menu li ul {
	}
	
	#menu li ul li {
		line-height: 1.8em;
	}
	
	#menu a:visited, #menu a:link  {
	}
	
	#menu a:hover {
	}
	
	#menu a:active  {
	}

#content-container {
	width: 75%;
}

#footer {
}

#footer-logo {
	}

	.footer-text-box {
		}
	
	.footer-links {
	}
	
	.smaller {
	}
	
	.footer-links a {
	}
	
	.footer-links a:hover {
	}
		
	.smaller {
	}
	
	.footer-date {
	}

.zeroMargin_desktop {
	margin-left: 0;
}

.hide_mobile {
}

.hide_tablet {
}

.hide_desktop {
	display: none;
}
}