/* CSS Document */
body{
	padding: 0px;
	background-color: #155110;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/green_dia.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial;
	font-size: 12px;
}
#main {
	background-image: url(../productionimages/4-4-2008/MAIN_BKG.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#navcontainer {
	width: 224px;
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

#navcontainer a
{
	display: block;
	padding: 8px 0px 0px 7px;
	border-bottom: none;
	background-image: url(../images/extra_lg_button.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

#navcontainer a:link, #navcontainer a:visited
{
	color: #FFFFFF;
	text-decoration: none;
    background-image: url(../images/extra_lg_button.png);
	background-repeat: no-repeat;}
#navcontainer a:active {
    color: #003300;
    background-image: url(../images/extra_lg_button.png);
	background-repeat: no-repeat;	text-decoration: none;
}

#navcontainer a:hover
{
	color: #003300;
    background-image: url(../images/extra_lg_button.png);
	background-repeat: no-repeat;	
	text-decoration: none;
}
#footer {
	background-image: url(../productionimages/blue_left_bottom2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
}
.container {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00CCFF;
	border-bottom-color: #00CCFF;
}
#tb1 {
	background-image: url(../images/green_center_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tba {
	background-image: url(../images/greencenterrepeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 800px;
}
#toplink {
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	font-size: 10px;
	text-transform: uppercase;
}
.content {
	font-size: 12px;
}
/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.metal_orange {
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
 	font-weight: bold;
	text-transform: uppercase;

}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.metal_orange ul {
	font-weight:normal;
	text-transform: uppercase;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.metal_orange li {
	width: 220px;
	background-image: url(../images/extra_lg_button.png);
	background-repeat: no-repeat;
	margin-bottom: 1px;
}
/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.metal_orange ul li {
	background-image:none;
	padding:0px;
	margin: 0px;
}



/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.metal_orange a {
	text-decoration: none;
	color: #003300;
	line-height: 23px;
	cursor: pointer;
    padding: 0px 4px 0px 20px;

}
/*
 * Menu link settings
 * Applies to links that are to be found within the second (or more) level menu items
 */
.metal_orange ul a {
	color: #009900;
	line-height: 22px;
	padding: 0px 4px 0px 20px;
	border-right: none;
	border-left: none;
}



/*
 * Settings specific to the "METAL ORANGE" skin only
 *
 */
/* this applies to the last item in the first level */
.metal_orange li.last {
	margin: 0px;
}
/* this applies to the first item of the second (or more) level */
.metal_orange ul li {
	background-image: none;
	background-color: transparent;
}
/* this applies to the last item of the second (or more) level */
.metal_orange ul li.first, 
.metal_orange ul li.last {
	background-image: none;
	background-color: transparent;
}

/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.metal_orange {
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: 20px;
}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.metal_orange ul {
	font-weight:normal;
	text-transform: uppercase;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.metal_orange li {
	width: 218px;
	background-image: url(../images/extra_lg_button.png);
	background-repeat: no-repeat;
	margin-bottom: 1px;
	background-color: #FFFFFF;
}
/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.metal_orange ul li {
	background-image:none;
	background-color: #6B696A;
	padding:0px;
	margin: 0px;
}



/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.metal_orange a {
	text-decoration: none;
	color: #339933;
	line-height: 23px;
	cursor: pointer;
    padding: 0px 4px 0px 20px;

}
/*
 * Menu link settings
 * Applies to links that are to be found within the second (or more) level menu items
 */
.metal_orange ul a {
	color: #006600;
	line-height: 22px;
	padding: 0px 4px 0px 20px;
	border-right: none;
	border-left: none;
}



/*
 * Settings specific to the "METAL ORANGE" skin only
 *
 */
/* this applies to the last item in the first level */
.metal_orange li.last {
	margin: 0px;
}
/* this applies to the first item of the second (or more) level */
.metal_orange ul li {
	background-image: none;
	background-color: transparent;
}
/* this applies to the last item of the second (or more) level */
.metal_orange ul li.first, 
.metal_orange ul li.last {
	background-image: none;
	background-color: transparent;
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.metal_orange li.hover {
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.metal_orange ul li.hover {
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.metal_orange a.hover {
	color: #003300!important;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.metal_orange ul a.hover {
  	color: #336600!important;
}

/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.metal_orange li.selected {
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.metal_orange ul li.selected {
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.metal_orange a.selected {
	color: #00CC00;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.metal_orange ul a.selected {
	color:#339933;
	font-weight: bold;
}


/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
.metal_orange .arrow {
	background-image:url(../includes/cssmenus2/skins/metal_orange/img/arrow_horizontal_dark.gif);
	background-repeat: no-repeat;
	background-position: 7px 14px;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.metal_orange .hover ul .arrow,
.metal_orange ul .arrow {
	background-image:url(../includes/cssmenus2/skins/metal_orange/img/arrow_horizontal_white.gif);
	background-position:10px 10px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.metal_orange .hover .arrow {
	background-image:url(img/arrow_orange_horizontal.gif);
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.metal_orange ul .hover .arrow {
	background-image:url(../includes/cssmenus2/skins/metal_orange/img/arrow_horizontal_white.gif);
}

/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.expandable {
	clear: both;
}
div.expandable br {
	clear: both;
}
div.expandable ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.expandable li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: relative;
}
div.expandable li img {
	border: none;
}
div.expandable a {
	clear: both;
	float: none;
	display: block;
	margin: 0px;
}
div.expandable ul li ul {
	position: static;
	visibility: visible;
	display: block;
	clear: both;
	margin: 0px;
	margin-top: -5000px;
}
div.expandable ul li ul li ul {
	display: none;
}
div.expandable ul li ul li {
	clear: both;

}
div.expandable ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}

