/* General Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 0.7em;*/
	font-size:11.2px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #2e2f35;
}

/* Main Container */

#wrapper {
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
	position: relative;
}

/* Header */

#header {
	background-color: #DBD9CF;
	height: 170px;
	width: 680px;
	float: left;
	border-top: 16px solid #FFFFFF;
	border-right: 20px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}
#divQuicklinks/*

	Added EO'K 06/6/07

*/
 {
float:left;
margin:85px 0px 0px 130px;
display:inline;
}/* Logo */

#logo {
	position: absolute;
	float: left;
	width: 75px;
	height: 80px;
	top: 0px;
	left: 24px;
	background-image: url(../images/logo-bg.jpg);
	background-repeat: no-repeat;
	padding: 18px 20px 17px 20px;
}

/* Main Menu */

#menu {
	width: 660px;
	position: absolute;
	top: 26px;
	left: 20px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu li a {
	float: left;
}
#menu a {
	float: left;
	height: 30px;
	text-indent: -9999px;
}
#intro {
	width: 595px;
	position: absolute;
	left: 59px;
	top: 60px;
}
#intro h1 {
	/*font-size: 130%;*/
	font-size:14.5px;
	font-weight: normal;
/*	line-height: 1.4em;*/
	line-height:20.3px;
}


.home a {
	width: 56px;
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.active-home a {
	width: 56px;
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	background-position: left -30px;
}
.commercial a {
	width: 102px;
	background-image: url(../images/commercial.gif);
	background-repeat: no-repeat;
	background-position: left -0px;
}
.active-commercial a {
	width: 102px;
	background-image: url(../images/commercial.gif);
	background-repeat: no-repeat;
	background-position: left -30px;
}
.residential a {
	width: 95px;
	background-image: url(../images/residential.gif);
	background-repeat: no-repeat;
	background-position: left -0px;
}
.active-residential a {
	width: 95px;
	background-image: url(../images/residential.gif);
	background-repeat: no-repeat;
	background-position: left -30px;
}
.aboutus a {
	width: 82px;
	background-image: url(../images/aboutus.gif);
	background-repeat: no-repeat;
	background-position: left -0px;
}
.active-aboutus a {
	width: 82px;
	background-image: url(../images/aboutus.gif);
	background-repeat: no-repeat;
	background-position: left -30px;
}
.approach a {
	width: 115px;
	background-image: url(../images/ourapproach.gif);
	background-repeat: no-repeat;
	background-position: left -0px;
}
.active-approach a {
	width: 115px;
	background-image: url(../images/ourapproach.gif);
	background-repeat: no-repeat;
	background-position: left -30px;
}
.contact a {
	width: 80px;
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	background-position: left -0px;
}
.active-contact a {
	width: 80px;
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	background-position: left -30px;
}
.home a:hover, .commercial a:hover, .residential a:hover, .aboutus a:hover, .approach a:hover, .contact a:hover {
	background-position: left -30px;
}

/* Case Study Menu */

#casemenu {
	width: 465px;
	position: absolute;
	top: 160px;
	float: left;
	z-index: 1;
	overflow: hidden;
	left: 255px;
	height: 26px;
}
#casemenu:hover {
	overflow: hidden;
	height: 140px;
	width: 465px;
}
#casemenu ul {
	float: left;
	clear: left;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	margin: 0px;
	padding: 10px;
	list-style-type: none;
	background-color: #FFFFFF;
	width: 425px;
}
#casemenu li {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	padding-top: 2px;
	padding-bottom: 2px;
}
#casemenu h1 {
	font-size: 120%;
	font-weight: normal;
	float: left;
	margin: 0px;
	padding: 0px;
}
#casemenu h1 a {
	color: #FFFFFF;
	float: left;
	height: 26px;
	width: 445px;
	background-image: url(../images/products.gif);
	background-repeat: no-repeat;
	background-color: #ABA384;
	text-indent: -9999px;
	position: relative;
}

/* Content Layout */

#content {
	height: 296px;
	width: 624px;
	float: left;
	border-top: 0px solid #FFFFFF;
	border-right: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
	padding: 39px 31px 25px 25px;
	position: relative;
	background-color: #c9c4b6;
}
#content #text {
	float: left;
	width: 405px;
	position: absolute;
	left: 146px;
	height: 332px;
	overflow: auto;
	top: 20px;
	padding-right: 15px;
}
#content h1 {
	/*font-size: 130%;*/
	font-size:14.5px;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	width: 380px;
}
#content h2 {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	color:#000000;
	font-weight:normal;
}
#content h3 {
	font-size: 110%;
	color: #FF0099;
	margin: 0px;
	padding: 0px;
}
#content p {
	margin: 0px 0px;
	/*line-height: 1.3em;*/
	line-height:14.5px;
}
#content #contact {
	position: absolute;
	width: 125px;
	height: 170px;
	left: 10px;
	margin-top: 4px;
	top: 185px;
}

/* Content Sub-Menu Styles */

#content #submenu {
	position: absolute;
	width: 490px;
	float: left;
	text-transform: uppercase;
	color: #2e2f35;
	left: 150px;
	bottom: 25px;
}
#content #submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content #submenu li {
	float: left;
}
#content #submenu li a {
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2E2F35;
	margin-right: 5px;
	padding-right: 5px;
}

/* Content Images */

#content #images {
	position: absolute;
	width: 100px;
	height: 269px;
	left: 30px;
	margin-top: 10px;
}

/* Case Study Home Layout */

#comcasestudies, #rescasestudies {
	height: 296px;
	width: 624px;
	float: left;
	border-top: 0px solid #FFFFFF;
	border-right: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
	padding: 39px 31px 25px 25px;
	position: relative;
	background-color: #302208;
	color: #FFFFFF;
}
#comcasestudies {
	background-color: #c9c4b6;
}
#rescasestudies {
	background-color: #c9c4b6;
}
#comcasestudies a {
	color: #2e2f35;
}
#comcasestudies #text, #rescasestudies #text {
	width: 280px;
	position: absolute;
	left: 380px;
}
#comcasestudies ul, #rescasestudies ul {
	margin: 15px 0px 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.5em;
	float: left;
	width: 280px;
}
#comcasestudies li, #rescasestudies li {
	clear: left;
	float: left;
	width: 280px;
}
#comcasestudies li a, #rescasestudies li a {
	float: left;
	padding-left: 10px;
	clear: left;
}
#comcasestudies li a {
	background-image: url(../images/arrow_grey.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#rescasestudies li a {
	background-image: url(../images/arrow_grey.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#comcasestudies h2, #rescasestudies h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#comcasestudies p, #rescasestudies p {
	margin: 8px 0px;
	line-height: 1.3em;
}

/* Case Study Layout */

#casestudy {
	height: 296px;
	width: 624px;
	float: left;
	border-top: 0px solid #FFFFFF;
	border-right: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
	padding: 39px 31px 25px 25px;
	position: relative;
}
.bdApproach #casestudy {
border:0px;
padding:0px;
}
#casestudy #text {
	float: left;
	width: 185px;
	position: relative;
	top: -25px;
}
#casestudy h2 {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	color:#ffffff;
	font-weight:normal;
}
#casestudy p {
	margin: 8px 0px;
	line-height: 1.3em;
}
.space1/* Case Studies */

 {
	background-color: #c9c4b6;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.space2 {
	background-color: #c9c4b6;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.space3 {
	background-color: #c9c4b6;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.queensbury {
	background-color: #c9c4b6;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.space5 {
	background-color: #c9c4b6;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.space5 {
	background-color: #c9c4b6;
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* Case Study Images */

#casestudy #images {
	position: absolute; /* important */
	overflow: hidden; /* important */
	width: 414px; /* important */
	height: 269px; /* important */
	margin: 0;
	left: 235px;
	top: 12px;
}
.bdApproach #casestudy #images {
height:265px;
width:434px;;
}
#casestudy #image_list {
	position: absolute;
	top: 0;
	width: 26440px;
	height: 265px;
	left: 176px;
}
.bdApproach #casestudy #image_list {
top:0;
}
#casestudy .image_item {
	top: 0;
	float: left;
}

/* Image Sub-Menu Styles */

#casestudy #submenu {
	position: absolute;
	width: 414px;
	float: left;
	text-transform: uppercase;
	color: #2e2f35;
	left: 235px;
	bottom: 25px;
}
.bdApproach #casestudy #submenu {
width:434px;
bottom:-10px;
}
#casestudy #submenu ul, #divApproach #submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#casestudy #submenu li, #divApproach #submenu li{
	float: left;
	margin-right: 5px;
}
#casestudy #submenu a, #content #casestudy #submenu a {
	font-weight: bold;
	border:0;
	margin-right: 0px;
	padding-right: 0px;
}
#wrapper  .botmenu  a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.2px;
	color: #FFFFFF;
}
#wrapper    .botmenu a:hover    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.2px;
	color: #FF0099;
}



/*

	Added EO'K 06/6/07

*/
#divLeft {
width:350px;
float:left;
margin:2px 0px 15px 15px;
display:inline;
}
/*
 About us background images
*/
.bdaboutus #content {
	background-color: #c9c4b6;
	
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*

	The approach pages

*/
.bdApproach div#content {
padding:0px;
width:680px;
height:380px;
background-color:#c9c4b6;
}
.bdApproach div#content p{
	color:#000000;
	overflow:hidden;
}
.bdApproach #divSteps {
float:left;
display:inline;
height:32px;
margin:14px 13px 0px 13px;
}
.bdApproach #divSteps img,.bdApproach #divSteps a {
float:left;
display:inline;
}
.bdApproach #divStepLeft {
float:left;
margin:25px 0px 0px 13px;
display:inline;
width:210px;
height:240px;
}
.bdApproach #divStepRight {
float:right;
margin:12px 13px 0px 0px;
display:inline;
width:432px;
height:265px;
}

#divApproach { 
float:left;
display:inline;
 margin-top:35px;
}
#divApproach #divStepLeft {
margin-top:0px;
}

/*

general

*/

em {
font-style:normal;
font-weight:bold;
}
