@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://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(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

* {
	margin:0px;
	padding:0px;
}

body {
	font-family: 'Open Sans', sans-serif;
	color:white;
	background:url('./images/bodybg.jpg') top center no-repeat white fixed;
	background-attachment: fixed !important;
	background-size: cover !important;
}

a {
	color:#b23427;
}

a:hover {
	text-decoration: none;
}

@media (min-width: 600px) {
	#logobg {
		background:url('./images/logobg.png') no-repeat;
		position:fixed;
		bottom:0px;
		right:0px;
		height:800px;
		width:1100px;
		overflow: hidden;
		z-index:10;
	}

	#container {
		width:1000px;
		position:relative;
		margin:20px auto;
		z-index:10000;
	}

	.content {
		background:url('./images/contentbg.png');
	}

	#header {
		width:1000px;
		height:180px;
		background:url('./images/contentbg.png');
	}

	#menu {
		background:#b23427;
		height:30px;
		padding-top:10px;
		width:1000px;
		z-index:1000;
	}


	#bodyc {
		background:url('./images/contentbg.png');
		width:1000px;
		height:auto;
		margin-top:20px;
		color:#121212;
	}

	#left {
		float:left;
		padding:20px;
		width:650px;
	}

	#right {
		float:left;
		width:310px;
		margin-top:20px;
	}

	#right img {
		margin-bottom:20px;
	}

	#footer {
		clear:both;
		width:960px;
		background:#b23427;
		padding:20px;
		height:45px;
		font-size: 10pt;
		color:white;
	}

	#footer a {
		color:white;
	}

	#footerleft {
		float:left;
		width:250px;
	}

	#footerright {
		float:right;
		width:290px;
		text-align: right;
	}

	h1 {
		font-size: 18pt;
		margin-bottom:20px;
	}

	p {
		font-size:11pt;
		margin-bottom:20px;
	}

	table {
		font-size:11pt;
	}

	td {
		padding-bottom:10px;
	}

	#bodyc ul {
		margin-left:40px;
		font-size:11pt;
	}

	label {
		margin:10px 0px 5px 0px;
		display:block;
	}

	input {
		padding:5px;
		font-family: 'Open Sans', sans-serif;
		color:#121212;
	}

	textarea {
		color:#121212;
		padding:5px;
		font-family: 'Open Sans', sans-serif;
		height:100px;
		width:300px;
	}

	input[type="submit"] {
		padding:5px;
		font-size:14pt;
		width:150px;
		margin-top:10px;
	}

	h3 {
		font-size:15pt;
		margin-bottom:20px;
		padding-top:20px;
		border-top:solid 1px black;
	}

	ul.dropdown,
	ul.dropdown li,
	ul.dropdown ul {
	 list-style: none;
	 margin: 0;
	 padding: 0px 0px 7px 0px;
	 z-index:1100;
	 font-weight: normal;
	}

	ul.dropdown {
	 z-index: 597;
	 list-style-type: none;
	 font-size: 11pt;
	 margin-left:0px;
	}

	ul.dropdown li {
	 float: left;
	 display:inline;
	 vertical-align: middle;
	 zoom: 1;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 position: relative;
	 z-index: 599;
	 cursor: default;
	}

	ul.dropdown ul {
	 visibility: hidden;
	 position: absolute;
	 top: 100%;
	 left: 0;
	 z-index: 598;
	 width: 100%;
	 padding:5px;

	}

	ul.dropdown ul li {
	 float: none;
	 font-weight: normal;
	}

	ul.dropdown ul ul {
	 top: 1px;
	 left: 99%;
	}

	ul.dropdown li:hover > ul {
	 visibility: visible;
	}


	/* ----- ALL LEVELS (incl. first) */


		ul.dropdown li {
		 background-color: transparent;
		 color: #fff;
		 line-height: normal;
		}

		ul.dropdown li.hover,
		ul.dropdown li:hover {
		 
		}

		ul.dropdown a:link,
		ul.dropdown a:visited { color: #fff; text-decoration: none; }
		ul.dropdown a:hover { color: black; text-decoration: none; }
		ul.dropdown a:active { color: #fff; }


	/* ----- END LEVEL */


		/* ----- NON-FIRST LEVEL */

		ul.dropdown ul {
		 width: 200px;
		 background-color: #575757;
		 color: #fff;
		 font-size: 10pt;
		 text-transform: none;
		 filter: alpha(opacity=90);
		 -moz-opacity: .9;
		 KhtmlOpacity: .9;
		 opacity: .9;
		 padding-top:8px;
		 margin-top:3px;
		}

			ul.dropdown ul li {
			 background-color: transparent;
			 color: #000;
			 filter: none;
			 display:block;
			}

			ul.dropdown ul li.hover,
			ul.dropdown ul li:hover {
			 background-color: transparent;
			}

			ul.dropdown ul a:link,
			ul.dropdown ul a:visited { color: #fff; }
			ul.dropdown ul a:hover { color: #cecece; text-decoration: none; }
			ul.dropdown ul a:active { color: #cecece; }



	ul.dropdown *.dir {
	 background-image: none;
	 background-position: 100% 50%;
	 background-repeat: no-repeat;
	}
	

	ul.dropdown li a {
	 padding: 10px 20px;
	}

	ul.dropdown ul li.dir {
	 padding-right: 15px;
	}

	ul.dropdown ul a {
	 padding: 7px 20px 7px 14px;
	 width: 200px; /* Especially for IE */
	 
	}

	ul.dropdown ul a:hover {
	 color:#cecece;
	}

	ul.dropdown li a.current {
		background:black;
		padding-top:15px;
	}

	ul.dropdown li a.current:hover {
		color:white;
	}

	ul.dropdown li ul li.group {
		/*text-decoration: underline;*/
		color:#1e1c1d;
		/*padding-left:15px;*/
		padding:5px;
		margin-left:-5px;
		font-weight:bold;
		width:100%;
		background:white;
		text-align: center;
		margin-bottom:5px;
		margin-top:10px;
	}

	ul.dropdown li ul li.nomargin {
		margin-top:-8px;
	}
}

/*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){
	body {
		font-family: 'Open Sans', sans-serif;
		background:white;
	}

	#header {
		width:100%;
		height:180px;
		background:#7ab8ea;
	}

	#bodyc {
		background:url('./images/contentbg.png');
		width:90%;
		margin-left:5%;
		margin-top:20px;
		color:#231f20;
	}

	#menu {
		margin-top:-10px;
	}

	#left img {
		width:40%;
		margin-right:5%;
		margin-top:20px;
	}

	#right img {
		width:100%;
		margin-bottom:20px;
		display:none;
	}

	#footer {
		text-align: center;
		background:#b23427;
		width:100%;
		padding:5% 7.5% 5% 5%;
		margin-left:-7%;
		color:white;
		font-size:14px;
		overflow:hidden;
	}

	#footer a {
		color:white;
	}

	input[type="submit"] {
		padding:5px;
		font-size:14pt;
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
	}

	label {
		margin:10px 0px 5px 0px;
		display:block;
	}

	input[type="text"], input[type="email"], textarea, input[type="phone"] {
		width:95%;
		padding:10px 0px;
		font-family: 'Open Sans', sans-serif;
		color:black;
		font-size:14px;
	}

	h1 {
		font-size:18px;
		margin-bottom:20px;
		text-align: center;
	}

	h3 {
		font-size:16px;
		text-align: center;
		margin-bottom:5px;
	}

	p {
		font-size:14px;
		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;
		text-align: center;
		color:white;
		background:#5e5d5d;
		padding:12px 0px;
		text-decoration: none;
		position:relative;
		text-transform: uppercase;
	}

	/*Hover state for top level links*/
	li:hover a {
		background: #b23427;
		color:white;
	}

	/*Style for dropdown links*/
	li:hover ul a {
		background-color: #dadada;	
		color: #5e5d5d;
		text-transform: uppercase;
		text-align:center;
		height: 22px;
		padding:12px 0px;
		font-size:14px;
		width:100%;
	}

	/*Hover state for dropdown links*/
	li:hover ul a:hover {
		background: #b23427;
		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;
	}

	li.group {
		color:#1e1c1d;
		padding:5px;
		margin-left:-5px;
		font-weight:bold;
		width:100%;
		background:white;
		text-align: center;
		margin-bottom:5px;
		margin-top:10px;
	}

	/*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;
	}

}