/* Stylesheet for BA Colella Heating & Cooling LLC */

body {
	background-image: url('/images/bg-scanlines.jpg');
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
	color: #525252;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	color: #002b53;
	line-height: auto;
}

h3 {
       color: #009900;
       margin-bottom: 5px;
       margin-top: 20px;

}

h4 {
       font-size: 18px;
       font-weight: bold;
       color: #FF0000;
       margin-bottom: 5px;
       margin-top: 20px;

}

h5 {
       font-size: 18px;
       font-weight: bold;
       color: #0000FF;
       margin-bottom: 5px;
       margin-top: 20px;

}

img {
	border: none;
	margin: 15px;
}

a {
	text-decoration: none;
	color: #0054A3;
}

a:hover {
	color: #002B53;
}


ul {
	list-style-image: url('/images/list-bullet.jpg');
}

ul li {
	line-height: 33px;
}


.mainContainer {
	position: relative;
	margin: 0 auto;
	width: 924px;
}

.innerContainer {
	margin: 0px 62px 0px 62px;
	padding-top: 1px;
}

.borderTop {
	position: absolute;
	left:    0;
	top:    -33px;
	width:   924px;
	height:  33px;
	background-image: url('/images/border-top.png');
}

.borderBottom {
	position: absolute;
	left:    0;
	bottom: -33px;
	width:   924px;
	height:  33px;
	background-image: url('/images/border-bottom.png');
}

/* styles below this appear only on the Home page */

.navigationHome {
	position: absolute;
	top:    107px;
	right:  13px;
	width:  561px;
	height: 87px;
	background-image: url('/images/nav-thick-bg.png');	
}

.navigationHome a {
	float: left;
	display: block;
	height: 68px;
	line-height: 68px;
	color: #0054a3;
	font-style: oblique;
	font-size: 16px;
	text-decoration: none;
	padding: 0 30px;
	margin-top: 7px;
}

.navigationHome a:hover {
	color: #002b53;
	background-image: url('/images/nav-thick-selection.png');
}

.navHomeBorderL {
	position: absolute;
	left:  -19px;
	width:  19px;
	height: 87px;
	background-image: url('/images/nav-thick-left-border.png');
}

/* styles below this appear in topSection div */

.topSection {
	position: relative;
	width:  924px;
	height: 165px;
	margin-bottom: 2px;
	background-image: url('/images/border-middle.png');
}

.bacLogo {
	position: relative;
	width:  152px; /*260px; large*/
	height: 152px; /*260px; large*/
	background-image: url('/images/logo-bac-small.jpg');
}

.bacLogoHome {
	position: relative;
	width: 260px;
	height: 260px;
	background-image: url('/images/logo-bac-large.jpg');
}

.slogan {
	position: absolute;
	right:  30px;
	top:    30px;
	width:  559px;
	height: 26px;
	background-image: url('/images/slogan.jpg');
}

.navigation {
	position: absolute;
	top:    70px;
	right:  13px;
	width:  561px;
	height: 64px;
	background-image: url('/images/nav-thin-bg.png');	
}

.navigation a {
	float: left;
	display: block;
	height: 49px;
	line-height: 49px;
	color: #0054a3;
	font-style: oblique;
	font-size: 16px;
	text-decoration: none;
	padding: 0 20px;
	margin-top: 7px;
	background-image: url('/aijagij/agj/s.jpg');
}

.navigation a:hover {
	color: #002b53;
	background-image: url('/images/nav-thin-selection.png');
}

.navBorderL {
	position: absolute;
	left:  -18px;
	width:  18px;
	height: 64px;
	background-image: url('/images/nav-thin-left-border.png');
}

/* styles below this appear in midSection div */

.midSection {
	position: relative;
	width: 924px;
	background-image: url('/images/border-middle-light.png');
}

.horizontalLines {
	position: absolute;
	width:  924px;
	height: 2px;
	background-image: url('/images/horizontal-lines.png');
}

/* styles below this appear in botSection div */

.botSection {
	position: relative;
	width:  924px;
	margin-top: 2px;
	background-image: url('/images/border-middle.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.divred {
        border-bottom: 3px dotted #990000; 
        margin: 0px auto; 
        width: 400px;
}

