@charset "utf-8";
/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPO */
/* ------------------------------------------ */
html {
	overflow-y: scroll;
}
body {
	margin:0;
	font-family: arial, Helvetica, sans-serif;
	font-size:.85em;
	background: #c78e38 url(../../images/bg.jpg) top center no-repeat fixed;
}
p {
	font-size: 1em;
}
table {
	font-size: 1em;
}
a, a:visited {
	outline: none;
	color:#61879E;
	text-decoration: underline;
}
a:hover {
	outline: none;
	color:#B1702C;
	text-decoration:none;
}
a img {
	border: none;
}

/* ------------------------------------------ */
/* Generic */
/* ------------------------------------------ */
.floatleft {
	float: left;
	padding:2px 6px 2px 2px;
}
.floatright {
	float: right;
}
.printOnly {
	display: none;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
* html .clearfix {
	height:1px;
}

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#pageWrap {
	width: 100%;
	margin: 0 auto;
	text-align:center;
}

#wrap {
	width: 774px;
	margin: 0 auto;
	text-align:center;
	border:1px solid black;
	border-top:none;
}

/* ------------------------------------------ */
/* Header */
/* ------------------------------------------ */
#topHeader{
	width: 774px;
	height:50px;
	color: #fff;
	font-size:.9em;
	overflow:hidden;
	background: #fff url(../../images/top-bg.jpg) top left repeat-x;
}

#topHeaderLinks{
	padding:12px 0 0 0;
	text-align:left;
	margin: 0 0 0 10px;
}

#topHeaderLinks a, #topHeaderLinks a:visited {
	outline: none;
	color:#fff;
	text-decoration: none;
}
#topHeaderLinks a:hover {
	outline: none;
	color:#fff;
	text-decoration:underline;
}

#header {
	width: 774px;
}

/* ------------------------------------------ */
/* Nav */
/* ------------------------------------------ */
#nav {
	width: 774px;
	background:#728A94;
}
#nav ul{
	width: 728px;
	height: 60px;
	margin:0;
	padding:0 0 0 45px;
	background: #728A94 url('../../images/navigationbg.jpg') top left repeat-x;
	display: block;
}

#nav li{
	float: left;
	display: block;
	font-size: 170%;
	padding:16px;
}

#nav li a{
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	color: #EFEFEF;
	text-decoration: none;
}

#nav li:hover {
	background: #728A94 url('../../images/navigationHoverbg.jpg') top left repeat-x;
}

.activenavigation {
	background: #728A94 url('../../images/navigationHoverbg.jpg') top left repeat-x;
}

/* ------------------------------------------ */
/* Content (Left/Right) */
/* ------------------------------------------ */
#contentWrap {
	width: 774px;
	margin:0;
	padding:0;
	background: #fff;
}

/* Right */
#rightColumn {
	float:right;
	width: 600px;
	position:relative;
	left:-10px;
}

	#rightColumn p{
	text-align:left;
	padding: 10px 20px 10px 13px;
	width:97%;
	margin:0;
	}
	
	#rightColumn p span{
	font-weight:bold;
	text-transform:uppercase;
	}
	
	#rightColumn h2{
	text-align:left;
	padding: 8px 8px 8px 8px;
	border-left:4px solid #666666;
	margin:4px;
	color: #59839B;
	background:#EFEFEF;
	}
	
	#projectsTable{
	text-align:center;
	margin:0 auto;
	padding:10px;
	width:90%;
	}
	
	#projectsTable tr td{
	border: 2px solid #EFEFEF;
	}
	
	#projectsTable tr td:hover{
	background: #DFDFDF;
	}
	
	#projectsTable tr td p{
	text-align:center;
	margin:0 auto;
	padding:5px;
	border-bottom: 2px solid #7797AC;
	}
	
/* Left */
#leftColumn {
	float:left;
	background: #7797AC url('../../images/top-bg.jpg') bottom left repeat-x;
	width: 160px;
}

	.contactEmp{
	color: #fff;
	text-align:left;
	padding:3px;
	margin:7px 3px 6px 3px;
	}
	
	#leftColumn a{
	color: #EEEBE6;
}


/* ------------------------------------------ */
/* Footer */
/* ------------------------------------------ */
#foot {
	width: 774px;
	height:40px;
	color: #fff;
	text-align:center;
	overflow:hidden;
	background: #fff url(../../images/bottom-bg.jpg) top left repeat-x;
}

#copyRight {
	width:500px;
	font-size:.9em;
	text-align:center;
	margin:0 auto;
	padding:5px 0 0 0;
}

#copyRight a, #copyRight a:visited {
	outline: none;
	color:#fff;
	text-decoration: none;
}

#copyRight span a, #copyRight span a:visited {
	outline: none;
	color:#000;
	text-decoration: none;
}

#copyRight a:hover {
	outline: none;
	color:#fff;
	text-decoration:underline;
}

