html {
	margin:0px;
	padding:0px;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	background:#ffffff;
	font-family:Arial;
	min-width:320px;
	margin:0px;
	padding:0px;
}
.menu-header-container {
	width: 70%;
	float: left;
}
.menu-item {
	float: left;
	padding: 10px 9px;
	list-style: none;
}
.menu-header-container #menu-header {
	display: inline-flex;
	margin: 0px;
	float: right;
}
#topmenu {
	background: #426b9f;
	width:100%;
    height:40px;
    display:block;
    position:absolute;
    top:0;
    left:0;
    border-bottom: solid 1px #000;
}
.menu-item a {
	color: white;
	text-decoration: none;
}
#menudiv {
	max-width:1200px;
	min-width:320px;
	margin: auto;
}

#toplogodivwrap {
	position:relative;
	width:30%;
	float:left;
}

#toplogo {
	font-size:16px;
	padding-left:8px;
	padding-top:2px;
	text-decoration: none;
	color: #FFF;
}

#toplogohref {
	text-decoration: none;
}

#toplogoicon {
	float:left;
	margin:4px;
	width:32px;
}

#topcontentspacer{
	height:40px;
}

#footerwrapper{
	background: #e4e4e4;
	padding:10px;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
}

#footerdiv{
	max-width:1200px;
	margin:auto;
	font-size:12px;
	color:#999;
}

.outdivwrap{
	 position:relative;
	 float:left;
	 padding:4px;
	 top:0px;
	 width:48.5%;
	 min-width:300px;
}

.maindivwrap{
	 background:#c9c9c9;
	 font-size:13px;
	 padding:4px;
	 padding-left:6px;
	 color:#000;
	 border:solid 1px #666;
}

.labeldiv{
	width:60px;
	float:left;
	padding-top:4px;
	padding-left:2px;
}

.inputtxtaddress{
	min-width:220px;
	max-width:440px;
	float:right;
	width:75%;
	padding:2px;
}

.divinputwrap{
	height:24px;
}

.contentwrapdiv{
	 border:solid 1px #000;
	 padding:4px;
	 padding-bottom:10px;
}

.nameemailwrap{
	position:relative;
	float:left;
	width:49%;
	border:solid 1px #000;
	margin-left:4px;
	min-width:	300px;
	margin-bottom:4px;
}

.contactinputwrap{
	 padding:4px;
	 width:100%;
}

#divcoaformwrap{
	position:relative;
	 max-width:1200px;
	 min-width:320px;
	 margin:auto;
	 padding:6px;
}

#divwraploading{
	 position:absolute;
 	 visibility: hidden;
	 display:none;
	 background:#FFF;
	 height:100%;
	 width:98.9%;
	 z-index:1;
	 opacity: 0.7;
	 filter: alpha(opacity=70);
}

.divlabel{
	 background:#666;
	 padding:4px;
	 padding-left:6px;
	 color:#FFF;
	 border:solid 1px #999;
}


.statewrapper{
	 min-width:220px;
	 max-width:440px;
	 float:right;
	 width:77%;
}


.infosec1wrap{
	width:50%;
	float:left;
}

.infosec2wrap{
	width:49%;
	float:left;
}

/*type of move sub label and content wrapper*/
.sublabwrap{
	 position:relative;
	 width:48.5%;
	 border:solid 1px #000;
	 min-width:200px;
	 margin-left:4px;
	 margin-bottom:4px;
	 float:left;
}

/* radio container wrapper */
.radwrap{
	padding:4px;
	background:#f3f3f3;
}

/* radio input wrapper */
.radinputwrap{
	 float:left;
	 padding:4px;
	 font-size:14px;
}

#startfwddiv{
	width:98%;
	float:left;
}

#stopfwddiv {
	width:48.5%;
	float:left;
}

.divdate {
	padding:4px;
	float:left;
}

.datetxtinput{
	width:100px;
}

/* HANDLES ADDRESS FIELD AND NAME / EMAIL RESIZING */
@media screen and (max-width: 640px) {
	#divaddleft,#nameemaildiv {
		width: 98%;
		min-width: 210px;
		border:solid 1px #000;
		float: none;
		clear: both;
	}
}

@media screen and (max-width: 660px) {
	#howlongwrap,#whoswrap {
		width: 48.5%;
		min-width: 210px;
		border:solid 1px #000;
		float: left;
	}
	#startfwddiv,#stopfwddiv {
		min-width: 210px;
		border:solid 1px #000;
		float: left;
	}
	#infosec1wrap,#infosec2wrap {
		width: 99%;
		float: left;
	}
}

/* if screen under 450 make information about the move resize accordingly */
@media screen and (max-width: 470px) {
	#howlongwrap,#whoswrap,#startfwddiv,#stopfwddiv {
		width: 98%;
		min-width: 300px;
		border:solid 1px #000;
		float:left;
	}
}

