﻿/*------------------------------	Request a Quote  page  ---------------------------------*/
.home{
	padding:0 280px 0 0;
}

.home img{
	margin-left:5px;
}

.homeQuoteBtn{
	margin-top:80px;
}



/*------------------------------	Request a Quote  page  ---------------------------------*/
fieldset{
	margin-top:10px;
	margin-left:30px;
	border-top:#666666 solid 1px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	width:480px;
}

fieldset legend{
	font-size:20px;
	color:#F26522;
	padding:0 10px;
}

.halfWidth{
	width:117px;
}

.fullWidth{
	width:291px;
}

fieldset .row{
	clear:both;
	height:30px;
	margin:5px 0 5px 30px;
	width:430px;
}

fieldset .row label{
	display:block;
	float:left;
	width:75px;
	text-align:right;
	font-size:16px;
	padding:5px 5px;
	color:#333333;
}


fieldset .row .column
{
	width:210px;
	float:left;
}

fieldset .row input
{
	float:left;
}
fieldset .more_row
{
	clear:both;
}

fieldset .more_row label
{
	display:block;
	width:150px;
	text-align:right;
	font-size:16px;
	padding:5px 5px;
	color:#333333;
	float:left;
}

fieldset .more_row input
{
	float:left;
	width:100px;
}

fieldset .radio_series{
	margin-left:20px;
}

fieldset .radio_series label
{
	font-size:12px;	
}

em{
	color:#FF0000;
}

fieldset .leftSide{
	width:101px;
}

fieldset .inlineSpacing{
	margin-right:10px;
	padding:1 0px 0;
}


.radiobuttons label
{
	font-size:16px;
}

.radiobuttons
{
	margin:20px;
}



#captcha input
{
	width:100px;
}
/*-------------------------------------------------------------------*/




/*------------------------------ Volunteers Page ---------------------------------*/
.employee{
	width:300px;
	background-color:#F2F2F2;
	padding:10px;
	border:#b7b7b7 solid 1px;
	margin:0 0px 20px 0;
}

.employee.bob{
	width:640px;
}

.employee h5{
	margin:0;
	padding:0;
	font-size:1.5em;
	color:#F26522;
	font-weight:normal;
}

.employee img{
	margin:5px 10px 0px 0;
}

.employee p {
	color:#333333;
}

.employee p strong{
	font-size:13px;
}

/*---------------------------------------------------------------------------*/


/*--------------------- Success Start ---------------------*/
.success {
	width:50%;
	border:#51B848 1px solid;
	background-color:#E5F4E4;
	padding:10px;
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
}
/*--------------------- Success End ---------------------*/




/*--------------------- Error Start ---------------------*/


div.error {
	color:#993300;
	font-weight:bold;
	background:#FFFFEB url(../images/error_notice.jpg) 7px 45% no-repeat;
	border:#FFFF00 1px solid;
	margin:5px 0;
	padding:3px 3px 3px 36px;
}

input.error
{
	background-color:#FF3333;
}

fieldset .row  label.error
{
	width:auto;
	display:inline;
	font-size:11px;
	text-align:right;
}
/*--------------------- Error End ---------------------*/




/*------------------------------	Pests  ---------------------------------*/
 ul#pest_list
{
	margin:0;
	padding:0;
}

#pest_list li
{
	padding:0;
	border:solid 1px #999999;
	padding:0;
	list-style:none;
	margin:10px;
	width:300px;
	float:left;
}

#pest_list li a,
#pest_list li a:link,
#pest_list li a:visited
{
	padding:10px;
	display:block;
	text-decoration:none;
	color:#000000;
	font-size:12px;
}

#pest_list li a span,
#pest_list li a:link span,
#pest_list li a:visited span
{
	font-size:15px;
	display:block;
	padding:0 0 5px 0;
	color:#1F61A9;
	margin:0 0 5px 0;
	border-bottom:1px solid #F26522;
}

#pest_list li a:hover
{
	background-color:#CCCCCC;
}

.pest_item
{
	padding:10px;
	border:solid 1px #999999;
	margin-right:15px;
	float:left;
}

.pest_item.last
{
	margin-right:0;
}

