@media screen {

/* general styles */

* { }
body {
	margin: 0;
	padding: 0;
	background-color: #e5f2d8;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 12px;
	color: #fff;
	}
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: url('images/bg_body.jpg') top left repeat-y;
	text-align: center;
	}
.inner { 
	text-align: left;
	}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.hidden { display: none; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

/* colors */

.ltGreen { color: #e5f2d8; }
.dkGreen { color: #3d4a41; }
.textGreen { color: #7dbf39; }

/* page structure */

#header { 
	height: 185px;
	margin: 0;
	padding: 0;
	background: url('images/bg_header.jpg') top left no-repeat;
	}
#nlitedLogo {
	position: absolute;
	width: 120px;
	height: 70px;
	top: 25px;
	left: 50px;
	background: url('images/nlited_logo.jpg') top left no-repeat;
	}
#nlitedLogo a {
	display: block;
	width: 120px;
	height: 70px;
	margin: 0;
	padding: 0;
	border: none;
	}
#nlitedImages {	
	position: absolute;
	width: 800px;
	height: 80px;
	top: 105px;
	left: 0;
	margin: 0;
	padding: 0;
	background: url('images/tech_images.jpg') top left no-repeat;
	}
#content { 
	margin: 0 38px 10px 37px;
	padding: 0;
	background: url('images/bg_content_middle.jpg') top left repeat-y;
	line-height: 1.5em;
	}
#contentTopCurve { 
	height: 15px;
	margin: 0;
	padding: 0;
	background: url('images/bg_content_top.jpg') top left no-repeat;
	}
#contentBottomCurve { 
	height: 15px;
	margin: 0;
	padding: 0;
	background: url('images/bg_content_bottom.jpg') top left no-repeat;
	}
.leftColumn { 
	width: 430px;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	}
.leftColumnWide { 
	margin: 0 20px;
	padding: 0;
	}
.rightColumn { 
	width: 230px; 
	float: right;
	margin: 0 20px 0 0;;
	padding: 0;
	}
#footer { 
	margin: 0;
	padding: 0 0 25px 0;
	text-align: center;
	font-size: 11px;
	}
	
/* navigation */

#topNav { 
	position: absolute;
	width: 450px;
	top: 58px;
	left: 205px;
	}
#topNav ul {
	margin: 0;
	padding: 0;
	}
#topNav li { 
	margin: 0;
	padding: 0 12px;
	display: inline;
	list-style-type: none;
	}
#topNav a:link, #topNav a:visited, #topNav a:hover, #login a:link, #login a:visited, #login a:hover {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #7dbf39;
	}
#topNav a:hover, #login a:hover {
	color: #fff;
	}
#topNav li.current a:link, #topNav li.current a:visited, #topNav li.current a:hover {
	color: #fff;
	}
#login {
	position: absolute;
	width: 60px;
	top: 58px;
	right: 50px;
	}
#footerNav { 
	margin: 0;
	padding: 0;
	}
#footerNav ul { 
	margin: 0 0 10px 0;
	padding: 0;
	} 
#footerNav li { 
	margin: 0;
	padding: 0 8px; 
	display: inline;
	list-style-type: none;
	border-left: 1px solid #fff;
	}
#footerNav li.first {
	border-left: none;
	}
#footerNav a:link, #footerNav a:visited, #footerNav a:hover {
	text-decoration: none;
	color: #fff;
	}

/* content styles */
h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #7dbf39;
	}
body.jump #wrap {
	height: 600px;
	}
#jumpLogo
{
	position: absolute;
	width: 180px;
	height: 93px;
	top: 120px;
	left: 310px;
	margin: 0;
	padding: 0;
	background: url('images/splash_logo.jpg') top left no-repeat;
}
#jumpLinks {
	position: absolute;
	width: 480px;
	height: 50px;
	top: 225px;
	left: 160px;
	margin: 0;
	padding: 0;
	background: url('images/bg_splash.jpg') top left no-repeat;
	}
#jumpLinks ul {
	margin: 12px 0 0 0;
	padding: 0;
	text-align: center;
	}
#jumpLinks li {
	margin: 0;
	padding: 0 12px;
	list-style-type: none;
	display: inline;
	font-size: 13px;
	}
#jumpLinks a:link, #jumpLinks a:visited, #jumpLinks a:hover {
	text-decoration: none;
	color: #7dbf39;
	}
#jumpLinks a:hover {
	color: #fff;
	}
#jumpLinks li.current a:link, #jumpLinks li.current a:hover, #jumpLinks li.current a:visited {
	color: #fff;
	}
body.jump #footer{
	position: absolute;
	width: 480px;
	height: 50px;
	top: 285px;
	left: 160px;
	margin: 0;
	padding: 0;
	}
.projectThumb { 
	width: 145px;
	float: left;
	}
.projectDescription { 
	padding-left: 150px;
	}
.projectImage {
	margin: 15px 0 0 0;
	padding: 0;
	}
.productImageCaption {
	line-height: 1.4em;
	font-size: 10px;
	color: #7dbf39;
	}
.moreInfo a:link, .moreInfo a:visited, .moreInfo a:hover {
	font-size: 11px;
	color: #7dbf39;
	}
.contactInfo h2 {
	color: #fff;
	}
.contactInfo {
	color: #7dbf39;
	}
.contactInfo ul { 
	margin: 0;
	padding: 0;
	}
.contactInfo li { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.6em;
	}
.contactInfo a:link, .contactInfo a:hover, .contactInfo a:visited {
	text-decoration: none;
	color: #7dbf39;
	}

} /* END screen media */