@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

* {
margin:0px;
padding:0px;
}

body {
font-family: 'Open Sans', sans-serif;
color:#838383;
background:white;
}

a:hover {
	text-decoration: none;
}

.button-callout a {
	color:white;
	text-decoration: none;
}

@media (min-width: 600px) {
	.container {
		width:1000px;
		margin:0 auto;
	}

	#header {
		height:145px;
		width:100%;
		position: relative;
	}

	#headercontact {
		position:absolute;
		right:20px;
		bottom:40px;
		font-size:11pt;
		height:60px;
		width:300px;
		text-align: right;
	}

	#header img {
		margin-left:315px;
	}

	#menuc {
		width:100%;
		background:#0079c2;
		height:40px;
	}

	#menu {
		width:1000px;
		margin:0 auto;
		height:32px;
		padding-top:8px;
		color:white;
		background:url('../images/menubg.jpg') no-repeat;
	}

	#menuphone {
		float:right;
		
		margin-right:20px;
	}

	#bodyc {
		width:960px;
		padding:20px;
		overflow:auto;
	}

	#left {
		width:640px;
		float:left;
		margin-right:20px;
	}

	#right {
		width:300px;
		float:left;
	}

	#right img {
		margin-bottom:20px;
	}

	#footerc {
		width:100%;
		background:#0079c2;
		height:100px;
	}

	#footer {
		width:960px;
		margin:0 auto;
		background:url('../images/footerbg.jpg') no-repeat;
		height:80px;
		padding:20px 20px 0px 20px;
		color:white;
		font-size:10pt;
	}

	#footer a {
		color:white;
	}

	#footerleft {
		width:300px;
		float:left;
	}

	#footerright {
		float:right;
		width:300px;
		text-align: right;
	}

	#menu ul {
		display:inline;
	}

	#menu ul li {
		display:inline;
	}

	#menu ul li a {
		color:white;
		text-decoration: none;
		padding:20px;
	}

	#menu ul li a:hover {
		color:#292929;
	}

	#right p {
		color:#0079c2;
		text-align: center;
		font-weight:700;
	}

	h1 {
		margin-bottom:20px;
		font-size:16pt;
	}

	p {
		margin-bottom:20px;
		font-size:11pt;
	}

	.button-callout {
		background:#0079c2;
		width:100%;
		border-radius: 5px;
		height:40px;
		font-size:12pt;
		text-align:center;
		margin-bottom:20px;
		padding-top:14px;
	}





}

/*Style 'show menu' label button and hide it by default*/
	.show-menu {
		text-decoration: none;
		color: #fff;
		background: #58585a;
		text-align: center;
		padding: 10px 0;
		display: none;
		width:100%;
		margin-bottom:1px;
	}

	/*Hide checkbox*/
	input[type=checkbox]{
	    display: none;
	    -webkit-appearance: none;
	}


@media screen and (max-width : 600px){
	.container {
		width:95%;
		margin:0 2.5%;
	}

	#header {
		height:150px;
		width:100%;
	}

	#header img {
		width:80%;
		margin-left:10%;
	}
	#headercontact {
		display: none;
	}
	#menu {
		position: relative;
	}

	#menuphone {
		position:absolute;
		font-size:18px;
		font-weight:bold;
		top:-40px;
		height:30px;
		width:100%;
		text-align: center;
	}

	#bodyc {
		margin-top:20px;
		width:90%;
		margin-left:5%;
	}

	h1 {
		font-size:18px;
		margin-bottom:20px;
		text-align: center;
	}

	p {
	 	font-size:13px;
	 	margin-bottom:20px;
	 }

	 #right img {
	 	width:100%;
	 	margin-bottom:20px;
	 }

	 #left img {
		width:100%;
		margin-bottom: 20px;
	}

	#right p {
		color:#0079c2;
	}

	#footer {
		background:#0079c2;
		width:90%;
		padding:20px 5%;
		color:white;
		text-align: center;
		font-size:14px;
	}

	#footer a {
		color:white;
	}

	#footerleft {
		margin-bottom: 20px;
	}


	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}

	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}

	li {
		display:block;
		float: left;
		text-align:center;
		width:100%;
		margin-bottom:1px;
	}

	li a {
		display:block;
		height: 27px;
		text-align: center;
		color:white;
		background:#5e5d5d;
		padding:6px 0px;
		text-decoration: none;
		position:relative;
		text-transform: uppercase;
	}

	/*Hover state for top level links*/
	li:hover a {
		background: #28903b;
		color:white;
	}

	/*Style for dropdown links*/
	li:hover ul a {
		background-color: #dadada;	
		color: #5e5d5d;
		text-transform: uppercase;
		text-align:center;
		opacity: .8;
		height: 27px;
		padding:6px 0px;
/*		line-height: 39px;*/
		width:100%;
	}

	/*Hover state for dropdown links*/
	li:hover ul a:hover {
		background: #28903b;
		color: #fff;
	}

	/*Hide dropdown links until they are needed*/
	li ul {
		display: none;
	}

	/*Make dropdown links vertical*/
	li ul li {
		display: block;
		float: none;
	}


	/*Prevent text wrapping*/
	li ul li a {
		width: auto;
		min-width: 100px;
		padding: 0 20px;
		text-align:center;
	}


	/*Display the dropdown on hover*/
	ul li a:hover + .hidden, .hidden:hover {
		display: block;
	}

	/*Show menu when invisible checkbox is checked*/
	input[type=checkbox]:checked ~ ul.dropdown{
	    display: block;
	}
	input[type=checkbox]:not(:checked) ~ ul.dropdown{
	    display: none;
	}

	.button-callout {
		background:#0079c2;
		width:100%;
		border-radius: 5px;
		height:40px;
		font-size:12pt;
		text-align:center;
		margin-bottom:20px;
		padding-top:14px;
	}
}