html, body
{
	height:100%;
	background-image: url("../images/background1.jpg");
	background-size: cover ;
   background-repeat: no-repeat;
   background-position: left top;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:large;
	margin:0 1px 0;
	text-align:center;
	overflow-x: hidden;
}


.menu {
  position: fixed;
  padding: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  background: darkslateblue;
  transition: width ease .5s;
  overflow-x: hidden;
  
}
body.open-nav.menu {
  width: 9%;
}
.menu ul {
  list-style: none;
  margin-top: 50px;
  padding: 0;
}
.menu ul li {
  font-size:90%;
  margin-bottom: 25px;
}
.menu p
{
  font-size:115%;
  color: #00FFFF;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color ease .35s, border-bottom-color ease .35s;
}
.menu a {
  color: #FFA07A;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color ease .35s, border-bottom-color ease .35s;
}
.menu a:hover {
  color: white;
  border-bottom-color: white;
}
.menu a.open {
  font-size: 1.75rem;
  font-weight: 700;
  border: 1;
}

.right {
  position: relative;
  margin-left: 75px;
  transition: margin-left ease .5s;
}
body.open-nav.right {
  margin-left: 275px;
}

#form_container
{	
	background:#DEB887;
	position: absolute;
	top: 0;
	left:10%;
	text-align:left;
	width:92%;
}

#top
{
	display:block;
	height:0px;
	margin:1px auto 0;
	width:100%;
}

#footer
{	
	clear:both;
	color:#999999;
	text-align:center;
	width:100%;
	padding-bottom: 10px;
	font-size: 70%;
}

#footer a{
	color:#999999;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}

#bottom
{
	display:block;
	height:0;
	margin:0 auto;
	width:90%;
}

form.newcustomer
{
	margin:20px 20px 0;
	padding:0 0 20px;
}

img
{	
	behavior:url(css/iepngfix.htc);
	border:none;
}

/**** Form Section ****/
.newcustomer
{	
	font-family:Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
}

.newcustomer li
{
	width:60%;
}

form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:60%;
}

form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}

form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons
{
	clear:both;
	display:block;
	margin-top:10px;
}

* html form li
{
	height:1%;
}

* html .buttons
{
	height:1%;
}

* html form li div
{
	display:inline-block;
}

form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li span
{
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li div.menu
{
	display:inline;
	float:left;
	width:60%;
}

form li div.right
{
	display:inline;
	float:right;
	width:60%;
}

form li div.menu .medium
{
	width:60%;
}

form li div.right .medium
{
	width:60%;
}

.clear
{
	clear:both;
}

form li div label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li span label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li .datepicker
{
	cursor:pointer !important;
	float:left;
	height:16px;
	margin:.1em 5px 0 0;
	padding:0;
	width:16px;
}

.form_description
{
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em;
}

.form_description[class]
{
	display:block;
}

.form_description h2
{
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
}

.form_description p
{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}

form hr
{
	display:none;
}

form li.section_break
{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-bottom:0;
	padding-left:9px;
	padding-top:13px;
	width:97% !important;
}

form ul li.first
{
	border-top:none !important;
	margin-top:0 !important;
	padding-top:0 !important;
}

form .section_break h3
{
	font-size:110%;
	font-weight:400;
	line-height:130%;
	margin:0 0 2px;
}

form .section_break p
{
	font-size:85%;

	margin:0 0 10px;
}

/**** Buttons ****/
input.button_text
{
	font-weight: bold;
	overflow:visible;
	padding:0 7px;
	width:100px;
}

.buttons input
{
	font-size:120%;
	margin-right:5px;
}

/**** Inputs and Labels ****/
label.description
{
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

label.choice
{
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:100px;
}

select.select[class]
{
	margin:0;
	padding:1px 0;
}

input.small
{
	width:20%;
}

select.small
{
	width:20%;
}

input.medium
{
	width:40%;
}

select.medium
{
	width:40%;
}

input.large
{
	width:80%;
}

select.large
{
	width:80%;
}

textarea.small
{
	height:5.5em;
}

textarea.medium
{
	height:10em;
}

textarea.large
{
	height:20em;
}

/**** Guidelines and Error Highlight ****/
form li.highlighted
{
	background-color:#fff7c0;
}

form .guidelines
{
	background:#f5f5f5;
	border:1px solid #e6e6e6;
	color:#444;
	font-size:80%;
	left:100%;
	line-height:130%;
	margin:0 0 0 8px;
	padding:8px 10px 9px;
	position:absolute;
	top:0;
	visibility:hidden;
	width:auto;
	z-index:1000;
}

form .guidelines small
{
	font-size:105%;
}

form li.highlighted .guidelines
{
	visibility:visible;
}

form li:hover .guidelines
{
	visibility:visible;
}

.no_guidelines .guidelines
{
	display:none !important;
}

.no_guidelines form li
{
	width:auto;
}

.no_guidelines li.section
{
	padding-left:9px;
}
