/* ---------------------------------------------------------------------------------------------------------- 
   ---[ FROGGY MOVING CSS v0.5 beta ]------------------------------------------------------------------------   
   ---------------------------------------------------------------------------------------------------------- */

body, html {
	width: 100%;
}

body {
	margin: 0;
	padding: 14px 0 0;
	background: #FFF url(/i/layout/stripes.gif) repeat-x 0 0
}
body#nobg { padding: 0; background-image: none }

body, div, p, th, td, li, dd {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

a { color: #408445 }
a:link { color: #408445 }
a:visited { color: #408445 }
a:hover { color: #408445; background-color: #e7f5ff }

a.ext {
	display: block;
	height: 35px;
	background:url(/i/btn_ext.gif) no-repeat 0 0;
	padding-left: 10px;
	padding-top: 3px;
	vertical-align: middle;
}

a.ext img { vertical-align: middle }

a.ext:hover {
	background: url(/i/btn_ext_over.gif) no-repeat 0 0;
	color: #555
}

p { padding: 0.4em 0 1em; margin: 0 }

/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */

#content h1,
#content h2,
h1 {
	/* green header */
	font-size: 150%;
	font-weight: bolder;
	color: #64b66b;
	letter-spacing: 1px;
	margin: 0.2em 0 0.2em;
	padding: 0;
}

h2 {
	/* green smaller header */
	font-size: 110%;
	font-weight: bolder;
	color: #64b66b;
	letter-spacing: 0;
	margin: 0.6em 0 0;
	padding: 0;
}
div.promote h2#s {
	font-size: 110%;
	letter-spacing: 0;
	font-weight: bolder;
	color: #000;
	padding-left: 10px;
}

h1 strong {
	font-size: 130%;
	font-style: oblique;
}
p.big,
p.big2,
p.big3 {
	font-size: 160%;
	font-weight: bolder;
	color: #408445;
	letter-spacing: 0;
	padding: 0;
	margin: 0.8em 0;
}
p.big2 { font-size: 150%; color: #64b66b }
p.big3 { font-weight: normal; color: #64b66b }

dl dt,
strong.head,
#panel h1 {
	 /* orange header */
	display: block;
	font-size: 120%;
	color: #ff6b00;
	letter-spacing: 0;
	padding: 0;
	margin: 0.6em 0 0em;
}
div#panel div#panelPadding h1#s { font-size: 110% }

h3 { /* get free multiple quotes */
	padding: 0;
	margin: 0.6em 0 0em;
	font-size: 120%;
	color: #fe7d00;
}
h3 strong { /* get free multiple quotes */
	font-size: 21px;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: -1px;
	color: #5acc3e;
}
div#startHere h3 { /* get free multiple quotes */
	font-size: 21px;
	float: left;
	width: 140px;
	letter-spacing: 0;
	margin: 4px 0 0 9px;
	padding: 0;
	text-align: center;
}

h4 {
	font-size: 150%;
	font-weight: normal;
	color: #64b66b;
	letter-spacing: 0;
	padding: 0;
	margin: 0.7em 0 0.4em;
}

h5 {
	font-size: 90%;
	font-weight: normal;
	color: #4795e7;
	padding: 8px 5px 5px 20px;
	margin: 0;
}

dl {
	margin: 0 0 0 0;
	padding: 0 0 1em 0
}

dl dd {
	
	margin: 0 0 0 0;
	padding: 1px 0 2px 15px;
}
dl dt {
	font-weight: bolder;
}

dl#sitemap {	
	width: 370px;
	padding: 0 0 15px 20px;
}
dl#sitemap dt {
	display: block;
	padding-top: 10px;
	font-weight: bolder;
}
dl#sitemap dd { float: left; width: 99% }
dl#sitemap dd a { font-weight:bold; }

ul {
	list-style: url(/i/bullet.gif);
	margin: 0 0 0 0;
	padding: 0 0 1em 20px
}

ul li {
	padding: 3px 0;
}

ul.tools li {
	color: #333;
	list-style-image: none;
}

ul li strong {
	font-size: 110%;
	font-weight: bolder;
}
div#obligations ul li strong { font-size: 150%; font-weight: normal }

ul.special {
	list-style: url(/i/bullet_sun.gif);
	margin: 0 0 0 30px;
	padding: 0
}
ul.special li {
	padding: 0 0 3px 0;
	margin: 0;
}
ul.special li a,
ul.special li a:visited { margin-left: 3px; color: #815e35; text-decoration: underline }

#content ul li a,
#content ul li a:visited { margin-left: 0; color: #815e35; text-decoration: underline }

#content em {
	font-weight: normal;
	font-style: normal;
	background-color: #FFFFCC;
}

strong {
	font-weight: bold;
}
address {
	font-size: 100%;
	white-space: pre;
}
address strong {
	color: #9E9E9E;
}

/* ---[ STRUCTURE ]------------------------------------------------------------------------------------------ */

#stripesBottom { height: 27px; background: url(/i/layout/stripes.gif) repeat 0 0; line-height: 10px; border-top: 1px solid #fff; }

#header {
	width: 769px;
	/*float: left*/
}
#header div.left { float: left; padding: 0; margin: 0 }

#page {
	/*float: left;*/
	width: 770px;
	/*padding-bottom: 30px;*/
	margin: 0 auto;
}
#panel {
/*	clear: both;*/
	float: left;
	width: 248px;
}
#panelPadding {
	position: relative;
	background: url(/i/layout/panel.gif) no-repeat 0 0;
	padding: 0 21px 0 8px;
	margin: 0 0 0 0; /* 0 0 0 12px */
	min-height: 332px;
}

#panel p {
	padding: 0.4em 0 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 14px;
	letter-spacing: 0;
	color: #282828;
}

#panel ul li {
	padding: 1px 0;
}
#content {
	float: left;
	position: relative;
	width: 520px;
	margin: 0;
	padding: 11px 0 20px;
}
#contentPadding {
	padding: 0 10px;
}
#copyright {
	clear: both;
	font-size: 80%;
	color: #999;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#footer {
	bottom: 0;
	left: 0;
	width: 100%;
	font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	padding: 0;
	background: #f1f1f1 url(/i/layout/shadowWhite.gif) repeat-x 0 0;
	border-top: 1px solid #d7d7d7;
	text-align: center
}
#footer ul {
	margin: 0;
	padding: 0.5em 0 0.8em 0;
}
#footer ul li { display: inline; border-right: 1px solid #7f9c81; padding: 0 5px 0 5px }
#footer ul li.last { border-right: 0 }
#footer ul li a { color: #7f9c81; text-decoration: none; font-weight: bold; font-size: 11px }
#footer ul li a:link { color: #7f9c81 }
#footer ul li a:visited { color: #7f9c81 }
#footer ul li a:hover { color: #7f9c81; text-decoration: underline }

.clear { clear: both }

/* ---[ FORMS ]---------------------------------------------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}
form br {
	clear: both;
	height: 0;
}

form fieldset {
	display: block;
	width: 470px;
	padding: 0 13px;
	margin: 4px 0 1.5em;
	background: url(/i/layout/panel_longer.gif) no-repeat 0 0;
	border: 0;
}
form fieldset div.legend {
	font-size: 110%;
	font-weight: bolder;
	color: #ff6b00;
	letter-spacing: 0;
	padding: 5px 0 15px 15px;
	margin: 0;
}
/*form fieldset h1 {
	font-size: 100%;
	margin: 0 0 0 18px;
	padding: 7px 0 15px 0;
	color: #FF6B00;
	letter-spacing: 0;
}*/
fieldset legend {
	padding: 0;
	margin: 0 0 0 15px;
	font-size: 13px;
	color: #FF6B00;
}
form fieldset.box {
	float: left;
	width: 155px;
	margin: 5px 10px 3px 0;
	padding: 10px;
	border: 1px solid #d1d1d1;
	background: url(/i/pad_small_bg.png) repeat-x 0 0;
}
form fieldset.box div.legend {
	background: url(/i/bullet.gif) no-repeat 0 0;
	font-size: 90%;
	font-weight: bolder;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
	color: #64b66b;
}

form div.row {
	float: left;
	margin: 1px 0;
}

form fieldset.box div.row { margin: 5px 0 0 0; padding: 0 }

div#formWrap.form-auto-size form div.row { margin: 10px 0 0 0 }

form div.row label {
	float: left;
	width: 100px;
	font-size: 130%;
	font-weight: normal;
}
form#frmCalculators div.row label {
	width: 220px;
	font-size: 100%;
}

form#frmMoverSignup div.row label { width: 300px }
form#frmContact div.row label,
form#frmAdvertise div.row label { width: 185px }

div#formWrap.form-auto-size form div.row label {
	float: none;
	width: auto;
	font-size: 130%;
	font-weight: normal;
}
div#formWrap.form-fixed-size form div.row label {
	float: left;
	width: 150px;
	font-size: 120%;
	font-weight: normal;
}

/* ---[ INPUTS / SELECTS / TEXTAREAS ]----------------------------------------------------------------------- */

div#formWrap.form-fixed-size form div.row input { float: left }
input#from_city,
input#from_zip,
input#to_zip,
input#to_city {
	width: 138px;
}
select#from_city,
select#from_state,
select#to_city,
select#to_state {
	width: 146px;
}
.alert {
	background-color: #FFDFDF;
	border: 1px solid #7F9DB9;
}
.alertOpera {
	background-color: #FFDFDF;
	border: 1px solid #7F9DB9;
}
select.alert { padding: 1px; margin: 0 }
select.alertOpera { padding: 0; margin: 0; width: 60%; }
input.alert { font-size: 100%; padding: 3px; margin: 0 }

select {
	font-size: 100%;
	padding: 0;
	margin: 0;
}
input {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}

input.inpDisabled,
select.inpDisabled {
	background-color: #f2f2f2;
	border: 1px solid #7F9DB9;
	color: #444;
}

.inpPhone { width: 85px }
.inpExt { width: 30px }

.btnWide {
	padding: 0 15px;
	cursor: pointer;
}
input.btnGetQuote {
	font-family: Arial, Helvetica, sans-serif;
	width: 113px;
	padding: 2px 3px 2px;
}

/* ---[ FORM LAYOUT AND CONTROLS ]--------------------------------------------------------------------------- */

form span.req {
	color: red;
}
form div.buttons {
	margin: 0.5em 0 0.1em;
	text-align: center;
}
.rowColor0 { background-color: #fffffa; padding: 2px }
.rowColor1 { background-color: #ffffff; padding: 2px }

form p.rowTitle {
	padding: 15px 40px 5px
}

#formWrap {
	width: 487px;
	background: url(/i/layout/content_tab_med.gif) no-repeat 0 0;
	padding-top: 35px;
}
div#formWrap.compare {
	background: url(/i/layout/content_tab_sma.gif) no-repeat 0 0;
	padding-top: 40px;
}
#formWrap #formBody {
	font-size: 120%;
	padding-left: 70px;
}
/*#formWrap h1 {
	font-size: 140%;
	padding: 10px 0 0 105px;
	margin: 0px 0 0 0;
	color: #ff6b00;
}*/
#formWrap div.formButton {
	clear: both;
	background: url(/i/layout/contentb_tab_med.gif) no-repeat 0 100%;
	width: 487px;
	height: 121px; /* minimum height for the curve! */
}
#formWrap div.formButton input {
	float: right;
	margin: 35px 23px 0 0;
	padding: 0;
	width: 88px;
	height: 45px;
	border: 0;
	color: #fe174d;
	font-size: 150%;
	background: url(/i/arrow_right.gif) no-repeat 100% 50%;
	text-decoration: underline;
	cursor: pointer;
	-moz-border-radius: 10px
}
	
* html #formWrap div.formButton input { padding-right: 3px }

/*#formWrap div.formButton a:visited { color: #fe174d }*/
#formWrap div.formButton input:hover { text-decoration: none; background-color: #FFFEEF; border: 1px solid red }

/* ---[ OBJECTS ]-------------------------------------------------------------------------------------------- */

/*
#FroggynizerPromo {
	background: url(/i/arrow_curved.gif) no-repeat 0 50%;
}
#FroggynizerPromo h1 {
	text-indent: -5000px;
	height: 21px;
	padding: 0;
	margin: 0;
	background-image: url(/i/titles/logo_Froggynizer.gif);
	background-repeat: no-repeat;
}
#FroggynizerPromo p { font-size: 85%; padding: 3px 0; margin: 0 0 0 30px }
#FroggynizerPromo a { font-size: 85%; color: #fe7d00; font-weight: bolder; margin-left: 30px }
#FroggynizerPromo a:hover { color: #fe7d00; background-color: transparent; text-decoration: none }
#FroggynizerPromo a:visited { color: #fe7d00 }
*/
#lookingFor {
	float: left;
	width: 235px;
	margin: -22px 0 0 0;
	padding: 0 10px 11px 30px;
	border-right: 1px solid #dfdfdf;
}
#obligations {
	float: left;
	margin: 0 0 0 15px;
	width: 223px;
}

p#panelHead {
	font-size: 85%;
	font-weight: normal;
	color: #4795e7;
	padding: 8px 5px 5px 20px;
	margin: 0;
}

div#quoteType {
	float: left;
	position: relative;
	font-size: 115%;
	padding: 20px 0 10px 5px;
	margin: 0 0 2px 0;
	border-bottom: 2px solid #EFEFEF;
}
div#quoteType select { font-size: 100%; font-weight: normal; color: #777 }

div#formWrap img#pageTitle {
	float: left;
	display: inline;
	margin: 0 0 0 20px;
}

p.check,
p.error {
	display: block;
	background: #FFF4F4 url(/i/icons/delete_16.png) no-repeat 10px 50%;
	margin: 3px;
	padding: 4px 2px 4px 35px;
	border: 1px solid #E36E6E;
	color: #D2201F;
	font-size: 11px;
	font-weight: bold;
	-moz-border-radius: 10px
}
p.check {
	background: #f4fff5 url(/i/icons/confirm_16.png) no-repeat 10px 50%;
	color: #7d8617;
	font-size: 12px;
	border-color: #cfffac;
	padding-right: 10px
}

p.check a, p.check a:link, p.check a:visited,
p.error a, p.error a:link, p.error a:visited
{
	color: #0000CC;
}
p.check a:hover,
p.error a:hover
{
	color: green;
}

div.error {
/*	position: absolute;
	left: 450px;
	top: 390px;*/
	float: right;
	display: none;
	z-index: 1000;

	padding: 4px 10px;
	margin-top: 5px;
	padding-left: 30px;
	background: #FFF4F4 url(/i/x_16.gif) no-repeat 10px 50%;
	border: 1px solid #E36E6E;
	color: #D2201F;
	font-size: 11px;
	font-weight: bold;
	-moz-border-radius: 10px;
}

/* ---[ Welcome Panel with Girl ]---------------------------------------------------------------------------- */

div#welcomePanel {
	background: url(/i/stock/welcome.jpg) no-repeat 0 0;
	float: left;
	width: 500px;
	height: 235px;
	margin: -25px 0 0 0;
	padding: 0;
}
div#welcomePanel p {
	float: left;
	width: 150px;
	font-size: 20px;
	font-weight: normal;
	color: #408445;
}
div#welcomePanel p#whyfroggy {
	float: none;
	font-size: 20px;
	font-weight: bolder;
	color: #ed7500;
	margin: 20px 0 0 46px;
	padding: 0;
}
div#welcomePanel p#itsfree {
	padding: 11px 0 0 68px;
	margin: 0;
}
div#welcomePanel p#noobligations {
	padding: 12px 0 0 29px;
	margin: 0;
	clear: left;
}
div#welcomePanel p#moverscompete,
div#welcomePanel p#choosemover  {
	float: right;
	width: 140px;
	font-size: 14px;
	font-weight: bolder;
	background: url(/i/bullet.gif) no-repeat left 5px;
	padding: 0 0 0 15px;
	margin: 0;
}
div#welcomePanel p#moverscompete { padding-right: 20px }
div#welcomePanel p#moverscompete span { padding-left: 13px }
div#welcomePanel p#choosemover {
	margin-top: 8px;
	padding-right: 5px;
	clear: right;
}
div#welcomePanel ul {
	clear: both;
	float: left;
	width: 499px;
	margin: 0;
	padding: 10px 0 0 0;
}
div#welcomePanel ul li {
	list-style: none;
	padding: 0 0 6px 0;
	width: 190px;
	float: left;
	margin: 0;
}
div#welcomePanel ul li a, div#welcomePanel ul li a:visited {
	color: #ff6b00;
	font-size: 110%;
	letter-spacing: 0;
	border-bottom: 1px solid #ff6b00;
	text-decoration: none;
}
div#welcomePanel ul li#guide { float: left; padding-left: 48px }
div#welcomePanel ul li#calc { float: right; width: 135px; padding-right: 15px; }
div#welcomePanel ul li#tips { float: left; width: 235px;  padding-left: 33px }
div#welcomePanel ul li#research { float: right; margin: 0; width: 135px; }
div#welcomePanel ul li#plan { float: left; padding-left: 48px }
div#welcomePanel ul li#tools { float: right; width: 135px; padding-right: 10px; }
div#welcomePanel ul li#commit { float: left; padding-left: 43px; }
div#welcomePanel ul li#rights { float: right; }

div#welcomePanel ul li#commit a, div#welcomePanel ul li#commit a:visited,
div#welcomePanel ul li#rights a, div#welcomePanel ul li#rights a:visited {
	border-bottom: 0;
	font-size: 100%;
	letter-spacing: 0;
	color: #815e35
}

/* ---[ NAVIGATION BAR ]------------------------------------------------------------------------------------- */

#nav {
	float: left;
	height: 37px;
	background: #fff url(/i/layout/bg.gif) no-repeat bottom right;
	width: 530px; /* 100% not */
}
#tabsI {
	float: left;
	width: 510px; /* 100% not */
	font-size: 93%;
	line-height: normal;
	border-bottom: 1px solid #DD740B;
	margin: 0;
	padding: 0;
}
#tabsI ul {
	margin: 0;
	padding: 8px 10px 0 0px;
	list-style: none;
}
#tabsI li {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabsI a {
	float: left;
	background: url("/i/widgets/tabs/tableftI.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#tabsI a span {
	float: left;
	display: block;
	background: url("/i/widgets/tabs/tabrightI.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span { float:none }
/* End IE5-Mac hack */
#tabsI a:hover span { color:#FFF }
#tabsI a:hover { background-position:0% -42px }
#tabsI a:hover span { background-position:100% -42px }

body#page_moving_quotes #tabsI a#tab_moving_quotes span,
body#page_related_quotes #tabsI a#tab_related_quotes span,
body#page_services #tabsI a#tab_services span,
body#page_blog #tabsI a#tab_blog span,
body#page_sitemap #tabsI a#tab_sitemap span
{ color:#FFF; background-position:100% -42px }

body#page_moving_quotes #tabsI a#tab_moving_quotes,
body#page_related_quotes #tabsI a#tab_related_quotes,
body#page_services #tabsI a#tab_services,
body#page_blog #tabsI a#tab_blog,
body#page_sitemap #tabsI a#tab_sitemap
{ background-position:0% -42px }


/* ---[ SUB-MENUS ]------------------------------------------------------------------------------------------ */

.subMenu {
	padding-top: 5px;
}

.subMenu .options
{
	padding: 0;
	background-color: #f48d29;
	border-top: 1px solid #f69f4b;
	border-right: 1px solid #dd740b;
	border-bottom: 1px solid #dd740b;
	border-left: 1px solid #f69f4b;
	float: left;
	-moz-border-radius: 4px;
}
.subMenu .options a
{
	display: block;
	position: relative;
	color: #fff;
	padding: 3px 20px 3px 13px;
	background: url(/i/more_white.gif) no-repeat 5px 50%;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0;
	border-top: #f5ddc6 1px solid;
	text-decoration: none;
}
.subMenu .options a:link { color: #fff }
.subMenu .options a:visited { color: #fff }
.subMenu .options a:hover
{
	border-top-color: #6097e9;
	background-image: url(/i/option_selected.gif);
	background-position: 0 0;
	background-color: #F0F3FE;
}

/* ---[ MOVE-SIZE ]------------------------------------------------------------------------------------------ */

.moveSizeMenu {
	padding-top: 5px;
}

.moveSizeMenu .options
{
	padding: 0;
	background-color: #fff;
	border-top: 1px solid #b2b2b2;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #b2b2b2;
}
.moveSizeMenu A
{
	display: block;
	width: 100%;
	color: #000;
	padding: 2px 0;
	font-size: 12px;
	border-bottom: #ccc 1px solid;
	text-decoration: none;
}
.moveSizeMenu .options a.last {
	border-bottom: 0;
}
.moveSizeMenu A:hover
{
	color: #000000;
	border-bottom: #8ba6b5 1px solid;
	background-color: #F0F3FE;
}
.moveSizeMenu A:hover div.size {
	background-color: #F0F3FE;
}

.moveSizeMenu a div.size {
	font-size: 12px;
	float: left;
	width: 73px;
	border-right: 1px dotted black;
	background-color: #f9f9f9;
	padding-left: 3px;
	margin-right: 7px;
	cursor: pointer;
}
.moveSizeMenu a div.desc{
	display: block;
	font-size: 12px;
}

/* ---[ COOL SELECT ]---------------------------------------------------------------------------------------- */

.inpCoolSelect {
	padding: 4px 0 0 5px;
	margin: 0;
	font-size: 12px;
	width: 175px;
	height: 16px;
	line-height: 13px;
	cursor: pointer;
	background: #fff url(/i/widgets/coolSelect/dropdown.gif) no-repeat center right;
	border: 1px solid #7F9DB9
}

/* ---[ MINIMAL (LOGIN, QUOTE FINISHED...) ]----------------------------------------------------------------- */

body#minimal {
	text-align: center;
	width: 100%;
	padding: 0 0 0;
}
body#minimal .logo {
	margin: 2em 0 0 0;
}
body#minimal div#container
{
	margin: 0 auto;
	width: 690px;
	text-align: right;
	background: #5acc3e url(/i/layout/minimalEdge2.gif) no-repeat 0 0;
}
body#minimal div#first {
	background: url(/i/layout/minimalEdge.gif) no-repeat 0 100%;
	padding: 0 15px 15px;
}
body#minimal div#second {
	padding: 15px;
	background-color: #fff;
	text-align: left;
}
div#container * { position: relative } /* IE WIERD BUG */
body#minimal div#copyright {
	clear: both;
	font-size: 80%;
	color: #999;
	padding: 2em 1em 1em;
}

/* ---[ TOOLS AND SERVICES ]--------------------------------------------------------------------------------- */

ul.tools {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.tool,
ul.tools li {
	height: 85px;
	width: 480px;
	padding: 5px 5px 10px 10px;
	margin: 0;
	border: 0;
	list-style: none;
	background: url(/i/layout/tool_bg.gif) no-repeat 0 0;
}

ul.tools a strong { color: #FF6B00; font-size: 140% }

img.frame,
ul.tools img {
	border: 2px solid #efefef;
	padding: 1px;
	margin: 3px 10px 3px 0px;
}

/* ---[ START HERE PROMOTION ]------------------------------------------------------------------------------- */

div#startHere {
	width: 455px;
	height: 64px;
	background: url(/i/layout/start_here.gif) no-repeat 0 0;
}
div#startHere h1 {
	float: left;
	width: 130px;
	margin: 4px 0 0 11px;
	padding: 0;
	font-size: 22px;
	letter-spacing: -1px;
	color: #fe7d00;
	border-bottom: 1px dashed #dedede
}
div#startHere p {
	float: left;
	width: 275px;
	margin: 7px 0 0 14px;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0;
	font-family: Verdana, sans-serif, Helvetica;
}
div#startHere.related h1 { width: 310px } /* compare.php */
div#startHere.related p { width: 300px }

div#startHere.state { height: 100px }
div#startHere.state h1 {
	/* state name in quote_state.php */
	width: 250px;

	font-size: 130%;
	letter-spacing: 0;
	margin: 0 0 3px 0;
	padding: 5px 0 0 10px;
	color: #408445;
}
div#startHere.state h2 { float: right; margin:0; padding: 3px 10px 0 0; font-size: 130%;text-align:center;width:200px }
div#startHere.state p { width: 270px }
div#startHere img { float: right }

div#startHere.state div#stateName {
	float: right;
	position: relative;
	width: 150px;
	height: 150px;
	border: 0;
	padding: 0;
	margin: 0;
	color: #1f3e0d;
	text-align: center;
	vertical-align: middle;
	font-size: 150%;
	font-weight: bolder;
}

/* ---[ GET A FREE QUOTE ]----------------------------------------------------------------------------------- */

div.promote {
	background-color: #fff5ec;
	padding-top: 5px;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff
}
div#arrows.promote {
	border-top: 3px solid #fff;
	position: relative;
	background-image: url(/i/quote_arrows.gif);
	background-repeat: no-repeat;
	text-align: center;
}

/* ---[ BANNER DISPLAY ]------------------------------------------------------------------------------------- */

div.banner {
	float: left;
	width: 520px;
	border-bottom: 1px solid #f3f2e1;
	padding: 3px 0;
	margin: 0;
	border-right: 1px solid #f1f1e1;
	border-left: 1px solid #f1f1e1;
}
div.banner img {
	float: left;
	padding: 1px;
	margin: 0 0 0 3px;
	border: 1px solid #ccc;
}
div.banner p {
	padding: 0 0 0 0;
	margin: 0 0 0 102px;
	font-size: 11px;
	border-right: 1px solid #FF6B00;
}
div.banner p a,
div.banner p a:visited {
	font-size: 16px;
	font-weight: bolder;
	color: #000;
	padding-right: 3px;
	border-bottom: 1px solid #FF6B00;
	text-decoration: none;
}
div.banner div.lincenses {
	float: right;
	padding: 5px;
	margin: 5px;
	border: 1px solid #cbeeba; /*#ddf5d4;*/
	background-color: #f6fcf4; /*#f4f9f3;*/
	font-size: 9px;
	text-align: right;
}

div.company_license {
	float: right;
	padding: 5px;
	margin: 5px;
	border: 1px solid #cbeeba; /*#ddf5d4;*/
	background-color: #f6fcf4; /*#f4f9f3;*/
	font-size: 9px;
	text-align: right;
}
div.company_license div.licenseHead {
	font-size: 140%;
	font-weight: bolder;
	padding: 0;
	margin: 0 0 5px;
	color: #64b66b
}

/* ---[ CONTROLS ]------------------------------------------------------------------------------------------- */

div#ctrlRelatedServices ul {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}
div#ctrlRelatedServices ul li {
	float: left;
	position: relative;
	width: 80px;
	padding: 5px 0 10px 26px;
	margin: 0;
	background: url(/i/icons/v.gif) no-repeat 0 0;
}
div#ctrlRelatedServices.wide { border-top: 1px solid #ddd; padding-top: 10px }
div#ctrlRelatedServices.wide ul li { width:220px }

div#ctrlStates { clear: both }
div#ctrlStates ul { position: relative }
div#ctrlStates ul li {
	float: left;
	position: relative;
	width: 48px;
	padding: 3px 0;
	margin: 0;
}


/* ---[ CITIES ]--------------------------------------------------------------------------------------------- */

div.list {
	float: left;
	border: 0;
	padding: 10px;
	margin: 10px 0 10px 10px;
	background: url(/i/pad_small_bg.png) repeat 0 0;
	border: 1px solid #d1d1d1;
}
div.list.counties ul {
	list-style: url(/i/icons/mini_bullet.gif);
}
div.list ul {
	margin: 0 0 0 0;
	padding: 0 0 1em 20px;
}
div.list ul li {
	float: left;
	position: relative;
	width: 150px;
	padding: 3px 0;
	margin: 0;
}

ul.facts li {
	padding: 4px 0 !important;
}
ul.facts2 {
	list-style: url(/i/icons/info_16.gif);
	padding: 0 0 0 30px;
	margin: 0;
}

ul.facts2 li {
	clear: left;
	font-size: 12px;
	padding: 0 0 !important;
}

.tohem {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	float: left
}

div#crumbs {
	width: 770px;
	margin: 0 auto;
}

div#crumbs ul {
	padding: 0;
	margin: 0;
}

div#crumbs li {
	display: inline;
	padding-right: 5px;
}
