@charset "UTF-8";

body {
font: 80% 'Trebuchet MS', Tahoma, Helvetica, sans-serif;
background: #FFFFFF;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 1px 0 0 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #666666;
}
.oneColFixCtr #container {
width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 0px solid #000000;
text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
padding: 8px 20px 20px 21px; 
position: relative;
}

#mainNav {
display: none;
margin: 0;
padding: 0;
}

#mainNav img {
margin-right: 11px;
position: relative;
top: 4px;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}

#mainNav #mnavLogo, #mainNav #mnavLogoLabel { 
margin-right: 47px; 
}

img#mnavLighting,
img#mnavElectrical,
img#mnavAccounts,
img#mnavEnergy,
img#mnavTechnology,
img#mnavTechSignsWidget,
img#mnavSignage {
top: 8px;
}

#topLeftCap, .boxtopLeftCap {
display: none;
position: absolute; 
left: 0; 
top: 0;
}

#topRightCap, .boxtopRightCap {
display: none;
position: absolute; 
right: 0; 
top: 0; 
}

#bottomLeftCap, .boxbottomLeftCap {
display: none;
position: absolute; 
left: 0; 
bottom: 0;
}

#bottomRightCap, .boxbottomRightCap {
display: none;
position: absolute; 
right: 0; 
bottom: 0; 
}

.sideBox {
background-color: #CCCCCC;
position: relative;
padding: 0;
margin: 0 0 20px 0;
width: 197px;
}

.head {
padding: 4px 10px 3px 10px;
background-color: #4886b8;
color: white;
text-align: center;
}

.head p{
position: relative; 
top: 0;
margin: 0;
padding: 0;
}

.boxCopy {
padding: 5px 10px 10px 10px;
position: relative; 
font-size: 85%;
}

.boxCopy a {
font-weight: bold;
}


#subNav { 
position: relative; 
background-color: #4886b8; 
padding: 0 32px;
margin: 0;
text-align: center;
}

#subnavtopLeftCap {
position: absolute; 
left: 0; 
top: 0;
}

#subnavtopRightCap {
position: absolute; 
right: 0; 
top: 0; 
}


#copy {
margin: 20px 20px 20px 30px; 
width: 673px;
}

#sidebar {
left: 743px;
border-left: 0px solid #999999;
width: 197px;
position: absolute;
padding-left: 20px;
margin-top: 20px;  
}

#copyThin {
margin: 20px 50px 20px 30px; 
width: 500px;
}

#sidebarWide {
left: 600px;
position: absolute;
border-left: 0px solid #999999;
width: 297px;
padding-left: 20px;
margin-top: 20px;  
}


#copyR {
margin: 20px 0 20px 239px; 
width: 673px;
}

#sidebarL {
left: 20px;
border-left: 0px solid #999999;
width: 197px;
position: absolute;
padding-right: 20px;
margin-top: 20px;  
}

#copyShorter {
position: absolute;
margin: 20px 20px 20px 30px; 
width: 673px;
left: 0;
}

#sidebarLonger {
margin-left: 723px;
border-left: 0px solid #999999;
width: 197px;
padding-left: 20px;
margin-top: 20px;  
}





h1, h2, h3 {
color: #4886b8;
margin-top: 20px;
margin-bottom: 3px;
padding: 0;
}

#sidebar h3 {
margin-top: 0;
}

h1, h2 {
font-size: 125%;
}

h3 {
font-size: 100%;
color: #333333;
}

p { 
margin: 0 0 10px 0;
padding: 0;
}

#footerLinks {
text-align: center;
padding-top: 5px;
display: none;
}

#footerLinks a {
color: #666666;
text-decoration: none;
margin: 0 20px;
}

#footerLinks a:hover {
color: #4886b8;
text-decoration: none;
}

a {
color: #4886b8;
text-decoration: none;
}

a:hover {
color: #666666;
text-decoration: none;
}

ul {
margin: 0;
padding: 0 1em;
}

li {
list-style:square;
}

.label {
white-space: nowrap;
padding-right: 10px;
vertical-align: top;
}

.value {
font-weight: bold;
vertical-align: top;
}

#onlineSurvey .label {
margin-top: 20px;
}


.floatingImage {
float: left;
margin-right: 7px;
border: 1px solid white;
}

.large {
font-size: large;
}

.small {
font-size: smaller;
}

.date {
white-space: nowrap;
vertical-align: top;
padding: 2px 10px 2px 0; 
}

.info {
vertical-align: top;
padding: 2px 10px 2px 0; 
}

.location {
color: #666666;
}
.regionalDC {
color: #4886b8;
}
.masterDC {
color: #083667;
}

p.indented {
margin-left: 76px;
}

#vendors td {
vertical-align: top;
padding-right: 20px;
}

li.mainSection {
margin-top: 10px;
}

#printHeader {
}

#caseStudies img {
border: 1px solid #999999;
}
#caseStudies img:hover {
border: 1px solid #4886b8;
}

dd {
margin-bottom: 15px; 
}

dt {
font-weight: bold; 
}

