body{
	font-family:"arial", sans-serif;
	background: url(../img/holland_tulip_fields.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/holland_tulip_fields.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/holland_tulip_fields.jpg', sizingMethod='scale')";
}
.hidden {
	display:none;
}
#content{
	margin:0 auto;
	margin-top: 50px;
	width:350px;
}
#logo{
	margin:0 auto;
	width
}
#logotext{
	width: 600px;
	margin: 0 auto;
	margin-left: -125px;
}
#des-content{
	text-align:center;
	background-color:rgba(255,255,255,0.2);
	border-radius:5px;
	padding:1px 0;
	margin:20px 0;
}
.des-text{
	font-size:25px;
	font-family:"Lucia Grande", sans-serif;
	color:#2d297d;
}
a{
	text-decoration: none;
	color: #2d297d;
}
#header {
    height: 50px;
    width: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    background-color: #2D297D;
	z-index: 999;
}
#main-nav {
    margin: 0 auto;
}
#main-nav ul {
    display: block;
    height: 100%;
    padding: 0;
    margin: 0 0 0 50px;
    line-height: 50px;
}
#main-nav li {
    display: inline-block;
    /* padding: 0 20px; */
    /* width: 84px; */
}
#main-nav a {
    /* margin-right: 20px; */
    padding: 0 20px;
    height: 100%;
    display: block;
    font-family: "arial", sans-serif;
    color: orange;
}
body {
    padding: 0;
    
    margin: 0;
    margin: 0;   padding: 0;   border: 0;
}
html {
    margin: 0;   padding: 0;   border: 0;
}
.nav-active {
    background-color: orange;
    color: #2d297D !important;
    font-weight: bold;
}
#main-nav a:hover {
    background-color: orange;  color: #2d297D !important;  
    /* font-weight: bold; */
}
#contact-content {
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px;
    width: 760px;
}
#map {
    border-radius: 5px;
    overflow: hidden;
	height: 400px;
}
#content-text {
    margin: 0 0 20px 0;
    background-color: #fefefe;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
	min-height:400px;
}
#page-title {
	color: #2D297D;
	margin: 0;
}
.info-table {
    display: inline-block;
    margin: 0 25px 0 0;
}
.info-table td {
    vertical-align: top;
}
#logo-bg {
    position: absolute;
top: -35%;
margin-left: 238px;
height: 160%;
opacity: 0.1;
}