@charset "utf-8";
/* CSS Document */
div#wrapper {
	width:1054px;
	margin:0 auto;
}
	div#tphldr {
		height:17px;
		background-repeat:no-repeat;
		background-position:top left;
		background-image:url(../images/inr/topliner.jpg);
	}
	div#content {
		background-repeat:repeat-y;
		background-position:top left;
		background-image:url(../images/inr/midliner.jpg);
	}
		div#content .tube {
			width:1020px;
			margin:0 auto;
		}
	div#btmhldr {
		height:17px;
		background-repeat:no-repeat;
		background-position:top left;
		background-image:url(../images/inr/bottomfinsh.jpg);
	}
	
	h1#logo {
		width:270px;
		height:69px;
		display:block;
		position:absolute;
		top:60px;
		right:70px;
		text-indent:-9999px;
		background-repeat:no-repeat;
		background-position:top left;
		background-image:url(../images/logo.png);
		z-index:1000;
	}
	h1#logo span, h3#slogan span {
		display:none;
	}
	
	
	div#splash {
		position:relative;
	}
	h3#slogan {
		width:401px;
		height:107px;
		left:30px;
		bottom:40px;
		position:absolute;
		background:transparent url(../images/slogan.png) no-repeat 0 0;
	}
	
	#nav {
		height:50px;
		background-color:#000;
		background-image:url(../images/nav-bk.jpg);
		background-position:top left;
		background-repeat:repeat-x;
	}
	#splash {
		height:462px;
		background-color:black;
		background-position:0 0;
		background-repeat:no-repeat;
		background-image:url(../images/splash-large.jpg);
	}

ul#ennav {
	float:left;
	width:550px;
	list-style-type:none;
	margin:0;
	padding:0;
	height:15px;
	padding-top:15px;
	margin-left:15px;
}
ul#ennav li {
	float:left;
	width:auto;
	height:15px;
}
ul#ennav li a {
	cursor:pointer;
	display:block;
	height:15px;
	width:auto;
	padding:0 20px;
	text-indent:-9999px;
	background-position:top left;
	background-repeat:no-repeat;
}
ul#ennav li a.home {
	width:37px;
	background-image:url(../images/home.jpg);
}
ul#ennav li a.about {
	width:66px;
	background-image:url(../images/aboutus.jpg);
}
ul#ennav li a.projects {
	width:67px;
	background-image:url(../images/projects.jpg);
}
ul#ennav li a.portfolio {
	width:75px;
	background-image:url(../images/team.jpg);
}
ul#ennav li a.contactus {
	width:82px;
	background-image:url(../images/contactus.jpg);
}

form#search {
	margin:0;
	padding:0;
	width:236px;
	float:right;
	margin-top:10px;
	margin-right:10px;
}
form#search #tpsrch {
	width:216px;
	height:23px;
	border:none;
	color:#999;
	padding:7px 10px 0;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url(../images/inr/srch.jpg);
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	font-stretch:semi-condensed;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

ul#categ {
	margin:0;
	padding:0;
	width:1020px;
	height:136px;
	display:block;
	padding-top:20px;
	list-style-type:none;
	background-color:#000;
}
ul#categ img {
	border:none;
}
ul#categ li {
	float:left;
	height:136px;
	width:340px;
}
ul#categ li a {
	height:136px;
	width:340px;
	display:block;
	cursor:pointer;
}


h2#banking_hm, 
h2#res_hm, 
h2#comm_hm {
	height:33px;
	display:block;
	margin-left:20px;
	margin-bottom:15px;
	text-indent:-9999px;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:top left;
}
h2#banking_hm {	
	width:259px;
	background-image:url(../images/banking_ft_hm.gif);
}
h2#res_hm {
	width:208px;
	background-image:url(../images/residential_ft_hm.gif);
}
h2#comm_hm {
	width:276px;
	background-image:url(../images/comm_ft_hm.gif);
}


div#footer {
	background-color:#000;
}
div#footer .tube {
	padding:15px 0;
	margin:0 auto;
	width:1000px;
}
div#footer p#rights {
	float:left;
	width:400px;
	color:#666;
}
div#footer p#links {
	color:#666;
	float:right;
	width:600px;
	text-align:right;
}
	p#links a {
		text-decoration:none;
		color:#666;
	}