/* CSS Document */

div, span {margin: 0px; padding: 0px;}

#outerWrapper {
  background-color: #000000;
  margin: 20px auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 951px;
}
#outerWrapper #header {
  background-color: #000000;
	width: 951px;
	height: 75px;
}
 
#outerWrapper #header #logo{
	float: left;
	width:132px; 
	height: 66px;
	margin-top: 8px;
}

#outerWrapper #header #upperNav{
	float: left;
	width: 590px; 
	height: 25px;
	width: 610px;
	color: #ededed;
	margin-top: 38px;
	margin-left: 30px;
	z-index:100;
} 

#outerWrapper #header #topRightBox{
	float: left;
	width: 170px; 
	height: 55px;
	text-align: right;
	margin-left: 9px;
}


#outerWrapper #header #topRightBox #social-media-links{
	height:30px; 
	margin-left: 43px;
}

#outerWrapper #header #topRightBox #contactUs{
	height:22px; 
}
#outerWrapper #header #topRightBox #searchArea{
  padding-left: 20px; 
}

#outerWrapper #header #topRightBox #search{
	height:22px
}

#outerWrapper #largeImage{
	width: 951px;
	height: 368px;
	background-image:url(../images/banner_image.jpg); background-repeat:no-repeat;
}

#outerWrapper #columnWrapper{
	width: 951px;
	height: 238px;
	background-color: #000000;
	margin-top:5px;
}

#outerWrapper #columnWrapper .innerBox{
	padding: 15px 13px 15px 13px;
	height: 52px;
	width: 206px;
}

#outerWrapper #columnWrapper .boxContent{
	margin-left: 72px;
	height: 85px;
	padding-bottom: 15px;
}

#outerWrapper #columnWrapper .learnMoreBox{
	height: 45px;
	width: 120px; 
	margin-left: 70px; 
}

#outerWrapper #contentWrapper{
	width: 951px;
	background-color: #000000;
	margin-top: 18px;
	height: 150px;
}
#lowerFull{
	width: 950px;
	text-align:left;
	padding-bottom:10px;
	padding-top: 10px;
	margin-top: 5px;
}
#lowerLeftColumn{
	width: 450px;
	background-color: #000;
	float:left;
	text-align:left;
	color:#FFFFFF;
	padding-right: 20px;
	line-height:18px;
}
#lowerRightColumn{
	width: 470px;
	background-color: #000;
	float:left;
	text-align:left;
	color:#FFFFFF;
	line-height:18px;
}


/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#footer {
clear: both;
  display: block;
	margin: 0 auto;
	/*background: #E8E3D4 !important;*/
	color:inherit;
	height: 60px;
	width: 952px;
	height: 30px;
	margin-top:18px;
	padding-top: 10px;
	padding-bottom: 20px;
  background-color: #000;
	border-top: #eeeeee 1px dotted;
	text-align:left; 
}

.divLink{
  display:block
}

#logo-sprite{
  background: url("/images/sprite-common.png") repeat scroll -2px -40px transparent;
	float: left;
	width:132px; 
	height: 66px;
	margin-top: 8px;
}
#spFaceBook{
  background: url("/images/sprite-common.png") repeat scroll 0px -2px transparent;
  float:left;
  width: 30px;
  height: 28px;
}
#spIn{
  background: url("/images/sprite-common.png") repeat scroll -30px -2px transparent;
  float:left;
  width: 30px;
  height: 28px;
}
#spTwitter{
  background: url("/images/sprite-common.png") repeat scroll -60px -2px transparent;
  float:left;
  width: 30px;
  height: 28px;
}
#spYouTube{  
  background: url("/images/sprite-common.png") repeat scroll -90px -2px transparent;
  float:left;
  width: 30px;
  height: 30px;
}

#boxLifecycle{
  background: url("/images/sprite-common.png") repeat scroll -2px -110px transparent;
  height: 60px;
  margin-left: 12px;
  margin-top: 15px;
  width: 200px;
}
#boxLifecycleLearnMore{
  background: url("/images/sprite-common.png") repeat scroll -2px -375px transparent;
  height: 37px;
  margin-left: 70px;
  width: 105px;
}
#boxTraining{
  background: url("/images/sprite-common.png") repeat scroll -2px -177px transparent;
  height: 60px;
  margin-left: 12px;
  margin-top: 15px;
  width: 200px;
}
#boxTrainingLearnMore{
  background: url("/images/sprite-common.png") repeat scroll -2px -417px transparent;
  height: 37px;
  margin-left: 70px;
  width: 105px; 
}
#boxSoftware{
  background: url("/images/sprite-common.png") repeat scroll -2px -242px transparent;
  height: 60px;
  margin-left: 12px;
  margin-top: 15px;
  width: 200px;
}
#boxSoftwareLearnMore{
  background: url("/images/sprite-common.png") repeat scroll -2px -460px transparent;
  height: 37px;
  margin-left: 70px;
  width: 105px; 
}
#boxRealTime{
  background: url("/images/sprite-common.png") repeat scroll -2px -310px transparent;
  height: 60px;
  margin-left: 12px;
  margin-top: 15px;
  width: 200px;
}
#boxRealTimeLearnMore{
  background: url("/images/sprite-common.png") repeat scroll -2px -502px transparent;
  height: 37px;
  margin-left: 70px;
  width: 105px;
}
