/* CSS for slide show, Whatshappening and Tables on Front Page  */

/* Image slide show formating - on front page */
/* This class provides the spinner graphic to be displayed during initial preload of images */
.loading { background: url(images/front_images/spinner.gif) 50% 50% no-repeat; }
	
/* If there is content below the slideshow container, 
	then a min-height must be set on slideshow_container and js_slideshow 
	to prevent them from collapsing in between slides.
	Choose a min-height in pixels that will reasonably accommodate the contents: 
	the image and the two optional text blocks.
	Width is set to the width of the image for slideshow_container. */
#slideshow_container {
	position: relative;
	float: left;
	width:  590px;
	height:  243px;
	margin: 0;
	padding: 0;
}

 #slideshow_img_wrapper {
	 width: 590px;
	 height: 243px;
 }
/* Use the following to style the text containers and allow overlap on image	*/
#slideshow_text {
	position: relative;
	float: left;
	margin-top: -23px;
	padding-left: 30px;
	width: 590px !important;
	display: block;		
}

#slideshow_more { 
	font-weight: 500; }
	
#slideshow_caption a{
	color: #0054a6;
	font-weight: 500;	}

/********************************************/
/* Whats happening - Front Page */
#whats_happening {
	position: relative;
	float: right;
	width: 195px;
    height: 243px;
	padding: 0px;
	background-color: #F0F0F0;
	display: inline;
}

#whats_happening ul {
	width: auto;
	list-style: none;
	margin: 12px 0 0 0px;
	padding: 0px;
}

#whats_happening li {
	display: block;
	position: relative;
	padding: 5px 0 0px 0;
	margin-left: 10px;
}

#whats_happening a {
	color: #0054a6;
	text-decoration: none;
}

#whats_happening li.title {
	color: #FFFFFF;
	font: 12px "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	background-color: #CB5A60;
	display: block;
	margin-left: 0px;
	padding: 3px 0 3px 10px;
	width: auto;
}
#whats_happening li.header {
    text-decoration: underline;
	font-weight: bold;
	font-size: 90%;
}
#whats_happening li.caption {
	font-size: 90%;
}

#whats_happening li.dotted
{
	background-image: url(../images/menu_divider.gif);
	background-repeat: no-repeat;
    background-position: left center;
}

/********************************************/
/** Front page lower Panels 
The main page - wraps everything except header and footer. 
Header background color:  #0054a6   
**/

#main_menu_table {
	width: 555px;
	float:left;
}

dl.panel dd {
	padding-left: 3px;
	margin-left: 0px !important;
}			
#main_menu_table td dl.panel
{
	border: none;
	margin-left: 0px;
	padding: 0 !important;
    padding-right: 0 !important;
    margin-right: 0px !important;
    background-color: #d9d9d6;
	height: 190px;
}

#main_menu_table td dl.panel-light {
	background-color: #c7c8c3;
}

#main_menu_table td dl.panel dd
{
	font-family: Arial,sans-serif;
	border:none;
	width: 100%;
	margin: 0; 
	/*margin: -2px;*/
	background-color: transparent;
	padding: 0;
}

#main_menu_table td dl.panel dd a
{
	color: #0054a6;
	font-size: 12px;
}

#main_menu_table td dl.panel dd a:visited
{
	color: #25316e;
}

#main_menu_table td dl.panel dt.panelHeader
{
	background-color: #0054a6;
	height: 20px;
	font-size: 12px;
	font-family: Arial,sans-serif;
	font-weight: normal;
	border:none;
	padding: 0px 5px 0px 10px;
	line-height: 1.7em;
	margin-bottom: 5px;
/**	padding: 0 5px 0 5px;  **/
}

#main_menu_table td.main_menu-left .left-wrapper 
{
	margin-left: -10px;
}

/*
#main_menu_table td dl.panel-left dt.panelHeader
{
	margin-left: -25px;
	border-left: solid 25px #4D88C1;
}
*/
#main_menu_table td.main_menu-left .left-wrapper dl.panel 
{
	border-left: 25px solid white;
}

#main_menu_table 
{
	padding-right: 0px;
}

#main_menu_table td dl.panel dt.panelHeader a.tile
{
	color: white;
	text-transform: uppercase;
}

#main_menu_table td dl.panel dd a
{ 
	display: block;
	border-right: 5px solid #d9d9d6;
}
#main_menu_table td dl.panel-light dd a
{ 
	display: block;
	border-right: 5px solid #c7c8c3;
}

#main_menu_table td dl.panel dd a:hover
{
    background-color: #ccc
}

#main_menu_table td dl.panel dd a.feed-link
{
	display: inline;
	float: right;
	clear:both;
}

/* Background and right border highlighting when mousing over a link. */

#main_menu_table td dl.panel dd a:hover
{
    border-right: 5px solid #555555;
    background-color: #aaa !important;
    color: black;
}

/* Menu links.  Must specify block formatting so the
   whole menu line is active */
#main_menu_table td dl.panel dd a
{
    padding: 1px 5px 5px 10px;
    text-decoration: none;
    color: #000000;
    line-height: 1.4em;
    display: block;
}

#main_menu_table td dl.panel dd a:visited
{
	color: black;
}