﻿html { 
    /* always show firefox scrollbar, to prevent horizontal shift. */
    overflow:-moz-scrollbars-vertical;
}

* 
{
	background-color:Transparent;
}

a:link, a:visited, a:active, a:hover {
	color: #00AEEF;
}
	

/* "Edit Module" button that appears on the front-end for authorized users. */
.webmodules_editModuleLink,
a.webmodules_editModuleLink,
a.webmodules_editModuleLink:link,
a.webmodules_editModuleLink:visited {
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; /*preserve layout*/
    font-size: 100%;
    color: Blue;
    font-weight: normal;
    text-decoration: underline;
    z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editModuleLink:hover,
a.webmodules_editModuleLink:hover {
    font-size: 100%;
    color: #00A2FF;
}

/* "Edit Page" button that appears on the front-end for authorized users. */
.webmodules_editPageLink,
a.webmodules_editPageLink,
a.webmodules_editPageLink:link,
a.webmodules_editPageLink:visited {
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; 
    top: 5px;
    left: 5px;
    font-size: 100%;
    color: Blue;
    font-weight: normal;
    text-decoration: underline;
    z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editPageLink:hover,
a.webmodules_editPageLink:hover {
    font-size: 100%;
    color: #00A2FF;
}

/* sub navigation highlighted/activated style. */
.subnav .on a:link, .subnav .on a:visited, .subnav .on a:hover, .subnav .on a:active {
	background-color: #00FF00;
}

/******************************************************************************
 main navigation menu. 
******************************************************************************/
.mainNavDropDown {
    z-index: 100; /* do not remove; fixes IE8 rendering issue. */
    padding: 0px 0px 0px 0px;
    height: 280px;
    background: url(/app_themes/tampaedc/images/nav_background.png) repeat-x !important;
    width: 342px;
    position:relative;
    background-color: Transparent;
   
}

  
.mainNavDropDown_item td
{	height: 29px;
 	background-color: Transparent;
}

.mainNavDropDown_item
{
	color: #000000;
	text-align: center;
	width: 342px;
	height: 16px;
	background-color: Transparent;
}

.mainNavDropDown_item a:link, .mainNavDropDown_item a:visited, .mainNavDropDown_item a:hover, .mainNavDropDown_item a:active
{
	font: bold 14px Myriad Pro, Trebuchet, Arial, Helvetica, sans-serif !important;
	text-decoration: none;
	color: #000000;
	cursor: hand;
	padding-left: 8px;
	line-height: 30px;
	background-color: Transparent;
	
}

.mainNavDropDown_item_hover
{
	background-color: Transparent;

}


.mainNavDropDown_item_hover a:link, .mainNavDropDown_item_hover a:visited, .mainNavDropDown_item_hover a:hover, .mainNavDropDown_item_hover a:active
{
	font: bold 14px Myriad Pro, Trebuchet, Arial, Helvetica, sans-serif !important;
	text-decoration: none;
	color: #4d4d4d;
	cursor: hand;
	padding-left: 8px;
	text-align:center;
	background-color: Transparent;
}

#breadcrumbs 
{
 margin-left:320px;   
}
