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

img, div, a, td {
	behavior: url(css/iepngfix.htc);
	outline:none;
}

html, body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#a0a4a9;
}

p {
	margin-top:0px;
}

ul {
	margin-left: 0;
	padding-left: 1.3em;
}

a:link img,
a:visited img {
		border:0px;
}

input {
	margin:0px;
}


hr {
	border-top:#e2e2e2 1px solid;
	border-bottom:#ffffff 1px solid;;
	border-left:0px;
	border-right:0px;
	margin-top:35px;
	margin-bottom:25px;
}

#wrapper {
	width:981px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:8px;
}

#nav {
	height:43px;
	z-index:1;
}

#headerHome {
	height:373px;
	margin-top:10px;
	background-image:url(../layout/header-home.jpg);
}

#headerSub {
	height:270px;
	margin-top:10px;
	margin-bottom:40px;
}

#bottom {
	height:13px;
	font-size:11px;
	line-height:normal;
	color:#cacaca;
	margin-top:5px;
}

#bottom a {
	color:#cacaca;
	font-weight:bold;
}

#bottom a:Hover {
	color:#6dc72a;
}

#copyright {
	width:192px;
	float:left;
}

#intranet {
	width:100px;
	float:left;
	font-weight:normal;
}

#intranet a {
	font-weight:normal;
}

#websiteby {
	width:220px;
	float:right;
	text-align:right;
}

#content {
	padding:10px;
	padding-top:40px;
	padding-bottom:0px;
}

#bottomHome {
	font-size:11px;
	line-height:14px;
	height:89px;
	margin-top:10px;
}

#bottomSub {
	height:40px;
	border-top:1px solid #eeeff3;
	border-bottom:1px solid #eeeff3;
	margin-top:40px;
}

#contactHome {
	width:192px;
	float:left;
	height:89px;
}

#contactSub {
	width:755px;
	margin-top:5px;
	float:left;
	font-size:12px;
}

#join {
	width:150px;
	margin-top:10px;
	float:right;
	text-align:right;
}

#bts {
	width:789px;
	float:right;
	height:89px;
}


#bt-why-use {
	margin-right:12px;
}

#contentTable {
	width:100%;
}

#contentTable td {
	vertical-align:top;
}

#contentTable td.left {
	width:470px;
	padding-right:50px;
	
}

#contentTable td.right {
	width:450px;
	padding-right:10px;
}


#casesTable {
	width:100%;
	margin-bottom:30px;
	margin-top:5px;
}

#casesTable td {
	vertical-align:top;
}

#casesTable td.casesImage {
	padding-right:10px;
	padding-top:5px;
	
}

#casesTable td.casesText {
}


.textCases {
	float:left;
}

.imgLeftAlign {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
}

.imgRightAlign {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
}


/*---------------------------------
SUB NAVIGATION
---------------------------------*/

.subNav {
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
	text-align:left;
	height:25px;
	background-image:url(../layout/subnav-bg.jpg);
	padding-left:25px;
	padding-right:25px;
	padding-top:5px;
}

.subNav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.subNav ul li {
	position:relative;
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
	margin-right:35px;
}

.subNav ul li a {
	display:block;
	color:white;
	text-decoration:none;
	padding-left:10px;
	background-image:url(../layout/subnav-arrow.png);
	background-position:left center;
	background-repeat:no-repeat;
}

* html .subNav ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display:inline-block;
	width:160px;
}

.subNav ul li a:hover {
	text-decoration:underline;
	color:#FFF;
}

/*---------------------------------
Sub Nav Items
---------------------------------*/
 
 
#homeSubNavDiv {
	display:none;	
	position:absolute;
}

#servicesSubNavDiv {
	display:none;	
	position:absolute;
}

#caseStudiesSubNavDiv {
	display:none;	
	position:absolute;
}

#aboutSubNavDiv {
	display:none;	
	position:absolute;
}

#contactSubNavDiv {
	display:none;	
	position:absolute;
}

#activeArrow {
	position:relative;
	z-index:99;
	background-image:url(../layout/arrow.jpg);
	background-repeat:no-repeat;
	width:16px;
	height:9px;
	top:-9px;
	display:none;
}