@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #cac9c9 url(../images/header.jpg) top center repeat-x;
}
body img {
	border: 0px;
}

#wrapper {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#nav {
	width: 950px;
	height: 50px;
	background: url(../images/bg-nav.png);
	position: relative;
	top: 217px;
	left: 25px;
	z-index: 2;
	color: #FFFFFF;
}
#nav img {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 2px;
	float: left;
}

#iDesign {
	font: 14px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #FFFFFF;
	position: static;
	float: right;
	margin: 10px;
	text-align: right;
}
#iDesign a {color: #FFFFFF; text-decoration: none; font-weight: bold;}

#body {
	width: 937px;
	height: auto;
	background: url(../images/bg-body.jpg);
	position: relative;
	top: 195px;
	left: 0px;
	z-index: 1;
	padding: 53px 0px 32px 63px;
	font: 11px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #333333;
	line-height: 1.8em;
}
#body h1 {
	font: 18px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #B9B8B8;
}
#body a {color: #2c7399; text-decoration: none;}

#body p {width: 850px;}

#bottom {
	width: 1000px;
	height: 35px;
	position: relative;
	top: 67px;
	left: -72px;
	background: url(../images/shadow-bottom.jpg);
}

#clear {
	width: 100%;
	clear: both;
}

#different {
	width: 100%;
	height: auto;
}
#difference {
	width: 192px;
	position: static;
	float: left;
	margin: 33px 33px 0px 0px;
	font: 12px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #274b59;
	line-height: 1.7em;
}
#service {
	width: 260px;
	position: static;
	float: left;
	margin: 0px 45px 33px 0px;
	font: 12px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #274b59;
	line-height: 1.7em;
}
#service h2 {
	font: 24px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #2c7399;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#homeLink {
	position: absolute;
	top: 50px;
	left: 38%;
	width: 300px;
	height: 100px;
	z-index: 1000;
}

#leftNav {
	width: 160px;
	font: 12px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #2c7399;
	position: relative;
	float: left;
	z-index: 2;
}
#leftNav ul {
	padding: 0px;
	margin: 0px;
}
#leftNav li {
	list-style-type: none;
	padding: 0px;
}
#leftNav li a {color: #2c7399; text-decoration: none; display: block; padding: 10px;}

.highlight {
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	border-right-color: #FFFFFF;
}

#caseStudies {
	border: 1px solid #ccc;
	position: relative;
	float: left;
	left: -2px;
	z-index: 1;
	width: 695px;
	height: auto;
	padding: 13px;
	background-color: #FFFFFF;
	-o-box-shadow: 2px 2px 3px #999;
	-icab-box-shadow: 2px 2px 3px #999;
	-khtml-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	line-height: 1.8em;
}
#caseStudies img {
	margin-left: 13px;
}

.show {display: block;}
.hide {display: none;}

#floater {
	position: static;
	float: left;
	margin-right: 33px;
}

TABLE.quickForm {
	width: 100%;
	border: 0;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
TD.quickLeft {
	padding: 5px;
	text-align: right;
}
TD.quickRight {
	padding: 5px;
	text-align: left;
}
