body {
	background: #FFF;
}
/* Navigation */

header {
    height: 50px;
    width: 100%;
    background: rgba(0,0,0,1);
    font-size: 70%;
    position: fixed;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    top: 0;
    left:0;
    z-index: 1;
    font-family: 'Oswald', sans-serif;

    
}


header ul {
    padding: 0;
    margin: 0;
    height: 50px;
    left:450px;
    position: relative;
}

header img {
    display: block;
    position: absolute;
    left:45px;
    width: 350px;
    top:10px;
    padding: 5px;

}
header li {
    display: inline;
    float: left;
    width: 10%;
    height: 50px;
}

header li:first-child+li+li+li+li+li {
   
}
header a {
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-top: 15px;
    height:70%;

}

header a:hover {
    color: #FF4000;
}

header a#pull {
    display: none;
}   

@media screen and (max-width: 1070px) {
    header {
        height: auto;
        border-bottom: 0;
        height: 50px;
    }
    header ul {
        height:50px;
        display: none;
        height: auto;
        left:450px;
        position: relative;
   
    }    
    header li {
        width: 100%;
        float: left;
        position: relative;
        border-bottom: 1px solid #111;
        background: rgba(0,0,0,.8);
      }
     header a {
        position: relative;
        text-align: left;
        height:35px;
        text-indent: 25px;          
      }    

    header a:hover {

          text-align: left;
      }
         
    header a#pull {
        display: block;
        width: 50%;
        position: relative;
        left:450px;
    }
    header a#pull:after {
        content:"";
        width: 30px;
        height: 30px;
        color: #FFF;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 1000;
    }
}    

@media screen and (max-width: 550px) {
    header {
        height: auto;
        border-bottom: 0;
        height: 50px;
    }

    header img {
    display: block;
    position: absolute;
    left:30px;
    width: 250px;
    top:10px;
    padding: 5px;

}
    header ul {
        height:50px;
        display: none;
        height: auto;
        left:300px;
        position: relative;
   
    }    
    header li {
        width: 100%;
        float: left;
        position: relative;
        border-bottom: 1px solid #111;
        background: rgba(0,0,0,.8);
      }
     header a {
        position: relative;
        text-align: left;
        height:35px;
        text-indent: 25px;          
      }    

    header a:hover {

          text-align: left;
      }
         
    header a#pull {
        display: block;
        width: 50%;
        position: relative;
        left:300px;
    }
    header a#pull:after {
        content:"";
        width: 30px;
        height: 30px;
        color: #FFF;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 1000;
    }
}    


footer{

background: rgba(0,0,0,.65);
font-family: 'Open Sans', sans-serif;
text-align: center;
font-size: 60%;
color: white;
text-transform: uppercase;
padding: 10px;
position: fixed;
bottom: 0;
left: 0;
letter-spacing: 2px;
width: 100%;

}

/*  GRID OF THREE   ============================================================================= */

	
.span_2_of_2 {
	width: 100%; 
}

.span_1_of_2 {
	width: 48%; 
}



/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.1%; 
}

.span_1_of_3 {
	width: 32.2%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 800px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}

	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	margin: 0 auto;
	max-width: 100%;
}

.section h2 {
    font-size: 140%!important;
   
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.colprince {
	display: block;
	float:left;
	margin: 0 0 0 0;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 800px) {
	.col { 
		margin: 1% 0 1% 0%;

	}

	.section {
	clear: both;
	padding: 0px;
	margin: 0 auto;
	width: 100%;
}
}

/*  GRID OF FIVE   ============================================================================= */

	
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%; 
}

.span_3_of_5 {
  	width: 59.36%; 
}

.span_2_of_5 {
  	width: 39.04%;
}

.span_1_of_5 {
  	width: 18.72%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 800px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
}

/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 800px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}



/* MAP */

.content {
	max-width: 100%;
	top: 100px;
	position: relative;
	padding: 0 10% 100px 5%;
	/*background: #eee; */
}

.content p{
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
    text-align:  left;
    letter-spacing: 0px;
    padding-bottom: 10px;
}

.contenttitle h1 {
    font-family: 'Oswald', sans-serif;
    font-size:250%;
    text-transform: uppercase;
    font-weight: 300;
    color: #555;
    letter-spacing: 1px;
    padding:40px;
    line-height: 200%;
    text-align: left;
}

.contenttitle {
	max-width:100%;
	top:50px;
	position:relative;
	
}

.content h2{
    font-family: 'Oswald', sans-serif;
    font-size: 90%;
    text-transform: uppercase;
    font-weight: 200;
    color: #0066cc;
    letter-spacing: 2px;
    padding: 10px 0 10px 0;
    line-height: 200%;
    text-align: left;
}

legend {
	 font-family: 'Oswald', sans-serif;
    font-size: 90%;
    text-transform: uppercase;
    font-weight: 200;
    color: #0066cc;
    letter-spacing: 2px;
    padding: 10px 0 10px 0;
    line-height: 200%;
    text-align: left;

}
input {
	border: none;
	background: #fff;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
    font-size: 90%;
    text-align: justify;
}

input.large{
	width: 100px;
	height: 50px;
}


#float {
	float: left;}

#iphone_nav{
display:none;
}




		
		ul.sub-menu:hover{
background-color:#0066cc;
}
ul.sub-menu li:hover{


}


header ul.sub-menu li {
    width: 100%;
display:block;
z-index:9999;
}

header li:hover > ul.sub-menu li {
    background-color: #0066cc;
}

header li:hover > ul.sub-menu:hover{
background-color:#0066cc;


}

li#menu-item-2115 {
    text-align: center;
    width: 85px;
}





header a{
padding-bottom:35px;}

header li:hover > ul.sub-menu {
    display: block;
    background-color: #0066cc;
    position: initial;
   
text-align:center;
}


ul.sub-menu {
    display: none;
}






#launch{
color: #FFF;
font: 400 14px "Oswald", sans-serif;
letter-spacing: 1px;
text-transform: uppercase;
text-shadow: #000 1px 1px 2px;
line-height: 42px;
text-align:center;

  bottom:42px;
  position:fixed;
  margin-left: auto ;
  margin-right: auto ;
  text-align:center;
  

}

.section.group a{
font-family: 'Open Sans', sans-serif;
text-decoration:none;
    color: #0066cc;
}

a#newhaven2{
display:none;}

#newhavenmap{
display:none;
background-color:#fff;
    border-width: 10px;
    border-style: solid;
    border-color: white;
width:100%;


}
#inquiry2{
display:none;
}
#inquiry{
}


a#washingtondc2{
display:none;
}

#washingtondcmap{
display:none;
background-color:#fff;
    border-width: 10px;
    border-style: solid;
    border-color: white;
width:100%;


}

#inquiryform{
width:100%;
background-color:#fff;
padding-bottom:50px;
    padding-left: 50px;
    padding-top: 50px;
}


input {
    border: none;
    background: #ccc;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
    text-align: justify;
}

/*
.map {
  	  width: 80%;
		 
		  margin: 0 auto;
		  padding-top: 80%;
		  position: relative;
		}
		.map iframe {
		    width: 100%;
		    height: 100%; /* had to specify height/width */
		  	position: absolute;
		    top: 0; 
		    right: 0;
		    left: 0; 
		    bottom: 0;   
		  }
		  */

