body {
	margin: 0;
	/*background-color: #0193cf;*/
	background-color: #0077b1;
	
	font-family: "Open Sans", sans-serif;
	color: black;
}

a {
	color: #014e90;
	text-decoration: underline;
}

h1, h2 {
	font-family: "Bitter Bold", serif;
	font-weight: normal;
	/* color: #d92f43; */
	/*margin-top: 1em;
	margin-bottom: 0;*/
}

h2 {
	/*border-bottom: 2px #005d90 solid;*/
	border-bottom: 2px #005d90 solid;
	color: #005d90;
	padding-left: 0.5em;
}

p, ul {
	margin-top: 0;
}

#header-wrapper {
}

#header {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

#content-wrapper {

	/*background-color: #c5def2;*/
	background-color: #61c9ec;
	padding-bottom: 325px;

	/* fallback for old browsers */
	/*background-image: url(images/Footer_Characters.jpg);*/
	background-image: url(images/Footer_2.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	
	/* how it should actually look */
	/*background-image:  url(images/Footer_Characters.jpg), url(images/Character_Bg_Repeat.jpg);*/
	background-image:  url(images/Footer_2.jpg), url(images/Footer_bg2.jpg);
	background-position: center bottom, center bottom;
	background-repeat:  no-repeat, repeat-x;
}

#content {
	max-width: 960px;
	margin: 0 auto;
	background-color: white;
	border-radius: 0 0 16px 16px;
}

#footer-wrapper {
	/*background-color: #0193cf;
	background-image: url(images/Footer_bg.jpg);
	background-repeat: repeat-x;*/
	background-color: #0077b1;
}

#footer {
	margin: 0 auto;
	max-width: 960px;
	font-size: 0.8em;
	padding: 2.4em 0;
}
.footer-box-large, .footer-box-small {
	float: left;
	width: 24%;
}
.footer-box-large {
	margin-left: 14%;
}
.footer-box {
	margin: 1em; padding: 4px 8px;
	border-radius: 8px;
	height: 16ex;
	background-color: #b4e9f5;
	background: linear-gradient(#b4e9f5, #e1f8fc);
}

#intro-wrapper {
	background-color: #82ae33;
	background-image: url(images/Intro_Grad_bk.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 1px;
}

#intro {
	max-width: 960px;
	margin: 0 auto 1em auto;
	padding: 0.5em;
}

.intro-text {
	color: white;
}

.content-box, .content-box-with-navbar {

	padding: 10px;
}

.content-box {
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 30px;
}

.content-box-with-navbar {
}

/* Navigation */

.breadcrumb-trail {
	float: right;
	font-size: 0.8em;
}

.breadcrumb-trail a {
	color: #82ae33;
}

.breadcrumb-trail a:link, .breadcrumb-trail a:visited {
	text-decoration: none;
}

.breadcrumb-trail a:hover, .breadcrumb-trail a:active {
	text-decoration: underline;
}

.content-navbar {
}

/*@media screen and (min-width: 361px) {
}*/

/*@media screen and (min-width: 769px) {*/

	#nav-site-wrapper {
		/*background-image: url(images/NavBar.png);
		background-position: bottom;
		background-repeat: repeat-x;*/
		background-color: #0077b1;
		height: 43px;
	}

	#nav-site {
		max-width: 960px;
		margin: 0 auto;
		position: relative;
	}

	#nav-site ul {
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
	}

	#nav-site ul li {
		display: inline-block;
		height: 43px;
		position: relative;
	}
	
	#nav-site ul li ul {
		position: absolute;
		left: 0;
		top: 43px;
		width: 210px;
		z-index: 1;
		background-color: #005d90;
		padding-top: 8px;
		padding-bottom: 8px;
		border-radius: 0 0 8px 8px;
		
		display: none;
	}
	
	#nav-site ul li:hover ul {
		display: block;
	}
	
	#nav-site ul li ul li {
		display: block;
		height: auto;
	}
	
	#nav-login-wrapper {
		background-color: white;
		height: 43px;
	}

	#nav-login {
		max-width: 960px;
		margin: 0 auto;
		position: relative;
		padding-top: 10px;
	}
	
	#nav-login ul {
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
	}
	
	#nav-login ul li {
		display: inline-block;
	}
	
	.nav-site-link, .nav-current-anchor {

		display: inline-block;
		
		height: 33px;
		padding-top: 10px;
		padding-left: 12px;
		padding-right: 12px;
		
		font-family: "Open Sans", sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: white;
		text-decoration: none;
		text-shadow: 1px 1px 5px black;
	}

	.nav-site-link:link, .nav-site-link:visited {
	}

	.nav-site-link:hover, .nav-site-link:active {
		/*border-bottom: 3px #a6c641 solid;*/
		/*background-image: url(images/NavBar_h.png);
		background-repeat: repeat-x;*/
		background-color: #3392bc;
	} /* #337da6 */
	
	.nav-current {
		background-color: #005d90;
		border-left: 2px #00446d solid;
		border-right: 2px #00446d solid;
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.nav-current-anchor {
		height: 30px;
		border-bottom: 3px #a6c641 solid;
		padding-left: 0;
		padding-right: 0;
	}
	
	.nav-site-sublink {
		font-size: 14px;
		color: white;
		text-decoration: none;
		display: block;
		padding: 5px 0 5px 12px;
	}
	
	.nav-site-sublink:link, .nav-site-sublink:visited {
	}

	.nav-site-sublink:hover, .nav-site-sublink:active {
		/*border-bottom: 2px #a6c641 solid;*/
		background-color: #337da6;
	}

	.nav-login-link {
		font-size: 14px;
		font-weight: bold;
		color: black;
		text-decoration: none;
		padding-left: 12px;
		padding-right: 12px;
	}

	.nav-login-link:link, .nav-login-link:visited {
	}

	.nav-login-link:hover, .nav-login-link:active {
		text-decoration: underline;
	}
	
	.content-box-with-navbar {
		margin-left: 300px;
		margin-right: 30px;
	}

	.content-navbar {

		width: 258px;
		float: left;
		/*margin-top: 75px;*/
		margin-top: 1em;

		background-image: url(images/sub_nav_edge.png);
		background-position: top right;
		background-repeat: no-repeat;
		min-height: 360px;
	}

	.content-navbar ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 244px;
		padding-top: 22px;
	}

	.content-navbar ul li {
	}
	
	.content-navbar ul li a {
		display: block;
		font-weight: bold;
		color: white;
		text-decoration: none;
	}

	.content-navbar-main {
		background-color: transparent;
		background-image: url(images/sub_nav_title.png);
		background-repeat: no-repeat;
		position: relative;
		left: -23px;
		width: 224px;
		height: 57px;
		padding-left: 43px;
	}
	
	.content-navbar-main:hover {
		background-image: url(images/sub_nav_title_h.png);
	}
	
	.content-navbar-main a {
		padding: 2px;
		font-size: 20px;
		text-shadow: 2px 1px #679937;
	}

	.content-navbar-current {
		background-color: #679937;
		position: relative;
		left: 12px;
		top: -22px;
		margin-left: 12px;
		padding-left: 8px;
		margin-top: 6px;
	}

	.content-navbar-item {
		background-color: #a5c53f;
		background-image: url(images/sub_nav_bk.png);
		background-position: bottom;
		background-repeat: repeat-x;
		margin-left: 12px;
		padding-left: 8px;
		margin-top: 6px;
		position: relative;
		top: -22px;
	}

	.content-navbar-item:hover {
		background-color: #b5d477;
		background-image: url(images/sub_nav_bk_h.png);
		z-index: 2;
	}
	
	.content-navbar-current a, .content-navbar-item a {
		padding: 5px;
		font-size: 14px;
	}
/*}

@media screen and (min-width: 1025px) {
}*/

/* Screen Size Specific */

.tgbs-slider-tagline {
	font-size: 0.6em;
}

.intro-text {
	font-size: 0.8em;
}

#header-logo {
	position: absolute;
	width: 102px;
	height: 40px;
	top: 2px;
	left: 8px;
	z-index: 1;
}

@media screen and (min-width: 361px) {

	.tgbs-slider-tagline {
		font-size: 0.8em;
	}
	
	.intro-text {
		font-size: 1em;
	}
}

@media screen and (min-width: 769px) {
	
	.tgbs-slider-tagline {
		font-size: 1.6em;
	}
	
	.intro-text {
		font-size: 1.4em;
	}
}

@media screen and (min-width: 850px) {

	#header-logo {
		position: absolute;
		width: 190px;
		height: 75px;
		top: 7px;
		left: 8px;
		z-index: 1;
	}
}

@media screen and (min-width: 1025px) {
	
	.tgbs-slider-tagline {
		font-size: 2.2em;
	}
	
	.intro-text {
		font-size: 1.8em;
	}
}

@media screen and (min-width: 1500px) {

	#header-logo {
		position: absolute;
		width: 254px;
		height: 100px;
		top: 16px;
		left: 8px;
		z-index: 1;
	}
}