/*///////////////////////////////////////////////////////////////////////////////////////////
------Carrier� STYLES - � 2005 All Rights Reserved -------base.css-------------------------
///////////////////////////////////////////////////////////////////////////////////////////*/

/* -----------------------------------------------------------------------------------------  body*/
* { margin:0; padding:0; }
body {
	font: 11px arial, verdana, helvetica, sans-serif;
	color: #333;
	text-align: center;
	}
/* --------------------------------------------------------------------------------------  linkage*/
a {
	outline:none;
}
a:link,
a:visited {
	color: #1a4897;
	text-decoration: underline;
	}
a:hover,
a:active,
a:focus {
	color: #0064aa;
	text-decoration: none;
	}
a.arrow, a span.arrow {
	padding-right: 5px;
	background: transparent url(../images/img-arrow.gif) no-repeat 100% 55%;
	text-decoration: none;
	}
/* -----------------------------------------------------------------------------------  typography*/
p, blockquote { line-height: 1.2em; margin: 0.55em 0; }
p.black { color: black; margin: 0 0 28px 0; line-height: 1.3; }

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
sup {font-size: 0.8em;}

blockquote {
	margin: 5px 10px 0 10px;
	background: transparent url(../images/bg-quote.gif) no-repeat top left;
	padding: 15px;
	}
/* ----------------------------------------------------------------------------------------  forms*/
label { float: none; }
#dealerLocatorForm label {
	padding: 5px 0;
	display: block;
	}
.defaultinput {
	padding: 2px;
	display: block;
	float: left;
	width: 90px;
	color: #676778;
	font-size: 10px;
	border: 1px solid #ccc;
	}
#findDealerInline .defaultinput {
	display: inline;
	float: none;
	}
#findDealerInline label {
	font-weight: bold;
	}
.wideinput {
	padding: 2px;
	display: block;
	float: left;
	width: 180px;
	color: #676778;
	font-size: 10px;
	border: 1px solid #ccc;
	}
.defaulttextarea {
	padding: 2px;
	display: block;
	float: left;
	color: #676778;
	font-size: 11px;
	border: 1px solid #ccc;
    font-family: arial, sans-serif;
	}
.defaultinput:focus, .defaultinput:hover, .wideinput:focus, .wideinput:hover, .defaulttextarea:hover {
	background-color: #f9f9f9;
	border: 1px solid #666;
	}
input.hidden {
    border: none;
	}

input.button {
    width: 50px;
    padding: 2px;
    display: block;
    float: left;
    width: 90px;
    color: #676778;
    font-size: 10px;
    border: 1px solid #ccc;
	}
.error {
    color: red;
    font-weight: bold;
    border-color: red;
	}
.erroritem {
    color: red;
    margin-left: 20px;
	}
/* ------------------------------------------------------------------------------------- universal*/
img,
a img { border: 0; }
.clearboth { clear:both; }
.clearfix:after { /* for standards */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix { height: 1%; } /* IE fix */
span.popedit {
	color: #ccc;
	font-style:italic;
	}
span.popedit img { border: 1px solid #666; }
#wrapper ul.listing,
#wrapper ol.listing {
	margin-bottom: 10px;
	}
#wrapper ul.listing li {
	margin-left: 15px;
	list-style: none;
	background: transparent url(../images/img-arrow-blueon.gif) no-repeat 0 50%;
	}
#wrapper ul.listing li, #wrapper ol li { padding: 5px 0; }
#wrapper ul.listing li { padding-left: 10px; }
#wrapper ol { margin-left: 15px; }
#wrapper ol.listing li { margin-left: 20px; }
#strongorder ol li {
	margin: 15px;
	font-weight:bold;
	padding: 0;
	}
#strongorder ol li ul li {
	margin: 2px 0;
	font-weight: normal;
	padding: 0;
	}
.floatleft, .floatleftbrd {
	float: left;
	padding: 2px;
	margin: 0 10px 5px 0;
	}
.authorized .floatleftbrd {
	margin-bottom: 50px;
	}
.floatleft, .floatleftbrd { clear: left; }
.floatright, .floatrightbrd, .floatrightalt {
	float: right;
	margin: 0 10px 0 10px;
	clear:right;
	}
.floatcenter {
	float: center;
	margin: 0 10px 0 10px;
	clear: both;
	text-align: center;
	}
.floatrightalt {
	margin: 10px;
}
#inside .floatleft p,
#inside .floatleftbrd p,
#inside .floatright p,
#inside .floatrightbrd p { font-size: 0.95em; }
.floatleft img,
.floatright img {
	padding: 0;
	}
.floatleftbrd img,
.floatrightbrd img {
	border: 1px solid #ccc;
	padding: 2px;
	}
.blockitem {
	clear: both;
}
.blockitem p {
	border-bottom: 1px solid #ccc;
	margin-left: 90px;
	padding-bottom: 1.75em;
	margin-bottom: 1.5em;
	padding-top: 1em;
}
.blockitem p.blockitemalt {
	border: none;
}
/* ------------------------------------------------------------------------------------- Carrier Compete*/

#competedealerbox {
	margin: 0 0 25px 10px;
	padding: 10px 45px 0 10px;
	float:right;
	border: 1px solid #ccc;
	width:200px;
	height:148px;
	background: #fff url("/images/content/compete-find-deal.jpg") no-repeat;
	position:relative;
}

div#competedealerbox h3{
	font-size: 20px;
	font-weight: normal;
	color:#fff;
}

#competedealerbox p{
	padding-right:50px;
	padding-bottom:5px;
	font-size: 11px;
	font-weight: normal;
	color:#fff;
}

#competedealerform label {
	font-weight: normal;
	color:#105CB4;
	bottom:40px;
	position:absolute;
}

#competedealerform .dealerinput {
	padding: 2px;
	display: block;
	width: 90px;
	color: #676778;
	font-size: 10px;
	border: 1px solid #ccc;
	bottom:20px;
	position:absolute;
}

#competedealerform .submit{
	background: transparent url(../images/btn-header.gif) no-repeat top left;
	width: 18px;
	height: 14px;
	border: none;
	text-indent: -999em;
	margin: 2px 60px 0 2px;
	cursor: pointer;
	left:110px;
	bottom:22px;
	position:absolute;

}


/* ------------------------------------------------------------------------------------- Testimonials*/
.testimonialright {
	float: right;
	padding-top: 10px;
	margin: 10px;
	}
	
.testimonialleft {
	float: left;
	padding-top: 10px;
	margin: 10px;
	}
	
	
	
ul.no-list-style { list-style-type:none; margin:1.5em; line-height:2.5em; }	
ul.no-list-style li {  }		

