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

body {
	background-color: #222222;
	text-align: center;
	}
	
#content {
	width: 900px;
	margin: auto;
	text-align: left;
	padding-top: 20px;
	}
	
#leftcolumn {
	float: left;
	width: 280px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 118px;
	position: fixed;
}

#leftcolumn #logo {
	text-align: right;
	padding-bottom: 20px;
}

#leftcolumn #logo a:link, #leftcolumn #logo a:visited, #leftcolumn #logo a:hover, #leftcolumn #logo a:active {
	color: #222222;
}

#leftcolumn #linklist ul li {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.025em;
	color: #d1d1d1;
	text-align: right;
	list-style-type: none;
}

#leftcolumn #linklist a:link, #leftcolumn #linklist a:visited {
	color: #d1d1d1;
	text-decoration: none;
}

#leftcolumn #linklist a:hover, #leftcolumn #linklist a:active {
	color: #666666;
	text-decoration: none;
}

#leftcolumn #linklist ul li ul#casestudies {
	display: none;
}

body#case #leftcolumn #linklist ul li ul#casestudies {
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #999999;
	display: inherit;
	list-style-type: none;
}

body#case #leftcolumn #linklist ul li ul#casestudies a:hover, body#case #leftcolumn #linklist ul li ul#casestudies a:active {
	color: #666666;
}

#rightcolumn {
	float: left;
	width: 470px;
	margin-left: 350px;
	padding-right: 20px;
	padding-bottom: 50px;
}

#rightcolumn #headline {
	width: 470px;
}

#rightcolumn #headline h1 {
	font-family: 'Nobile', sans-serif;
	font-weight: normal;
    font-size: 45px;
	color: #d1d1d1;
	line-height: 63px;
	letter-spacing: -0.01em;
}

#rightcolumn #bodycopy {
	padding-top: 20px;
	border-top: 1px #999999 solid;
	padding-top: 20px;
}

#rightcolumn #bodycopy a:link, #rightcolumn #bodycopy a:visited {
	color: #d1d1d1;
	text-decoration: underline;
}

#rightcolumn #bodycopy a:hover, #rightcolumn #bodycopy a:active {
	color: #666666;
	text-decoration: underline;
}

#rightcolumn #bodycopy h2 {
	font-family: 'Nobile', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 0.05em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#rightcolumn #bodycopy p {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 13px;
	color: #d1d1d1;
	line-height: 25px;
	font-weight: lighter;
	letter-spacing: 0.03em;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#rightcolumn #bodycopy ul li {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 13px;
	color: #d1d1d1;
	line-height: 25px;
	font-weight: lighter;
	letter-spacing: 0.025em;
}

body#development #leftcolumn #linklist a#developmentlink,
body#integration #leftcolumn #linklist a#integrationlink,
body#enterprise #leftcolumn #linklist a#enterpriselink,
body#email #leftcolumn #linklist a#emaillink,
body#inex #leftcolumn #linklist a#inexlink,
body#web #leftcolumn #linklist a#weblink,
body#help #leftcolumn #linklist a#helplink,
body#about #leftcolumn #linklist a#aboutlink,
body#contact #leftcolumn #linklist a#contactlink,
body#case #leftcolumn #linklist a#caselink,
body#case.pediatrics #leftcolumn #linklist a#casepediatricslink,
body#case.futures #leftcolumn #linklist a#casefutureslink,
body#case.transunited #leftcolumn #linklist a#casetransunitedlink,
body#case.dynamic #leftcolumn #linklist a#casedynamiclink,
body#case.westinghouse #leftcolumn #linklist a#casewestinghouse {
	color: #666666;
}

#footer {
	position: fixed;
	width: 100%;
	height: 20px;
	bottom: 0;
	background-image:url(../images/socialnetworking_bg.png);
	background-repeat: repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -8px;
}

#footer #socialnetworking {
	float: right;
	padding-right: 10px;
}

#footer #socialnetworking span {
	padding-right: 4px;
	padding-left: 4px;
}

#footer #footercopyright {
	float: left;
	padding-left: 20px;
}

#footer #footercopyright span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	padding-left: 5px;
	padding-right: 6px;
}

#footer #footercopyright span a:link, #footer #footercopyright span a:visited {
	color:#666666;
	text-decoration: none;
}

#footer #footercopyright span a:hover, #footer #footercopyright span a:active {
	color:#CCCCCC;
	text-decoration: none;
}