/* @override http://www.circletakesthe.com/css/base.css */

/* @group global reset (modified) */

/* Changes:
- removed vertical-align for floated images problem in IE
- removed img from initial reset
- added custom reset for images */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	xvertical-align: baseline;
	background: transparent;
}
img {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group general */

body {
	background: #d6d6d6 url(/media/img/bg_main.jpg) repeat-x 0 top;
	font: 62% Arial, Helvetica, Geneva, sans-serif;
	height: 1%;
}

.clear {
	clear: both;
}

#container {
	width: 748px;
	margin-right: auto;
	margin-left: auto;
}

#stage {
	background: url(/media/img/bg_stage.gif) no-repeat center top;
	padding-top: 1.5em;
	height: 1%;
}

#stage .bottom {
	height: 10px;
	background: #fff url(/media/img/bg_stage_bottom.gif) no-repeat center bottom;
	clear: both;
}

/* @group side-bar */

#side-bar {
	margin-left: 565px;
	margin-top: 3em;
	margin-bottom: 1em;
}

#side-bar .tip {
	width: 164px;
}

#side-bar .tip h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: .5em;
	color: #333;
}

#side-bar .tip p {
	padding-bottom: .5em;
	font-size: 1.1em;
	line-height: 1.2;
	color: #666;
}

#side-bar #moving-tips {
	background-image: url(/media/img/sidebar_top_moving.gif);
}

#side-bar #storage-tips {
	background-image: url(/media/img/sidebar_top_storage.gif);
}

#side-bar #get-a-quote {
	background-image: url(/media/img/sidebar_top_quote.gif);
	color: #fff;
}

#side-bar #get-a-quote h4 {
	display: none;
}

#side-bar #get-a-quote p {
	color: #fff;
}

#side-bar #get-a-quote label {
	margin-bottom: .25em;
	font-weight: bold;
}

#side-bar #get-a-quote input[type=text], #side-bar #get-a-quote select {
	width: 132px;
	margin-bottom: .75em;
}

#side-bar .tip .top {
	margin: 12px;
	padding-top: 40px;
}

#side-bar #moving-tips .bottom, #side-bar #storage-tips .bottom {
	height: 7px;
	clear: none;
	margin: 0;
	padding: 0;
	background: url(/media/img/sidebar_bottom.gif) no-repeat 0 bottom;
}

#side-bar #get-a-quote .bottom {
	background-image: url(/media/img/sidebar_bottom_quote.gif);
	height: 7px;
	clear: none;
}

/* @end */



/* @end */

/* @group header */

#header {
}

#header h1 {
	width: 162px;
	height: 48px;
	background: url(/media/img/title.gif) no-repeat;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	margin-left: 1.25em;
}

#header h1 span {
	display: none;
}

#nav-super {
	float: right;
}

#nav-super li {
	float: left;
	margin-right: 20px;
}

#nav-super a {
	font-size: .8em;
	font-weight: bold;
	color: #777;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
}

#nav-main {
}

#nav-main ul {
	background: url(/media/img/misc_agent_for_mayflower.gif) no-repeat 575px;
	height: 25px;
	margin: 0 0 0 14px;
	position: relative;
	padding: 0 10px 0 0;
}



#nav-main li {
      float:left;
      background-image:url(/media/img/nav_main_inactive_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
      margin:0;
	padding: 0 0 0 7px;
}

#nav-main a {
    float:left;
      display:block;
      padding: 8px 17px 5px 10px;
      text-decoration:none;
      color: #666;
	font-weight: bold;
	font-size: 1em;
	background-image: url(/media/img/nav_main_inactive_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-shadow: #fff 0 1px 0;
}

.page-home #nav-link-home, .page-moving #nav-link-moving, .page-storage #nav-link-storage, .page-self-storage #nav-link-self-storage, .page-testimonials #nav-link-testimonials, .page-contact-us #nav-link-contact-us
  {
      background-image:url(/media/img/nav_main_active_left.gif);
	text-shadow: #000 0px 0px 0px;
}

.page-home #nav-link-home a, .page-moving #nav-link-moving a, .page-storage #nav-link-storage a, .page-self-storage #nav-link-self-storage a, .page-testimonials #nav-link-testimonials a, .page-contact-us #nav-link-contact-us a {
      background-image:url(/media/img/nav_main_active_right.gif);
	color: #fff;
	text-shadow: #042 0 1px 10px;
}



/* @end */

/* @group content */

#content {
	width: 515px;
	float: left;
	margin-left: 20px;
}

#content h2 {
	line-height: 1.5;
	font-size: 1.8em;
	color: #063;
	font-weight: bold;
	margin-bottom: .25em;
}

#content h3 {
	line-height: 1.5;
	font-size: 1.4em;
	font-weight: bold;
	color: #063;
	margin-bottom: 1em;
}

#content p, ul, #content table {
	line-height: 1.5;
	color: #333;
	margin-bottom: 1em;
	font-size: 1.2em;
}

#content p em {
	color: #063;
	font-style: italic;
}

#content td p {
	font-size: 12px;
}

#content td h3 {
	font-size: 14px;
}

#content p strong {
	font-weight: bold;
	color: #333;
}

#content li {
	list-style-type: square;
	margin-left: 1.5em;
}

#content #map {
	border: 1px solid #ddd;
	border-bottom: 1px solid #aaa;
	margin-bottom: 1em;
}

#nav-sub {
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	background: url(/media/img/bg_nav_sub.gif) repeat-x 0 bottom;
	padding-left: 1em;
	height: 1%;
}

#nav-sub ul {
	margin-bottom: .5em;
}

#nav-sub li {
	display: inline;
	margin-left: .75em;
	margin-right: .75em;
}

#nav-sub li a {
	text-decoration: none;
	color: #063;
	font-size: 1em;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	margin-bottom: .25px;
}

#nav-sub li a:hover {
	text-decoration: underline;
}

/* @group three reasons */

#three-reasons {
}

#three-reasons .panel {
	width: 150px;
	float: left;
	margin-right: 15px;
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: center top;
}

#three-reasons #reason1 {
	background-image: url(/media/img/misc_panel_a.gif);
}

#three-reasons #reason2 {
	background-image: url(/media/img/misc_panel_b.gif);
}

#three-reasons #reason3 {
	background-image: url(/media/img/misc_panel_c.gif);
}

#three-reasons p {
	font-size: 10px;
	text-align: left;
	line-height: 1.2;
}

/* @end */

/* @group form */
#content form ul{
	margin:0; 
	padding:0;
	list-style-type:none;
	width:100%;
}
#content form li{
	margin: 0;
	padding:4px 5px 2px 9px;
	position:relative;
}
#content form li:after, .buttons:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}
#content form li, .buttons{display:inline-block;}
* html #content form li, * #content html .buttons{height: 1%;}
#content form li, .buttons{display: block;}

#content form li div, form li span{
	margin:0 4px 0 0;
	padding:0 0 8px 0;
	color:#444;
}
#content form li span{
	float:left;
}
#content form li div.left{
	display:inline;
	float:left;
	width:48%;
}
#content form li div.right{
	display:inline;
	float:right;
	width:48%;
}
#content form li div.left .medium, #content form li div.right .medium{
	width:100%;
}

#content form li div label, #content form li span label{
	margin:0;
	padding-top:3px;
	clear:both;
	font-size: .9em;
	line-height: .9em;
	color:#444;
	display:block;
}
#content form li .icon{
	float:left;
	margin:.1em 5px 0 0;
	padding:0;
	width: 16px;
	height: 16px;
	cursor:pointer !important;
}

/* @group info */

.info{
	display:inline-block; 
	clear:both;
	margin:0 0 1em 0;
	border-bottom:1px dotted #ccc;
}
.info[class]{
	display:block;
}
.info h2{
	font-weight: normal;
	margin:0 0 3px 0;
	clear:left;
	font-size: 1.6em;
}
.info p{
	line-height: 1.3;
	margin:0 0 12px 0;
	font-size: .9em;
}

/* @end */

/* @group sections */

form hr{
	display:none;
}
form li.section{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-top:13px;
	padding-bottom:0px;
	width:96% !important;
}
form ul li.first{
	border-top:none !important;
	margin-top:0px !important;
	padding-top:0px !important;
}
form .section h3{
	font-weight: normal;
	font-size: 1.1em;
	margin:0 0 2px 0;
	line-height: 1.3;
}
form .section p{
	margin:0 0 10px 0;
	font-size: .8em;
}

/* @end */

/* @group buttons */

input.btTxt{
	padding:0 7px;
	width:auto;
	overflow:visible;
}
.buttons{
	clear:both;
	margin-top:10px;
}
.buttons input{
	margin-right: 5px;
	font-size: 1.2em;
}

/* @end */

/* @group fields */

label.desc{
	line-height: 1.5;
	padding:0 4px 1px 0;
	border:none;
	color:#222;
	display:block;
	font-weight: bold;
	font-size: .9em;
}
input.text, textarea.textarea, select.select{
	margin:0;
	color:#333;
	font-size: 1em;
}
input.text, textarea.textarea, .firefox select.select{
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(http://wufoo.com/images/fieldbg.gif) repeat-x top;
}
input.text{
	padding:2px 0 2px 0;
}
input.currency{
	text-align:right;
}

input.checkbox, input.radio{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}
label.choice{
	font-size: 1em;
	display:block;
	line-height: 1.4;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px 0;
	color:#444;
	width:90%;
}
textarea.textarea{
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
select.select{
	margin:1px 0;
	padding:1px 0 0 0;
}
select.select[class]{
	margin:0;
	padding:1px 0 1px 0;
}
*:first-child+html select.select[class]{
	margin:1px 0;
}
.safari select.select{
	margin-bottom:1px;
	font-size:120% !important;
}

/* @end */

/* @group sizes */

.third{
	width:32% !important;
}
.half{
	width:48% !important;
}
.full{
	width:100% !important;
}

input.small, select.small{
	width:25%;
}
input.medium, select.medium{
	width:50%;
}
input.large, select.large, textarea.textarea{
	width:100%;
}

textarea.small{
	height:5.5em;
}
textarea.medium{
	height:10em;
}
textarea.large{
	height:20em;
}

/* @end */

/* @group errors */

#errorLi{
	width:97%;
	background:#fff;
	border:1px dotted red;
	margin-bottom:1em;
	text-align:center;
}
#errorMsgLbl{
	margin:7px 0 5px 0;
	padding:0;
	font-size: 1.25em;
	color:#DF0000;
}
#errorMsg{
	margin:0 0 .8em 0;
	color:#000;
	font-size: 1em;
}
#errorMsg strong{
	background-color: #FFDFDF;
	padding:2px 3px;
	color:red;
}
form li.error{
	background-color: #FFDFDF !important;
	border-bottom:1px solid #EACBCC;
	border-right:1px solid #EACBCC;
	margin:3px 0;
}
form li.error label{
	color:#DF0000 !important;
}
form p.error{
	color:red;
	font-weight:bold;
	font-size: 1em;
	margin:0 0 5px 0;
}

/* @end */

/* @group required */

form .req{
	float:none;
	color:red;
	font-weight:bold;
}



/* @end */

/* @group instructions */

form li.focused{
	background-color:#fff7c0;
}
form .instruct{
	display:none;
	position:absolute;
	top:0;
	left:100%;
	z-index:1000;
	width:42%;
	margin:0 0 0 8px;
	padding:8px 10px 9px 10px;
	border:1px solid #e6e6e6;
	background:#f5f5f5;
	line-height: 1.3em;
	font-size: .8em;
	color:#444;
}
form .instruct small{
	font-size: 1em;
}
form li.focused .instruct, form li:hover .instruct{
	display:block;
}
.noI form li{
	width:97% !important;
}
.noI .instruct{
	display:none !important;
}

/* @end */

/* @group password */

ul.protected{
	list-style:none;
	margin:60px 0;
}
.protected li{
	text-align:center;
	padding:10px 0;
}
.protected h2{
	font-weight:bold;
	color:#DF0000;
	margin:0 auto 10px auto;
}
.protected label{
	font-size:120% !important;
	padding-top:10px;
	display:block;
}
.protected input.text{
	font-size:170% !important;
	width:380px;
	text-align:center;
}
.protected .buttons{
	margin:0;
}
.protected #saveForm{
	font-size:120% !important;
}

/* @end */




/* @end */

/* @group table */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold;
	text-align: center;
}
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }

.numeric td, td.numeric {
	text-align: right;
}
tfoot   {
	border-top: 2px solid #ccc;
	font-weight: normal;
	font-style: normal;
}

tfoot td {
	font-weight: bold;
}
caption { background: #ffc; }



/* @end */

/* @end */

/* @group footer */

#footer {
	color: #666;
	padding-top: 2em;
	margin-bottom: 2em;
}

#footer p {
	text-align: center;
}

#footer #nav-footer {
	text-align: center;
	margin-bottom: 1em;
}

#footer #nav-footer li {
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
}

#footer #nav-footer li a {
	text-decoration: none;
	color: #666;
	font-size: 1em;
}

#footer #nav-footer li a:hover {
	text-decoration: underline;
}

#footer #truck-license {
	margin-right: auto;
	margin-left: auto;
	width: 310px;
	background: url(/media/img/misc_truck.gif) no-repeat left center;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
}

#footer #truck-license p {
	margin-left: 150px;
	font-size: 1.2em;
	text-align: left;
}

#footer #credit-cards {
	margin-right: auto;
	margin-left: auto;
	width: 360px;
	background: url(/media/img/misc_credit_cards.gif) no-repeat left center;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
}

#footer #credit-cards p {
	margin-left: 160px;
	font-size: 1.2em;
	text-align: left;
}



/* @end */