@import “compass/css3”

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


@font-face {
    font-family: 'museo_slab500';
    src: url('Museo_Slab_500_2-webfont.eot');
    src: url('Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('Museo_Slab_500_2-webfont.woff2') format('woff2'),
         url('Museo_Slab_500_2-webfont.woff') format('woff'),
         url('Museo_Slab_500_2-webfont.ttf') format('truetype'),
         url('Museo_Slab_500_2-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;
    

}

	body {
		margin-left: 5%;
        margin-right: 5%;
		padding: 10px 5px;
		width:100%;
		font-family: 'museo_slab500’;		

background: url('backgroundsmall.png');	
	}
	
	 .clear {	
clear: both;	
	 }	


	#header {
            width: 300px;
	    height: 75px;
	             margin-left: 5%;
            margin-right: 5%;
            padding: 2%;
            background-image: url('bethesdaheader.jpg');
            background-position: center;
           background-repeat: repeat-x;
            background-size:100%;
			
	}




	 #box {	
                  margin-left: 5%;
            margin-right: 5%;
            min-height: 250px;
            padding: 2%;
            vertical-align: top;
            horizontal-align: center;
            border: 1px solid;
	 position: relative;
	     width:100%;
	margin-top:0;	
float: right;
	background-color:#E6E7E9;	
font-size:150%;	
color: #808080;
	}	



	
		#header, #box, #footer{
            margin-left: 10%;
            margin-right: 10%;   
        }
        
	.title {
		font-size:150%
		text-align:center;
	}
	
	
	@viewport{
            zoom: 1.0;
            width: extend-to-zoom;
        }
        @-ms-viewport{
            width: extend-to-zoom;
            zoom: 1.0;
        }
        
            body a{
                font-size: 30px;
                font-weight: bold;
            }
            
            
	.item {
		float:left;
		
	}
	.navitem {
		padding:0.5em;
		margin:0.1em;
		background-color: rgb(0, 158, 116);
		display:block;
		float:left;
		
	}
	#navigation {
		margin:0.5em 0.5em 0.5em 0em;
	}
	#main {
		clear:both;
	}
	a {
		color:#808080;
		text-decoration:none;
		font-family: 'museo_slab500';
		font-size: 30px;
		
	}
	input {
		padding:0.5em;
		margin-bottom:0.5em;
		font-family: 'museo_slab500';
		font-size: 30px;
	
	}
	#mainbody {
		padding-top:0.05em;
		clear:both;
		width:50%;
		font-family: 'museo_slab500';
	
	}

	.myButton {
		background-color:#479089;
		-moz-border-radius:28px;
		-webkit-border-radius:28px;
		horizontal-align: center;
		border-radius:28px;
		border:1px solid #479089;
		display:inline-block;
		cursor:pointer;
		color:#479089;
		font-family:'museo_slab500';
		font-size:17px;
		padding:16px 31px;
		text-decoration:none;
		text-shadow:0px 1px 0px #2f6627;
		margin:0 auto;
		display: table-cell;
	}
	.myButton:hover {
		background-color:#479089;
	}
	.myButton:active {
		position:relative;
		top:1px;
	}


.submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #479089;
	-webkit-box-shadow:inset 0px 1px 0px 0px #479089;
	box-shadow:inset 0px 1px 0px 0px #479089;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #479089), color-stop(1, #479089));
	background:-moz-linear-gradient(top, #479089 5%, #479089 100%);
	background:-webkit-linear-gradient(top, #479089 5%, #479089 100%);
	background:-o-linear-gradient(top, #479089 5%, #479089 100%);
	background:-ms-linear-gradient(top, #479089 5%, #479089 100%);
	background:linear-gradient(to bottom, #479089 5%, #479089 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#479089', endColorstr='#479089',GradientType=0);
	background-color:#479089;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #479089;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'museo_slab500';
	font-size:16px;
font-color:white;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #479089;
}
.submit:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #479089), color-stop(1, #479089));
	background:-moz-linear-gradient(top, #479089 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #479089 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #479089 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #479089 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #479089 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#479089', endColorstr='#479089',GradientType=0);
	background-color:#479089;
}
.submit:active {
	position:relative;
	top:1px;
}








* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 130%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: right;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
  width: 75%;
  float: right;
}
form > div > fieldset label {
	font-size: 150%;
}
fieldset {
	border: 0;
  padding: 0;
}



input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
             margin-left: 5px;
	width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
 line-height: 30px;
}



@media (min-width: 1000px) {
  form > div > label,
	legend {
  	text-align: left;
  	line-height: 38px;
  }
  

  
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 75%; 
    line-height: 30px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #479089;
  
}


#header {
    height: 300px;
            background-image: url('bethesdaheader.jpg');
            margin-top: 15px;
            margin-bottom: 15px;
               
            padding: 5%;
            background-position: center;
            background-repeat: no-repeat;
           
			
	}
	
	  #header, #box, #footer{
            margin-left: 5%;
            margin-right: 5%;
            
        }
        
        	a {
		color:#808080;
		text-decoration:none;
		font-family: 'museo_slab500';
		font-size: 40px;
		
	}
	input {
		padding:0.5em;
		margin-bottom:0.5em;
		font-family: 'museo_slab500';
		font-size: 40px;
	
	}

