/* this file handles styles applied to pages with one or more spotlight sections */

div#page .with-spotlight {
	/*min-height: 39.0em;*/
}

div#content div.spotlight {
	background: repeat-x url(../img/spotlight-border.png) top left;
	left: 652px;
	margin: 0;
	padding: 0;
	min-height: 150px;
	position: absolute;
	top: 34em;
}

* html div#content div.spotlight {
	height: 150px;
}

div.spotlight h2 { /* most of this is here just in case images are turned off */
	color: rgb(255,204,0);
	font-family: "Myriad Pro", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	font-weight: bold;
}

div.spotlight h2 strong {
	text-transform: uppercase;
	font-style: italic;
}

div.spotlight p {
	background: repeat-x url(../img/spotlight-border.png) bottom left;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0 0 2.0em 0;
}

div.spotlight h2
{
	margin: 1.0em 0 0.5em 0;
	padding: 0;
}

/* custom image headers */

/*div.spotlight h2#creating, div.spotlight h2#creating span
{
	width: 170px;
	height: 42px;	
	background-image: url(../img/headers/creating-a-new-toll-facility.jpg);
	background-repeat: no-repeat;
}

div.spotlight h2#updating, div.spotlight h2#updating span
{
	width: 186px;
	height: 42px;
	background-image: url(../img/headers/updating-an-existing-toll-system.jpg);
	background-repeat: no-repeat;
}

div.spotlight h2#adding, div.spotlight h2#adding span
{
	width: 204px;
	height: 43px;
	background-image: url(../img/headers/adding-to-an-existing-toll-system.jpg);
	background-repeat: no-repeat;
}*/

div.spotlight h2#home-page-systems, div.spotlight h2#home-page-systems span
{
	width: 181px;
	height: 43px;
	background-image: url(../img/headers/home-page-systems.jpg);
	background-repeat: no-repeat;
}

div.spotlight h2#home-page-consulting, div.spotlight h2#home-page-consulting span
{
	width: 253px;
	height: 44px;
	background-image: url(../img/headers/home-page-consulting.jpg);
	background-repeat: no-repeat;
}

div.spotlight h2#home-page-operations, div.spotlight h2#home-page-operations span
{
	width: 285px;
	height: 42px;
	background-image: url(../img/headers/home-page-operations.jpg);
	background-repeat: no-repeat;
}

div.spotlight h2#lipsum, div.spotlight h2#lipsum span
{
	width: 203px;
	height: 42px;
	background-image: url(../img/headers/lipsum.jpg);
	background-repeat: no-repeat;
}

div.spotlight h2#future-projects, div.spotlight h2#future-projects span
{
	width: 113px;
	height: 43px;
	background-image: url(../img/headers/future-projects.jpg);
	background-repeat: no-repeat;
}

div.spotlight h2#company-snapshot, div.spotlight h2#company-snapshot span
{
	width: 202px;
	height: 41px;
	background-image: url(../img/headers/company-snapshot.jpg);
	background-repeat: no-repeat;
}

div.spotlight h2#useful-links, div.spotlight h2#useful-links span
{
	width: 96px;
	height: 39px;
	background-image: url(../img/headers/useful-links.gif);
	background-repeat: no-repeat;
}

div.spotlight acronym, div.spotlight abbr
{
	border-bottom: 1px dotted rgb(255,255,255); /* white */
}