﻿/***RESET***/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}

	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	p 
	{
		margin-top:10px;
		text-align:justify;
	}
	
/****Layout***/	
#divWrapper 
	{
		width:950px;
		height:auto;
		margin:0px auto;
		border: 1px solid; border-color: #e5e5e5 #dbdbdb #d2d2d2; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2); box-shadow: 0 1px 2px rgba(0,0,0,0.2); border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -kstm-border-radius: 4px; background-color:#fff;
	}

#divheader
	{
		width:950px;
		height:100px;
		background: url(img/h-bg.jpg) repeat-x;
	}
	
#divhribbon
	{
		width:950px;
		height:20px;
		background: url(img/h-ribbon.jpg) repeat-x;
	}
	
#divlogo 
	{
		width:160px;
		height:66px;
		position:absolute;
		margin:10px 0 0 10px;
		float:left;
	}
#divslide
	{
		width:950px;
		height:300px;
		
	}
	
#divslideribbon
	{
		width:950px;
		height:123px;
		background: url(img/slide-ribbon.png) no-repeat;
		position: absolute;
		z-index: 101; 
		margin-top:-123px;
	}

#divcontenthome
	{
		width:950px;
		height:530px; 
		background: url(img/content-bg.png) repeat-y;
	}
#divcontentProj
	{
		width:950px;
		height:930px; 
		background: url(img/content-bg.png) repeat-y;
	}
	
#divcontent,#divcontentcontact 
	{
		width:950px;
		background: url(img/content-bg.png) repeat-y;
	}
#divcontentcontact 
	{
		height:550px;
	}

#divContactInfo 

	{
		width:300px;
		height:300px;
		margin:20px 10px 0 150px;
		float:left;
	}
#divMap  
	{
		width:300px;
		height:300px;
		margin:20px 10px 0 20px;
		float:left;
	}
#divfooter
	{
		width:950px;
		height:80px;
		background: url(img/foot-bg.jpg) no-repeat;
	}
#divCRInfo 
	{
		width:500px;
		height:40px;
		padding:60px 0 0 20px;
		
	}
#menu	
	{
		width:450px;
		height:66px;
		display:block;
		margin:50px 0 0 10px;
		float:right;
	}
	
#menu li 
	{
		width:90px;
		height:16px;
		display:block;
		font-size: 12px;
		float:left;
		font-weight:bold;
		
	}	

	
#divCoInfo
	{
		float:left;
		width:520px;
		margin-left:10px;
	}

#divInfo
	{
		float:left;
		width:930px;
		margin:10px;
	}	
#mgt
	{
		width:930px;
		margin:20px 0px 0px 10px;
	}

#mgt img
	{
		margin: 0px 20px 40px 0px;
		padding: 5px;
	}
#mgt p 
	{
		overflow:hidden;
	}


#divservices {
		width:930px;
		height:650px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 10px;
	}
#divCompletedProj
	{
		width:350px;
		height:100px;
		float:right;
		margin-right:10px;
	}
	
#divProjTop 
	{
		width:349px; 
		height:54px;
		background:url(img/completed_top.png) no-repeat;
	}

#divProjMid
	{
		width:349px; 
		height:320px;
		background:url(img/completed_mid.png) repeat-y;
		padding-left:25px;
	}
	
#divProjBottom
	{
		width:349px; 
		height:17px;
		background:url(img/completed_bottom.png) no-repeat;
	}

	
.liproj	li 
	{
		display:block;
		width:349px;
		clear:both;
	}
	
.liproj	li  img
	{
		float: left;
		margin: 0px 20px 20px 0;
		padding: 5px;
		border: 1px solid #ccc;
		background: #f0f0f0;
	}
	
.desc 
	{
		overflow: hidden; 
		width:180px;
	}

.liproj h2 
	{ 
		padding:0px;
		margin:0px;
	}
	
.clear {clear:both;}
	
/******TYPO******/
body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: #000;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5{
	margin:10px 0 10px 0;
	padding:0;color: #905243; }
	
h1 { font-size:22px;}

a:link, a:visited {
	color: #905243;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-link 
	{
		margin-right:20px;
	}

.highlight {
	font-size:14px;
	color:#666666;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif
}

.TextSpec {
	font-size:12px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}


ul.checklist li {
	padding: 5px 5px 5px 25px; 
	margin: 0;
	background: url(img/check16.png) no-repeat left center; 
} 

	
/**SLIDE**/

.main_view {
	float: left;
	position: relative;
}
.window {
	height:450px;	width: 950px;
	overflow: hidden; 
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left; width:950px; height:400px;}


/*--Paging Styles--*/

.curproj {
	position: absolute;
	top: 0px; left: 0px;
	width: 195px; height:152px;
	z-index: 100; 
	background: url(img/curprojects.png) no-repeat;
}


.paging {
	position: absolute;
	bottom: 100px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; 
	text-align: center;
	line-height: 40px;
	background: url(img/paging_bg2.png) no-repeat;
	display: none; 
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}


/***COLUMNS***/
ul.columns {
	width: 950px;
	list-style: none;
	margin: 0 0 0 40px; padding: 100px 0 0 0;
}
ul.columns li {
	width: 250px;
	float: left; display: inline;
	margin: 10px; padding: 0;
	position: relative;
}
ul.columns li:hover {z-index: 99;}

ul.columns li img {
	position: relative;
	padding: 10px ;
	background: #fff;
	width:240px;
}

ul.columns li:hover img{
	z-index: 999;
	filter: alpha(opacity=100);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

ul.columns li .info {
	position: absolute;
	left: -10px; top: -10px;
	padding: 280px 10px 20px;
	width: 260px;
	display: none;
	background: #fff;
	font-size: 1.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul.columns li:hover .info {display: block;}

ul.columns li h2 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px 0;
}

ul.columns li p {padding: 0; margin: 0; font-size: 0.9em;}
