@import url("reset.css");
@import url("ticker.css");

/* Form Style
The padding property is a shorthand for the padding-top, padding-right, padding-bottom, and padding-left properties.
*/

/* =p
selectors
*/
body {
	background: #fff url(/images/landing/body_bg.jpg) repeat-x center top;
	font: 62.5%/1.5 "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	color: #525252;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 1em;
	margin-bottom: 10px;
}
img,
div {
	behavior: url(/css/iepngfix.htc)
}
strong {
	font-weight: bold;
}
bp {
	background: transparent url(/images/landing/bullet5.gif) no-repeat left center;;
    padding:0 0 6px 10px;
}
dt {
	color: #23b0ae;
	font-size: 1.6em;
	background: transparent url(/images/landing/check.gif) no-repeat left center;
	line-height:1.5;
	padding:0 0 2px 46px;
}
dt a {
	color: #23b0ae;
	font-size: 1.0em;
	text-decoration: none;
}
dt a:hover {
	color: #006666;
	text-decoration: none;
}

dd {
	line-height: 1.4;
	border-bottom: 1px dotted #CACACA;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
dd.noline {
	line-height: 1.2;
	border-bottom: none;
	padding-bottom: 1px;
	margin-bottom: 1px;
}
dd:last-child {
	border:none;
}
dd a {
	color: #58c10c;
	text-decoration: underline;
	font-size: 1.0em;
}
dd a:hover {
	color: #418C09;
	text-decoration: none;
}
dd.indent {
	width:50%;
}
dd p {
	font-size: 0.8em;
	line-height: 1.1;
}

h5 {
	color: #23b0ae;
	font-size: 1.6em;
	line-height:1.5;
    margin:0px 0px 0px 0px;
}
h6 {
    font-size:16px;
    margin:0px 0px 6px 10px;
}

.questionText {
    font-size:14px;
	font-weight: bold;
}

.redText {
    color:#990000;
}
.blueText {
    color:#0000FF;
    font-size:12px;
}
.greenText {
    color:#339900;
    font-size:12px;
}
.stronggreenText {
    color: #088A08;
}

/*=p
layout*/
#wrapper {
	background: transparent url(/images/landing/main_bg_new.jpg) no-repeat center top;
	width:776px;
	margin:0 auto;
	min-height:714px;
}
#wrapper_nr {
	background: transparent url(/images/landing/main_bg_nr.jpg) no-repeat center top;
	width:776px;
	margin:0 auto;
	min-height:714px;
}
#branding {
	position: relative;
	font-size: 1.8em;
	height: 122px;
}
#branding h1 {
	height: 46px;
	width: 355px;
	position: absolute;
	left: 18px;
	top: 9px;
}
#branding span {
	display: none;
}
#branding h1 a {
	display: block;
	height: 46px;
	width: 355px;
}
#page-title {
	position:absolute;
	right:25px;
	top:20px;
    font-size:28px;
    color:#800517;
}
#about-us {
	position:absolute;
	right:145px;
	top:30px;
	color: #23b0ae;
}
#contact-us {
	position:absolute;
	right:145px;
	top:55px;
	color: #0066CC;
}
* html #copy {
	height: 592px;
}
#copy {
	min-height:592px;
	padding: 8px 20px;
	font-size: 1.6em;
	position: relative;
}
#offer-info {
	padding: 1px 1px;
	line-height: 1.0;
	text-align: center;
	clear: both;
}
#menu-info {
	color: #800517;
	padding: 2px 20px;
	line-height: 1.0;
	text-align: center;
	clear: both;
	font-size:1.2em;
	margin:2px 0 10px;
}
#menu-info a {
	text-decoration:none;
    color: #800517;
}
#menu-info a:hover {
	text-decoration:none;
    color: #23b0ae;
    color: #ff0000;
}
#site-info {
	color: #858585;
	line-height: 1.1;
	text-align: center;
	clear: both;
	font-size:1.1em;
	margin:0px 0 15px;
}
p#intro {
	margin: 0 112px 10px 0;
}

#site-info a {
	text-decoration:underline;
	color:#858585;
}
#site-info a:hover {
	text-decoration:none;
	color:#333;
}

#industry-btn {
	background: transparent url(/images/landing/industry-btn.gif) no-repeat left top;
	height: 39px;
	width: 318px;
	display: block;
}
#industry-btn:hover {
	background: transparent url(/images/landing/industry-btn.gif) no-repeat left -39px;
}

/*=p
stock images*/
#dealership,
#repair,
#pest,
#restaurants {
	position: absolute;
	right:200px;
}
#dealership {
	top:160px;
}
#repair {
	top:280px;
}
#pest {
	top:435px;
}
#restaurants {
	top:555px;
}
/* adjust right & top to move graphic */
#custsrvc {
	position: absolute;
	right:8px;
	top:240px;
}
strong.green {
    color: #58c10c;
}
