/* --------------------------------------------------------------------------------
-																				-
-				Title: 			Network Removals									-
-				Author: 		Cam									-
-				Website: 		WebsiteBlue.com									-								-
-																				-
---------------------------------------------------------------------------------- */


/* ------------------------------------------------------------
		MAIN BODY OF WEBSITE
------------------------------------------------------------ */

		* {
			margin:0px;	padding:0px;
		}
		
		a:focus 
		{
			outline: none;
		}

/* ------------------------------------------------------------
		MAIN BODY OF WEBSITE
------------------------------------------------------------ */

		body {
			margin:0; padding:0; background-color: #FFFFFF;
			color: #000000; font-size: 11px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			letter-spacing: 0; line-height: 16pt; font-weight: normal;
		}
		
/* ------------------------------------------------------------
		MAIN BODY OF WEBSITE
------------------------------------------------------------ */
		
		.Container
		{
		}
		
		.Constraint
		{
			margin: 0 auto; width: 944px;
		}
			
		.Container#Head
		{
			background-color: #f5f5f5; height: 131px;
		}
		
		.Container#Body
		{
			background: #FFFFFF url(../images/body-bg.jpg) repeat-x top;
			border-bottom: solid 1px #e9e9e9; border-top: solid 1px #e9e9e9;
		}
		
		.Container#Body .Content
		{
			background-color: #f8f8f8; border-left: solid 1px #e9e9e9; border-right: solid 1px #e9e9e9; padding: 10px 0px 10px 10px;
		}
		
		.clear
		{
			clear: both;
		}
		
		.hr
		{
			border-bottom: solid 1px #eaeaea; margin: 20px 0 20px 0;
		}
		
		.where-am-i
		{
			width: 628px; font-size: 12px; padding: 0px 0 0 10px; color: #97bc35;
		}
		
		.where-am-i li
		{
			list-style-type: none;
			display: inline;
		}
		
		.where-am-i ul li a
		{
			color: #97bc35;
			text-decoration: underline;
		}
		
		.where-am-i ul li a:hover
		{
			color: #75912b;
			text-decoration:	underline;
		}
		
		.main-content
		{
			float:left; width: 628px; padding: 20px 0 0 10px; display:inline;
		}
		
		.main-content#pink-packers-content
		{
			background:transparent url(../images/pinkpackers-bg.jpg) no-repeat bottom left;
			height: 600px;
		} 
		
		.main-content#about-us
		{
			background:transparent url(../images/aboutus-bg.jpg) no-repeat bottom left;
			height: 1100px;
		} 
		
		.main-content#book-content
		{
			background:transparent url(../images/book-bg.jpg) no-repeat bottom left;
			height: 2300px;
		} 
		
		.main-content#packing-materials-content
		{
			background:transparent url(../images/packing-bg.jpg) no-repeat bottom left;
			height: 1800px;
		} 
		

		
		.main-content#moving-boxes-content
		{
			background:transparent url(../images/packing-bg.jpg) no-repeat bottom left;
			height: 2000px;
		} 

		.main-content#local-packing-services-content
		{
			background:transparent url(../images/packing-materials-bg-2.jpg) no-repeat bottom left;
			height: 950px;
		}
		
		.main-content#local-insurance-content
		{
			background:transparent url(../images/local-insurance-bg.jpg) no-repeat bottom left;
			height: 1300px;
		} 
		
		.main-content#community-content
		{
			background:transparent url(../images/community-bg.jpg) no-repeat bottom left;
			height: 760px;
		}
		
		.main-content#moving-locally-content
		{
			background:transparent url(../images/moving-locally-bg.jpg) no-repeat bottom left;
			height: 630px;
		}
		
		.main-content#moving-nationally-content
		{
			background:transparent url(../images/moving-nationally-bg.jpg) no-repeat bottom left;
			height: 500px;
		} 
		
		.main-content#moving-to-storage-content
		{
			background:transparent url(../images/moving-to-storage-bg2.jpg) no-repeat bottom left;
			height: 950px;
		} 
		
		.main-content#moving-to-australia-content
		{
			background:transparent url(../images/moving-to-australia-bg.jpg) no-repeat bottom left;
			height: 750px;
		} 
		
		.main-content#moving-office-content
		{
			background:transparent url(../images/moving-office-bg.jpg) no-repeat bottom left;
			padding-bottom: 450px;
		}
		
		.main-content#international-insurance-content
		{
			background:transparent url(../images/international-insurance-bg.jpg) no-repeat bottom left;
			padding-bottom: 520px;
		} 
		
		.main-content#international-pets-content
		{
			background:transparent url(../images/relocation-pets-bg.jpg) no-repeat bottom left;
			padding-bottom: 300px;
		} 
		
		.main-content#international-antiques-content
		{
			background:transparent url(../images/antiques-bg.jpg) no-repeat bottom left;
			padding-bottom: 600px;
		}
		
		.main-content#moving-internationally-content
		{
			background:transparent url(../images/international-intro-bg.jpg) no-repeat bottom left;
			padding-bottom: 600px;
		}
		
		.main-content#international-packing-services-content
		{
			background:transparent url(../images/international-packing-bg.jpg) no-repeat bottom left;
			padding-bottom: 450px;
		} 
		
		.main-content p 
		{
			color:#575353; font-size: 12px; margin: 5px 100px 10px 0; line-height: 150%;
		}
		
		.order 
		{
			float:left; display: inline; padding: 10px;
			text-align: center; color:#575353; font-size: 14px; font-weight: bold;
		}
		
		.main-content a 
		{
			color:#97BC35;
		}
		
		.main-content a:hover 
		{
			color:#97BC35; text-decoration: none;
		}
		
		.main-content ul
		{
			margin: 10px 0 10px 15px;
			color: #575353;
		}
		
		.main-content ul#contact-ul
		{
			float:left; margin-right: 80px; font-size: 14px; font-weight: bold; color: #97bc35;
		}

		.main-content ul#survey-ul
		{
			float:left; margin-right: 80px; font-size: 14px; font-weight: bold; color: #97bc35;
		}
		
		.main-content ul li
		{
			list-style-type: none;
			background: url(../images/footer-nav-li.gif) no-repeat top left;
			padding-left: 15px;
			margin-bottom: 10px;
		}
		
		.main-content ul li span
		{
			color:#333333;
		}
		
		.side
		{
			float:right; width: 290px; height: 632px;
		}
		
		.sub-menu
		{
			float:left; width: 100%; font-size: 14px; color: #79a010; padding-bottom: 15px; margin-bottom: 8px; border-bottom: solid 1px #eaeaea;
		}
		
		.sub-menu ul
		{
			margin: 0;
		}
		
		.sub-menu ul li
		{
			list-style-type: none;
			display: inline;
			background: none;
			padding: 0;
		}
		
		.sub-menu ul li a
		{
			color: #79a010;
			text-decoration: underline;
		}
		
		.sub-menu ul li a:hover
		{
			color: #75912b;
			text-decoration:	underline;
		}
		
/* ------------------------------------------------------------
		GLOBAL HEADER
------------------------------------------------------------ */

		.header-logo {
			float:left;
		}
		
		.header-info {
			float:left;
		}

		.header-booknow {
			float:right;
			vertical-align:bottom;
		}		
		.header-number
		{
			display: block;
		}
		
		#splash {
			float:left; width: 638px; height: 321px; position: relative;
		}
		
		.flash {
			position: absolute; top: 0px; left: 0px; z-index: 998; width: 638px; height: 321px;
		}
		
		#quick-links {
			float:left; display:inline; width: 270px; height: 326px; margin-left: 10px;
		}
		
		.boxes
		{
			margin-top: 5px;
		}
		
		.box
		{
			float: left; height: 153px; position:relative;
		}
		
		.box p
		{
			color:	#575353;
			line-height: 14px;
			padding: 10px 0 8px 0;
		}
		
		.box ul,
		.box ul li
		{
			list-style-type: none;
			position: absolute;
			top: 62px;
			left: 7px;
			width: 110px;
		}
		
		#packing-materials ul
		{
			left: 14px;
		}
		
		.box ul li
		{
			background: url(../images/boxes-li-bg.jpg) no-repeat 0px 0px;
			padding-left: 16px;
		}
		
		.box ul li a
		{
			color: #97bc35;
			text-decoration:	none;
		}
		
		.box ul li a:hover
		{
			color: #75912b;
			text-decoration:	underline;
		}
		
		.large-box
		{
			width: 420px; background:url(../images/instant-quote-front.jpg) no-repeat;
		}
		
		.small-box
		{
			width: 254px; margin-left: 2px;
		}
		
		.small-box-packing-materials
		{
			display:inline; width: 254px; margin-left: 32px;
		}
		
		.small-box-moving-boxes
		{
			display:inline; width: 254px; margin-left: 32px;
		}
		
		.small-box-pink-packers
		{
			display:inline; width: 254px; margin-left: 40px;
		}
		
		#packing-materials
		{
			background:url(../images/packing-materials-bg.jpg) no-repeat;
		}

		#moving-boxes
		{
			background:url(../images/packing-materials-bg.jpg) no-repeat;
		}
		
		#special-promotions
		{
			background:url(../images/special-promotions-bg.jpg) no-repeat;
		}
		
		#vip-lounge
		{
			background:url(../images/special-promotions-bg.jpg) no-repeat;
		}
		
		#instant-quote .box-content
		{
			padding: 25px 175px 20px 15px;
		}
		
		#packing-materials .box-content
		{
			padding: 25px 115px 20px 20px;
		}
		
		#pink-packers .box-content
		{
			padding: 25px 120px 20px 15px;
		}
		
		#special-promotions .box-content
		{
			padding: 25px 110px 20px 15px;
		}

		#vip-lounge .box-content
		{
			padding: 25px 110px 20px 15px;
		}

		#moving-boxes .box-content
		{
			padding: 25px 110px 20px 15px;
		}		
		.sub-heading
		{
			padding-bottom: 8px;
			margin-bottom: 10px;
			margin-top: 10px;
		}
		
		.main-content h2 {
				margin: 20px 0 20px 0; padding:0;
				font-size: 16px; color:#96bc33; font-weight: bold; border-bottom: solid 1px #e9e9e9;
		}
		
		h2.requests {
				margin: 20px 0 10px 0;  padding:0;
				font-size: 16px; color:#96bc33; font-weight: bold; border-bottom: none;
		}
		
		#googlemap_image {
		float:left;
		height:180px;
		margin:0;
		overflow:hidden;
		padding:0;
		width:580px;
		}
		
/* ------------------------------------------------------------
		HEADINGS
------------------------------------------------------------ */
		
		#instant-quote h2 
		{
			background:transparent url(../images/headings/h2-instant-quote.jpg) no-repeat scroll 0 0;
			width:108px;
			height:17px;
		}
		
		#packing-materials h2 
		{
			background:transparent url(../images/headings/h2-packing-materials.jpg) no-repeat scroll 0 0;
			width:118px;
			height:17px;
		}
		
		#pink-packers h2 
		{
			background:transparent url(../images/headings/h2-pink-packers.jpg) no-repeat scroll 0 0;
			width:85px;
			height:14px;
		}
		
		#special-promotions h2 
		{
			background:transparent url(../images/headings/h2-special-promotion.jpg) no-repeat scroll 0 0;
			width:127px;
			height:17px;
		}
		
		#vip-lounge h2 
		{
			background:transparent url(../images/headings/h2-vip-lounge.jpg) no-repeat scroll 0 0;
			width:127px;
			height:17px;
		}

		#moving-boxes h2 
		{
			background:transparent url(../images/headings/h2-moving-boxes.jpg) no-repeat scroll 0 0;
			width:127px;
			height:17px;
		}
		
		#instant-quote-page h1 
		{
			background:transparent url(../images/headings/h1-instant-quote.jpg) no-repeat scroll 0 0;
			width:401px;
			height:73px;
		}
		
		#instant-quote-home h1 
		{
			background:transparent url(../images/headings/h1-moving-home.jpg) no-repeat scroll 0 0;
			width:298px;
			height:38px;
		}
		
		#your-quote h1 
		{
			background:transparent url(../images/headings/h1-your-moving-quote.jpg) no-repeat scroll 0 0;
			width:303px;
			height:73px;
		}

		#book-content h1 
		{
			background:transparent url(../images/headings/booknow.jpg) no-repeat scroll 0 0;
			width:241px;
			height:43px;
		}
		
		#pink-packers-content h1 
		{
			background:transparent url(../images/headings/h1-pink-packers.jpg) no-repeat scroll 0 0;
			width:149px;
			height:64px;
		}
		
		#special-promotions-content h1 
		{
			background:transparent url(../images/headings/h1-special-promotions.jpg) no-repeat scroll 0 0;
			width:299px;
			height:71px;
		}

		#vip-lounge-content h1 
		{
			background:transparent url(../images/headings/h1-vip-content.jpg) no-repeat scroll 0 0;
			width:299px;
			height:71px;
		}
		
		#packing-materials-content h1 
		{
			background:transparent url(../images/headings/h1-packing-materials.jpg) no-repeat scroll 0 0;
			width:275px;
			height:50px;
		}

		#moving-boxes-content h1 
		{
			background:transparent url(../images/headings/h1-moving-boxes.jpg) no-repeat scroll 0 0;
			width:275px;
			height:50px;
		}

		
		#moving-locally-content h1, #local-insurance-content h1, #local-packing-services-content h1 
		{
			background:transparent url(../images/headings/h1-moving-locally.jpg) no-repeat scroll 0 0;
			width:231px;
			height:42px;
		}
		
		#moving-nationally-content h1 
		{
			background:transparent url(../images/headings/h1-moving-nationally.jpg) no-repeat scroll 0 0;
			width:275px;
			height:42px;
		}
		
		#moving-internationally-content h1, #international-packing-services-content h1, #international-insurance-content h1, #international-antiques-content h1, #international-pets-content h1
		{
			background:transparent url(../images/headings/h1-moving-internationally.jpg) no-repeat scroll 0 0;
			width:341px;
			height:41px;
		}
		
		#moving-office-content h1 
		{
			background:transparent url(../images/headings/h1-moving-office.jpg) no-repeat scroll 0 0;
			width:212px;
			height:41px;
		}
		
		#moving-to-storage-content h1 
		{
			background:transparent url(../images/headings/h1-moving-to-storage.jpg) no-repeat scroll 0 0;
			width:282px;
			height:41px;
		}
		
		#moving-to-australia-content h1 
		{
			background:transparent url(../images/headings/h1-moving-to-australia.jpg) no-repeat scroll 0 0;
			width:298px;
			height:41px;
		}
		
		#community-content h1 
		{
			background:transparent url(../images/headings/h1-community.jpg) no-repeat scroll 0 0;
			width:178px;
			height:40px;
		}
		
		#moving-locally h2
		{
			background:transparent url(../images/headings/h2-moving-locally.jpg) no-repeat scroll 0 0;
			width:151px;
			height:31px;
		}
		
		#other-services h2
		{
			background:transparent url(../images/headings/h2-other-services.jpg) no-repeat scroll 0 0;
			width:147px;
			height:26px;
		}
		
		#moving-internationally h2
		{
			background:transparent url(../images/headings/h2-moving-internationally.jpg) no-repeat scroll 0 0;
			width:215px;
			height:31px;
		}
		
		#household-large h1 
		{
			background:transparent url(../images/headings/h1-household-large.jpg) no-repeat scroll 0 0;
			width:285px;
			height:74px;
		}
		
		#household-small h1 
		{
			background:transparent url(../images/headings/h1-household-small.jpg) no-repeat scroll 0 0;
			width:285px;
			height:74px;
		}
		
		#storage h1 
		{
			background:transparent url(../images/headings/h1-storage.jpg) no-repeat scroll 0 0;
			width:120px;
			height:69px;
		}
		
		#office-relocation h1 
		{
			background:transparent url(../images/headings/h1-office-relocation.jpg) no-repeat scroll 0 0;
			width:261px;
			height:69px;
		}
		
		#error-404 h1 
		{
			background:transparent url(../images/headings/h1-error-404.jpg) no-repeat scroll 0 0;
			width:373px;
			height:75px;
		}
		
		#about-us h1 
		{
			background:transparent url(../images/headings/h1-about-us.jpg) no-repeat scroll 0 0;
			width:297px;
			height:73px;
		}
		
		#careers h1 
		{
			background:transparent url(../images/headings/h1-careers.jpg) no-repeat scroll 0 0;
			width:119px;
			height:34px;
		}
		
		#contact h1 
		{
			background:transparent url(../images/headings/h1-contact-us.jpg) no-repeat scroll 0 0;
			width:166px;
			height:34px;
		}

		
		#survey h1 
		{
			background:transparent url(../images/headings/h1survey.jpg) no-repeat scroll 0 0;
			width:241px;
			height:43px;
		}		
		
/* ------------------------------------------------------------
		INSIDE FORMS
------------------------------------------------------------ */	
		 
		.quote-select-intro
		{
			display:block;
			width: 625px;
			border-bottom:1px solid #EAEAEA; 
			margin-bottom:15px;
			padding-bottom:10px;
		}
		
		.quote-select-intro p
		{
			float:left; padding: 2px 0 0 5px;
		}
		
		
		.quote-fieldset h3 {
				margin: 0;  padding:0;
				font-size: 16px; color:#96bc33; font-weight: bold; border-bottom: none;
		}
		
		.main-fieldset h3 {
				margin: 0;  padding:0;
				font-size: 16px; color:#96bc33; font-weight: bold; border-bottom: none;
		}

		.quote-btn
		{
			float:left;
		}
		 
		.quote-btn a
		{
			display:block; position:relative; width: 310px; height: 133px; background:url(../images/instant-quote-bg.jpg) no-repeat;
			text-decoration:none; line-height: 16px; cursor:pointer;
		}
		
		.quote-btn a:hover
		{
			background-position: -323px 0;
		}
		
		.quote-btn a span.title
		{
			font-size: 14px; font-weight: bold; color: #96bc33;
			position: absolute; top: 15px; left: 15px;
		}
		
		.quote-btn a span.text
		{
			color:#575353;
			position: absolute; top: 70px; left: 15px; width: 180px;
		}
		
		.quote-btn a span.big
		{
			color:#575353;
			position: absolute; top: 65px; left: 15px;
		}
		
		.quote-btn a:hover span.title
		{
			color:#FFFFFF;
		}
		
		.quote-btn a:hover span.text
		{
			color:#FFFFFF;
		}
		
		.quote-btn a:hover p
		{
			color:#FFFFFF;
		}
		
		img.request-buttons
		{
			float:left; margin-bottom: 15px;
		}
		
		img.request-buttons#survey
		{
			margin-left: 20px;
		}

		
/* ------------------------------------------------------------
		TOOL TIP
------------------------------------------------------------ */	
	

		#dhtmltooltip {
			position: absolute;	width: 300px; border: 1px solid #96bc33;
			padding: 8px; text-align:left; visibility: hidden; 
			z-index: 999; font-family: Arial, Helvetica, sans-serif;
			font-size: 12px; line-height: 14px; font-style: normal; color: #424242;
			background: #3261ae url(../images/tooltip-bg.jpg) repeat-x;
		}
		
		
/* ------------------------------------------------------------
		FORMS
------------------------------------------------------------ */
		
		.main-fieldset
		{
			float: left; border: solid 1px #e9e9e9; background-color:#FFFFFF; padding: 10px; margin-bottom: 10px; margin-right: 10px; width: 280px;
		}
		
		.contact-fieldset
		{
			float: left; border: solid 1px #e9e9e9; background:#FFFFFF url(../images/contactus-bg.jpg) no-repeat 280px 20px; padding: 10px; margin-bottom: 10px; width: 600px;
		}

		.survey-fieldset
		{
			float: left; text-align: left; border: solid 1px #e9e9e9; background:#FFFFFF url(../images/contactus-bg.jpg) no-repeat 280px 20px; padding: 10px; margin-bottom: 10px; width: 600px;
		}
		
		.quote-fieldset
		{
			float: left; border: solid 1px #e9e9e9; background-color:#FFFFFF; padding: 10px; margin-bottom: 10px; width: 592px;
		}
		
/* form.css */

form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 560px;
  max-width: 620px;
  width: 590px;
}

fieldset {
  clear: both;
  font-size: 100%;
  border-color: #CCCCCC;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  padding-bottom: 0;
  margin: 0 0 0 0;
}

fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #96bc33;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 354px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form .toggle-holder{
  clear: left;
  display: block;
  width: auto;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #96bc33;
  background-color: #f7ffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(../images/icon-info.jpg);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding: 3px 0 3px 35px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d8f098;
  color: #666666;
  font-size: 110%;
  margin-bottom: 10px;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0 0 10px 0;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 0px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form div label.labelLong {
  width: 180px;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  zoom: 1;
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

form div img {
  border: 1px solid #000000;
}

p.error {
  background-color: #ff0000;
  background-image: url(../images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputText, form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputText, form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.QtyinputText {
  width: 20px;
}

form div input.SubinputText {
  width: 122px;
  float: right;
}

form div input.VerinputText {
  width: 160px;
  height: 47px;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #B4CE72;
  color: #FFFFFF;
  width: 100px;
  height: 30px;
  font-weight: bold;
  font-size: 13pt;
  padding: 0 12px;
  margin: 0;
}


form div input.inputSubmitbook, form div input.inputButton, input.inputSubmitbook, input.inputButton {
  background-color: #B4CE72;
  color: #FFFFFF;
  width: 150px;
  height: 30px;
  font-weight: bold;
  font-size: 13pt;
  padding: 0 12px;
  margin: 0;
}


form div input.inputSubmitbook, form div input.inputButton, input.inputSubmitquote, input.inputButton {
  background-color: #B4CE72;
  color: #FFFFFF;
  width: 200px;
  height: 30px;
  font-weight: bold;
  font-size: 13pt;
  padding: 0 12px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  zoom: 1;
}

/* form.import.css */

label img {
  behavior: url(/behaviors/label_img.htc);
}

form fieldset legend {
  line-height: 150%;
}

form input, form select, form textarea {
  background-color: #ffffff;
}

form textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}

div.optional label:before {
  content: '';
}

div.required label:before {
  content: '';
}
  
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 190px;
  zoom: 1;
  padding: 4px 0 0 18px;
  text-indent: -18px;
  line-height: 120%;
}

form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0;
}

form div fieldset input.inputText, form div fieldset input.inputPassword, form div fieldset input.inputFile, form div fieldset textarea.inputTextarea {
  width: 160px;
  margin: 0 0 0 18px;
  margin: expression(setCntr(), '0px 0 0 -124px');
}

form div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0 0;
  text-indent: 0;
  margin: 0 0 0 0;
}

form div.wide label {
  float: none;
  display: block;
}

form div label.wide {
  width: 348px;
}

form div.wide input.inputText, form div.wide input.inputPassword, form div.wide input.inputFile, form div.wide select, form div.wide textarea {
  width: 344px;
  margin: 0;
}

form div.notes p, form div small {
  line-height: 125%;
}

form div.wide small {
  margin: 0 0 5px 0;
}

form div.inventory-tables {
  float: left;
  clear: none;
  display: block;
  width: 175px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

#box  {
  width: auto;
  clear: none;
  float: left;
}

#inventory  {
  float: left;
  padding: 0 5px;
  margin: 5px 0;
}

#inventory td {
  border: 1px solid #e9e9e9;
  padding: 4px;
}

#inventory td.inventory-titles {
  background-color: #F7FFE1;
}
		
/* ------------------------------------------------------------
		FOOTER
------------------------------------------------------------ */	
		
		#footer-container
		{
			margin:								30px auto;
			width:								720px;
		}
		
		.footer-nav
		{
			float:left;
		}
		
		.footer-right
		{
			float:left; position:relative;
		}
		
		.footer-right p
		{
			color:	#b1b1b1;
			line-height: 18px;
			padding-top: 6px;
		}
		
		.footer-image
		{
			display:block; margin-bottom: 60px;
		}
		
		.bellme
		{
			position:absolute; top: 40px; left: -6px; z-index: 999;
		}
		
		.bellme-quote-page
		{
			float:left; clear:both; margin: 0 10px 0 0;
		}
		
		.footer-column
		{
			float:left; 
			width: 160px; height: 200px; 
			border-left: 1px solid #e4e4e4; 
			color: #b1b1b1;
			padding: 0 0 0 10px;
		}
		
		.footer-column h2
		{
			font-weight:bold; font-size: 8pt; margin: 10px 0 10px 12px;
		}
		
		.footer-column ul,
		.footer-column ul li
		{
			list-style-type: none;
			line-height: 16px;
		}
		
		.footer-column ul li a:link,
		.footer-column ul li a:visited
		{
			color: #b1b1b1;
			border-bottom: none;
			text-decoration:none;
			padding: 0 0 2px 12px;
		}
		
		.footer-column ul li a:link span,
		.footer-column ul li a:visited span
		{
			border-bottom: none;
			display: inline;
			font-weight: normal;
		}
		
		.footer-column ul li a:hover
		{
			color: #797979;
			text-decoration:none;
			background: url(../images/footer-nav-li.gif) no-repeat top left;
		}
		
		.footer-column ul li a:hover span
		{
			border-bottom: 1px dotted #cccccc;
		}
		
		
		/**
		 * Bash's Stuff
		 */
		
		.heading h2, .heading-h1 h1, .sub-heading h2
		{
			display:block;
			margin:0;
			overflow:hidden;
			padding:0;
			position:relative;
			text-indent:-999%;
		}
		
		.heading
		{
			padding-bottom: 8px;
			border-bottom:	solid 1px #eaeaea;
		}
		
		.heading-h1
		{
			padding-bottom: 8px;
			border-bottom:	solid 1px #eaeaea;
			margin-bottom: 15px;
		}
		
		.box-content
		{
			display: block;
			text-decoration: none;
			line-height: 14px;
			color:	#575353;
			height: 123px;
		}
		
		.box-content li
		{
			color: #97bc35;
		}
		
		.box-content:hover li
		{
			text-decoration: underline;
		}
		
		
/* --------------------------------------------------------------------------------
-																				-
-				Title: 			Network Removals									-
-				Author: 		Bash									-
-				Website: 		WebsiteBlue.com									-								-
-																				-
---------------------------------------------------------------------------------- */

		p.Without-Margin
		{
			margin: 0;
		}
		
		table.With-Padding td
		{
			padding: 4px;
		}
