/* General styles */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4D3B56;
}
img {
	border:none;
}

/* Main Terminix logo image */
img#logo {
	margin:48px 0 10px 44px;
}

/* Headings */
h1 {
	margin:20px 0 0 44px;
	padding:0;
	color:#7EC21F;
	font-size:27px;
}
h2 {
	margin:0 0 0 0;
	color:#000000;
	font-size:15px;
}
h3 {
	clear:both;
	margin:0 0 0 0;
	color:#D19700;
	font-size:15px;
}
h4 {
	margin:12px 0 0 0;
	color:#FE5815;
	font-size:15px;
}

p {
	margin: 0 0 1.8em 0;
}
/* For tiny disclaimer text */
.legal {
	font-size:10px;
}
#content a, #content a:visited {
	color:#528917;
	text-decoration:none;
}
#content a:hover, #content a:visited:hover {
	color:#528917;
	text-decoration:underline;
}


/*
###################################################
# IMAGES
###################################################
*/
img {
	border:none;
}
img.main {
}
img.copy_left {
	float:left;
	border:2px dashed #C2E570;
	margin-right:14px;
	margin-bottom:.8em;
	margin-top:2px;
}
img.copy {
	border:2px dashed #C2E570;
	margin-bottom:4px;
}
img.copy_right {
	float:right;
	border:2px dashed #C2E570;
}
img.no_border {
	border:0;
}
p.caption {
	font-weight:bold;
	text-transform:uppercase;
	color:#7FC31C;
}
p.caption_lower {
	font-weight:bold;
	color:#7FC31C;
}

sup {
	font-size:.7em;
	vertical-align:text-top;
}
h1 sup {
	font-size:.6em;
}
.nobreak {
	white-space:nowrap;
}
address {
	font-style:normal;
	font-weight:bold;
	border-left:16px solid #D1EC94;
	padding-left:4px;
	margin-top:.5em;
	margin-bottom:1.5em;
}
blockquote {
	font-style:normal;
	font-weight:bold;
	color:#7FC31C;
	margin:.5em 0 .5em 0;
}
#results {
	display:inline;
	width:250px;
	float:left;
}
#details {
	display:inline;
	float:right;
	margin-left:260px;
}
.error {
	color:red;
}
div.hr {
	border-top:2px dashed #C2E570;
	margin:.25em 0 .5em 0;
	width:100%;
}
/*
###################################################
# BUTTONS
###################################################
*/
a.btn_medium {
	display:inline;
	margin:0;
	padding:7px 30px 8px 30px;
	border:0;
	background-repeat:no-repeat;
	background-position:center;
	width:100px;
	font-size:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#7FC31C;
	text-decoration:none;
	text-transform:uppercase;
}
a.btn_wide {
	display:block;
	margin:0;
	padding:4px 0 4px 0;
	border:0;
	background-repeat:no-repeat;
	width:174px;
	font-size:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#7FC31C;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

a.btn_narrow {
	display:inline;
	margin:0;
	padding:7px 20px 8px 20px;
	border:0;
	background-repeat:no-repeat;
	background-position:center;
	width:58px;
	font-size:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#7FC31C;
	text-decoration:none;
	text-transform:uppercase;
}

/*
###################################################
# LISTS
###################################################
*/
dt {
	margin:0;
	color:#FE5815;
	font-size:15px;
	font-weight:bold;
}
dd {
	margin:0 0 1em 0;
}
#content ul, #content ol {
	margin:0 0 .8em .5em;
	padding: 0 0 0 .5em;
	clear:both;
}
#content li {
	margin-left: .5em;
	padding:0;
}

/*
###################################################
# FORMS
###################################################
*/
