body
{
	margin: 0;
	padding: 0;
	background-color: #fff;	
	-webkit-text-size-adjust:none;		  /* Turn off font resizing */
	font-family: Helvetica;
}

.header {
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    height: 45px;
    background: url(images/header.png) #6d84a2 repeat-x;
	width: 100%;
	margin: 0 0 10px 0;
}

.header h1 {
	text-align: center;
    margin: 0;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

p
{
	font-size: 15px;
	margin-top: 0;
}

h1 
{
	margin:0;
	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:10px;	
	padding-left:10px;
	
	font-size:17px;
	font-family: Helvetica;
	font-weight:bold;
	color: rgb(76,86,108);	 /* Set each label color */		
}

/* The button class defines properties for buttons that are either 30px or 46px high  */
.button	
{	
   /* Set a button to be a block so its height and width can be adjusted */
	display: block;		    
	
	/* Use the highest button height to ensure that text will vertically align on all buttons */
	line-height: 46px;	 
	
	/* A button will expand to the width of its parent cell if no width is specified */
	/* width: 250px; */			
	
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	
	text-decoration: none;
	text-align: center;
}

/*  Builds a button using a 29x46 image */
.white 
{
	margin: 3px auto;
	border-width: 0px 14px 0px 14px;
	color: #000;
	
	/*  Put a 1 pixel blur white shadow below the button's text  */
	text-shadow: #fff 0px 1px 1px;	
	
	/* Note that the -webkit-border-image values are given as  0 14 0 14 and not 0px 14px 0px 14px */
	-webkit-border-image: url(images/whiteButton.png) 0 14 0 14;
}

select {
	height: 30px;
	font-size: 18px;
	width: 175px;
}

.zipcode {
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 5px;
	width: 165px;
	height: 30px;
}

.main {
	margin-left:10px;
	margin:0;
	padding-right:10px;		 
	padding-bottom:10px;	
	padding-left:10px;
}

.footer {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}