@charset "utf-8";
/* CSS Document */

#wrap {
	margin: 16px auto 0 auto;
	width: 960px;
}
#nav {
	float: left;
	height: 31px;
	width: 960px;
	margin-bottom: 4px;
	display:inline;
}
ul#navList {
	list-style-type: none;
	float: left;
	height: 31px;
	width: 928px;
	display: block;
	background-image: url(http://www.texasbugkillers.com/images/layout/navDivider.jpg);
	background-repeat: no-repeat;
	padding-right: 11px;
	padding-left: 11px;
	margin-left: 10px;
}
ul#navList li {
	display: block;
	float: left;
	height: 31px;
	background-image: url(http://www.texasbugkillers.com/images/layout/navDivider.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}
ul#navList li a {
	display: block;
	float: left;
	height: 31px;
}
ul#navList li.home a {
	width: 65px;
	background: url(http://www.texasbugkillers.com/images/layout/navHome.jpg) no-repeat 0 0;
}
ul#navList li.pest a {
	width: 123px;
	background: url(http://www.texasbugkillers.com/images/layout/navPest.jpg) no-repeat 0 0;
}
ul#navList li.termite a {
	width: 150px;
	background: url(http://www.texasbugkillers.com/images/layout/navTermite.jpg) no-repeat 0 0;
}
ul#navList li.schedule a {
	width: 164px;
	background: url(http://www.texasbugkillers.com/images/layout/navSchedule.jpg) no-repeat 0 0;
}
ul#navList li.focus a {
	width: 147px;
	background: url(http://www.texasbugkillers.com/images/layout/navFocus.jpg) no-repeat 0 0;
}
ul#navList li.about a {
	width: 96px;
	background: url(http://www.texasbugkillers.com/images/layout/navAbout.jpg) no-repeat 0 0;
}
ul#navList li.contact a {
	width: 112px;
	background: url(http://www.texasbugkillers.com/images/layout/navContact.jpg) no-repeat;
	background-position: 0 0px;
}
ul#navList li a:hover{
	background-position: 0 -31px;
}
ul#navList li a span {
	display: none;
}
#header {
	float: left;
	height: 242px;
	width: 960px;
	background-image: url(http://www.texasbugkillers.com/images/layout/headerBg.jpg);
}
#logo {
	float: left;
	height: 206px;
	width: 253px;
	margin-top: 10px;
	margin-left: 15px;
	display:inline;
}
#logo a {
	display: block;
	float: left;
	height: 206px;
	width: 253px;
}
#logo h1 a{
	display: none;
}
#contact {
	float: right;
	height: 16px;
	width: 416px;
	margin-top: 9px;
	margin-bottom: 8px;
	background-image: url(http://www.texasbugkillers.com/images/layout/callToday.jpg);
	background-repeat: no-repeat;
	margin-right: 15px;
	display:inline;
}
#contact h2 {
	display: none;
}
#slideshow {
	background-image: url(http://www.texasbugkillers.com/images/layout/slideShowBg.jpg);
	float: right;
	height: 176px;
	width: 659px;
	margin-right: 15px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 9px;
	padding-left: 7px;
	display:inline;
}
#content {
	background-image: url(http://www.texasbugkillers.com/images/layout/contentBg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 960px;
}
#contentInner {
	margin: 0px 13px 6px 13px;
	float: left;
	width: 934px;
	display:inline;
}
#contentInner .blog_posts {
	margin: 0;
	float: left;
	padding:0 10px 0 0;
	width: 688px;
	display:inline;
	border-right:2px solid #EC1E28;
}
#contentInner .blog_sidebar {
	margin: 0;
	float: left;
	width: 223px;
	padding:0 0 0 10px;
	display:inline;
}
#contentInner .blog_sidebar ol,ul,li{
	margin: 0;
	padding:0;
	list-style-type:none;
}
#teaserBig {
	background-image: url(http://www.texasbugkillers.com/images/layout/teaserBigBg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 228px;
	width: 438px;
	overflow: hidden;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 13px;
	margin-right: 2px;
}
#teaserInnerLeft {
	height: 228px;
	width: 226px;
	float: left;
	overflow: hidden;
}
#teaserInnerLeft h3 {
	display: block;
	height: 74px;
	width: 226px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.texasbugkillers.com/images/layout/faulknerFocusH3Bg.gif);
	background-repeat: no-repeat;
}
#teaserInnerLeft h3 span , .teaserSmall h3 span{
	display: none;
}
#teaserInnerLeft p {
	line-height: 1.8em;
	display: block;
	width: 172px;
	margin-right: 27px;
	margin-left: 27px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#teaserInnerRight {
	float: right;
	height: 228px;
	width: 197px;
	overflow: hidden;
}
#teaserInnerRight h3 {
	color: #000;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #eb1f28;
	margin: 0px;
	font-size: 16px;
	font-style: italic;
	padding: 0px;
}
#teaserInnerRight p {
	line-height: 1.1em;
	margin-bottom: 2px;
}

.teaserSmall {
	background-image: url(http://www.texasbugkillers.com/images/layout/teaserSmallBg.gif);
	float: left;
	height: 235px;
	width: 140px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 9px;
	padding-left: 6px;
	margin-right: 1px;
	overflow: hidden;
}
.teaserSmall p {
	line-height: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

.teaserSmall h3.topTen {
	background-image: url(http://www.texasbugkillers.com/images/layout/topTenH3Bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 136px;
	width: 140px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
.teaserSmall h3.discount {
	background-image: url(http://www.texasbugkillers.com/images/layout/discountH3Bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 151px;
	width: 140px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
.teaserSmall h3.termite {
	background-image: url(../images/layout/termite.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 119px;
	width: 140px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}

.teaserSmall #teaserInner {
	float: left;
	height: 235px;
	width: 140px;
	background-image: url(http://www.texasbugkillers.com/images/layout/inspectionBg.jpg);
	background-repeat: no-repeat;
}
.teaserSmall h3.inspection {
	height: 155px;
	width: 140px;
	display: block;
	margin: 0px;
}
.teaserSmall #teaserInner p{
	display: block;
	width: 110px;
	float: left;
	padding-left: 15px;
	padding-top: 3px;
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	padding-bottom: 5px;
}


#contentBottom {
	float: left;
	width: 960px;
	background-image: url(http://www.texasbugkillers.com/images/layout/contentBottomBg.gif);
	background-repeat: no-repeat;
	height: 9px;
	overflow: hidden;
}
#footer {
	float: left;
	width: 960px;
	height: 13px;
	margin-top: 15px;
	margin-bottom: 15px;
	display:inline;
}
#footer ul {
	list-style: none;
	float: left;
	width: 940px;
	margin: 0 10px;
	display: block;
}
#footer li {
	border-right: 1px solid #000;
	float:left;
	color: #EC1E28;
	display: block;
}
#footer li.last {
	border-right: none;
}
#footer li.copy {
	float: right;
	border-right: none;
}
#footer li.footCall {
	float: left;
	width: 500px;
	margin: 5px 0 0 8px;
	border-right: none;
	display: block;
}
#footer a {
	display: block;
	font-size: 11px;
	padding: 0 8px;
	margin: 0;
	float:left;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

