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

html {
       overflow-y: scroll;
}

*, html {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
    background: url("/images/layout/bg.png") repeat scroll 0 0 transparent;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
a {
    color: #1370B3;
}a:hover {
    color: #003C78;
}
.caption {
	text-align:center;
	line-height:13px;
	padding-bottom:12px
}

.img-right {
	float: right;
	margin: 0 5px 5px 10px;
}
.img-left {
	float: left;
	margin: 0 10px 5px 0;
}
.border {
	border: 3px solid #3e3d3d;
}
.clear {
	clear: both;
}

#wrapper {
	width: 960px;
	margin: 0 auto 20px;
	background: #fff;
	border: 3px solid #7A7A7A;
	border-top: 0;
	padding-bottom: 10px;
}

#header {
	background: url(../images/layout/header-back.jpg) repeat-x top left #FFF;
	height: 122px;
	margin-bottom: 15px;
	border-bottom: 3px solid #dedede;
	border-top: 3px solid #dedede;

}

#top-contact {
	width: 281px;
	height: 59px;
	padding: 12px 14px 0 65px;
	float: right;
	margin: 15px 10px 0 0;
	text-align: center;
	background: url(/images/layout/top-contact-bg.png) no-repeat top left;
	color: #2E74A6;
	text-transform: uppercase;
	font-weight: bold;
}

#top-contact span {
	display: block;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 2px;
	margin-bottom: 3px;
}

#top-contact a {
	color: #2E74A6;
}

#top-contact a:hover {
	color: #004669;
}

#top-contact span a {
	text-decoration: none;
}

#contact-nav  {
	float: right;
	clear: right;
	font-size: 11px;
	width: 400px;
	padding: 4px 13px 0 0;
	text-align: right;
	color: #676767;
}
/* Top Social ----------------------------------------- */

#contact-nav .twitter,
#contact-nav .youtube,
#contact-nav .facebook {
	float: right;
	width: 16px;
	margin: 0 0 0 3px;
}

#contact-nav .twitter {
	background: url(/images/layout/twitter-icon-over.png) no-repeat top left;
}

#contact-nav .facebook {
	background: url(/images/layout/facebook-icon-over.png) no-repeat top left;
}
#contact-nav .youtube {
	background: url(/images/layout/youtube-icon-over.png) no-repeat top left;
}
#contact-nav .facebook a,
#contact-nav .youtube a,
#contact-nav .twitter a {
	/* Make IE and older browsers play nice with our CSS Hovers */
	display: block;
	position: relative;
}

#contact-nav a:hover img {
	visibility: hidden;
}
#logo {
	padding: 15px 0 0 16px;
}
#logo a img {
	border: 0;
}


#splash {
	margin: 0 10px 10px 0;
	width: 700px;
	float: right;
	overflow: hidden;
}

#content-wrap {
	float: right;
	width: 700px;
	line-height: 16px;
	display: inline;
	margin:0 10px 20px 0;
	overflow: hidden;
	clear:right;
}

#content-wrap h1 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 7px;
	color:#074368;
}

#content-wrap h2 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height:20px;
	color:#006db0;
	font-weight:normal;
}
#content-wrap h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

#content-wrap p,
#content-wrap ul,
#content-wrap ol {
	margin-bottom: 10px;
}

#content-wrap ul,
#content-wrap ol {
	padding-left: 20px;
	overflow: auto;
}

#left-col {
	width: 220px;
	margin-left: 10px;
}

#nav {
	border: 2px solid #cacaca;
	margin: 0 0 15px 0;
}
#nav li {
	list-style: none;
}
#nav > ul > li {
	margin-top: 2px;
	font-weight: bold;
}
#nav > ul > li:first-child {
	margin: 0;
}
#nav a {
	display: block;
	color: #393637;
	padding: 8px 0 0 16px;
	min-height: 22px;
	text-decoration: none;
}
#nav > ul > li > a {
	background: #f0efef url(/images/layout/nav-bg.png) repeat-x top;
}
#nav li.wcactive > a,
#nav a.active {
	font-weight: bold;
}
#nav > ul > li > a:hover,
#nav > ul > li > a.active,
#nav > ul > li.wcactive > a {
	color: #fff;
	background: #f0efef url(/images/layout/nav-bg-hov.png) repeat-x top;
}
#nav ul ul a:hover {
	text-decoration: underline;
}
#nav ul ul {
	background-color: #F0EFEF;
}
#nav > ul > li > ul {
	padding: 5px 0 0;
}
#nav ul ul a {
	padding: 0 5px 6px 22px;
	min-height: 16px;
	font-weight: normal;
}
#nav ul ul ul a {
	padding-left: 32px;
}
#nav ul ul ul ul a {
	padding-left: 42px;
}

#nav ul ul li.wchild a {
	background: #F0EFEF url(/images/layout/nav-arrow-r.gif) no-repeat 11px 3px;
}
#nav ul ul li.wcactive > a {
	background: #F0EFEF url(/images/layout/nav-arrow-d.gif) no-repeat 9px 4px;
}
#nav ul ul ul li.wchild a {
	background: #F0EFEF url(/images/layout/nav-arrow-r.gif) no-repeat 21px 3px;
}
#nav ul ul ul li.wcactive > a {
	background: #F0EFEF url(/images/layout/nav-arrow-d.gif) no-repeat 19px 4px;
	padding-bottom: 4px;
}




#side-contact {
	background-color: #EAF9FF;
}

#form-container {
	text-align: center;
}
#form-container a {
	color: #00f;/* Old: #2e74a6 */
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 3px 0 5px;
	outline: none;
}
#form-container a:focus {
	-moz-outline-style: none;
}

#sideform {
	text-align: left;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 5px 10px;
	font-size: 10px;
	height: 295px;
}
div.form-item {
	margin: 0px 0px 4px 0px;
	overflow: hidden;
}
div.form-item input, div.form-item select {
	float: right;
}
div.form-item input {
	width: 124px;
}
div.form-item textarea {
	width: 200px;
}

div.form-item input.zip {
	width: 68px;
}

div.form-item select {
	margin-right: 5px;
	font-size: 12px;
	width: 50px;
}

.formlabel {
	margin-top: 3px;
	display: block;
}

#footer {
	clear: both;
	text-align: left;
	margin: 22px 10px 0 10px;
	border: 1px solid #D9D9D9;
	padding: 10px 40px;
	font-size: 11px;
	line-height: 16px;
	background-color: #F3F3F3;
	height: 100px;
}

#footer .small {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#737576;
	margin: 7px 0;
}

#footer-info {
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color:#737576;
    margin:auto;
    text-align:center;
}

#footer-info a {
	
}

.blogcredit {
	margin-bottom: 10px;
}

/* Credibility Logos */

#credibility-minor {
	height: 66px;
	margin: 0px;
	padding: 0px
}
#credibility-minor ul li {
  float: left;
  list-style: none;
}
#credibility-minor ul li a {
  display: block;
  position: relative;
}

#credibility-minor li.cred1 {
	background: url(/images/credibility/b-cleanspace.png) no-repeat top left;
}
#credibility-minor li.cred2 {
	background: url(/images/credibility/b-sarpy-county.png) no-repeat top left;
}
#credibility-minor li.cred3 {
	background: url(/images/credibility/b-omaha-25.png) no-repeat top left;
}
#credibility-minor li.cred4 {
	background: url(/images/credibility/b-2006-omaha.png) no-repeat top left;
}
#credibility-minor li.cred5 {
	background: url(/images/credibility/b-energy-star.png) no-repeat top left;
}
#credibility-minor li.cred6 {
	background: url(/images/credibility/b-40-under-40.png) no-repeat top left;
}
#credibility-minor li.cred7 {
	background: url(/images/credibility/b-basement-systems.png) no-repeat top left;
}
#credibility-minor li.cred8 {
	background: url(/images/credibility/b-bbb-hp-logo.png) no-repeat top left;
}
#credibility-minor li.cred9 {
	background: url(/images/credibility/b-fsi.png) no-repeat top left;
}
#credibility-minor li.cred10 {
	background: url(/images/credibility/b-bob-vila.png) no-repeat top left;
}

#credibility-minor li a:hover img {
  visibility: hidden;
}

#cse-wrap {
	overflow: hidden;
	margin: 0 0 15px;
}
#cse-wrap #searchbox {
	height: 20px;
	float: left;
	padding: 0px 0 0 2px;
	width: 143px;
	line-height: 13px;
	margin-right: 5px;
}

:focus {
 -moz-outline-style:none;
}

#triggers {
	text-align:center;
}

#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


#triggers table td {
text-align: center;
font-weight: bold;
width:152px;
}

#gray-hr {
	margin:15px 0px;
	height:1px;
	background-color:#ddd;
	color:#ddd;
	border:0
}

#spaced li {
margin-bottom:10px;
}

#home-silo-content {
	border-bottom: 1px solid #E1E1E1;
    float: left;
    margin: 15px 0 0 0;
    width: 700px;
}
.home-silo-links {
	float: left;
    font-size: 11px;
    margin:0 10px 15px 0;
    width: 225px;
}
.home-silo-links img {
	float:left;
	margin: 0px 10px 2px 0px;
}
.home-silo-links a, .silo-links a {
    display: block;
    font-size: 18px;
    line-height: 20px;
}
.home-silo-links p {
	margin: 15px 0 0;
}

#home-reviews {
	border-bottom: 1px solid #E1E1E1;
    float: right;
    width: 182px;
	height: 258px;
}

.newstop {
	border:1px solid #D9D9D9;
	color:#444444;
	display:block;
	font-weight:bold;
	margin-top:10px;
	padding:5px 0 5px 8px;
	background-color: #EDEDED;
}
.newsbox {
	background-color:#FFF;
	border-bottom:1px solid #D9D9D9;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	color:#000000;
	font-size:12px;
	line-height:16px;
	padding:8px 12px;
}

#startphone {
	font-size:16px;
	color:#FFF;
	text-align:center;
	height: 32px;
	padding-top: 9px;
	font-weight: bold;
	width: 220px;
	background-image: url(/images/layout/get-started-phone-bg.png);
}
.bread-crumbs {
	padding:4px 10px 6px;
	background-color:#eeeeee;
	color:#717171;
	width:680px;
	font: normal 11px/18px Tahoma, Geneva, sans-serif;
	margin:0 0 10px;
}
.testimonials p {
	padding:0 0 8px;
}

#flashcontent {
    margin-left: 20px;
}

.border h3 {
    margin: 12px 0 0 10px;
}

.popupimagetext p {
margin: 10px 0;
}

#main-contact td {
    padding: 6px;
}

table#opinion td {
    padding: 5px;
    vertical-align: top;
}

#tabs ul {
overflow: hidden;
}

#main_content ol, #main_content ul {
    overflow: hidden;
    padding: 0 0 0 30px;
}

#items a {
    text-decoration: none;
}

.border h3, .bg h3 {
    margin-left: 10px;
}

#table-gallery a {
    text-decoration: none;
}

.popuptext p {
margin-bottom: 5px;
}

#top-open {
    background: url("/images/layout/open-sign-grayblock-bg.png") no-repeat scroll left top transparent;
    color: #074368;
    float: right;
    font-weight: bold;
    height: 75px;
    margin-top: 6px;
    padding: 12px 0 0 65px;
    text-align: center;
    text-transform: uppercase;
    width: 279px;
}

#top-open span {
    font-size: 19px;
    line-height: 19px;
}

#top-open a {
    color: #074368;
}
#top-open a:hover {
    color: #1370B3;
}
#top-open span a {
    text-decoration: none;
}

#top-open-wrapper {
padding-top:24px;
margin-left: -2px;
}

#top-open .o-callout {

}

#top-open .o-phone {
font-size:13px;
}

#top-open .o-email {
font-size:15px;
}

#top-open .o-email a {
text-decoration:underline;
}

#city-scroll {
    background-color: #FFFFFF;
}

#case-studies {
    border: 1px solid #D1D1D1;
    padding: 12px;
}
#case-studies li {
    list-style: square outside none;
}
#case-studies strong {
    color: #08486C;
    display: block;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 20px;
}
#case-studies h3 {
    color: #08486C;
    font-weight: bold;
    text-transform: uppercase;
}

#contact_page {
    color: #666666;
    margin: 10px 0;
    width: 390px;
}
#contact_page a, contact_page a:visited {
    color: #2A6C70;
    text-decoration: underline;
}
#contact_page a:hover {
    color: #003C78;
}
#contact_page h1 {
    color: #2A6C70;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
}
#contact_page h2 {
    color: #2A6C70;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
}
#contact_page h3 {
    color: #666666;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
}
#contact_auth {
    margin: 0 0 10px;
    padding: 0;
    width: 260px;
}
#contact_books {
    background-image: url("/images/contact_books_mid.gif");
    background-repeat: no-repeat;
    color: #666666;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    line-height: 13px;
    padding-left: 10px;
    width: 260px;
}
#contact_frame {
    background-color: #BFD3D4;
    background-image: url("/images/formback.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    color: #22575A;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    line-height: 20px;
    width: 390px;
}
#contact_form {
    margin-left: 8px;
}

#rt_col {
    float: right;
    margin: 10px 15px 0;
    width: 260px;
}
#rt_col_cont {
    background-image: url("/images/contact_rtbox_mid.gif");
    background-repeat: no-repeat;
}
.rtcol_mod {
    margin-bottom: 10px;
}
.rtcol_cell {
    color: #1370B3;
    font-size: 11px;
    line-height: 13px;
    margin-left: 15px;
    width: 230px;
}

input.post {
    margin-right: 10px;
    width: 168px;
}
input.post_rt {
    width: 170px;
}
input.post_city {
    margin-right: 10px;
    width: 168px;
}
input.post_zip {
    width: 70px;
}
input.post_long {
    width: 350px;
}
.post_desc {
    height: 70px;
    width: 350px;
}
.post_state {
    border: 0 none;
    margin-right: 10px;
    width: 90px;
}

#thanks_books {
    float: right;
    margin-bottom: 10px;
    margin-left: 15px;
}
#thankyou-wrap {
    color: #666666;
    display: inline;
    float: right;
    line-height: 16px;
    margin: 10px 10px 10px 0;
}
#thankyou-wrap h1 {
    color: #2A6C70;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
}
#thankyou-wrap p {
    margin-bottom: 10px;
}
#thanks_soc {
    background-image: url("/images/thanks_soc_bkgnd.gif");
    background-position: left top;
    background-repeat: no-repeat;
    height: 118px;
    margin-bottom: 10px;
    width: 660px;
}

div.cost {
    background-color: #FDFBE1;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 10px;
}
div.cost ul {
    list-style: square outside none;
}

.oz-video {
    background: #5E6283;
    border: 1px solid #E2E2E2;
    float: right;
    overflow: hidden;
    padding: 5px;
    width: 250px;
}
#content-wrap .oz-video h2 {
    color: #FFFFFF;
    font: 12px/14px "Arial Black",Gadget,sans-serif;
    margin: 0 0 10px 11px;
}
.oz-video img {
    border: 0 solid #FFFFFF;
    float: left;
    margin: 0 10px 5px 11px;
}
.oz-video p {
    color: #FFFFFF;
    font: 10px/12px Arial,Helvetica,sans-serif;
    padding: 5px;
}

ul.pdf li {
    background: url("/images/pdficon_small.gif") no-repeat scroll left top transparent;
    list-style: none outside none;
    margin-bottom: 2px;
    min-height: 20px;
    padding: 0 0 0 25px !important;
}

table.real-estate {
    border-width: 1px 0;
    margin: 0 0 10px;
    width: 100%;
}

.im_cap {
    background-color: #E5F1F8;
    border: 1px solid #D8D8D8;
}
.im_cap p {
    color: #0087CC;
    font-size: 13px;
    font-style: italic;
    padding: 8px 10px 5px;
    text-align: center;
}

#fp-products {
    height: 215px;
}
#fp-products .product {
    border: 1px solid #BDBDBD;
    float: left;
    height: 188px;
    margin: 0 0 0 12px;
    padding: 10px 0 0;
    position: relative;
    text-align: left;
    width: 153px;
}
#fp-products .product .title {
    color: #004A9B;
    font: bold 16px/18px Verdana,Geneva,sans-serif;
    text-align: center;
}
#fp-products .product .desc {
    font: 12px/14px Verdana,Geneva,sans-serif;
    padding: 10px;
}
#fp-products .push {
    background: url("http://www.thrashercommercialfoundations.com/images/push-pier-fp-product.jpg") no-repeat scroll right top transparent;
    margin: 0;
}
#fp-products .anchor {
    background: url("http://www.thrashercommercialfoundations.com/images/helical-anchor-fp-product.jpg") no-repeat scroll right top transparent;
}
#fp-products .anchor .desc {
    padding-top: 46px;
}
#fp-products .helical {
    background: url("http://www.thrashercommercialfoundations.com/images/helical-pier-fp-product.jpg") no-repeat scroll left top transparent;
    text-align: right;
}
#fp-products .helical .desc {
    padding-top: 6px;
}
#fp-products .crawl {
    background: url("http://www.thrashercommercialfoundations.com/images/smart-jack-fp-product.jpg") no-repeat scroll right top transparent;
}
#fp-products .crawl .desc {
    padding-top: 6px;
}
#fp-products .product .more {
    bottom: 0;
    margin-left: 8px;
    position: absolute;
    text-align: center;
}

table#city-table td {
margin: 5px;
}

.testimonials table td {
    padding: 10px 0;
}

#reviews {
    background-color: #F3F3F3;
    border: 1px solid #E0E0E0;
    clear: both;
    margin-bottom: 20px;
    padding: 8px;
}
#review-comments {
    float: right;
    width: 520px;
}

ol.contractor {
    color: #003366;
    font: italic bold 18pt Georgia;
}
ol.contractor li {
    margin-left: 25px;
}

ol.contractor p {
    color: #000000;
    font: 12px verdana;
}

table.social-media {
    margin: 30px 0 50px;
    text-align: center;
    width: 100%;
}
table.social-media td {
    padding: 5px;
}

table.team2 {
    width: 700px;
}
table.team2 td {
    font-size: 11px;
    padding: 10px 0;
    text-align: center;
    vertical-align: top;
    width: 130px;
}
table.team2 td strong {
    font-size: 12px;
}

.blog-left-image {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
	border: 6px solid #000;
}

.blog-right-image {
    float: right;
    margin-left: 10px;
    margin-top: 10px;
	border: 6px solid #000;
}


#inside-servicearea {
	border: 1px solid #afafaf;
	background: #f7f7f7;
	padding: 10px 5px 5px;
	font: normal 12px/14px Verdana, Geneva, sans-serif;
	margin: 0 0 0px;
	oveflow: hidden;
	color: #4a4a4a;
	text-align: center;
}
#inside-servicearea img.map {
	border: 1px solid #aeadae;
	margin: 0 0 5px 0;
}
