*{
	border: 0;
	margin: 0;
	padding: 0;
}

body{
	background: #FFFFFF;
	color: White;
	font-family: Verdana;
}

/* MASTER PAGE */

#page
{
	width: 777px;
	margin: 0 auto;	
}
#header
{
	width: 777px;
	height: 127px;	
	background-color: White;
}

#logo
{
	width: 400px;
	height: 79px;
	float: left;
}

#catchphrase
{
	width: 377px;
	float: right;
	font-weight: bold;
	font-family: Verdana;
	color: Gray;
	text-align: center;
	vertical-align: bottom;
	margin-top: 45px;
}

#headerborder
{
	width: 777px;
	height: 7px;
	float:left; 
	background-image: url(/images/headerborder.gif);
	background-repeat: repeat-x;
}

#buttonrow
{
	width: 777px;
	height: 41px;
	background-image: url('/images/gradient.gif');
	background-repeat: repeat-x;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: White;
	float: left;
}

#buttonrow a
{
	color: White;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
#buttonrow a:hover
{
	text-decoration: underline;
}

#br_leftedge
{
	width: 14px;
	height: 41px;
	float: left;
	background-image: url('/images/divider.gif');
	background-repeat: no-repeat;
	background-position: right;
}
#br_about
{
	width: 205px;
	height: 41px;
	float: left;
	background-image: url('/images/divider.gif');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 14px;
}

#br_services
{
	width: 104px;
	height: 41px;
	float: left;
	background-image: url('/images/divider.gif');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 14px;
}

#br_projects
{
	width: 161px;
	height: 41px;
	float: left;
	background-image: url('/images/divider.gif');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 14px;
}

#br_svcdpt
{
	width: 172px;
	height: 41px;
	float: left;
	background-image: url('/images/divider.gif');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 14px;
}

#br_contact
{
	width: 110px;
	height: 41px;
	float: left;
	background-image: url('/images/divider.gif');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 14px;
}

#br_rightedge
{
	width: 11px;
	height: 41px;
	float: left;
}

.popupMenu 
{
        position:absolute;
        visibility:hidden;
        background-color:#A20000;
        opacity:.9;
        filter: alpha(opacity=90);
		z-index: 15;
}

.menuItem
{
	padding: 5px;
	color: White;
	font-size: 10pt;
	text-align: left;
}
.menuItem a
{
	color: White;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.menuItem a:hover
{
	text-decoration: underline;
}

#center
{
	width: 777px;
	background-color: #9f0000;
	background-image: url('/images/bulldozer.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 297px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#footerborder
{
	width: 777px;
	height: 26px;
	float: left;
	background-image: url('/images/footerborder.gif');
	background-repeat: repeat-x;
}

#footerblock
{
	height: 40px;
	width: 777px;
	background-color: #FFFFFF;
	float: left;
}

#footertext
{
	text-align: right;
	font-size: 10px;
	color: #717171;
	padding-top: 10px;
}

#footertext a
{
	color: #717171;
	text-decoration: none;
}

#footertext a:hover
{
	text-decoration: underline;
}

/* HOME PAGE */

#content_default
{
	width: 704px;
	height: 230px;
	margin-left: 35px;
}

#content_default, #content_default .sb-inner { background-color: Black; }
#content_default .sb-border { background-color: White; }

#default_image1
{
	margin-left: 20px;
	margin-top: 20px;
	width: 213px;
	height: 159px;
	float: left;
}

#default_image2
{
	margin-left: 10px;
	margin-top: 20px;
	width: 213px;
	height: 159px;
	float: left;
}

#default_image3
{
	margin-left: 10px;
	margin-top: 20px;
	width: 213px;
	height: 159px;
	float: left;
}

#default_text
{
	font-size: 10px;
	text-align: center;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
/*	width: 704px;*/
}

#addressblock
{
	text-align: right;
	color: White;
	font-size: 14px;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 15px;
}

/* SERVICES (FLASH) */

#content
{
	margin-left: 88px;
	width: 640px;
}

#content, #content .sb-inner { background-color: Black; }
#content .sb-border { background-color: White; }

#content_header
{
	top: 10px;
	margin-left: 20px;
	font-size: 12pt;
}

#banner
{
	margin-top: 20px;
	margin-left: 20px;
	width: 600px;
	height: 400px;
}

#content_description
{
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}

/* OTHER PAGES */

#text
{
	margin-left: 88px;
	width: 640px;
	padding-bottom: 40px;
}

#text, #text .sb-inner { background-color: Black; }
#text .sb-border { background-color: White; }


