html { height:100%; }

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	height:100%;
}

* html .nonfooter { height: 100%; }
.nonfooter {
	position: relative;
	min-height: 100%;
	background:url("img/bg_footer.gif") repeat-x bottom #FFFFFF;
	text-align:center;
}

.content {
	width:700px;
	text-align:left;
	clear:both;
	margin:0 auto;
	overflow: auto;
}

a {
	color:#990000;
	text-decoration:none;
}

.header {
	background:url("img/bg_header.gif") repeat-x;
	height:150px;
	position:relative;
}

h1 {
	margin:0 auto;
	width:700px;
	padding:0;
	text-align:left;
	background:url("img/h1.gif") no-repeat left top;
	height:94px;
}

h1 a {
	display:block;
	width:370px;
	height:94px;
}

h1 span { display:none; }


.nav a {
	text-decoration:none;
	display:block;
	padding:3px;
	margin:2px;
	color:#000000;
}
/*.nav a:hover { 
	border:1px solid #BFC3CF;
	background:#D7DFEA;
}*/
.nav {
	margin:0 auto;
	padding:0 0 0 10px;
	width:548px;
	background:url("img/bg_nav.gif") repeat-x;
	font-size:12px;
	position:relative;
	top:2px;
	left:75px;
	height:37px;
}
.navend {
	width:6px;
	height:37px;
	background:url("img/bg_nav2.gif") no-repeat !important;
	position:absolute;
	right:-10px;
	top:-3px;
	margin:0;
	padding:0;
}
.nav td {
	list-style-type:none;
	margin:3px 0 0 0;
	padding:0 5px 0 5px;
	float:left;
	background:url("img/divider.gif") no-repeat right;
}

.nav li {
	list-style-type:none;
	margin:3px 0 0 0;
	padding:0 5px 0 5px;
	float:left;
	background:url("img/divider.gif") no-repeat right;
}

.nav li:hover {
	border-top:3px solid #FF0000;
	margin:0;
}

.nav li.over {
	border-top:3px solid #C7CEC7;
	margin:0;
}
.nav li.over a { color:#CC0000 !important; }


.main 
{
	line-height:21px;
	padding:0 0 80px 0;
	margin:0 0 0 150px;
	/*
	position:relative;
	top:-70px;
*/
}

.main p {
	margin:0 0 16px 0;
	text-align:justify;
}

p.first { font-size:14px; }

ul.biglist {
	list-style-type:none;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}
ul.biglist ul {
	font-weight:normal;
	list-style-type:none;
	padding:0;
	margin:0 0 10px 0;
	font-size:12px;
}
ul.biglist ul li {
	margin:0 0 10px 0;
}

.footer {
	margin:0 auto;
	position: relative;
	margin-top: -70px;
	font-size:11px;
	line-height:14px;
	text-align:left;
	width:700px;
}

.footer span {
	width:40px;
	display:block;
	float:left;
}

.footleft {
	float:left;
	width:140px;
	margin:0 10px 0 0;
}

address {
	font-style:normal;
}

.footcenter {
	float:left;
	width:170px;
}

.footright {
	float:right;
	width:230px;
	margin:0;
	text-align:right;
}

h2 {
	width:137px;
	height:94px;
	background:url("img/h2shade.gif") repeat-x #DCE1DC;
	margin:0;
	padding:0;
	position:relative;
	left:-0px;
	top:-54px;
}

h2 div	{ background-repeat:no-repeat; height:94px; background-position:right bottom; }
h2 span { display:none; }

#h2home {  }
#h2about		{ background-image:url("img/h2_about.gif"); 		}
#h2services 	{ background-image:url("img/h2_services.gif"); 		}
#h2casestudies	{ background-image:url("img/h2_casestudies.gif"); 	}
#h2clients		{ background-image:url("img/h2_clients.gif"); 		}

