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

html {
       overflow-y: scroll;
}

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

body {
	font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #0e0e0e;
	background: url(/images/layout/top-bg.png) repeat-x top;
	padding-top: 15px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#main_content {
    float: left;
    margin: 0 10px;
    width: 700px;
}

#nav-column {
	width: 220px;
	float: left;
    margin: 0 10px;
}

.logo {
    margin: 0 0 30px;
}

h1 {
	color:#005779;
	display:block;
	font-size:18px;
	padding:0px 0 16px;
	text-align:left;
	line-height: 20px;
}

h3 {
	margin-bottom:10px;
}

p {
	margin-bottom: 15px;
}

h2 {
	margin-bottom: 10px;
	line-height: 15px;
	font-size: 13px;
}

#main_content ul, #main_content ol {
	padding: 0 0 15px 25px;
	overflow: auto;
	
}

#home-splash {
	margin-bottom: 15px;
}

#home-splash .swap-message{
	width:700px;
	height:238px;
	margin:0 0 10px 0;
}

#home-splash .swap-message .main-message {
	width:518px;
	height:238px;
	float:left;
}

#home-splash .swap-message .side-message-top {
	width:172px;
	height:73px;
	float:left;
	padding:0 0 0 10px;
}
#home-splash .swap-message .side-message-middle {
	width:172px;
	height:73px;
	float:left;
	padding:10px 0 0 10px;
}
#home-splash .swap-message .side-message-bottom {
	width:172px;
	height:73px;
	float:left;
	padding:9px 0 0 10px;
}

#home-splash .swap-message .main-message a,
#home-splash .swap-message .side-message-top a,
#home-splash .swap-message .side-message-middle a,
#home-splash .swap-message .side-message-bottom a {
	border: none;
}

.cta-bar  a {
	display: block;
	position: relative;
	text-decoration: none;
}
.cta-bar {
	background: url(/images/layout/cta-bar-hover.png) no-repeat top left;
	border: 0px solid #848484;
	position:relative;
}
.cta-bar a:hover img {
	visibility: hidden;
}
.cta-bar .number {
	position:absolute;
	font: bold 24px/26px Verdana, Geneva, sans-serif; 
	color: #ffffff;
	text-decoration:none;
	display:block;
    top: 26px;
	right: 17px;
}

.right-breakout {
	float: right;
	width: 230px;
	margin-left: 10px;
}

.clear {
	clear: both;
}

.img-right {
	margin: 0 0 10px 10px;
	float: right;
}

.img-left {
	margin: 0 10px 10px 0;
	float: left;
}

.border, a img.border {
	border: 1px solid #666;
}

/* --------------------- Start Nav */

#nav {
    border: 2px solid #CACACA;
    margin: 0 0 8px;
}
#nav li {
    list-style: none outside none;
}
#nav > ul > li {
    font-weight: bold;
    margin-top: 2px;
}
#nav > ul > li:first-child {
    margin: 0;
}
#nav a {
    color: #FFFFFF;
    display: block;
    min-height: 22px;
    padding: 8px 0 0 16px;
    text-decoration: none;
}
#nav > ul > li > a {
    background-color: #004C6A;
}
#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 {
    background-color: #3F768C;
    color: #FFFFFF;
}
#nav ul ul a:hover {
    text-decoration: underline;
}
#nav ul ul {
    background-color: #e4e4e4;
    margin-bottom: 3px;
}
#nav > ul > li > ul {
    padding: 5px 0 0;
}
#nav ul ul a {
    color: #143840;
    font-weight: normal;
    min-height: 16px;
    padding: 0 3px 6px 22px;
}
#nav ul ul ul a {
    color: #143840;
    padding: 5px 4px 0 32px;
}
#nav ul ul ul ul a {
    padding-left: 42px;
}
#nav ul ul li.wchild a {
    background: url("/images/layout/nav-arrow-r-dark.gif") no-repeat scroll 11px 3px #e4e4e4;
    color: #143840;
}
#nav ul ul li.wcactive > a {
    background: url("/images/layout/nav-arrow-d-dark.gif") no-repeat scroll 9px 5px transparent;
    color: #143840;
    padding-bottom: 0 !important;
}
#nav ul ul ul li.wchild a {
    background: url("/images/layout/nav-arrow-r-dark.gif") no-repeat scroll 21px 8px #e4e4e4;
}
#nav ul ul ul li.wcactive > a {
    background: url("/images/layout/nav-arrow-d-dark.gif") no-repeat scroll 19px 11px transparent;
    padding-bottom: 4px;
}

/* --------------------- End Nav */

#learning-center {
	padding-top: 10px;
}

#learning-center a img, #tv-bot a img {
	border: 0;
}

#int-splash {
	height: 185px;
	margin:0 0 10px;
}
.bread-crumbs {
	padding:4px 1px 6px;
	color:#004B6A;
	width:680px;
	font: normal 11px/18px Tahoma, Geneva, sans-serif;
	margin:0 0 10px;
}
.bread-crumbs a {
	color:#004B6A;
}

table.servicearea td {
	background: #eee;
	padding: 3px;
	vertical-align: top;
}


#footer-wrapper {
	clear: both;
	padding-top: 20px;
	background: url(/images/layout/footer-bg.png) repeat-x bottom;
}
#footer {
    color: #B4B4B4;
    font-size: 11px;
    height: 114px;
    margin: 0 auto;
    padding: 30px 20px 0;
    text-align: center;
    width: 960px;
}

#footer a {
	color: #B4B4B4;
}

.footer-boilerplate {
	margin:15px 0 5px 0;
}

table#meet_the_team td {

            padding: 5px;

            vertical-align: top;

}

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

/* get ria:active {
 outline:none;
}d of those system borders being generated for A tags */

#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;
}

table#opinion td {

            padding: 5px;

            vertical-align: top;

}

#waterproofing-bullets ul {
	list-style-image: url(http://www.atlanticbasements.ca/images/bullet1.png);
	overflow:hidden;
}

#waterproofing-bullets li {
	margin-bottom:10px;
}

.productthumbtip {
background-color:#E0E0E0;
color:#024079;
margin: 0 0 8px 0;
}

.productthumbtip h3 {
margin: 0;
padding: 5px;
}

.productboximage {
float:left;
margin: 0 4px;

}

.productboximage img {
margin: 3px 0;
}

.productboximage a {
text-decoration:none;
color:#2a55a7;
font-weight:bold;
}

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

.img-right {
	margin: 0 0 5px 10px;
	float: right;
}
.img-left {
	margin: 0 10px 5px 0px;
	float: left;
}
.border {
	border: 1px solid #aaa;
}

#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;
}

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


table#service {
	width:100%;
	border:0;
}

table#service td {
	padding: 5px;
		background-color:#cbe3f8;
	
}

.checklist {
	width:95%;
	border:1px;
	align:center;
	border-top:#034e88 4px solid;
	border-bottom:#034e88 4px solid;
	background-color:#f4f4f4;
}

.checklist td {
text-align:center;
padding:5px;
border-spacing:10px;
}

.contact-page-phone {
	line-height:30px;
	}

#side-contact {
	border: 1px solid #D1D1D1;
	background-color: #EDEDED;
	margin-top: 10px;
	padding-bottom: 10px;
}

#side-contact-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #D1D1D1;
    font-weight: bold;
    padding: 10px 0 8px;
    text-align: center;
	margin:0 0 10px 0;
}

#side-contact img {
	margin: 0px 0px 10px 10px;
	border: 1px solid #D1D1D1;
}

#blogbox {
	background: url(/images/layout/side-blog-head.png) no-repeat top;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 18px 10px 10px;
}

#blogbox .title {
    color: #004c6a;
    font: bold 15px/16px "Arial Black",Gadget,sans-serif;
    padding: 0 0 35px 60px;
}

#blogbox a {
	font-size: 11px;
	color:#004c6a;
}


#testbox {
	background: url(/images/layout/side-testimo-head.png) no-repeat top;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 18px 10px 10px;
	margin: 10px 0 10px;
}

#testbox .title {
    color: #004c6a;
    font: bold 15px/16px "Arial Black",Gadget,sans-serif;
    padding: 0 0 10px 60px;
}

#testbox p {
	margin: 7px 0;
	font-size: 11px;
	line-height: 15px;
}

#testbox a {
	font-size: 11px;
}


.testid {
	color:#004c6a;
}

/* Search Bar ----------------------------------------- */

#cse-wrap {
    margin: 10px 0;
    overflow: hidden;
}

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

.open-bar {
    background: url("/images/layout/open-sign-bar-hov.png") no-repeat scroll left top transparent;
    border: 0 solid #848484;
    position: relative;
}
.open-bar a {
	display: block;
	position: relative;
	text-decoration: none;
}
.open-bar a:hover img {
    visibility: hidden;
}
.open-bar .number {
    color: #FFFFFF;
    display: block;
    font: 15px/17px Verdana,Geneva,sans-serif;
    position: absolute;
    right: 40px;
    text-decoration: none;
    top: 33px;
}

.open-bar .number .open-email {
text-decoration: underline;
}

#city-scroll {
background: #FFF;
width: 186px;
margin: 0 auto;
}

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


html body div#wrapper div#content-wrap div.sectionhighlight div#carousel.ui-tabs div#tabs-1.ui-tabs-panel div.gallery {
width: auto !important;
}

#flashcontent {
    margin-left: 20px;
}
