@import "round-corners.css";
@import "navigation.css";
@import "whyScroll.css";
@import "SqueezeBox.css";
@import "forms.css";

/* basics */
body {
	padding: 0px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #00509f;
	font-size: .9em;
	text-align: center;
}

#liquid-round { text-align: left; }

h1, form, button{
	border:0; margin:0; padding:0;
}

a  {
	text-decoration: none;
	font-weight: bold;
	color: #243E94;
	outline: none;
}

a:visited {
	color: #243E94;
}

a:active {
	color: #243E94;
}

a img {
  border: none;
}

image {
	border-style: none;
}

.float {
	float: left;
	clear: none;
	display: inline;
}

.float-right {
	float: right;
	clear: none;
	display: inline;
}

.spacer 	{
	clear: both;
}

.submit {
	margin-left: 4.5em;
	cursor: pointer;
}

/*Header stuff*/
.errorDiv {
	width: 70%;
	border: 1px dashed black;
	margin: -10px auto 10px;
	padding: 0 0 10px 10px;
}

#logo {
	margin: -35px 0 0 -28px;
	position: relative;
	border-right: 1px solid black;
	height: 114px;
}

#tagline {
	width: 280px;
	font-size: 20px;
	text-align: center;
	margin: -30px 0 0 20px;
	padding: 2px;
	border: 4px double black;
	background-color: #fff;
}

#van_bg {
	margin-top: -66px;
}

#twenty-four-hour-logo {
	position: relative;
	float: right;
	margin-top: -20px;
}

#container {
	width: 700px;
	margin: 0 auto;
}

#main_about {
	width: 90%;
	border: 1px solid black;
	padding: 10px;
	margin: 0 auto 10px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#main_about h1 {
	background-color: #F10909;
	border: 1px solid black;
	padding: 1px;
	margin-top: -5px;
	text-align: center;
}

#main_about h1#toggle:hover {
	cursor: pointer;
}

#main_about p {
	padding: 0 20px 5px;
}

#main_about span.firstLetter {
	font-size : 300%;
	font-weight : bold;
	float : left;
	width : 1em;
	color : #c00;
	margin: -5px -10px 0 0;
}

#main_about ul {
	margin: 0;
	padding: 0 20px 5px;
	list-style-type: square;
}

#main_about ul li {
	float: left;
	margin: .2em 1em;
}

/*feedback*/
#feedback-round { margin-top: -11px; }

#feedback-top {
	background: transparent url(/images/design/feedback/feedback-top.png) no-repeat !important;
	background: transparent url(/images/design/feedback/feedback-top.gif) no-repeat;
	width: 281px !important;
	height: 70px !important;
	width: 261px;
	height: 50px;
}

#feedback-left {
	background: transparent url(/images/design/feedback/feedback-left.png) repeat-y !important;
	background: transparent url(/images/design/feedback/feedback-left.gif) repeat-y;
	width: 21px !important;
	height: 350px !important;
	width: 11px;
	height: 291px;
}

#feedback-right {
	background: transparent url(/images/design/feedback/feedback-right.png) repeat-y !important;
	background: transparent url(/images/design/feedback/feedback-right.gif) repeat-y;
	width: 29px !important;
	height: 350px !important;
	width: 19px;
	height: 291px;
}

#feedback-bottom {
	background: transparent url(/images/design/feedback/feedback-bottom.png) no-repeat !important;
	background: transparent url(/images/design/feedback/feedback-bottom.gif) no-repeat;
	width: 281px !important;
	height: 35px !important;
	width: 261px;
	height: 15px;
}

#feedbackBox {
	width: 231px;
	height: 350px;
	position: relative;
	overflow: auto;
	background-color: #ffffff;
}

#feedbackNav {
	position: absolute;
	margin: 310px 0 0 0;
	width: 231px;
}

.feedbackClass {
	width: 231px;
	height: 350px;
	position: relative;
	display: block;
}

.fdb-img {
	width: 231px;
	border: none;
}

/*Why Earls*/
#why-round {
	margin: -20px 0 0 15px;
}

#why-top {
	background: transparent url(/images/design/why_earls/why-top.png) no-repeat !important;
	background: transparent url(/images/design/why_earls/why-top.gif) no-repeat;
	width: 388px !important;
	height: 54px !important;
	margin-left: 10px;
	width: 368px;
	height: 54px;
}

#why-left {
	background: transparent url(/images/design/why_earls/why-left.png) repeat-y !important;
	background: transparent url(/images/design/why_earls/why-left.gif) repeat-y;
	width: 22px !important;
	height: 139px !important;
	width: 12px;
	height: 140px;
}

#why-right {
	background: transparent url(/images/design/why_earls/why-right.png) repeat-y !important;
	background: transparent url(/images/design/why_earls/why-right.gif) repeat-y;
	width: 24px !important;
	height: 139px !important;
	width: 14px;
	height: 140px;
	margin-left: -13px;
}

#why-bottom {
	background: transparent url(/images/design/why_earls/why-bottom.png) no-repeat !important;
	background: transparent url(/images/design/why_earls/why-bottom.gif) no-repeat;
	width: 388px !important;
	height: 27px !important;
	width: 368px;
	height: 17px;
}

/*Mail*/	
#earl_mail {
	width: 410px;
}

#searchform {
	float: left;
	width: 274px;
	height: 19px;
	margin-top:-3px;
}

fieldset.search {
	border: 0px none;
	margin:0px;
	padding:0px;
}

.search input, .search button {
	border: none;
	float: left;
}

.search input.box {
	color: #000;
	font-size: 1.6em;
	width: 206px;
	height: 43px;
	padding: 10px 0 0 10px;
	background: transparent url(/images/design/mail/search-box.png) no-repeat;
}

.search input.btn {
	width: 58px;
	height: 43px;
	cursor: pointer;
	text-indent: -9999px;
	background: transparent url(/images/design/mail/go.png) no-repeat top right;
	overflow: hidden;
	font-size: 0px;
	display:block;
	line-height: 0px;
}

.search input.btn:hover {
	background: transparent url(/images/design/mail/go.png) no-repeat bottom right;
}

/*Cities*/
#cities_container{
	position: relative;
	padding: 10px 0 0 30px;
	margin: 0 -23px -2px -28px;
	background-color: #FFFFFF;
}

.city_numbers {
	font-size: 15px;
}

.cityBox {
	background-color: #FFFFCC;
	border: 1px solid black;
	margin-right: 10px;
	width: 30%;
}

.cityBoxLast {
	border: 1px solid black;
	margin: 0px;
	width: 30%;
	background-color: #FFFFCC;
}

.cityList {
	width: 46%;
	border-right: 1px dashed black;
	background-color: #FFFF99;
}

.phoneNum, .cityList {
	padding: 3px;
}

.phoneNum {
	font-size: 20px;
	margin: 10px 0 0 2px;
}

/* Footer */
#footer {
	background-color: #fff;
	padding: 10px 0;
	margin: 0 -23px -2px -28px;
	text-align: center;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #243E94;
	outline: none;
}

#footer a:visited {
	color: #243E94;
}

#footer a:active {
	color: #243E94;
}

#privacyDiv {
	background-color: #fff;
	font-size: 12px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}