/* General Style Info */
body {
	background: #ffffff;
	color: #132540;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	/* font-size:90%; */
	margin: 0;
	padding: 0;
	/* line-height: 1.5em; */
}

.no-display{
display: none;
}
.cessmall{
font-size: smaller;
}
.content-wrapper{
/*margin: 10px;*/ /*Margins for inner DIV inside each column (to provide padding)*/
/* margin-top: 15px; */
padding:10px;
font-size:90%;
/* background: lime; */
}

#page-container{
/* background: #000000; */
}

#header-container{
position: relative;
/* height: 268px; /*Height of top section*/
}

#header-gray-band{
display: block;
z-index: -1;
background: #0071BC url('/images/CESHomeHeader.jpg') no-repeat fixed top right;
height: 168px; /*Height of top section*/
}

#header-blue-band{
display: block;
z-order: 4;
background: #132540;
height: 40px;
}

#header-white-band{
display: block;
z-order: 4;
background: #ffffff;
height: 40px;
}

#blueblock{
float: left;
position: absolute;
top: 75px;
left: 60px;
width: 180px;
/* z-index: 1; */
/* height: 40px; */
/* border-right: 1px solid #0071BC; */ /* #fff; */
border-top: 1px solid #132540;
padding: 0 0 0 0;
margin: 0 0 0 0;
/* margin-bottom: 1px;  1em; */
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #132540;
color: #333;
}

* html #blueblock{ /*IE 6 only */
//width: 174px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #132540;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #FFCC66;
border-right: 10px solid #C6CDD0;
background-color: #CADDE5;
color: #132540;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
	border-left: 10px solid #FFA500;
	border-right: 10px solid #949DA1;
	background-color: #0071BC;
	color: #fff;
}

#foodorequipment{
	position: absolute;
	top: 189px;
	left: 220px;
  	height: 59px;
	/* background: #aaaaaa;
	margin: 0;
	padding: 0; */
}

#foodorequipment li{
position: relative;
display: inline;
}

#foodorequipment li a{
	padding: 0;
	padding: 16px, 10px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	width: 250px;
  	height: 59px;
	text-decoration: none;
	text-align: center;
white-space: nowrap;
}

#foodorequipment li a.food{
	background: #C6CDD0 url(/images/CES2-FoodService.jpg) no-repeat; 
	color: #132540;
}
#foodorequipment li a.industry{
	background: #CADDE5 url(/images/CES2-Industry.jpg) no-repeat;
	color: #132540;
}

#main-container{
float: left;
width: 100%;
/* background: purple; */
}

#content-column{
margin-left: 200px;  /*Set left margin to LeftColumnWidth*/
width: 95%;
/* background: red; */
}

#sections-box{
position: relative;
height: 220px;
/* background: pink; */
}

#sections{
position:absolute;
left: 50px;
top: 20px;
}
#sections ul {
}
#sections ul li{
display: inline;
width: 1px;
height: 1px;
}

.ceslist{
float: left;
/* background: orange; */
width: 315px;
margin: 0px;
padding: 20px;
list-style: disc outside none;
}

#left-column{
float: left;
width: 200px;    /* Width of left column */
margin-left: -100%;
/* background: green; */
}
#footer-container{
clear: left;
background: #132540;
color: #ffffff;
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
font-size:80%;
margin: 10px;    /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 15px;
}

#footer a{
color: #FFFF80;
}




/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 600px;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
/*
td a {
	display: block;
	padding: 2px 4px;
	font-size:80%;
}
*/
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

