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

body {
	background-image: url(../images/back2.jpg);
	margin-top: 0px;
	background-color: #00294F;
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Trebuchet MS;
}
.header {
	height: 184px;
}
.nav {
	height: 38px;
}
.flash {
	background-image: url(../images/flash-roof.jpg);
	height: 269px;
	width: 1000px;
}
.welcome {
	background-image: url(../images/welcome.jpg);
	height: 42px;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
}
.text {
	background-image: url(../images/text.jpg);
	padding-left: 20px;
	padding-right: 20px;
}
.text-bold {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #002a50;
	margin-top: 8px;
	margin-bottom: 8px;
}
.hot {
	font-style: italic;
	font-weight: bold;
	color: #bb0101;
}
.call {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #00294f;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.box-roof {
	background-image: url(../images/box-roof.jpg);
	height: 117px;
	width: 280px;
}
.box-house {
	background-image: url(../images/box-house.jpg);
	height: 117px;
	width: 280px;
	float: none;
}
.box-drive {
	background-image: url(../images/box-driveway.jpg);
	height: 117px;
	width: 280px;
}
.box-divide {
	width: 60px;
}
.box-top {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 13px;
	text-align: center;
	margin-bottom: 5px;
}
.bottom {
	background-image: url(../images/bottom.jpg);
	height: 11px;
	width: 1000px;
}
.box-text-left {
	font-size: 16px;
	font-style: italic;
	color: #00294f;
	text-align: center;
	float: left;
	width: 167px;
	padding-left: 10px;
}
.box-text-right {
	font-size: 16px;
	font-style: italic;
	color: #00294f;
	text-align: center;
	float: right;
	width: 167px;
	padding-right: 10px;
}
.box-text-left a{
	color: #00294f;
	text-decoration:none;
}
.box-text-left a:hover{
	color: #00294f;
	text-decoration:underline;
}
.box-text-right a{
	color: #00294f;
	text-decoration:none;
}
.box-text-right a:hover{
	color: #00294f;
	text-decoration:underline;
}
.footer {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.footer a {
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	color:#58e3f8;
	text-decoration:underline;
}

