@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

a {
	color:#000000;
}

p{
	margin:10px 0;
}

html {
    height: 100%;
}

body{
	margin:0 auto;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bglinesblue.jpg);
}

.header{
	background:url(images/toplines.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:83px;
	width:792px;
	margin:0 auto;
}

#logo{
	margin:25px 0 0 70px;
}

.headertext{
	color:#144fa0;
	font-size:10px;
	float:right;
	margin:30px 60px 0 0;
	letter-spacing: .1em;
}

.nav{
	width:792px;
	margin:0 auto;
	height:284px;
	background:url(images/header.jpg);
	position: relative;
}

#door{
	display:none;
	position:absolute;
	z-index:2;
}

.onpage{
	position:absolute;
	z-index:2;
	left: 617px;
	top: 217px;
}

.contact{
	top:0px;
	left:669px;
}

.about{
	left:132px;
	top:73px;
}

.team{
	left:285px;
	top:73px
}

.caseStudies{
	left:513px;
	top:74px
}

.portfolio{
	left:362px;
	top:146px;
}

.news{
	left:582px;
	top:147px
}

.services{
	left:291px;
	top:216px;
}

.wrapper {
    min-height: 100%;
    height: auto;
    height: 100%;
    margin: 0 auto -4em;
}

.content{
	margin:0 auto;
	width:717px;
	padding-left:75px;
}

.maincopy{
	float:left;
	width:450px;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}

.maincopy ul{
	margin-left:20px;
}

.maincopy img{
	margin-right:15px;
}

.bios{
	list-style-image:url(images/bullet.jpg)
}

.bios li{
	padding-bottom:7px;
}

.title{
	font-size:13pt;
	font-weight:bold;
	line-height:18pt;
}


.sidebar{
	float:right;
	width:174px;
	margin:-10px 46px 0 0;
	background:url(images/sidebarbg.jpg);
	text-align:right;
	color:#002d5e;
	font-size:12px;
}

.sidebar a{
	color:#002d5e;
	font-size:12px;
}
.footer{
    width:717px;
	margin:10px auto;
	font-size:9pt;
	line-height:10pt;
	padding-left:75px;
	color:#333333;
}

