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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0px;
  margin: 0px;
}

header, footer, section, article, nav {
  display: block;
}

body {
    background-image: url("../images/dark_background.png");

}


div.new_award {
    margin-top: 10px;
    margin-left: 50px;
    height: 80px;
    width: 150px;
    float: left;
    background-image: url("../images/angies_award.PNG");
    background-size: 150px 150px;
    background-position: 0px -15px;
    position: relative;
    top: -3px;
}

div.clear {
  clear: both;
}

div.container {
	font-size: 16px;
    width: 970px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 1px 5px 1px gray;
}

span.red_text {
	color: red;
}

span.black_text {
	color: black;
}

.bold {
    font-weight: bold;
    
}

/*html {
		cursor: url(../images/flyswatter.png), -webkit-zoom-in;
}*/

div.header_div {
	float: left;
	width: 200px;
	margin-top: 20px;
	margin-left: 70px;
}

div#main_container {
    width: 970px;
	height: 513px;
}

img#logo {
	height: 75px;
	width: 200px;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
}

body {
	background-color: #faf9fe;

}

h3.header_text {
	width: 450px;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

nav {
	background-color: #75a9fa;
	height: 40px;
	margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

ul#nav_menu {
	padding-left: 100px;
	list-style-type: none;
}

ul#nav_menu li {
	color: white;
	font-weight: bold;
	float: left;
	padding: 10px 20px;
	border-right: 1px solid #2F80FF;
    height: 20px;

}

.first {
        border-left: 1px solid #2F80FF;
}

ul#nav_menu li:hover {
	background-color: #456EE3;
    cursor: pointer;
}

ul#nav_menu li.selected {
	background-color: #456EE3;
}

.nav_link {
    text-decoration: none;
}

img.main_image {
	width: 560px;
	height: 496px;
	margin-top: 10px;
	margin-left: 37px;
	border: 1px solid black;
}


/* BEGIN CSS FOR CONTACT FORM */

article.contact_form {
	float: left;
	width: 320px;
	height: 491px;
	border: 1px solid black;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 15px;
    padding-bottom: 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #ABCFFF;
}

.pest_library {
    
    float: left;
	width: 320px;
	height: 491px;
	border: 1px solid black;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 15px;
    margin-bottom: 10px;
    padding-bottom: 20px;
	border-radius: 5px 5px 5px 5px;
	background-color: #ABCFFF;
    
}

h2.contact_header {
	text-align: center;
	padding: 10px 0px;
	background-color: #323232;
	color: #faf9fe;
}

p#contact_info {
	padding: 10px 5px 20px 5px;
	font-weight: bold;
	text-align: center;
	
}

label {
	margin-left: 20px;
	font-weight: bold;
	font-size: 18px;
}

#first_label {
	margin-right: 49px;
}

#last_label {
	margin-right: 32px;
}

#city_label {
	margin-right: 62px;
}

#email_label {
    margin-right: 50px;
}

#services_label {
	margin-right: 33px;
}


input {
	margin-bottom: 18px;
	height: 15px;
}

#info_label {
	font-size: 18px;
	font-weight: bold;
	width: 100px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	padding-top: 20px;
}

textarea#description_text {
	float: left;
	width: 150px;
	height: 75px;
	margin-left: 5px;
	margin-top: 20px;
    resize: none;
}

input#contact_form_submit {
	margin-left: 115px;
	margin-top: 4px;
	font-weight: bold;
	color: white;
	height: 85px;
	border-radius: 5px 5px 5px 5px;
}

input#contact_form_submit:hover {
	cursor: pointer;
}

/* END CSS FOR CONTACT FORM */

/*BEGIN CSS FOR SECTION#INFO_BUBBLES */

div.bubble {
	width: 250px;
	height: 250px;
	border: 2px solid gray;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 5px gray;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 45px;
	float: left;
}

img#inspectapillar {
	height: 200px;
	width: 200px;
	margin-left: 25px;
}

/* Begin CSS FOR SECTION.LEFT_MAIN */

section.left_main {
	margin-top: 20px;
	margin-left: 15px;
	width: 530px;
	float: left;
	margin-right: 0px;
}

div.main_block {
	margin-bottom: 70px;
    height: 198px;
}

div.last_block {
    margin-bottom: 10px;
    height: 198px;
}

h1 {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;

}

img.left_pics {
	width: 200px;
	height: 150px;
	float: left;
}

p.left_text {
	float: left;
	width: 310px;
	margin-left: 20px;
    margin-top: 5px;
}

/*END CSS FOR SECTION.LEFT_MAIN */

/*BEGIN SECTION.RIGHT_MAIN */

.left_review {
    float: left;
    width: 265px;
    margin-top: 5px;
    
}

.right_review {
    margin-top: 10px;
    width: 150px;
    float: left;
    position: absolute;
    left: 220px;
}

.review_headers {
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 15px;
}

.review_text {
    margin-left: 10px;
    margin-bottom: 5px;
    width: 375px;
}

.right_top {
    background-color: #f8e3b6;
    border: 1px solid gray;
    padding: 5px 2px 5px 3px;
    margin-bottom: 10px;
}

.home_badge {
    cursor: pointer;
}

.stat {
    float: left;
    width: 130px;
    
}

.score {
    float: left;
    width: 10px;
}

.right_main {
	float: left;
	width: 406px;
    margin-top: 25px;
    margin-left: 10px;
    margin-bottom: 20px;
    position: relative;
}
.home_review {
    background-color: #DDEDED;
    padding-bottom: 30px;
}

.home_guarantee {
    width: 406px;
    border: 1px solid black;
    margin-top: 20px;
    padding-bottom: 14px;
	border-radius: 5px 5px 5px 5px;
	background-color: #ABCFFF;
}

.bugs_guarantee {
    width: 320px;
    border: 1px solid black;
	margin-top: 30px;
	margin-right: 12px;
    padding-bottom: 14px;
	border-radius: 5px 5px 5px 5px;
	background-color: #ABCFFF;
    margin-bottom: 10px;
}

.inspection_guarantee {
    width: 320px;
    border: 1px solid black;
    margin-top: 10px;
    margin-left: 25px;
	margin-right: 12px;
    padding-bottom: 14px;
	border-radius: 5px 5px 5px 5px;
	background-color: #ABCFFF;
    margin-bottom: 10px;
}

p.guarantee {
	margin: 15px 5px 15px 15px;
    
}

p.guarantee_home {
    margin: 15px 10px 15px 15px;
}

div#pest {
	float: left;
	width: 380px;
	height: 400px;
	text-align: center;
	margin-left: 20px;
	margin-top: 30px;

}

div#pest h2 {
	margin-bottom: 20px;
	font-family: Arial, sans-serif;
}

div#pest p {
	width: 250px;
	margin-left: 63px;
}

img#right_pic {
	margin-bottom: 20px;
}

.angies_link {
    text-decoration: none;
    font-weight: bold;
}

/*END SECTION.RIGHT_MAIN */

/*BEGIN FOOTER */

footer {
	background-color: #919191;
    /*background-color: #DDEDED;*/
	color: white;
	font-weight: bold;
	padding-bottom: 10px;
}

div#left_footer {
	padding-top: 10px;
	float: left;
	width: 400px;
	padding-left: 65px;
}

div#right_footer {
	float: right;
	margin-right: 90px;
}

img#rich_logo {
	width: 20px;
	height: 20px;
	margin-top: -1px;
	margin-left: 10px;
	float: left;
}

p#design {
	float: left;
	margin-left: 5px;
	width: 550px;
}

p#bug_copy {
	float: left;
	width: 300px;
}

img#npma_logo {
	width: 200px;
	height: 80px;
	margin-top: 20px;
	margin-right: 10px;
}

img#nypma_logo {
	width: 200px;
	height: 80px;
	margin-top: 20px;
}

p#copyright {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

/*BEGIN PEST INFO PAGE */

.main_content {
    margin-bottom: 10px;
}

ul#info_list li.highlight {
    background-color: #456EE3;
    box-shadow: 2px 2px 15px 3px #4901E8 inset;
    color: white;
}

ul#info_list {
    margin-left: 15px;
    list-style-type: none;
    padding-top: 7px;
    padding-left: 20px;
    padding-right: 20px;
}

ul#info_list li {
    width: 203px;
	color: black;
    padding: 10px 20px;
    margin: 0 0 2px 0;
	font-weight: bold;
    font-size: 20px;
    text-align: center;
	background-color: #CFEAFF;
    border: 2px solid black;
    border-radius: 10px;
    box-shadow: 2px 2px 15px 3px #17CFE8 inset;

}

ul#info_list li:hover {
    color: white;
	background-color: #456EE3;
    box-shadow: 2px 2px 15px 3px #4901E8 inset;
}

ul#info_list a {
    text-decoration: none;
}

ul#info_list a:hover {
        cursor: pointer;
}

.pest_bio {
display: none;
float: left;
width: 550px;
height: 760px;
margin-bottom: 50px;

}

.pest_bio_img {
    float: left;
    margin-top: 10px;
    width: 200px;
    height: 195px;
   
}

.pest_stats {
    float: left;
    margin: 10px 0 0 30px;
    width: 250px;
}

.pest_stats p {
    width: 350px;
    font-size: 15px;
}

.shown {
    display: block;
}

.pest_bio h3 {
    font-size: 24px;
    margin-top: 30px;
}

.pest_vital p {
    font-size: 17px;
    margin-top: 10px;
    width: 550px;
}

/*END PEST INFO PAGE
BED BUG PAGE*/

.bed_bug_main_img {
    width: 300px;
    height: 195px;
    margin-top: 10px;
    float:left;
}


.bed_bug_header {
margin-top: 10px;
font-size: 36px;
text-align: center;
position: relative;
left: -5px;
font-family: Arial, sans-serif;

}

.bed_bug_page_info {
    margin-top: 10px;
    line-height: 20px;
    font-size: 18px;
    width: 550px;
    
}

.bed_bug_left {
    float: left;
}

.bed_bug_right {
    float: left;
    width: 600px;
    margin-left: 5px;
}

.last_info {
    margin-bottom: 20px;
}

.bed_bug_slide {
    position: relative;
    height: 300px;
}

.img_div {
    overflow: hidden;
    position: absolute;
    width: 309px;
    left: 140px;
    top: 60px;

}

.left_arrow {
    float: left;
    position: absolute;
    left: 40px;
    z-index: 1;
    top: 60px;
}

.left_arrow:hover {
    cursor: pointer;
}

.right_arrow {
    float: left;
    position: absolute;
    z-index: 1;
    left: 449px;
    top: 60px;
}

.right_arrow:hover {
    cursor: pointer;
}

.slide_show {
    position: relative;
    left: 0;
    top: 0;
}

.selector_div {
    position: absolute;
    top: 170px;
    left: 100px;
}

.selector {
    width: 20px;
    height: 20px;
    background-image: url("../images/blue_dot.png");
    float: left;
    margin-left: 5px;
}

.red {
    background-image: url("../images/red_dot.png")
}

.selector:hover {
    cursor: pointer;
}

/*END BED BUG PAGE
START INSPECTION PAGE */

.inspection_logo {
    width: 125px;
    height: 200px;
    margin-left: 50px;
    margin-top: 10px;
}

.inspection_header {
    font-size: 36px;
    text-align: center;
    margin-top: 20px;
    font-family: Arial, sans-serif;
}

.inspection_left {
    float: left;
}

.inspection_text {
    font-size: 18px;
    margin-top: 10px;
    margin-left: 5px;
    line-height: 25px;
}

.top_text {
 font-size: 18px;
    margin-top: 15px;
    margin-left: 5px;
    line-height: 25px;
}

.inspection_right {
    float: left;
    width: 600px;
    margin-bottom: 20px;
    margin-left: 5px;
}

.inspection_image {
    float: left;
    height: 225px;
}

/*ABOUT US PAGE */

.steves_car {
    width: 200px;
    height: 250px;
    margin-top: 60px;
}

.about_header {
margin-top: 10px;
font-size: 36px;
text-align: center;
position: relative;
left: -5px;
font-family: Arial, sans-serif;

}

.about_text {
margin-top: 15px;
font-size: 17px;
width: 360px;
text-align: center;
}

.mid_about{
    width: 380px;
    float: left;
}

.about_image {
    float: left;
}

.about_reviews {
    position: relative;
    left: -5px;
    background-color: #DDEDED;
    margin-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.small_text {
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
    margin-left: 10px;
}

.angies_badge {
    float: left;
}

.top_review {
    width: 400px;
    margin-top: 5px;
    margin-left: 10px;
    float: left;
}

.bottom_review {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.second_review_header {
    font-size: 15px;
}

.second_review_text {
    margin-bottom: 5px;
}

/*THANK YOU PAGE */

.thanks {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    width: 280px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}




