/* Need to figure if h2:first-child in defauly.css is that important - B */
#bd .iterate-box h2:first-child, #bd .side-box h2:first-child {
    margin: 0 0 1em 0;
}

#content{
	line-height:160%;
}

#content .ingress{
	color: #333;
	font-weight: bold;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
}

#content .intro strong{
	font-weight: bolder;
	font-size: 110%;
}

#content .body{
	color: #444;
	font-weight: normal;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;

}

.sidebar{
	margin-left: 1.5em;
}

.side-box{
	margin-bottom: 2em;
}
.side-box h2{
	font-size: 110%;
}

.side-box ul, .side-box p{
	padding: 0;
	padding-left: 1em;
	margin: 0;
	margin-bottom: 0.5em;
}

.side-box ul li{
	list-style: none;
	margin-bottom: 0.5em;
}

#contact-box ul li{
	margin-bottom: 0em;
}

.first .iterate-box{
	padding-left: 0;
	padding-right: 0.5em;
}

.iterate-box{
	margin-bottom: 2em;
	padding-left: 0.5em;
	padding-right: 0;
}

div.iterate-box h2, div.side-box h2, div.frontpage-box h2, div.course-box h2{
 	font-size: 110%;
    color: #006FAC;
	background-color: white;
    padding: 0.5em 1em;	
    margin: 0 0 1em 0;
	border: 0;
    border-top: 1px solid #006FAC;
    border-bottom: 1px solid #006FAC;
}

div.course-box h2 a{
	color: #006FAC;
}

.iterate-box p{
	margin-bottom: 0.5em;
}

.logo{
	float: left;
	padding: 0.5em;
}

.form-no-error ul.errorlist  {
	visibility: hidden;
	display:block;
	height: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#meet-us-box img{
	max-height: 50px;
}

#customers-box img{
	max-width: 100%;
}

#preview{
	margin: 1em;
}

.side-box .quote{
	text-align: center;
}

#quote-box .person, #quote-box .company {
	text-align: right;
	font-size: 80%;
	margin-bottom: 0;
}

#quote-box .quote{
	background: #006FAC;
    background-repeat:no-repeat;
	color: white;
	padding: 1em;
}
