
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

body{
	margin:0;
	padding:0;
	line-height: 1.3;
	width: 100%;
	background: url("images/background.png") repeat-x;
	background-color: #333333;
	font-family: Georgia, Serif;	
	font-size: 95%;
}

img{
	border: 0;	
}

p{
	margin: 5px;
	margin-bottom: 10px;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#video-popup{

	display: none;
}

.video-link{
	display: block;
	background: transparent url(images/bed-bug-video.png) top left no-repeat;
	width: 300px; /* 300 - 50px */
	height: 35px;
	
	padding-left: 50px; 
	line-height: 35px;
	color: #DF1920;
	margin: 0 auto 5px auto;
	font-size: 16px;
}

.video-link:hover{

	color: #A51A1F;
	text-decoration: underline;
}

#TB_window .close {
    position: absolute;
    right: 5px;
    top: 2px;
}

#container{
	background: url("images/container.png") no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 830px;
	height: 688px;
	position: relative;
}

#top-link{
	position: absolute;
	top: 2px;
	left: 35px;
	
	width: 230px;
	height: 140px;
}

#title{
	width: 520px;
	height: 85px;
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	text-align: center;
	color: #333333;
	font-family: Georgia, Serif;	
	font-variant: small-caps;	
	font-weight: bold;
}

#left-container{
	position: absolute;
	top: 180px;
	width: 440px;
}

#mainHeader{
	font-family: Georgia, Serif;
	font-variant: small-caps;
	width: 90%;
	margin: 0;
	margin-left: 15px;
	margin-top: 8px;
	margin-bottom: 5px;
	padding: 0;
	clear: both;
	position: relative;
	text-align: center;
	color: #73B659;
	font-size: 48px;
}


#mainContent{
	width: 90%;
	position: relative;
	font-size: 13px;
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

#mainContent p{
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

#subHeader{
	width: 400px;
	height: 36px;
	font-size: 26px;
	position: relative;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
}

#listContent{
	clear: both;
	width: 90%;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	margin-left: 15px;
	font-size: 14px;
}

#listContent li{
	margin-bottom: 3px;
}

#form{
	width: 340px;
	height: 203px;
	position: absolute;
	top: 450px;
	right: 50px;
	padding-top: 5px;
}

#form h1{
	width: 94%;
	float: left;
	clear: left;
	margin-left: 3%;
	margin-top: 60px;
	margin-bottom: 10px;
	color: #2E9F00;
	font-size: 19px;
	line-height: 1.3;
}

#form p{
	width: 94%;
	float: left;
	clear: left;
	margin-left: 3%;

	color: #333;
	font-size: 16px;
	line-height: 1.3;
}

#form form{
	width: 240px;
	float: left;
	clear: left;
	margin: 0;
	margin-left: 30px;
	padding: 0;
}

#form  label{
	width: 240px;
	display: block;
	float: left;
	clear: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

#form #name-field{
	display: block;
	position: relative;
	float: left;
	clear: left;
	width: 240px;
	padding: 2px;
	font-size: 14px;
	margin: 0;
	margin-bottom: 12px;
	font-family: Georgia, Serif;	
}

#form #email-field{
	display: block;
	position: relative;
	float: left;
	clear: left;
	width: 240px;
	margin: 0;
	padding: 2px;
	font-size: 14px;
	font-family: Georgia, Serif;	
}

#form #submit-button{
	display: block;
	width: 260px;
	height: 72px;
	position: absolute;
	bottom: 0;
	right: 41px;
	text-indent: -999em;
	overflow: hidden;
}

#form .form-error{
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	width: 240px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	font-weight: bold;
	color: #DF1920;	
}


#footer{
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
	font-size: 13px;
	font-family: 'Palatino Linotype', serif;
	color: #999;
}

#footer a{
	color: #999;
}


