@import url("html5reset.css");

body {
	background: #E2DACD url(../images/bkg-stripes.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font-size:100%;
	line-height:1em;
	color: #666;
}

a {
	color: #699;
	text-decoration: none;
}
a:hover {
	color: #930;
	
}
a:visited {
	color: #996;
	text-decoration: underline;
}
a img {
	border-style: none;
}
a:hover img{
	opacity:.40;
	filter:alpha(opacity=40);
	filter: "alpha(opacity=40)";
}
.whiteline_textdivider {
	color: #FFF;
	padding: 0px 10px;
}
#wrapper {
	width: 940px;
	overflow:auto;
	margin: 43px auto 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	height: 23px;
	position: relative;
}

#header .address {
	float: right;
	width: 680px;
	position: absolute;
	margin: 0px 0px 0px 240px;
	text-align: right;
	color: #857257;
	font-size: 0.625em;
}
#leftbox_brown {
	background: #4d4d4d;
	float: left;
	height: 10px;
	width: 100px;
	position: absolute;
	margin-top: 13px;
}
#rightbox_brown {
	background: #4d4d4d;
	float: right;
	height: 10px;
	width: 100px;
	margin-top:-4px;
	}
#photodisplay {
	margin: 0px 0px 0px 20px;
	float: left;
	height: 200px;
	width: 920px;
	position: relative;
}
#mainbody {
	margin: 0px 20px 0px;
	width: 900px;
	min-height: 300px;
	font-size: 0.688em;
	line-height: 1.1em;
	position: relative;
	float: left;
	background: #FFF;
}
#mainbody #content_wrap {
	width:900px;
	margin: 10px 0 0 0;
	float:left;
}
.clear_all {
	clear: both;

/*------------HOME PAGE SPECIFIC Styles-----------*/
}
#menu_home {
	float: left;
	width: 101px;
	margin-top: 61px;
	margin-left: 587px;
}
#logo_home{
	float:right;
	width:175px;
	height: 74px;
	background-image:url(../images/id-logo.png);
	background-repeat:no-repeat;
	text-indent: -9999px;
	position: relative;
	margin-top: 187px;
}
#logo_home a{
	display:block;
	width:175px;
	height: 74px;
	
}

/*------------Sub page specific styles------------*/

#logo_sub {
	float:right;
	width:175px;
	height: 74px;
	background-image:url(../images/id-logo.png);
	background-repeat:no-repeat;
	position: relative;
	margin-top: 187px;
}
#logo_sub #Id_link {
	width:175px;
	height: 74px;
	text-indent: -9999px;
}
#menu_sub_global {
	float: left;
	width: 101px;
	margin-top: 61px;
	margin-left: 47px;
}
#menu_work_global {
	float: left;
	width: 101px;
	margin-top: 23px;
	margin-left: 47px;
}
#logo_work {
	float:right;
	width:175px;
	height: 74px;
	background-image:url(../images/id-logo.png);
	background-repeat:no-repeat;
	text-indent: -9999px;
	position: relative;
	margin-top: 148px;
}
#logo_work #Id_link {
	width:175px;
	height: 74px;
	text-indent: -9999px;
}
/*-------------Global Menu--------------*/

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 101px;
	height: 210px;
	position: relative;
	overflow: hidden;
	display: list-item;
}
#menu a {
	display: block;
	text-indent: -9999px;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: right top;
}
#menu .home {
	width: 101px;
	height: 35px;
	background: url(../images/menu/home.jpg) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .home-active {
	width: 101px;
	height: 35px;
	background: url(../images/menu/active_home.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .company {
	width: 101px;
	height: 35px;
	background: url(../images/menu/company.jpg) no-repeat;
	left: 0px;
	top: 35px;
}
#menu .company-active {
	width: 101px;
	height: 35px;
	background: url(../images/menu/active_company.jpg) no-repeat;
	left: 0px;
	top: 35px;
}
#menu .work {
	width: 101px;
	height: 35px;
	background: url(../images/menu/work.jpg) no-repeat;
	left: 0px;
	top: 70px;
}
#menu .work-active {
	width: 101px;
	height: 35px;
	background: url(../images/menu/active_work.jpg) no-repeat;
	left: 0px;
	top: 70px;
}
#menu .process {
	width: 101px;
	height: 35px;
	background: url(../images/menu/process.jpg) no-repeat;
	left: 0px;
	top: 105px;
}
#menu .process-active {
	width: 101px;
	height: 35px;
	background: url(../images/menu/active_process.jpg) no-repeat;
	left: 0px;
	top: 105px;
}
#menu .news {
	width: 101px;
	height: 35px;
	background: url(../images/menu/news.jpg) no-repeat;
	left: 0px;
	top: 140px;
}
#menu .news-active {
	width: 101px;
	height: 35px;
	background: url(../images/menu/active_news.jpg) no-repeat;
	left: 0px;
	top: 140px;
}
#menu .contact {
	width: 101px;
	height: 35px;
	background: url(../images/menu/contact.jpg) no-repeat;
	left: 0px;
	top: 170px;
}
#menu .contact-active {
	width: 101px;
	height: 35px;
	background: url(../images/menu/active_contact.jpg) no-repeat;
	left: 0px;
	top: 170px;
}
/*------Menu Work Style 2------*/
#work-menu > ul {
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
	color:#878787;
  
}
#work-menu > ul li {
  font: bold 12px/18px sans-serif;
  display: block;
  
  margin-right: 10px;
  position: relative;
  padding: 0px 20px 10px 0px;
  background: #fff;
  cursor: pointer;
  float:left;
  
}
#work-menu > ul li a{
	color:#878787;
}
#work-menu > ul li:hover {
 color: #699;
}
#work-menu > ul li ul {
  padding: 0;
  background-color:#696969;
  position: absolute;
  top: 22px;
  left: 0;
  width: 165px;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index:9999;
      
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;

}
#work-menu > ul li ul li{ 
  background-color:#696969; 
  display: block; 
width:100%; 
  color: #fff;
  padding:8px;
  text-decoration: none;

}
#work-menu > ul li ul li a { 
	color: #fff;
	display: block; 
width:100%; 

}
#work-menu > ul li ul li:hover,
#work-menu > ul li ul li a:hover { background-color:#b9a281; 
 }
#work-menu > ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
body#work a#worknav,body#urban a#urbannav, body#dining a#diningnav,body#mercantile a#mercantilenav, body#healthy a#healthynav, body#exec a#execnav, body#worship a#worshipnav {
	  color: #699;
 }
/*------Footer Styles------*/
#Footer{
	width: 900px;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	position: relative;
	font-size: .613em;
}
#Footer .copyright {
	float:left;
	width:500px;
}
#Footer .certification {
	float: right;
	width: 300px;
	text-align: right;
	font-style: italic;
	color: #000;
}
/*-----Work Page Styles----*/

#project_info .project_head-cyrclorama {
	background: url(../images/cyclorama/headings-cyclorama.jpg) no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 425px;
	padding-bottom: 5px;
}
#project_info .project_head-filling {
	background: url(../images/headings-filling.jpg) no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 425px;
	padding-bottom: 5px;
}
#project_info .project_head-corning {
	background: url(../images/head-corning.jpg) no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 425px;
	padding-bottom: 5px;
}
#project_info .project_head-abc {
	background: url(../images/head-abc.jpg) no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 425px;
	padding-bottom: 5px;
}
#project_info .project_head-eisaman {
	background: url(../images/head-eisaman.jpg) no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 425px;
	padding-bottom: 5px;
}
#project_info .project_head-granite {
	background: url(../images/head-granite.jpg) no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 425px;
	padding-bottom: 5px;
}
#project_info .project_head-ecp {
	background: url(../images/ecp/head-ecp.jpg) no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 425px;
	padding-bottom: 5px;
}
#project_info .project_head-andrews {
	background: url(../images/headings-andrews.jpg) no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 425px;
	padding-bottom: 5px;
}
#project_info .project_head-moog {
	background: url(../images/headings-moog.jpg) no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 425px;
	padding-bottom: 5px;
}
#project_info .project_head-olph {
	background: url(../images/headings-olph.jpg) no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 425px;
	padding-bottom: 5px;
}
#project_info .project_head-larkin {
	background: url(../images/headings-larkin.jpg) no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 425px;
	padding-bottom: 5px;
}
#project_info .project_head-block {
	background: url(../images/blockclub/headings-blockclub.jpg) no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 425px;
	padding-bottom: 5px;
}
#project_info .project_head-execair {
	background: url(../images/headings-execair.jpg) no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 425px;
	padding-bottom: 5px;
}
#project_info .project_head-rich {
	background: url(../images/headings-rich.jpg) no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 425px;
	padding-bottom: 5px;
}
#project_info .project_head-fivestar {
	background: url(../images/headings-fivestar.jpg) no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 425px;
	padding-bottom: 5px;
}
#project_info .project_head-lincoln {
	background: url(../images/headings-lincoln.jpg) no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 425px;
	padding-bottom: 5px;
}
#project_info .project_head-api {
	background: url(../images/headings-api.jpg) no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 425px;
	padding-bottom: 5px;
}
#project_info {
	float: left;
	width: 540px;
	}
#project_info #leftcol {
	float: left;
	width: 440px;
	background: #FFF;
}
#project_info #leftcol p {
	line-height: 1.5em;
	margin: 0px 0px 10px;
	padding: 0px;
}
#project_info #plans {
	float: right;
	width: 80px;
}
#plans #sampleplans {
	background: url(../images/sampleplans.jpg) no-repeat;
	float: left;
	height: 32px;
	overflow: hidden;
	width: 80px;
}
#plans #sampleplans h4 {
	text-indent: -9999px;
	overflow: hidden;
}
#plans .name  {
	font-size: 11px;
	color: #B9B9B9;
	padding-top: 3px;
	text-align: center;
	padding-bottom: 8px;
}
#project_info #plans #heading {
	background: url(../images/floorplans.jpg) no-repeat;
	float: left;
	height: 25px;
	width: 80px;
}
#project_info #plans #heading h4 {
	text-indent: -9999px;
}
/*----Non Project Page styles---*/
#general_info {
	float: left;
	width: 440px;
	margin-top: 15px;
	padding-right: 100px;
	}
#general_info p {
	line-height: 1.5em;
	margin: 0px 0px 10px;
	padding: 0px;
}
#general_info .head-company {
	background: url(../images/headings-company.jpg) no-repeat;
	text-indent: -9999px;
	height: 30px;
	width: 540px;
	padding-bottom: 10px;
}
#general_info .head-process {
	background: url(../images/headings-process.jpg) no-repeat;
	text-indent: -9999px;
	height: 30px;
	width: 540px;
	padding-bottom: 10px;
}
#map img {
	border: 2px solid #E2DACD;
}
#general_info .head-contact {
	background: url(../images/headings-contact.jpg) no-repeat;
	text-indent: -9999px;
	height: 30px;
	width: 540px;
	padding-bottom: 10px;
}
#general_info .head-news {
	background: url(../images/headings-news.jpg) no-repeat;
	text-indent: -9999px;
	height: 30px;
	width: 540px;
	padding-bottom: 10px;
}
#general_info .description {
	color: #BAA381;
}
#map {
	float: right;
	height: 215px;
	width: 328px;
}
#mainbody #general_info ul li {
	padding-bottom: 5px;
}
