
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #e5e5e5;
  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; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#999999;
}

#outerWrapper #header #topRightBox #searchArea{
  padding-left: 20px; 
}

#outerWrapper #header #topRightBox #search{
	height:22px
}
#outerWrapper #contentWrapper{
	background-image:url(../images/back1.jpg); 
	background-repeat:repeat-y;
}

#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #e5e5e5;
  float: left;
  width: 240px;
}

#outerWrapper #contentWrapper #leftColumn1 #underLeftNav{
	/*padding:0px 10px 10px 19px;*/
	margin-top: 50px;
	width: 238px; 
	border: solid 1px #e5e5e5;

}
#outerWrapper #contentWrapper #leftColumn1 #underLeftNav td {
	padding-left: 20px;
	padding-right: 0px;
}
#outerWrapper #contentWrapper #innerBanner {
	width: 951px; 
	height:153px;
}

#outerWrapper #contentWrapper #innerBanner #bannerLabel{
	width: 250px; 
	height: 75px;
	position:relative;
	padding: 58px 0px 0px 22px;
	color: #FFFFFF; 
	/*font-size:18px;*/
} 

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	background-color:#FFFFFF;
  margin: 0 0 0 240px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 15px 15px 15px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

html body form#aspnetForm div#outerWrapper div#contentWrapper div#content div span#ctl00_ContentPlaceHolder1_ListSummary1 div table tbody tr td.border-bottom teaser p img{
 padding:0px 10px 10px 0px;
}


/* 4 square grid or ourOffering.aspx */
#innerGrid{
	width: 680px;
	height: 600px;
	color:#FFFFFF;
}
#innerGrid .innerBox{
	padding: 10px 0px 0px 10px;
}
#innerGrid .boxContent{
	margin-left: 72px;
}
#innerGrid .boxContent p{
	padding:0px; margin:0px;
}
#innerGrid .boxContent ul{
	padding:0px 0px 0px 15px;
	margin: 0px;
}
#innerGrid .learnMoreBox{
	height: 47px;
	width: 115px; 
	margin-left: 70px; 
	padding: 0px;
}





/* 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: left;
  display: block;
}

#outerWrapper #footer {
	margin-top:18px;
	padding-top: 10px;
	padding-bottom: 20px;
  background-color: #000000;
}

.divlinker{
}

#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;
}
