@charset "utf-8";
body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #6970BE;
	margin: 0px 0px 0px 0px;
}
.twoColFixLtHdr #container {
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background-color: #6970BE;
	background-image: url(../images/Painter.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #000000;
} 

.twoColFixLtHdr #containerNoImage {
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background-color: #6970BE;	
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #000000;
}

.twoColFixLtHdr #header {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: auto;
	background-repeat: repeat-x;
	width: 100%;
	background-color: #97A1AA;
	background-image: url(../images/BlaisTitleBackGroundGray.jpg);
	margin: 0px 0px 0px 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000053;
	position: absolute;
	top: -200px;
	left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
	width: 100%;
} 

#sideBarNext {
	display: none;

}

.twoColFixLtHdr #sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	background-color: #00FF00;
	clear: left;
	margin: 0px 0px 0px 0px;
	left: 0px;
	width: 200px;
}
.twoColFixLtHdr #footer {
	padding: 5px 0px 5px 0px;
	background-color: #000066;
	border-style: solid;
	border-color: #B90000;
	margin: 0px 0px 0px 0px;
	border-width: 4px 0px 0px 0px;
	color: #FFFFFF;
	width: 100%;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0;
}

.twoColFixLtHdr #banner {
	padding: 5px 0px 5px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 20px;
	width: 100%;
	background-color: #000066;
	border-width: 0px 0px 4px 0px;
	border-style: solid;
	border-color: #B90000;
	color: #FFFFFF;
} 

.twoColFixLtHdr #titleImage {
	padding: 0px 15px 0px 0px;
	margin: 0;
	
} 

#sidebarlowercontent {
	position: relative;
	top: 135px;

}

#MenuWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
}

#sidebarTable {
	background-color: #B90000;

}

.right {
	text-align: right;
	padding: 0px 20px 0px 0px;
}

.engineeredwebsolutions {
	text-decoration: none;
	font-size: 10px;
	color: #FFFF66;
}

h1 {
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 20px;

}

h2, h3 {
	font: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 16px;

}

#imageSideBar, #imageSideBarAboutUs {
	width: 198px;
	height: 250px;
	border-style: solid;
	border-width: 1px;
	border-color: #B90000;
	}

.shortText {
	padding: 0px 135px 0px 5px;
}

.shortBull {
	padding: 0px 135px 0px 10px;
	margin: 0px 0px 0px 10px;
}

.zip {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float: right;
}

p {
	padding: 0px 20px 0px 5px;

}

#homephoto {
	float: right;
	border-style: solid;
	border-color: #B90000;
	border-width: 1px;
	margin: 5px 5px 5px 0px;
	padding: 0px 0px 0px 0px;

}

.twoColFixLtHdr #header td,  .twoColFixLtHdr #footer td{
	text-indent: 5px;
	
}

.twoColFixLtHdr #mainContent a:link {
	color: #CCCCCC;

}

.twoColFixLtHdr #mainContent a:visited {
	color: #B80000;
}

