body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url("http://www.zbdsolutions.com/pics/zbd_side.jpg");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
}
.text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.title {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #AEC82E;
	line-height: 28px;
}
.subtitle {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #AEC82E;
	line-height: 18px;
}

a:link {
	color: #454545;
	text-decoration: none;
}

a:visited {
	color: #454545;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #999999;
}

a:visited.hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #999999;
}

a:active {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #999999;
}

.strapline {font-size: 20px; color: #b4ce2f;
}

.footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.spotlight {
	color: #AAAAAA;
	font-size: 24px;
	line-height: 28px;
}

.selected {
    color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #999999;
}

.imagelink {
	font-family: Arial, Verdana, Helvetica, sans-serif; color:#FFFFFF; 
	border-bottom: none; }

a.imagelink {
	font-family: Arial, Verdana, Helvetica, sans-serif; color:#FFFFFF;
	border-bottom: 0; }

a.imagelink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif; color:#FFFFFF; 
	border-bottom: 0; }
	
.imagelink {
	font-family: Arial, Verdana, Helvetica, sans-serif; color:#FFFFFF; 
	border-bottom: 0; }

a.textlink {
	font-family: Arial, Verdana, Helvetica, sans-serif; color:#AEC82E; }

a.textlink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif; color:#333333; }
	
.white {color: #FFFFFF}

.black {color: #000000}

ul.textbullets	{list-style-image: url('http://www.zbdsolutions.com/pics/bullet.gif'); }
	
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid gainsboro;
border-bottom-width: 0;
font: normal 12px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: white;
width: 140px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gainsboro;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 8px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: gainsboro;
color: black;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: gray;
visibility: hidden;
}