/*Tags*/
		HTML, BODY {
			margin: 0px;
			padding: 0px;
			background-image: url(..assets/body-bg.jpg);
			background-color: #000033;
			background-repeat: repeat-x;
			color: #999999;
			font-family: Georgia, Times, "Times New Roman", serif;
			font-size: 14px;
			line-height: 1.25em;
			font-weight: normal;
			text-align: left;
			}
		
		a {
			color: white;
			text-decoration: underline;
			}

		strong { font-weight: bold; }
		
		h3 {
			font-weight: normal;
			color: #FFF;
			margin-top: 25px;
			margin-bottom: 0px;
			}
		
		div.clear25 {
			width: 100%;
			height: 25px;
			float: left; clear: both;
			}
			
/*Header and Photo Rotator*/
		.headerFull {
			width: 100%;
			height: 120px;
			margin: 0px;
			padding: 0px;
			background-image: url(../assets/headerFull-bg.jpg);
			background-repeat: repeat-x;	
			}
		
		.headerContainerShadow{
			width: 940px;
			height: 120px;
			margin: auto;
			background-image: url(../assets/headerContainerShadow-bg.jpg);
			background-position: top;
			background-repeat: no-repeat;
			position: relative;
			}
		
		.headerFullHome {
			width: 100%;
			height: 500px;
			margin: 0px;
			padding: 0px;
			background-image: url(../assets/headerFull-bg.jpg);
			background-repeat: repeat-x;	
			}
		
		.headerContainerShadowHome{
			width: 940px;
			height: 500px;
			margin: auto;
			background-image: url(../assets/headerContainerShadow-bg.jpg);
			background-position: top;
			background-repeat: no-repeat;
			position: relative;
			}
			
		.photoRotator {
			width: 900px;
			height: 400px;
			position: absolute;
			top: 100px;
			left: 20px;
			z-index: 0;
			background-color: #F00;
			}	
		
		.headerContainer {
			width: 900px;
			height: 100px;
			margin: auto;
			position:relative;
			}
			
		.headerLogoTab {
			width: 200px;
			height: 120px;
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: auto;
			background-image: url(../assets/logoTab-bg.jpg);
			background-position: center;
			background-repeat: no-repeat;
			}
	
	


/*Navigation*/
		#navContainer {
			width: 700px;
			height: 72px;
			position: absolute;
			top: 28px;
			left: 220px;
			}
			
		div.HomeOuter {
			float: left;
			width: 100px; height: 72px;
			margin: 0px;
			background: url(../assets/navHome.jpg) -100px 0px no-repeat;
			}
		
		div.HomeOuter a {
			display: block;
			margin: 0;
			padding: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
			background: url(../assets/navHome.jpg) top left no-repeat;
			}
		
		div.HomeOuter a:hover {
			background-image: none;
			}
				
		
		div.ServicesOuter {
			float: left;
			width: 136px; height: 72px;
			margin: 0px;
			background: url(../assets/navServices.jpg) -136px 0px no-repeat;
			}
		
		div.ServicesOuter a {
			display: block;
			margin: 0;
			padding: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
			background: url(../assets/navServices.jpg) top left no-repeat;
			}
		
		div.ServicesOuter a:hover {
			background-image: none;
			}
			
		div.ApplicationsOuter {
			float: left;
			width: 176px; height: 72px;
			margin: 0px;
			background: url(../assets/navApplications.jpg) -176px 0px no-repeat;
			}
		
		div.ApplicationsOuter a {
			display: block;
			margin: 0;
			padding: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
			background: url(../assets/navApplications.jpg) top left no-repeat;
			}
		
		div.ApplicationsOuter a:hover {
			background-image: none;
			}	
			
		div.ProjectsOuter {
			float: left;
			width: 138px; height: 72px;
			margin: 0px;
			background: url(../assets/navProjects.jpg) -138px 0px no-repeat;
			}
		
		div.ProjectsOuter a {
			display: block;
			margin: 0;
			padding: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
			background: url(../assets/navProjects.jpg) top left no-repeat;
			}
		
		div.ProjectsOuter a:hover {
			background-image: none;
			}		
		
		div.ContactOuter {
			float: left;
			width: 130px; height: 72px;
			margin: 0px;
			background: url(../assets/navContact.jpg) -130px 0px no-repeat;
			}
		
		div.ContactOuter a {
			display: block;
			margin: 0;
			padding: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
			background: url(../assets/navContact.jpg) top left no-repeat;
			}
		
		div.ContactOuter a:hover {
			background-image: none;
			}	
	

/*Body*/
		
		.bodyWrapper {
			width: 900px;
			margin: auto;
			}
			
		.pageTitle {
			width: 700px;
			height: 45px;
			float: left;
			margin: 0px;
			margin-top: 20px;
			margin-bottom: 20px;
			padding: 0px;
			}
			
		.subTitle{
			width: 700px;
			height: 32px;
			float: left;
			margin: 0px;
			margin-top: 20px;
			margin-bottom: 20px;
			padding: 0px;
			}	
			
		.mainContent {
			width: 700px;
			padding: 0px;
			margin: 0px;
			margin-bottom: 60px;
			float: left;
			}
			
		.mainContentImage {
			width: 180px;
			padding-left: 20px;
			padding: 0px;
			margin: 0px;
			margin-top: 20px;
			float: right;
			overflow: hidden;
			}
			
		.mainContentImage img {
			float: left;
			}
			
		div.splitWrapper {
			width: 100%;
			float: left; clear: both;
			min-height: 500px;
			margin-top: 20px;
			}	
			
		div.splitLeft {
			width: 425px;
			min-height: inherit;
			float: left; clear: none;
			padding-bottom: 10px;
			overflow: hidden;
			}	
			
		div.splitRight {
			width: 425px;
			min-height: inherit;
			float: left; clear: none;
			margin-left: 19px;
			padding-left: 30px;
			padding-bottom: 10px;
			border-left: 1px solid #FFF;
			overflow: hidden;
			}				
			
			
			
			div.splitLeft img.subTitle,
			div.splitRight img.subTitle {
				width: 600px;
				height: 27px;
				margin: 0px;
				padding: 0px;
				float: left; clear: both;
				}
			
			div.splitLeft p,
			div.splitRight p {
				width: 100%;
				padding-top:5px;
				padding-bottom: 5px;
				font-size: 12px;
				line-height: 1.1em;
				float: left; clear: both;
				}
			
			div.splitLeft img.diagram,
			div.splitRight img.diagram {
				width: 100%;
				height: auto;
				float: left; clear: both;
				}
			
			
	a.download {
		display: block;
		width: 100%;
		font-size: 16px;
		padding: 5px;
		float: left; clear: both;
		text-decoration: none;
		text-align: center;
		border: 1px solid #FFF;
		background: #666;
		color: #FFF;
		}
	
	a.download:hover { text-decoration: underline; }	
				
			
			
			
/*Sub Body*/	
		.subBodyWrapper {
			width: 100%;
			clear: both;
			background-color: #000000;
			}
			
		.subBodyContainer {
			width: 900px;
			padding-bottom: 20px;
			margin: auto;
			}			
			
		.subBodyContent {
			width: 700px;
			padding: 0px;
			margin: 0px;
			margin-bottom: 40px;
			font-size: 14px;
			color: #999999;
			}				
	
/*Customer Testimonials*/	
		.testimonialsContainer {
			width: 900px;
			height: 275px;
			margin: auto;
			float: left;
			clear: both;
			padding: 0px;
			background-image: url(../assets/testimonialsContainer-bg.jpg);
			background-position: top;
			background-repeat: no-repeat;
			}
			
		.testimonialsBlock {
			width: 270px;
			height: 14px;
			margin: 0px;
			padding: 30px 15px 30px 15px;
			float: left;
			color: black;
			font-size: 14px;
			}
			
		.testimonialsBlockFoot {
			color: #FFFFFF;
			font-size: 10px;
			text-align: right;
			float: right;
			}			
			
/*Copyright*/
		.copyright {
			background-color: #000000;
			width: 900px;
			font-size: 12px;
			margin: auto;
			padding-bottom: 20px;
			text-align: center;
			}
			
/*Contact Form*/
		form#contactForm {
			width: 550px;
			height: 600px;
			margin-top: 20px;
			position: relative;
			}
		
		div#formSubmit{
			position:relative;
			float:left;
			clear:both;
			margin-right:3px;
			}
		
		
		div#formName,
		div#formCompany,
		div#formCity,
		div#formState,
		div#formZip,
		div#formEmail,
		div#formOfficePhone,
		div#formCellPhone,
		div#formFax,
		div#formComments
		{
			position:relative;
			float:left;
			margin-right:5px;
			}
		
		
		input {
			height: 20px;
			margin-bottom: 10px;
			width: 500px;
			}
		
		input#city-field{
			width: 250px;
			}
			
		input#state-field{
			width: 150px;
			}
		
		input#zip-field{
			width: 78px;
			}
		
		input#officephone-field{
			width: 160px;
			}
		
		input#cellphone-field{
			width: 160px;
			}
			
		input#fax-field{
			width: 160px;
			}
		
		input#comments-field{
			width: 500px;
			height: 200px;
			margin-bottom: 10px;
			}
		
		
		input#submit {
			width:100px;
			}
			
		
		
		label.overlabel {
			color:#999;
			}
		
		label.overlabel-apply {
			position:absolute;
			top:3px;
			left:5px;
			z-index:1;
			color:#999;
			}
			
			





div.projectGallery img {
	width: 600px;
	height: auto;
	}

div.projectGallery img.vert {
	width: 350px;
	height: auto;
	}
	
div.projectGallery p {
	margin-bottom: 25px;
	}	
