body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(../images/bg_body.gif) 0px 0px;
	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: #000000;
}
#Slogans {
	position: absolute;
	left: 530px;
	top: 9px;
}
#TopNav {
	position: absolute;
	left: 540px;
	top: 90px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
#TopNav a {
	margin-right: 6px;
	margin-left: 6px;
	color: #000000;
	text-decoration: none;
}
#TopNav a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bg_shell.gif) repeat-y 0px 0px;
	margin: 0 auto 0 0px;
	text-align: left;
} 
#header {
	background: #FFFFFF;
	padding: 0;  /* 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. */
	width: 760px;
	border-bottom: 1px solid #000000;
	vertical-align: middle;
} 
#sidebar-left {
	float: left; /* since this element is floated, a width must be given */
	width: 169px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
#sidebar-right {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px; /* padding keeps the content of the div away from the edges */
}
#sidebar-right ul.arrows li {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	list-style: url(../images/arrow_white.gif);
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 6px;
}
#sidebar-right #ContractorGrid a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar-right #ContractorGrid a:hover {
	color: #000000;
	text-decoration: none;
}
#sidebar-right .arrows a {
	color: #000000;
	text-decoration: none;
}
#sidebar-right .arrows a:hover {
	color: #000000;
	text-decoration: underline;
}
#GalleryGrid {
	margin-left: 17px;
}
#GalleryGrid img.galthumb {
	margin-right: 6px;
	margin-bottom: 6px;
	border: 1px solid #FFFFFF;
}
#ContractorGrid {
	background: #CCCCCC;
	width: 168px;
	margin-left: 17px;
	border: 1px solid #FFFFFF;
	padding-bottom: 4px;
}
#ContractorGrid h4 {
	background: #999999;
	text-indent: 12px;
	height: 26px;
	margin: 0px;
	padding-top: 9px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
}
#ContractorGrid li {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	color: #FFFFFF;
	margin-right: 6px;
}
#mainContent {
	margin: 0 200px 0 186px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 17 0px 36px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
} 
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent p, #mainContent ul {
	margin-right: 10px;
	/*margin-right: 32px;*/
}
#mainContent h1 {
	font: 21px Arial, Helvetica, sans-serif;
	color: #D61F23;
	margin-top: 24px;
}
#mainContent h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #666666;
}
#mainContent h4 {
	font: italic bold 16px "Times New Roman", Times, serif;
	color: #D51F23;
}
#mainContent ul.spread li {
	margin-bottom: 9px;
}
#mainContent p {
	line-height: 18px;
	margin-right: 10px;
}
#mainContent p.personal {
	font: italic 14px "Times New Roman", Times, serif;
}
#mainContent a {
	color: #000000;
}
#footer {
	padding: 0 10px 0 186px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#D0D0D0;
	width: 564px;
	border-top: 1px solid #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 17px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.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;
}
img.drawline {
	width: 100%;
	border-bottom: 1px solid #666666;
}
img.drawline-pad {
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #000000;
}

/* The Menu */
#menu {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.menu_out {
	height: 22px;
	width: 169px;
	padding-top: 9px;
	background: url(../images/tab.gif) no-repeat left top;
	margin: 0px;
}
.menu_over {
	height: 22px;
	width: 169px;
	padding-top: 9px;
	background: url(../images/tab-over.gif) no-repeat left top;
	margin: 0px;
}
.menu_out a {
	color: #000000;
	text-decoration: none;
	margin-left: 26px;
}
.menu_over a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 26px;
}
td.box-lt {
	font-weight: bold;
	color: #000000;
	background: #CCCCCC;
}
