/* 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: 66px;
}
 
#outerWrapper #header #logo{
	float: left;
	width:132px; 
	height: 66px;
}

#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-top: 11px;
	margin-left: 9px;
}

#outerWrapper #header #topRightBox #contactUs{
	height:22px; 
}

#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; 
}