* {
	margin:0;
	padding:0;
	line-height: normal;
	float: none;
}
body {
	background:#f8fbfc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em;
	color:#06C;
	z-index: 3;
}

input, textarea { font-family:Arial, Helvetica, sans-serif; font-size:1em;}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper, block {
	width:100%;
	overflow:hidden;
}
.container { width:100%;}

p {
	margin:5px;
	padding:5px;
}

.tail-top { background:url(images/tail-top.gif) center top repeat-x #fff;}
.tail-bottom { background:url(images/tail-bottom.gif) left bottom repeat-x;}


/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {
	border:0;
	vertical-align:top;
	text-align:left;
	margin-right: 0px;
	float: left;
	padding-left: 1px;
}

form label { color:#1d576a; display:block;}
form .buttons { margin-top:14px; text-align:right}
form .buttons a { margin-left:7px;}
.form { height:36px;}
.form input {width:166px; padding:1px 0 1px 3px; background:#fff; border:1px solid #a4a4a4;}
textarea { width:196px; height:88px; overflow:auto; background:#fff;border:1px solid #a4a4a4; padding:1px 0 0 3px; }


/*==================list====================*/
ul {
	list-style-image: none;
	list-style-type: disc;
}

.list li { display:inline; border-right:1px solid #fabb4a; float:left; line-height:1.09em;}
.list li a {
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
}
.list li a em { font-style:normal; display:block; padding:7px 15px 8px 15px;}
.list li a.first em { background:url(images/list-left.gif) no-repeat left top;}
.list li a.last em { background:url(images/list-right.gif) no-repeat right top;}
.list li.last { border:0;}
.list li a span.icon-1 {
	padding-right:0px;
	background:url(images/icon-1.gif) no-repeat right center;
}
.list li a span.icon-2 { padding:0 21px 1px 0; background:url(images/icon-2.gif) no-repeat right center;}
.list li a span.icon-3 { padding-right:21px; background:url(images/icon-3.gif) no-repeat right center;}
.list li a:hover { color:#895100;}

.list1 {
	position:absolute;
	left:15px;
	margin-top:-20px;
	width: 252px;
	top: 335px;
	height: 226px;
}
.list1 li { padding:0 0 7px 22px; color:#151515; font-size:1.25em; font-weight:bold;}
.list1 li a {color:#151515; text-decoration:none;}
.list1 li a:hover { text-decoration:underline;}
.list1 li.icon-2 { background:url(images/icon-5.gif) no-repeat left top;}
.list1 li.icon-4 { background:url(images/icon-7.gif) no-repeat left top;}
.list1 .link { color:#e29328; text-transform:uppercase; font-size:.73em; text-decoration:underline; margin-left:10px;}
.list1 .link:hover { text-decoration:none;}

.list2 li {
	background:url(images/marker-1.gif) no-repeat left 3px;
	padding:0 0 10px 15px;
	color:#FFFFFF;
	font-weight:bold;
}
.list2 li a { color:#151515;}

.list3 li { list-style-type:decimal-leading-zero; list-style-position:inside; color:#e28a14; font-weight:bold; border-bottom:1px solid #cce7ed; margin-bottom:12px; padding-bottom:9px;}
.list3 li a { color:#1d576a;}
.list3 li span { color:#919191; font-weight:normal;}

.list4 { margin-top:-15px;}
.list4 li { padding:15px 0 0 0;}
.list4 li a { display:block; font-weight:bold; color:#1d576a;}

.list5 li { list-style-type:decimal; list-style-position:inside; color:#e28a14; font-weight:bold; padding-bottom:8px;}
.list5 li a { color:#1d576a;}
.list5 li span { color:#919191; font-weight:normal;}


/*==================other====================*/
.img-box {
	width:100%;
	overflow:hidden;
	border-top-width: 2px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	background-color: #999999;
	margin-bottom: 14px;
}
.img-box img {
	float:left;
	margin:4px 20px 0 0;
	border: thin solid #333333;
}
.img-box h3 {
	margin-bottom:7px;
	color: #FFD600;
}

.p1 {
	margin-bottom:14px;
	padding-bottom: 3px;
	background-color: #999999;
}
.p2 { margin-bottom:26px;}

.phone { float:right;}


/*==================txt, links, lines, titles====================*/
a {color:#1d576a;}
a:hover{text-decoration:none;}

h3 { color:#e28a14; font-weight:normal; font-size:1em; text-transform:uppercase; margin-bottom:10px;}
h4 { color:#151515; font-weight:normal; font-size:1.17em; line-height:1.29em;}
h5 { color:#1d576a; text-transform:uppercase; font-size:1em; font-weight:normal; margin-bottom:10px;}
h6 { color:#1d576a; font-size:1em;}
h6 a {color:#1d576a;}

.line-hor { border-bottom:1px solid #cce7ed; margin:10px 0 12px 0; overflow:hidden; font-size:0; line-height:0;}

.title {
	margin-bottom:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}


/*==================boxes====================*/
.box { background:#e9992e; width:100%; color:#fff;}
.box .border-top {background:url(images/border-top.gif) repeat-x top;}
.box .border-bot {background:url(images/border-bot.gif) repeat-x bottom;}
.box .border-left {background:url(images/border-left.gif) repeat-y left;}
.box .border-right {background:url(images/border-right.gif) repeat-y right;}
.box .left-top-corner {background:url(images/left-top-corner.gif) no-repeat left top;}
.box .right-top-corner {background:url(images/right-top-corner.gif) no-repeat right top;}
.box .left-bot-corner {background:url(images/left-bot-corner.gif) no-repeat left bottom; width:100%;}
.box .right-bot-corner {background:url(images/right-bot-corner.gif) no-repeat right bottom; }
.box .title {
	margin-bottom:7px;
	line-height: normal;
}
.box .icon {
	position:relative;
	margin-bottom:8px;
	width: 280px;
	height: 156px;
}
.box p { margin-bottom:10px;}
.box .inner { padding:20px 27px 18px 27px; text-align:center; min-height:137px; height:auto!important; height:137px;}

.box1 { width:100%; color:#919191;}
.box1 .border-top { background:url(images/border-top1.gif) repeat-x top;}
.box1 .left-top-corner { background:url(images/left-top-corner1.gif) no-repeat left top;}
.box1 .right-top-corner { background:url(images/right-top-corner1.gif) no-repeat right top;}
.box1 .inner { padding:30px 25px 0 30px; min-height:139px; height:auto!important; height:139px;}

.box2 { width:100%; background:#fff; color:#919191;}
.box2 .border-top { background:url(images/border-top2.gif) repeat-x top;}
.box2 .left-top-corner { background:url(images/left-top-corner2.gif) no-repeat left top;}
.box2 .right-top-corner { background:url(images/right-top-corner2.gif) no-repeat right top;}
.box2 dt {color:#1d576a; text-transform:uppercase; margin-top:16px;}
.box2 .inner { padding:20px 25px 0 30px; min-height:139px; height:auto!important; height:139px;}


/*header*/
#header .row-1 { height:104px; width:100%; overflow:hidden;}
#header .row-1 .fleft { padding:44px 0 0 70px;}
#header .row-1 .fleft a { position:relative; cursor:pointer;}
#header .row-1 .fright { padding:72px 48px 0 0;}
#header .row-2 { height:84px; padding:0 0 0 48px;}
#header .phone { position:absolute; top:193px; left:598px;}
#header .slogan { padding-left:81px;}

/*content*/
#content {padding:0 47px 32px 48px;}
#content .row-1 {
	line-height: 0px;
}
#content .indent { padding-bottom:33px;}

/*footer*/
#footer p { text-align:right; font-size:1.17em; color:#757575; padding:12px 78px 0 0;}
#footer p a { text-decoration:none; color:#757575;}
#footer p a:hover { text-decoration:underline;}


.site-nav { width:100%; overflow:hidden;}
.site-nav li {
	float:left;
	background:url(images/divider.gif) no-repeat left top;
	padding-left:2px;
	margin-left:-2px;
} 
.site-nav li a { color:#0e4759; text-decoration:none; font-size:1.17em; background:url(images/nav-tail.gif) repeat-x; float:left; display:block;}
.site-nav li a:hover { color:#fff; background:url(images/act-tail.gif) repeat-x top;}
.site-nav li a.first em { background:url(images/nav-left.gif) no-repeat left top;}
.site-nav li a.first:hover em { background:url(images/act-left.gif) no-repeat left top;}
.site-nav li a.last em { background:url(images/nav-right.gif) no-repeat right top;}
.site-nav li a.last:hover em { background:url(images/act-right.gif) no-repeat right top;}
.site-nav li a.act { color:#fff; background:url(images/act-tail.gif) repeat-x top;}
.site-nav li a.act-first { color:#fff; background:url(images/act-tail.gif) repeat-x top;}
.site-nav li a.act-first em { background:url(images/act-left.gif) no-repeat left top;}
.site-nav li a.act-last { color:#fff; background:url(images/act-tail.gif) repeat-x top;}
.site-nav li a.act-last em { background:url(images/act-right.gif) no-repeat right top;}


/*==========================================*/

.site-nav li a em {
	display:block;
	font-style:normal;
	padding-top: 17px;
	padding-right: 47px;
	padding-bottom: 17px;
	padding-left: 47px;
}

.list1 li.icon-1 { background:url(images/icon-4.gif) no-repeat left top;}

.list1 li.icon-3 { background:url(images/icon-6.gif) no-repeat left top;}
.p1Pest {
	margin-bottom:14px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-bottom: 3px;
}
#apPhonediv {
	position:absolute;
	width:527px;
	height:52px;
	z-index:1;
	left: 211px;
	top: 39px;
	font-size: 48px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 450px;
}
#apPhonediv {
	position:absolute;
	width:409px;
	height:52px;
	z-index:1;
	left: -112px;
	top: 38px;
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
#page5 .tail-top .tail-bottom #main #content #page3 .wrapper .wrapper p font {
	color: #FFF;
}
#page5 .tail-top .tail-bottom #main #content #page3 .wrapper .wrapper p font {
	color: #FFF;
}
#page5 .tail-top .tail-bottom #main #content #page3 .wrapper .wrapper p {
	color: #FFF;
}
#page5 .tail-top .tail-bottom #main #content #page3 .wrapper .wrapper blockquote blockquote h1 font {
	color: #000;
}
#page5 .tail-top .tail-bottom #main #content #page3 .wrapper .wrapper blockquote h2 span font {
	color: #000;
}
#page5 .tail-top .tail-bottom #main #content #page3 .wrapper .wrapper blockquote h1 font {
	color: #000;
}
#page5 .tail-top .tail-bottom #main #content #page3 .wrapper .wrapper blockquote h2 span font {
	color: #000;
}
#page5 .tail-top .tail-bottom #main #content #page3 .wrapper .wrapper blockquote h2 span {
	color: #000;
}
#page5 .tail-top .tail-bottom #main #content #page3 .wrapper .wrapper blockquote h2 span font {
	color: #000;
}
#page5 .tail-top .tail-bottom #main #content #page3 .wrapper .wrapper blockquote blockquote h1 .p1 font {
	color: #FFF;
}
#page5 .tail-top .tail-bottom #main #content #page3 .wrapper .wrapper h2 .p1 b font {
	color: #FFD600;
}
#page5 .tail-top .tail-bottom #main #content #page3 .wrapper .wrapper h3 .p1 font {
	color: #FFD600;
}
#page5 .tail-top .tail-bottom #main #content #page3 .wrapper .wrapper .p1 font {
	color: #FFF;
}
#page5 .tail-top .tail-bottom #main #content #page3 .wrapper .wrapper .p1 {
	font-size: 1em;
}
#page5 #page7 .tail-bottom #main #content #page3 .wrapper #page7 p {
	color: #03C;
}
#page5 #page7 .tail-bottom #main #content #page3 .wrapper #page7 ul li table tr td h3 {
	font-size: 24px;
}
#page5 #page7 .tail-bottom #main #content #page3 .wrapper #page7 ul li table tr td h3 {
	font-size: 20px;
	margin: 5px;
	padding: 3px;
}
#page5 .tail-top .tail-bottom #main #content #page3 .wrapper .wrapper p {
	color: #666;
}
