@import url("../workhorse/styles/workhorse.css");

@font-face {
  font-family: 'Noticia Text';
  font-style: normal;
  font-weight: 400;
  src: local('Noticia Text'), local('NoticiaText-Regular'), url(http://themes.googleusercontent.com/static/fonts/noticiatext/v3/wdyV6x3eKpdeUPQ7BJ5uUHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Noticia Text';
  font-style: normal;
  font-weight: 700;
  src: local('Noticia Text Bold'), local('NoticiaText-Bold'), url(http://themes.googleusercontent.com/static/fonts/noticiatext/v3/pEko-RqEtp45bE2P80AAKXl4twXkwp3_u9ZoePkT564.woff) format('woff');
}
/* font-family: 'Noticia Text', serif; */


html {
	background-image: url(../images/global/stripe-bg.gif);
}

body {
	color: #3a3939;
	background-image:url(../images/global/top-stripe-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 17px;
	min-height: 100%;
}

#page-shadow {
	min-height: 100%;
	background-image: url(../images/global/page-shadow.png);
	background-repeat: repeat-y;
	background-position: top center;
}

.container {
	margin: 0px auto;
	padding: 0px;
}

/* ------------------- header --------------------- */

header {
	padding-top: 1px;
}

#top-bar {
	background-color: #ccf2d3;
	padding: 3px 2%;
	font-family: 'Noticia Text', serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #325391;
	border: 1px solid #fff;
}

#top-bar p {
	margin: 0px;
}
#top-bar-right {font-family:Georgia, "Times New Roman", Times, serif:
	padding: 3px;
	float: right;
	margin-right: 75px;
	margin-top: -27px;
}

/* ----------------------- navigation items ------------------------------- */

#nav-wrapper {
	background-color: #179948;
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .9);
    box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .9);
	padding: 1px;
	position: relative;
	z-index: 100;
	padding: 1px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: none;
	border-left: none;
}

nav, nav a#pull, #bot-menu {
}

nav a#pull {
	border: none;
	color: #ffffff;
	font-size: 1.5em;
	text-shadow: 1px 1px 4px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	font-family: 'Noticia Text', serif;
	padding: 3px 0px;
	margin-right: 30px;
}

nav a#pull:hover {
	color: #325391;
	text-shadow: none;
	filter: none;
}

nav ul.nav {
	width: 100%;
	text-align: left;
}

nav ul.nav, #nav-wrapper, nav a#pull {
	margin-top: -5px;

}

nav ul.nav li {
	background-image: url(../images/global/nav-divider.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

nav ul.nav li.first {
	background: none;
	padding-left: 0px;
}

nav li a{
	border: none;
	color: #ffffff;
	font-size: 1.3em;
	text-shadow: 1px 1px 4px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	font-family: 'Noticia Text', serif;
	padding: 15px 0px;
	margin-right: 30px;
}

nav li a:hover {
	color: #dbf6e5;
	text-shadow: none;
	filter: none;
	text-decoration: underline;
}

nav li.active a {
}

nav li.active a:hover {
}

#bot-menu {
	background-color: #179948;
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .9);
    box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .9);
	padding: 1px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: none;
	border-left: none;
	margin-top: 20px;
}
	

#bot-menu a {
	border: none;
	color: #ffffff;
	font-size: 1.5em;
	text-shadow: 1px 1px 4px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	font-family: 'Noticia Text', serif;
	padding: 15px 0px;
	margin-left: 20px;
	font-weight: bold;
}

#content-container li {
	list-style: disc;
	margin-bottom: .6em;
}

footer {
	background-position: center right;
	background-repeat: no-repeat;
	text-align: center;
	padding: 10px 0px;
	margin: 20px 2% 0px 2%;
	border-top: 1px solid #999;
}

footer p {
	font-size:12px;
	text-align: center;
	padding: 0px 60px;
}

/* contact form */

.style-form .text-input {
	background-color: #fff;
}

@media ( max-width : 959px ) {
	
	body {
		padding: 0px;
	}
	
	.container {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		margin: 0px;
	}
	
	footer.row {
		margin-bottom: 0px;
	}
	
	nav li a {
	}
	
}
	
@media ( max-width : 768px ) {
	
	nav {
		position: static;
		float: none;
		text-align: center;
	}
	
	header p.slogan {
		margin-top: -10px;
	}
	
	header p.slogan, header p.number {
		text-align: center;
	}
	
	nav ul.nav {
		float: none;
		width: 100%;
	}
	
	nav li a {
		font-size: 1.2em;
		margin-right: 20px;
	}

}

@media screen and (max-width: 600px) {
	
	#main-nav {
		margin: 0px;
	}
	
	nav a#pull {
		background-color:  #179948;
		padding-left: 20px;
	}
	
	#nav-wrapper {
			background-color: #ccf2d3;
	}
	
	nav li a {
		color: #2d388f;
		font-size: 1.2em;
		text-shadow: none;
		filter: none;
		padding: 15px 0px 10px 0px;
		margin-right: 0px;
	}
	
	nav li a:hover {
		color: #179948;
	}
	

	#top-bar {
		font-size: 1em;
	}

	nav ul.nav, #nav-wrapper, nav a#pull {
		margin-top: 0px;

	}
	
	nav ul.nav li, nav ul.nav li.first  {
		margin: 0px;
		padding: 0px;
	}
	
	nav ul.nav a {
		padding-left: 10px;
		
	}
} 
	
@media only screen and (max-width : 480px) {
} 

@media only screen and (max-width : 320px) {  
} 
.Bold {
	font-weight: bold;
}
