@charset "UTF-8";
body  {
	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: #333;
	background-color: #000;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	padding: 0;
	margin-top: 30;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.pagetitles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #817965;
	width: 560px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #817965;
	padding-bottom: 0px;
}
.twoColFixHotHdr #container {
	width: 856px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(BkgrdImages/bigburntbckgrd.jpg);
	background-repeat: no-repeat;
} 
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	position: static;
	visibility: inherit;
	line-height: 40px;
	background-position: center center;
	text-align: center;
}
.footerlines {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F90;
	position: static;
	visibility: inherit;
	line-height: 20px;
	background-position: center center;
	text-align: center;
	letter-spacing: normal;
}
.twoColFixHotHdr #header {
	background: #DDDDDD;  /* 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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 856px;
	float: left;
} 
.twoColFixHotHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #900;
}
.twoColFixHotHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: c6c6c6;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	position: relative;
	z-index: 2;
}
.twoColFixHotHdr #mainContent {
	z-index: 1;
	position: relative;
	top: 25px;
	color: #544F42;
	width: 600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 21px;
} 
.homeMainContent {
	z-index: 1;
	position: relative;
	top: 25px;
	color: #605A4B;
	width: 630px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 21px;
}
.twoColFixHotHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000;
} 
.twoColFixHotHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
}
.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;
	position: relative;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}
.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;
}
.navleft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #A90000;
	word-spacing: normal;
	padding: 10px;
	background-position: 0px;
	border-left-style: solid;
	border-left-color: #666;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-left-width: thick;
	background-image: url(BkgrdImages/navbckgrd.gif);
	background-repeat: repeat-y;
}
.navleftsubmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	word-spacing: normal;
	padding: 5px;
	background-position: 10px;
	border-left-style: solid;
	border-left-color: #666;
	text-indent: 10px;
	border-left-width: thick;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.h2 {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
}
bodyhead1 {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #900;
	background-color: #4f4f4f;
	background-image: url(BkgrdImages/graydation.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #C60;
	text-decoration: none;
}
a:visited {
	color: #C60;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}
.paragraphheads {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	color: #900;
}
.twoColFixHotHdrTOP {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #900;
	padding-top: 60px;
}
a {
	font-weight: bold;
}
.text8ptType {
	font-size: 10px;
}
.twoColFixHotHdr #recentprojects {
	z-index: 1;
	position: relative;
	top: 25px;
	left: 70px;
	color: #605A4B;
	width: 600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
}
.testimon {
	z-index: 1;
	position: relative;
	top: 25px;
	left: -60px;
	color: #605A4B;
	width: 500px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 500px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.bigtype {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #817965;
	width: 560px;
	padding-bottom: 0px;
}
.bigtype2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-transform: none;
	color: #900;
	width: 560px;
	padding-bottom: 0px;
	font-weight: bold;
	text-indent: 5px;
}
.smalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #282828;
}
.smalltext2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #999;
}
.twoColFixHotHdr #form {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
	width: 856px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin: 0px;
	background-color: #FFF;
}
.boxRt {
	clear: none;
	float: right;
	margin: 0px;
}
.columnL {
	float: left;
	width: 330px;
	border-right-width: 1px;
	border-right-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.columnR {
	float: right;
	width: 330px;
	border-right-width: 1px;
	border-right-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.columnLsm {
	float: left;
	width: 230px;
	border-right-width: 1px;
	border-right-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-right: 8px;
	padding-left: 8px;
}
.columnfull {
	float: left;
	width: 650px;
	padding-bottom: 10px;
	padding-top: 30px;
}
.row {
	float: left;
	width: 310px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	border-left-width: 1px;
	border-left-color: #333;
	padding-left: 5px;
}
.rowbottom {
	float: left;
	width: 310px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-color: #333;
	border-left-width: 1px;
	border-left-color: #333;
	padding-left: 5px;
}
.pagetitlescentered {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #817965;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #817965;
	padding-bottom: 0px;
	text-align: center;
}
